@font-face {
  font-family: "Fa solid 900";
  src: url("/assets/5a341319689d09a31e56.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url("/assets/b01cf2b9591674523407.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url("/assets/6b91a8b2999937fdf52b.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vercetti;
  src: url("/assets/060552ae584a35241ffa.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Patrickhand;
  src: url("/assets/136fd5b47c71f0d723d9.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #383f4e;
  --flieder: #bf9bf9;
  --lila-stiftung: #724ced;
  --white: white;
  --dunkelgrün: #135c4f;
  --gelb: #fdf476;
  --türkis: #00e1bb;
  --hellblau: #b0e1ff;
  --rosa: #f5c2f5;
  --bordeuaxbraun: #6c4551;
  --grün: #00bf47;
}

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

body {
  color: var(--dark-slate-blue);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.style-guide {
  overflow: visible;
}

.navbar {
  z-index: 2000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  background-color: #fff;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 4px 4px 65px #00000014;
}

.container {
  max-width: 1350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.hidden {
  display: none;
}

.container.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.navbar-logo-link {
  width: 200px;
}

.navbar-logo-image {
  width: 100%;
}

.nav-link {
  color: #1c2436;
  margin-right: 30px;
  padding: 0;
  transition: all .35s;
}

.nav-link:hover {
  color: #839914;
}

.nav-link.w--current {
  color: #000;
  font-weight: 500;
}

.nav-link.mr0 {
  margin-right: 0;
}

.nav-link.text {
  color: var(--flieder);
  font-weight: 700;
}

.nav-link.down {
  color: var(--lila-stiftung);
  text-align: center;
  margin-right: 0;
  text-decoration: none;
}

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

.navbar-link-block {
  color: #0d594a;
  margin-left: 30px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.navbar-link-block.ml0 {
  margin-left: 0;
}

.navbar-link-block.ml0.mobile {
  display: none;
}

.banner-shape-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-shape {
  background-color: var(--flieder);
  width: 480px;
  height: 690px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-content-wrapper {
  padding-top: 145px;
  position: relative;
}

.banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.banner-titile-wrapper {
  overflow: hidden;
}

.banner-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

.banner-paragraph-text-wrapper {
  margin-top: 10px;
  overflow: hidden;
}

.banner-paragraph-text {
  color: #383f4e;
  max-width: 750px;
  margin-bottom: 0;
}

.banner-button-wrapper {
  margin-top: 25px;
  overflow: hidden;
}

.primary-button {
  background-color: var(--dunkelgrün);
  color: #fff;
  padding: 14px 30px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.primary-button:hover {
  background-color: var(--gelb);
  color: #000;
}

.primary-button.two {
  background-color: var(--gelb);
  color: #000;
  border: 1px solid #dcf285;
  font-family: Vercetti, Arial, sans-serif;
  transition: all .35s;
}

.primary-button.two:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #e0e0e0;
}

.primary-button.two.hover:hover {
  background-color: #294f4a;
  border-color: #294f4a;
}

.primary-button.two.three {
  background-color: var(--lila-stiftung);
  color: var(--white);
}

.primary-button.navbar-button {
  color: #0d594a;
  background-color: #0000;
  padding: 0;
  text-decoration: underline;
}

.primary-button.navbar-button.mobile {
  display: none;
}

.primary-button.navbar-button.desktop {
  color: var(--dunkelgrün);
}

.primary-button.four {
  color: #294f4a;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  display: inline-block;
}

.primary-button.four:hover {
  color: #fff;
  background-color: #294f4a;
  border-color: #294f4a;
}

.primary-button.footer {
  background-color: var(--gelb);
  color: #1c2436;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  display: flex;
}

.primary-button.footer:hover {
  background-color: var(--dunkelgrün);
  color: #fff;
}

.banner-image-wrapper {
  text-align: right;
  position: relative;
}

.banner-image-singel {
  display: inline-block;
  position: relative;
}

.banner-image {
  width: 480px;
}

.banner-image-shape1 {
  width: 90px;
  position: absolute;
  inset: 2% auto auto -9%;
}

.banner-image-shape2 {
  position: absolute;
  inset: auto auto 65px 8%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000012;
}

.banner-image-shape3 {
  width: 120px;
  position: absolute;
  inset: auto 0 33px auto;
}

.sponsor-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.sponsor-section.hidden {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sponsors-wrapper {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 35px;
  padding-bottom: 35px;
}

.sponsor-ticker-wrapper {
  overflow: hidden;
}

.ticker {
  align-items: center;
  display: flex;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.single-sponsor-img {
  margin-right: 110px;
}

.cta-section {
  padding-bottom: 150px;
}

.cta-wrapper {
  background-color: var(--türkis);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.cta-singel-wrapper {
  text-align: center;
}

.cta-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.cta-button {
  color: #000;
  background-color: #dcf285;
  padding: 15px 30px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.cta-button:hover {
  color: #fff;
  background-color: #294f4a;
}

.cta-shape1 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-shape2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-us-section {
  padding-bottom: 140px;
}

.about-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.about-top-content.mb40 {
  margin-bottom: 40px;
}

.about-us-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.about-us-title.small {
  font-size: 30px;
  line-height: 35px;
}

.about-us-title-wrapper {
  max-width: 480px;
}

.about-us-shape._90 {
  width: 90px;
}

.about-us-paragraph-text-wrapper {
  max-width: 360px;
}

.about-us-paragraph-text {
  color: #383f4e;
  margin-bottom: 0;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.25fr 3fr;
  align-items: center;
}

.about-grid._1 {
  grid-template-columns: 2.25fr;
  display: block;
}

.about-grid.row {
  grid-template-rows: auto;
}

.about-us-counter-up-singel-wrapper.mb50 {
  margin-bottom: 50px;
}

.metrics {
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.metrics.two {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.numbers {
  justify-content: flex-start;
  height: 46px;
  display: none;
  overflow: hidden;
}

.number-digit {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.number-categories {
  color: #171d29;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.number-info-text {
  color: #383f4e;
  text-align: center;
}

.about-us-image {
  width: 100%;
}

.about-us-image.height {
  aspect-ratio: 2 / 3;
}

.services-section {
  padding-bottom: 150px;
}

.services-wrapper {
  background-color: #294f4a;
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.services-section-titlte-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.services-section-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.services-shape-one {
  position: absolute;
  bottom: 65%;
  left: auto;
  right: 10%;
}

.services-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-box {
  padding: 45px 35px 210px;
  position: relative;
}

.services-box.one {
  background-color: #cff2ed;
}

.services-box.two {
  background-color: #cff285;
}

.services-box.three {
  background-color: #e6cff2;
}

.services-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.services-paragraph-text {
  color: #383f4e;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.services-shape {
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-shape-two {
  position: absolute;
  inset: auto auto -3% -3%;
}

.our-result-section {
  padding-bottom: 150px;
}

.our-result-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.our-result-images-wrapper {
  width: 100%;
  max-width: 630px;
}

.our-result-singel-image {
  position: relative;
}

.our-result-singel-image.two {
  text-align: right;
}

.our-result-image.high {
  aspect-ratio: 1;
  object-fit: cover;
}

.our-result-shape-image {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -35%);
}

.our-result-shape-image.two {
  left: 0;
  right: auto;
}

.our-result-shape-image.two.left {
  left: -60px;
}

.our-result-right-content {
  width: 100%;
  max-width: 510px;
}

.our-result-titile {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 45px;
  line-height: 58px;
}

.our-result-paragraph-text {
  color: #383f4e;
  margin-top: 20px;
  margin-bottom: 30px;
}

.our-result-list-wrapper {
  margin-bottom: 65px;
}

.our-result-singel-list {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.our-result-singel-list.mb0 {
  margin-bottom: 0;
}

.our-result-singel-list.top {
  margin-top: 20px;
}

.our-result-list-imge {
  margin-right: 15px;
}

.our-result-list-text-block {
  color: #383f4e;
  font-weight: 500;
}

.our-result-heand-image {
  z-index: -1;
  width: 590px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-result-heand-image.two {
  inset: auto auto 0% -5%;
}

.footer-wrapper {
  background-color: var(--flieder);
  margin-left: auto;
  margin-right: auto;
}

.footer-top-content {
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-details-wrapper {
  width: 100%;
  max-width: 380px;
}

.footer-description-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}

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

.footer-icon-singel-wrapper {
  color: #fff;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-icon-singel-wrapper:hover {
  color: #e8f79d;
  border-color: #e8f79d;
}

.footer-icon-singel-wrapper.mr0 {
  margin-right: 0;
}

.footer-menu-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 395px;
  display: flex;
}

.footer-menu-title-wrapper {
  margin-bottom: 30px;
}

.footer-menu-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-text-link {
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.footer-text-link:hover {
  color: #e8f79d;
}

.footer-text-link.mb0 {
  margin-bottom: 0;
}

.footer-info-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 335px;
  padding: 35px 32px;
}

.footer-info-heading {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-bottom-content {
  text-align: center;
  border-top: 1px solid #ffffff1f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom-text-block {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.footer-bottom-text-link {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.faq-section {
  padding-bottom: 150px;
}

.faq-wrapper {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.faq-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.faq-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
  display: inline-block;
}

.faq-singel-wrapper {
  border: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.faq-singel-wrapper.mb0 {
  margin-bottom: 0;
}

.faq-section-shape {
  z-index: -1;
  width: 90px;
  margin-left: -39px;
  position: absolute;
}

.faq {
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.faq-question {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.faq-answer-container {
  width: 100%;
  overflow: hidden;
}

.paragraph.for-faq {
  color: #383f4e;
  max-width: 670px;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.paragraph.for-faq.withd {
  max-width: 505px;
}

.blog-section {
  padding-bottom: 150px;
}

.blog-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.blog-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.blog-wrapper {
  overflow: hidden;
}

.blog-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-list._1 {
  grid-template-columns: 1fr;
}

.blog-singel-wrapper {
  grid-column-gap: 15px;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10px 30px 10px 15px;
  display: flex;
}

.blog-singel-wrapper.grid {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-wrapper {
  width: 100%;
  max-width: 300px;
  height: 100%;
  overflow: hidden;
}

.blog-image-wrapper.non {
  max-width: none;
}

.blog-image {
  object-fit: cover;
  height: 100%;
}

.blog-text-wrapper {
  width: 100%;
  max-width: 320px;
}

.blog-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-date-text-block {
  color: #1c2436;
  margin-bottom: 10px;
}

.blog-button-wrapper {
  color: #294f4a;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-button-arrow {
  margin-left: 10px;
}

.blog-section-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.testimonial-section {
  padding-bottom: 150px;
}

.testimonial-wrapper {
  background-image:url("/assets/7ac3faaf6a2930817d06.png");background-image:image-set(url("/assets/0eee419905b8d6b1dbb5.webp") type("image/webp"),url("/assets/7ac3faaf6a2930817d06.png"));
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 115px;
  position: relative;
}

.testimonial-slider-wrapper {
  width: 575px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slider-mask {
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.testimonial-text-wrapper {
  margin-bottom: 20px;
}

.testimonial-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  display: inline-block;
}

.testimonial-title-shape {
  z-index: -1;
  position: absolute;
  inset: -32% 18% auto auto;
}

.testimonial-title-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.testimonial-paragraph-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.testimonial-name-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
}

.testimonial-name {
  color: #ffffffb3;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-arrow {
  background-color: #ffffffb3;
  width: 44px;
  height: 1px;
  margin-left: 5px;
}

.testimonial-left-arrow {
  border: 1px solid #ffffff24;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-left-arrow.right {
  left: 11%;
}

.banner-section-two {
  padding-top: 180px;
}

.banner-section-two.hidden {
  display: none;
}

.banner-wrapper {
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-top-shape-image-wrapper {
  text-align: center;
}

.banner-title-wrapper-two {
  text-align: center;
  overflow: hidden;
}

.banner-title-two {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 112px;
  line-height: 122px;
}

.banner-title-two._2 {
  color: #fff;
  text-shadow: -2px 0 #1c2436, 0 2px #1c2436, 2px 0 #1c2436, 0 -2px #1c2436;
}

.banner-paragraph-text-wrapper-two {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
}

.banner-paragraph-text-two {
  color: #383f4e;
  max-width: 507px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner-button-wrapper-two {
  text-align: center;
  margin-top: 25px;
  overflow: hidden;
}

.banner-shape1 {
  z-index: 9;
  position: absolute;
  inset: auto auto -2% 0%;
  overflow: hidden;
}

.banner-shape2 {
  z-index: 9;
  position: absolute;
  inset: auto 0% -2% auto;
  overflow: hidden;
}

.our-organization-section {
  padding-bottom: 150px;
}

.organization-wrapper {
  background-color: var(--dunkelgrün);
  max-width: 1665px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.organization-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
}

.organization-left-content {
  position: relative;
}

.organization-text-wrapper {
  z-index: 1;
  max-width: 540px;
  position: relative;
}

.organization-text-wrapper.wiedt {
  max-width: 900px;
}

.organization-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.organization-paragraph-text {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 25px;
}

.organization-shape {
  position: absolute;
  inset: -35% auto auto 0%;
}

.organization-shape.lost {
  z-index: 0;
  opacity: .54;
}

.organization-right-content {
  margin-top: 40px;
}

.organization-details-wrapper.top {
  margin-bottom: 25px;
}

.organization-details-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.organization-details-grid.tw0 {
  grid-template-columns: 1fr;
}

.organization-details-grid.tw0.split {
  grid-template-columns: 1fr 1fr;
}

.organization-details-singel-wrapper {
  padding: 50px 20px 50px 40px;
}

.organization-details-singel-wrapper.one {
  background-color: var(--hellblau);
}

.organization-details-singel-wrapper.two {
  background-color: #cff285;
  height: 100%;
}

.organization-details-singel-wrapper.three {
  background-color: #f1f2cf;
}

.organization-details-singel-wrapper.four {
  background-color: #e6cff2;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.organization-details-singel-wrapper.four.five {
  background-color: var(--hellblau);
}

.organization-details-singel-wrapper.four.six {
  background-color: var(--gelb);
}

.organization-details-singel-wrapper.four.seven {
  background-color: var(--rosa);
}

.organization-details-image-wrapper {
  margin-bottom: 40px;
}

.organization-details-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.organization-details-info-text {
  color: #454c5f;
  font-family: Patrickhand, Arial, sans-serif;
}

.about-grid-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  align-items: end;
}

.about-counter-up-wrapper._100 {
  height: 100%;
  display: flex;
}

.about-counter-up-singel-wrapper {
  width: 560px;
  max-width: 560px;
}

.about-counter-grid {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.about-counter-grid.lern {
  grid-template-columns: 1fr;
  height: 100%;
}

.about-image {
  width: 100%;
}

.causes-section {
  padding-bottom: 150px;
}

.causes-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.causes-collection-list.two {
  grid-template-columns: 1fr;
}

.causes-content {
  border: 1px solid #e0e0e0;
  padding: 10px 15px 25px;
  text-decoration: none;
}

.causes-section-titlte-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.causes-section-titlte-singel-wrapper {
  text-align: center;
}

.causes-section-titlte {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.causes-image-wrapper {
  overflow: hidden;
}

.causes-image {
  width: 100%;
}

.causes-image.height {
  aspect-ratio: auto;
  object-fit: cover;
  height: 278px;
  position: static;
}

.causes-name-description {
  margin-top: 25px;
  margin-bottom: 30px;
}

.causes-name {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: block;
}

.causes-description-text {
  color: #383f4e;
  margin-bottom: 0;
}

.causes-line-bar {
  background-color: #ededed;
  width: 100%;
  height: 2px;
  position: relative;
}

.causes-line-bar-singel {
  background-color: #294f4a;
  width: 50%;
  height: 2px;
  position: relative;
}

.causes-price-wrapper {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
}

.causes-goals-text {
  color: #383f4e;
  margin-bottom: 5px;
}

.causes-goals-price {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.causes-section-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.testimonial-section-two {
  padding-bottom: 140px;
}

.testimonial-wrapper-two {
  background-color: var(--dunkelgrün);
  padding-top: 90px;
  padding-bottom: 170px;
}

.testimonial-section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.testimonial-section-title {
  z-index: 9;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 54px;
  line-height: 64px;
  display: inline-block;
  position: relative;
}

.testimonial-section-title-shape {
  z-index: 1;
  width: 90px;
  position: relative;
  top: 16px;
  left: -43px;
}

.testimonial-content {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: 100%;
}

.testimonial-singel-contet {
  text-align: center;
}

.testimonial-image-wrapper {
  margin-bottom: 25px;
  display: inline-block;
}

.testimonial-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 100px;
}

.testimonial-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.testimonial-details {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-details-line {
  background-color: #fff;
  width: 16px;
  height: 1px;
}

.testimonial-details-text-block {
  color: #fffc;
  margin-left: 10px;
}

.testimonial-slider-arrow {
  border: 1px solid #ffffff24;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.testimonial-slider-arrow.left {
  inset: auto 8% -29% 0%;
}

.testimonial-slider-arrow.right {
  inset: auto 0% -29% 8%;
}

.faq-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.kindness-section {
  padding-bottom: 150px;
  overflow: visible;
}

.kindness-container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.kindness-section-title-wrapper {
  margin-bottom: 50px;
}

.kindness-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 160px;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.kindness-slider {
  background-color: #0000;
  height: 100%;
}

.kindness-slider-mask {
  max-width: 425px;
  overflow: visible;
}

.kindness-slide {
  margin-right: 25px;
}

.kindness-slider-arrow {
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: all .35s;
  display: flex;
  inset: -20% 24% auto auto;
}

.kindness-slider-arrow:hover {
  background-color: #dcf285;
}

.kindness-slider-arrow.right {
  top: -160px;
  right: 45px;
}

.kindness-slider-arrow.left {
  top: -160px;
  right: 100px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.center {
  flex-flow: column;
  display: flex;
}

.dropdown-wrapper {
  margin-right: 30px;
}

.header-nav-link-dropdown-toggle {
  color: #1c2436;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-arrow {
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.dropdown-list {
  background-color: #fff;
  width: 100px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 20px 20px 65px #00000017;
}

.dropdown-link {
  color: #383f4e;
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
}

.dropdown-link.w--current {
  color: #0d594a;
}

.dropdown-link.mb0 {
  margin-bottom: 0;
}

.inner-banner {
  padding-top: 220px;
  padding-bottom: 140px;
}

.inner-banner.small {
  padding-top: 60px;
}

.inner-banner-content {
  text-align: center;
}

.inner-banner-text-wrapper {
  display: inline-block;
  position: relative;
}

.inner-banner-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.inner-banner-text-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.inner-banner-text-link-singel {
  align-items: center;
  display: flex;
}

.inner-banner-text-link {
  color: #1c2436;
  text-decoration: none;
}

.inner-banner-text-link-arrow {
  margin-right: 7px;
}

.inner-banner-arrow {
  color: #1c2436;
  margin-left: 7px;
  margin-right: 7px;
}

.inner-banner-shape {
  z-index: -1;
  position: absolute;
  inset: 0% 5% auto auto;
}

.about-section-two {
  padding-top: 150px;
  padding-bottom: 150px;
}

.about-section-two.top {
  padding-top: 60px;
}

.about-section-title-wrapper {
  text-align: center;
}

.about-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.about-section-titles {
  margin-bottom: 55px;
}

.about-images-wrapper {
  display: flex;
}

.charity-left-image-wrapper {
  width: 570px;
  margin-right: 10px;
  overflow: hidden;
}

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

.charity-image.square {
  aspect-ratio: 1;
}

.charity-middle-images-wrapper {
  width: 315px;
  margin-right: 10px;
  overflow: hidden;
}

.charity-image-singel {
  overflow: hidden;
}

.charity-image-singel.mb10 {
  margin-bottom: 10px;
}

.charity-right-image-wrapper {
  width: 410px;
  overflow: hidden;
}

.about-conter-up {
  padding-bottom: 150px;
}

.about-conter-up-wrapper-two {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-conter-grid-two {
  grid-column-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  justify-content: space-between;
  place-items: center stretch;
}

.behind-us {
  padding-bottom: 150px;
}

.behind-us-slider-wrapper {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.behind-us-slider {
  background-color: #0000;
  height: 100%;
}

.behind-slide-conten {
  border: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  padding: 25px 70px 25px 25px;
  display: flex;
}

.behind-slide-image-wrapper {
  width: 365px;
}

.behind-slide-image {
  width: 100%;
}

.behind-slide-details-wrapper {
  width: 570px;
}

.behind-slide-details-year {
  color: #1c2436;
  background-color: #e6cff2;
  margin-bottom: 25px;
  padding: 5px 8px;
  display: inline-block;
}

.behind-slide-details-year._2 {
  background-color: var(--lila-stiftung);
  color: var(--rosa);
}

.behind-slide-details-year._3 {
  background-color: var(--türkis);
}

.behind-slide-details-year._1 {
  background-color: var(--hellblau);
}

.behind-slide-details-heading {
  color: #1c2436;
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.behind-slide-details-paragraph-text {
  color: #383f4e;
  margin-bottom: 0;
}

.behind-slide-arrow {
  border: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.behind-slide-arrow.left {
  left: -10%;
}

.behind-slide-arrow.right {
  right: -10%;
}

.team-section {
  padding-bottom: 150px;
}

.team-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.team-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vercetti, Arial, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

.team-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-singel-wrapper {
  border: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.team-image-name-wrapper {
  text-align: center;
  text-decoration: none;
  display: block;
}

.team-image {
  width: 100%;
}

.team-name {
  color: #1c2436;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-icons-wrapper.left {
  justify-content: flex-start;
}

.team-icons-link-block {
  color: #294f4a;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.team-icons-link-block.mr0 {
  margin-right: 0;
}

.team-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.team-section-two, .causes-section-two {
  padding-bottom: 150px;
}

.blog-deatails-section {
  padding-top: 220px;
  padding-bottom: 140px;
}

.blog-deatails-section-title-wrapper {
  text-align: center;
  max-width: 670px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.blog-deatails-date {
  color: #1c2436;
  margin-bottom: 15px;
}

.blog-deatails-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.blog-deatails-image {
  width: 100%;
}

.blog-deatails-text-wrapper {
  max-width: 875px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.blog-deatails-title {
  color: #1c2436;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.blog-deatails-title._2nd {
  font-size: 34px;
}

.mb50 {
  margin-bottom: 50px;
}

.blog-deatails-list-wrapper {
  margin-top: 25px;
}

.blog-deatails-list-singel-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-deatails-list-singel-wrapper.mb0 {
  margin-bottom: 0;
}

.blog-deatails-list-image {
  margin-right: 7px;
}

.blog-deatails-list-text-block {
  color: #383f4e;
}

.quote-text-wrapper {
  background-color: var(--gelb);
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 45px 80px;
}

.quote-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.quote-text {
  text-align: center;
}

.quote-paragraph-text {
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.cause-details-section {
  padding-top: 220px;
  padding-bottom: 150px;
}

.cause-details-section-name-price {
  text-align: center;
  margin-bottom: 60px;
}

.cause-details-name {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.cause-details-price-info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cause-details-price-text-block {
  margin-right: 0;
}

.cause-details-price-text {
  margin-left: 5px;
  margin-right: 5px;
}

.cause-details-image-wrapper {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cause-details-image {
  width: 100%;
}

.cause-details-content {
  background-color: #fff;
  align-items: center;
  max-width: 935px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.volunteer-image-wrapper {
  width: 170px;
  margin-right: 30px;
}

.volunteer-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.volunteer-details {
  border-right: 1px solid #e0e0e0;
  width: 381px;
  padding-right: 60px;
}

.volunteer-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.volunteer-name.down {
  margin-bottom: 25px;
}

.volunteer-info-text {
  color: #1c2436;
  margin-bottom: 25px;
}

.volunteer-info-text.bu {
  margin-bottom: 4px;
}

.volunteer-description-text {
  color: #383f4e;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.volunteer-price-wrapper {
  width: 235px;
  margin-left: auto;
}

.volunteer-price-singel {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.volunteer-price-categories-text-block {
  color: #383f4e;
  margin-bottom: 5px;
}

.volunteer-price-text {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.license-section {
  padding-bottom: 150px;
}

.license-wrapper {
  border: 1px solid #ededed;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 85px;
}

.license-image-section-title-wrapper {
  margin-bottom: 90px;
}

.license-image-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
  display: inline-block;
}

.license-image-paragraph-text {
  color: #383f4e;
  max-width: 750px;
  margin-bottom: 0;
}

.license-image-paragraph-text-link {
  color: #294f4a;
  font-weight: 500;
}

.license-image-singel-wrapper {
  border-bottom: 1px solid #294f4a;
  margin-bottom: 45px;
  padding-bottom: 10px;
  display: inline-block;
}

.license-singel-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  display: inline-block;
}

.license-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-image {
  width: 100%;
}

.license {
  margin-bottom: 90px;
}

.license.mb0 {
  margin-bottom: 0;
}

.license-typography-text {
  color: #383f4e;
  max-width: 525px;
  margin-bottom: 0;
}

.license-typography-text.width611 {
  max-width: 611px;
}

.license-typography-text-link {
  color: #1c2436;
}

.typography-button-wrapper {
  margin-top: 30px;
}

.changelog-section {
  padding-bottom: 150px;
}

.changelog-wrapper {
  text-align: center;
  border: 1px solid #ededed;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.changelog-date-text-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.changelog-date-line {
  background-color: #cff285;
  width: 32px;
  height: 1px;
}

.changelog-date-text {
  color: #383f4e;
  margin-left: 10px;
  margin-right: 10px;
}

.changelog-heading {
  color: #001c34;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 36px;
  line-height: 46px;
}

.not-found-section {
  padding-bottom: 150px;
}

.not-found-wrapper {
  text-align: center;
  border: 1px solid #e0e0e0;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
}

._404-image-wrapper {
  margin-bottom: 40px;
}

._404-image {
  width: 180px;
}

.not-found-heading {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.not-found-paragraph-text {
  color: #383f4e;
  text-transform: none;
  max-width: 560px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-button {
  color: #1c2436;
  background-color: #e8f79d;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.password-section {
  padding-bottom: 150px;
}

.password-wrapper {
  text-align: center;
  border: 1px solid #e0e0e0;
  width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
}

.password-image {
  width: 190px;
  margin-bottom: 30px;
}

.password-heading {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.field-label {
  display: none;
}

.password-paragraph-text {
  color: #383f4e;
  max-width: 560px;
  margin-bottom: 30px;
}

.password-text-field {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  height: 60px;
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 18px;
}

.password-submit-button {
  color: #1c2436;
  background-color: #e8f79d;
  width: 100%;
  height: 60px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.contact-us-section {
  padding-bottom: 150px;
}

.contact-us-wrapper {
  background-color: var(--hellblau);
  max-width: 1085px;
  height: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

.contact-us-singel-wrapper {
  background-color: #fff;
  max-width: 985px;
  margin-top: -645px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 21px 21px 64px #0000000d;
}

.contact-us-form-block {
  margin-bottom: 0;
}

.contact-us-form-singel {
  width: 100%;
}

.contact-us-form-singel.mr25 {
  margin-right: 25px;
}

.contact-us-form-wrap {
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.contact-us-form-field-label {
  color: #1c2436;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-us-form-input {
  color: #adb4c2;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-size: 16px;
}

.contact-us-textarea {
  color: #adb4c2;
  border: 1px solid #e0e0e0;
  min-height: 225px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-size: 16px;
}

.contact-us-submit {
  background-color: var(--dunkelgrün);
  color: #fff;
  padding: 14px 26px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.contact-us-shape {
  position: absolute;
  inset: 0% -91px auto auto;
}

.contact-us-section-shape {
  z-index: -1;
  background-color: #fff;
  width: 1350px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 18% 0% auto 0;
  box-shadow: 33px 33px 39px #0000000d;
}

.contact-us-content {
  position: relative;
}

.shop-section {
  padding-bottom: 150px;
}

.shop-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-collection-list.categories {
  grid-template-rows: auto;
}

.shop-singel-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-image {
  width: 100%;
}

.shop-filter-hover {
  background-color: #000c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.producat-price {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
}

.product-name {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.product-details {
  padding-bottom: 150px;
}

.product-details-wrapper {
  border: 1px solid #e0e0e0;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.product-details-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.product-details-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.product-details-description {
  color: #383f4e;
  margin-bottom: 20px;
}

.product-details-price {
  color: #383f4e;
  margin-bottom: 20px;
  font-size: 24px;
}

.product-details-quantity-text {
  color: #383f4e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.product-details-quantity {
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 0 20px;
}

.add-to-cart-button {
  color: #1c2436;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  padding: 14px 30px;
}

.option-list, .default-state {
  margin-bottom: 0;
}

.style-guide-section {
  padding-bottom: 150px;
}

.style-guide-wrapper {
  justify-content: space-between;
  display: flex;
}

.style-guide-left-content {
  border: 1px solid #e0e0e0;
  width: 360px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 150px;
}

.style-guide-single-link {
  color: #1c2436;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-single-link.w--current {
  background-color: #e8f79d;
}

.style-guide-right-content {
  border: 1px solid #e0e0e0;
  width: 930px;
  padding: 25px 40px;
}

.style-guide-title-wrapper {
  background-color: #294f4a;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.style-guide-heading-wrapper {
  margin-bottom: 80px;
}

.style-guide-heading-singel-wrap {
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.style-guide-heading-singel-wrap.mb0 {
  margin-bottom: 0;
}

.style-guide-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-heading._1 {
  color: #1c2436;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 73px;
  line-height: 83px;
}

.style-guide-heading._2 {
  color: #1c2436;
  max-width: 425px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.style-guide-heading._3 {
  color: #1c2436;
  max-width: 320px;
  font-size: 36px;
  line-height: 46px;
}

.style-guide-heading._4 {
  color: #1c2436;
  max-width: 215px;
  font-size: 24px;
  line-height: 34px;
}

.style-guide-heading._5 {
  color: #1c2436;
  max-width: 185px;
  font-size: 20px;
  line-height: 30px;
}

.style-guide-heading._6 {
  color: #1c2436;
  max-width: 160px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.style-guide-heading-span {
  color: #294f4a;
}

.color-plate-wrapper {
  margin-bottom: 80px;
}

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

.color-plate {
  height: 160px;
}

.color-plate._1 {
  background-color: #294f4a;
}

.color-plate._2 {
  background-color: #e8f79d;
}

.color-plate._3 {
  background-color: #f6f6f9;
}

.color-code-wrapper {
  text-align: center;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 33px 33px 39px #0000000d;
}

.color-code {
  color: #1c2436;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.style-guide-paragraph-wrapper {
  margin-bottom: 80px;
}

.style-guide-paragraph-singel-wrapper.mb40 {
  margin-bottom: 40px;
}

.style-guide-paragraph-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.style-guide-paragraph-details-text-block {
  color: #383f4e;
  margin-bottom: 10px;
  font-size: 20px;
}

.style-guide-paragraph-details-text-block.mb0 {
  margin-bottom: 0;
}

.style-guide-typeface-wrapper {
  margin-bottom: 80px;
}

.typeface-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.typeface-text-block {
  color: #383f4e;
  margin-bottom: 10px;
  font-size: 20px;
}

.typeface-text-block.mb0 {
  margin-bottom: 0;
}

.style-guide-buttons-wrapper {
  align-items: center;
  display: flex;
}

.cart {
  margin-right: 30px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  display: flex;
  position: absolute;
  inset: -1% -27% auto auto;
}

.preview-navbar {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.preview-nav-link {
  color: #1c2436;
  margin-right: 50px;
  padding: 0;
}

.preview-nav-link.w--current {
  color: #054e1a;
}

.preview-nav-link.mr0 {
  margin-right: 0;
}

.preview-banner-section {
  margin-bottom: 98px;
  padding-top: 200px;
}

.preview-banner-wrapper {
  background-color: #294f4a;
  border-radius: 20px;
  padding: 70px 40px 60px 60px;
  position: relative;
}

.preview-banner-singel-wrapper {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.preview-banner-text-wrapper {
  width: 100%;
  max-width: 455px;
}

.preview-banner-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.preview-banner-paragraph-text {
  color: var(--white);
  margin-bottom: 30px;
}

.preview-banner-button {
  color: #000;
  background-color: #e8f79d;
  padding: 15px 35px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.preview-banner-image-wrapper {
  width: 100%;
  max-width: 695px;
  margin-bottom: -13%;
  display: flex;
  position: relative;
}

.preview-banner-image1 {
  z-index: 10;
  height: 480px;
  position: relative;
  box-shadow: 20px 20px 23px #0000000d;
}

.preview-banner-image2 {
  height: 460px;
  margin-top: 80px;
  margin-left: -85px;
  box-shadow: 20px 20px 23px #0000000d;
}

.preview-banner-shape {
  z-index: 9;
  position: absolute;
  inset: -3% auto auto 35%;
}

.preview-banner-shape._2 {
  top: 13%;
  left: 37%;
}

.demo-section {
  padding-top: 150px;
}

.demo-section.pd {
  padding-bottom: 150px;
}

.demo-section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.demo-section-title-singel-wrapper {
  display: inline-block;
  position: relative;
}

.demo-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.demo-section-title-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.demo-grid {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.demos-singel-wrapper {
  text-decoration: none;
}

.demos-image-wrapper {
  background-color: #f4f3f4;
  padding: 40px;
}

.demos-image-singel-wrapper {
  position: relative;
}

.demos-image {
  width: 100%;
}

.page-heading-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-heading {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.cart-container {
  min-width: 700px;
  max-width: 700px;
}

.cart-header {
  padding: 30px;
}

.cart-title {
  color: #1c2436;
  font-size: 32px;
  line-height: 42px;
}

.close-button {
  color: #294f4a;
  border: 1px solid #294f4a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.cart-list {
  padding: 20px 30px;
}

.image {
  width: 120px;
  height: auto;
}

.cart-product-name {
  color: #1c2436;
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.cart-product-price {
  color: #383f4e;
  font-size: 20px;
  line-height: 30px;
}

.cart-item {
  align-items: center;
}

.cart-quantity-2 {
  background-color: #0000;
  border-style: none none solid;
  border-width: 0 0 1px;
  width: 100%;
}

.remove-button {
  color: #294f4a;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.cart-footer {
  padding: 25px 30px;
}

.sabtotal-text-block {
  color: #383f4e;
  font-size: 24px;
}

.subtotal-price {
  color: #383f4e;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.checkout-button {
  color: #1c2436;
  background-color: #e8f79d;
  justify-content: center;
  height: 60px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  display: flex;
}

.checkout-button.two {
  align-items: center;
}

.donate-pop-up {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.close-pop-up {
  width: 40px;
  height: 40px;
  color: var(--white);
  cursor: pointer;
  border: 1px solid #ffffffb3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: auto;
}

.donate-content {
  background-color: #fff;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px;
}

.donate-pop-title {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.donate-pop-title.mb0 {
  margin-bottom: 5px;
  font-family: Vercetti, Arial, sans-serif;
}

.donate-form-input {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  height: 50px;
  margin-bottom: 24px;
  padding: 0 25px;
  font-size: 18px;
}

.donate-form-input.height {
  height: 120px;
}

.donate-textarea {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  min-height: 140px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 18px;
}

.donate-submit-button {
  background-color: var(--flieder);
  width: 100%;
  height: 55px;
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.demo-middle-wrapper {
  width: 650px;
  min-width: 650px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.preloadr-image {
  width: 250px;
}

.preloader-bg {
  z-index: 1;
  background-color: var(--flieder);
  height: 150%;
  position: absolute;
  inset: 0%;
}

.banner-image-shape-image {
  width: 250px;
}

.our-result-image-wrapper {
  display: inline-block;
  overflow: hidden;
}

.banner-top-shape-image.small {
  width: 120px;
}

.team-image-wrapper {
  overflow: hidden;
}

.team-details-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.team-details-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 20px 20px;
  display: flex;
  box-shadow: 1px 1px 64px #efefef;
}

.team-details-image-wrapper {
  width: 400px;
}

.team-details-image {
  width: 100%;
}

.team-details-text-wrapper {
  width: 425px;
}

.team-details-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.team-details-name.sub {
  margin-bottom: 5px;
}

.team-details-info-paragraph {
  margin-bottom: 25px;
}

.team-details-info-paragraph.mb20 {
  margin-bottom: 20px;
}

.donate-pop-up-two {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.became-text-block {
  margin-bottom: 30px;
  font-family: Vercetti, Arial, sans-serif;
}

.close-pop-up-two {
  width: 40px;
  height: 40px;
  color: var(--white);
  cursor: pointer;
  border: 1px solid #ffffffb3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: auto;
}

.causes-line-bar-text {
  color: #294f4a;
  text-align: right;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.secondary-button {
  background-color: var(--rosa);
  color: var(--lila-stiftung);
  margin-right: 20px;
  padding: 14px 45px;
  font-family: Vercetti, Arial, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.secondary-button:hover {
  color: #000;
  background-color: #e8f79d;
}

.secondary-button.two {
  color: #1c2436;
  background-color: #dcf285;
}

.secondary-button.two:hover {
  color: #fff;
  background-color: #294f4a;
}

.secondary-button.three {
  color: #294f4a;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  margin-right: 0;
}

.shop-categories-section {
  padding-bottom: 120px;
}

.checkout-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.checkout-form {
  background-color: #0000;
}

.checkout-field {
  background-color: #fff;
  border: 1px solid #bdd63d;
  border-radius: 20px;
  margin-top: 10px;
  padding: 30px;
}

.checkout-input {
  background-color: #0000;
  border-color: #bdd63d;
  border-radius: 10px;
}

.checkout-input-content {
  margin-top: 10px;
}

.primary-button-copy {
  background-color: var(--dunkelgrün);
  color: #fff;
  padding: 14px 30px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.primary-button-copy:hover {
  background-color: var(--gelb);
  color: #000;
}

.primary-button-copy.two {
  background-color: var(--gelb);
  color: #000;
  border: 1px solid #dcf285;
  font-family: Vercetti, Arial, sans-serif;
  transition: all .35s;
}

.primary-button-copy.two:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #e0e0e0;
}

.primary-button-copy.two.hover:hover {
  background-color: #294f4a;
  border-color: #294f4a;
}

.primary-button-copy.navbar-button {
  color: #0d594a;
  background-color: #0000;
  padding: 0;
  text-decoration: underline;
}

.primary-button-copy.navbar-button.mobile {
  display: none;
}

.primary-button-copy.navbar-button.desktop {
  color: var(--dunkelgrün);
}

.primary-button-copy.four {
  color: #294f4a;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  display: inline-block;
}

.primary-button-copy.four:hover {
  color: #fff;
  background-color: #294f4a;
  border-color: #294f4a;
}

.primary-button-copy.footer {
  background-color: var(--gelb);
  color: #1c2436;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  display: flex;
}

.primary-button-copy.footer:hover {
  background-color: var(--dunkelgrün);
  color: #fff;
}

.number-categories-2 {
  color: #171d29;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.legend_mark {
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.custom_map-map_block {
  position: relative;
}

.map_popup {
  opacity: 0;
  visibility: hidden;
  width: 25rem;
  margin: .5rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  bottom: 100%;
  left: 100%;
}

.map_item-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
  display: block;
}

.custom_map-legends {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.custom_map-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 33%;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: grid;
}

.map_item {
  border: 3px solid var(--hellblau);
  color: #0e1231;
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
}

.spacer-large {
  padding-top: 1rem;
}

.map_pointer {
  z-index: 1;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.map_pointer:hover {
  z-index: 2;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.custom_map-image {
  width: 100%;
  display: block;
  position: static;
}

.heading-style-h2 {
  font-family: Vercetti, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.size {
  font-size: 2rem;
}

.map_item-link {
  color: #2151e1;
  text-decoration: none;
}

.map_item-link:hover {
  color: #0f132f;
  text-decoration: underline;
}

.map_item-title {
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.map_item-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.size {
  font-size: 80px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.lightbox-link {
  margin-bottom: 15px;
  display: block;
}

.collection-list-wrapper {
  margin-top: 60px;
}

.style {
  color: var(--flieder);
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.fs-slider_list-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 1rem;
  position: relative;
  overflow: clip;
}

.fs-slider_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 600px;
}

.fs-slider_bullet {
  background-color: #ddd;
  border-radius: 999rem;
  width: .5rem;
  height: .5rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_bullet.is-bullet-active {
  background-color: #000;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.fs-slider_next {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  border-radius: 999rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -2rem;
  margin-right: -1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.fs-slider_list {
  min-width: 0;
  height: auto;
  min-height: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_instance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  display: flex;
  position: relative;
}

.fs-slider_arrow {
  width: 1rem;
  line-height: 0;
}

.fs-slider_previous {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  border-radius: 999rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -2rem;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-slider_slide {
  backface-visibility: hidden;
  width: 100%;
  min-height: 1rem;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slide, .mask {
  height: 600px;
}

.image-2 {
  width: 100%;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.cash {
  color: var(--bordeuaxbraun);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.hidden {
  display: block;
}

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

.slider {
  height: 600px;
}

.collection-list-wrapper-2, .empty-state {
  display: none;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-wrapper-3 {
  margin-top: 60px;
}

.collection-list-wrapper-4 {
  display: none;
}

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

.collection-item-3.beitr-ge {
  height: 100%;
}

.link {
  text-align: center;
  text-decoration: none;
}

.image-4 {
  object-fit: contain;
  height: 100px;
}

@media screen and (min-width: 1920px) {
  .banner-image-shape3 {
    right: -30px;
  }

  .services-box {
    padding: 50px 40px 210px;
  }

  .services-title {
    font-size: 32px;
    line-height: 40px;
  }

  .services-paragraph-text {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-wrapper {
    width: 95%;
  }

  .banner-title-two {
    font-size: 133px;
    line-height: 154px;
  }

  .kindness-slide.mr0 {
    margin-right: 0;
  }

  .kindness-slider-arrow {
    top: -20%;
    right: 24%;
  }

  .sticky-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: sticky;
    top: 0%;
    bottom: 0%;
    overflow: hidden;
  }

  .sticky-wrapper-main {
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    text-align: left;
    background-color: #294f4a;
    padding: 40px 20px;
  }

  .nav-link {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .navbar-link-block.ml0.desktop {
    display: none;
  }

  .navbar-link-block.ml0.mobile {
    color: var(--white);
    margin-right: 0;
    display: inline-block;
  }

  .banner-shape-wrapper {
    display: none;
  }

  .banner-content-wrapper {
    padding-top: 170px;
  }

  .banner-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.1fr;
  }

  .banner-left-content {
    text-align: center;
  }

  .banner-title {
    font-size: 86px;
    line-height: 96px;
  }

  .banner-paragraph-text {
    max-width: 603px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-button-wrapper {
    margin-top: 20px;
  }

  .primary-button.navbar-button.desktop {
    display: none;
  }

  .banner-image-wrapper {
    text-align: center;
  }

  .banner-image-singel {
    background-color: #dcf285;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-image-shape1 {
    left: -8%;
  }

  .banner-image-shape3 {
    right: -20px;
  }

  .sponsor-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-sponsor-img {
    margin-right: 60px;
  }

  .cta-section {
    padding-bottom: 80px;
  }

  .cta-title {
    margin-bottom: 20px;
  }

  .cta-shape1, .cta-shape2 {
    width: 140px;
  }

  .about-us-section {
    padding-bottom: 80px;
  }

  .about-top-content {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .about-us-paragraph-text-wrapper {
    text-align: center;
  }

  .about-grid {
    grid-column-gap: 20px;
    align-items: end;
  }

  .metrics {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .number-categories {
    line-height: 40px;
  }

  .services-section {
    padding-bottom: 100px;
  }

  .services-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-shape-one {
    width: 50px;
    right: 9%;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-box {
    padding: 40px 15px 140px;
  }

  .services-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }

  .services-shape {
    width: 110px;
  }

  .services-shape-two {
    left: 0%;
  }

  .our-result-section {
    padding-bottom: 80px;
  }

  .our-result-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-result-images-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .our-result-right-content {
    order: -1;
    width: 100%;
    max-width: 100%;
  }

  .our-result-right-content.mb40 {
    margin-bottom: 40px;
  }

  .our-result-titile {
    font-size: 42px;
    line-height: 52px;
  }

  .our-result-list-wrapper {
    margin-bottom: 40px;
  }

  .our-result-heand-image {
    width: 100%;
  }

  .our-result-heand-image.two {
    display: none;
  }

  .footer-top-content {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-details-wrapper {
    text-align: center;
    width: 100%;
    max-width: 530px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-icons-wrapper {
    justify-content: center;
  }

  .footer-icon-singel-wrapper {
    margin-right: 20px;
  }

  .footer-menu-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-info-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .faq-section, .blog-section {
    padding-bottom: 100px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-text-wrapper {
    width: 100%;
    max-width: 421px;
    margin-left: 20px;
  }

  .testimonial-section {
    padding-bottom: 100px;
  }

  .testimonial-wrapper {
    background-color: #294f4a;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 40px;
  }

  .testimonial-slider-wrapper {
    width: 100%;
  }

  .testimonial-singel-wrapper {
    text-align: center;
  }

  .testimonial-paragraph-text {
    font-size: 17px;
  }

  .testimonial-name-wrapper {
    justify-content: center;
  }

  .testimonial-left-arrow {
    right: 0;
  }

  .testimonial-left-arrow.right {
    left: 10%;
  }

  .testimonial-left-arrow.left {
    right: 10%;
  }

  .banner-section-two {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .banner-title-two {
    font-size: 76px;
    line-height: 86px;
  }

  .banner-paragraph-text-wrapper-two {
    margin-bottom: 40px;
  }

  .banner-shape1 {
    bottom: -10%;
    overflow: visible;
  }

  .banner-shape2 {
    bottom: -9%;
    overflow: visible;
  }

  .our-organization-section {
    padding-bottom: 100px;
  }

  .organization-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .organization-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .organization-text-wrapper {
    max-width: 100%;
  }

  .organization-title {
    font-size: 48px;
    line-height: 58px;
  }

  .organization-shape {
    width: 70px;
    inset: 0% 0% auto auto;
  }

  .about-grid-two {
    grid-row-gap: 40px;
    grid-template-columns: 1.3fr;
  }

  .about-counter-up-singel-wrapper {
    max-width: 100%;
  }

  .about-counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .causes-section {
    padding-bottom: 100px;
  }

  .causes-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .causes-section-titlte {
    font-size: 46px;
    line-height: 56px;
  }

  .causes-name {
    font-size: 23px;
  }

  .testimonial-section-two {
    padding-bottom: 100px;
  }

  .testimonial-wrapper-two {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-section-title-wrapper {
    margin-bottom: 40px;
  }

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

  .testimonial-slider-arrow.left {
    right: 10%;
  }

  .testimonial-slider-arrow.right {
    left: 10%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .kindness-section {
    padding-bottom: 100px;
  }

  .kindness-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .kindness-slider-arrow {
    top: -18%;
    right: 15%;
  }

  .dropdown-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .header-nav-link-dropdown-toggle {
    color: var(--white);
  }

  .dropdown-arrow {
    padding: 2px 3px;
  }

  .dropdown-list {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link.w--current, .dropdown-link.mb0 {
    text-align: left;
  }

  .inner-banner {
    padding-top: 160px;
    padding-bottom: 80px;
    position: static;
  }

  .inner-banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .inner-banner-text-link-wrapper {
    margin-top: 5px;
  }

  .inner-banner-shape {
    width: 70px;
  }

  .about-section-two {
    padding-bottom: 80px;
  }

  .about-section-title {
    font-size: 46px;
    line-height: 56px;
  }

  .about-section-titles {
    margin-bottom: 40px;
  }

  .about-conter-up {
    padding-bottom: 80px;
  }

  .about-conter-up-wrapper-two {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-conter-grid-two {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .behind-us {
    padding-bottom: 160px;
  }

  .behind-slide-conten {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .behind-slide-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .behind-slide-details-wrapper {
    width: 100%;
  }

  .behind-slide-details-heading {
    max-width: 100%;
  }

  .behind-slide-details-paragraph-text {
    font-size: 17px;
  }

  .behind-slide-arrow.left {
    inset: auto 10% -12% 0%;
  }

  .behind-slide-arrow.right {
    inset: auto 0% -12% 10%;
  }

  .team-section {
    padding-bottom: 100px;
  }

  .team-singel-wrapper {
    padding-bottom: 30px;
  }

  .team-name {
    font-size: 20px;
  }

  .team-icons-link-block {
    font-size: 16px;
  }

  .team-button-wrapper {
    margin-top: 40px;
  }

  .team-section-two, .causes-section-two {
    padding-bottom: 100px;
  }

  .blog-deatails-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .blog-deatails-section-title-wrapper {
    margin-bottom: 45px;
  }

  .blog-deatails-name {
    font-size: 46px;
    line-height: 56px;
  }

  .blog-deatails-text-wrapper {
    margin-top: 60px;
  }

  .blog-deatails-title {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-deatails-title._2nd {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .cause-details-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .cause-details-section-name-price {
    margin-bottom: 50px;
  }

  .cause-details-name {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .cause-details-content {
    max-width: 100%;
    margin-top: -85px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px;
  }

  .volunteer-image-wrapper {
    width: 210px;
    margin-right: 20px;
  }

  .volunteer-details {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 10px;
  }

  .volunteer-info-text {
    margin-bottom: 10px;
  }

  .volunteer-price-wrapper {
    width: 150px;
  }

  .volunteer-price-singel {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .volunteer-price {
    margin-bottom: 15px;
  }

  .volunteer-price.mb0 {
    margin-bottom: 0;
  }

  .volunteer-price-text {
    font-size: 20px;
    line-height: 30px;
  }

  .license-section {
    padding-bottom: 100px;
  }

  .license-wrapper {
    padding: 40px 30px;
  }

  .license-image-section-title-wrapper {
    margin-bottom: 30px;
  }

  .license-image-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .license-image-paragraph-text {
    max-width: 100%;
  }

  .license-singel-title {
    font-size: 30px;
    line-height: 40px;
  }

  .license {
    margin-bottom: 40px;
  }

  .license-typography-text, .license-typography-text.width611 {
    max-width: 100%;
  }

  .changelog-section, .not-found-section {
    padding-bottom: 100px;
  }

  .not-found-wrapper {
    max-width: 600px;
    padding: 40px;
  }

  ._404-image-wrapper {
    margin-bottom: 20px;
  }

  ._404-image {
    width: 150px;
  }

  .not-found-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

  .not-found-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .password-section {
    padding-bottom: 100px;
  }

  .password-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .password-image {
    width: 150px;
  }

  .contact-us-section {
    padding-bottom: 100px;
  }

  .contact-us-wrapper {
    display: none;
  }

  .contact-us-singel-wrapper {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-us-form-input {
    height: 50px;
  }

  .contact-us-textarea {
    min-height: 150px;
  }

  .contact-us-shape, .contact-us-section-shape {
    display: none;
  }

  .shop-section {
    padding-bottom: 100px;
  }

  .shop-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .product-details {
    padding-bottom: 100px;
  }

  .product-details-wrapper {
    padding: 20px;
  }

  .product-details-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .product-details-description {
    font-size: 17px;
  }

  .style-guide-section {
    padding-bottom: 100px;
  }

  .style-guide-wrapper {
    flex-direction: column;
  }

  .style-guide-left-content {
    width: 100%;
  }

  .style-guide-right-content {
    width: 100%;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 40px;
    padding: 20px;
  }

  .style-guide-title {
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 60px;
  }

  .style-guide-heading._1 {
    font-size: 66px;
    line-height: 76px;
  }

  .color-plate-wrapper, .style-guide-paragraph-wrapper, .style-guide-typeface-wrapper {
    margin-bottom: 60px;
  }

  .preview-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .preview-nav-menu {
    text-align: left;
    background-color: #294f4a;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .preview-nav-link {
    color: var(--white);
    margin-bottom: 20px;
    margin-right: 0;
  }

  .preview-nav-link.w--current {
    color: #fff;
  }

  .preview-banner-section {
    margin-bottom: 0;
    padding-top: 130px;
  }

  .preview-banner-wrapper {
    padding: 60px 40px;
  }

  .preview-banner-singel-wrapper {
    flex-direction: column;
  }

  .preview-banner-text-wrapper {
    text-align: center;
    width: 100%;
  }

  .preview-banner-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 57px;
    line-height: 67px;
  }

  .preview-banner-paragraph-text {
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-banner-image-wrapper {
    flex-direction: column;
    width: auto;
    margin-top: 40px;
    margin-bottom: auto;
  }

  .preview-banner-image1 {
    height: auto;
  }

  .preview-banner-image2 {
    height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .preview-banner-shape {
    display: none;
  }

  .demo-section {
    padding-top: 80px;
  }

  .demo-section.pd {
    padding-bottom: 80px;
  }

  .demo-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .demo-grid {
    grid-row-gap: 30px;
  }

  .demos-image-wrapper {
    padding: 20px;
  }

  .page-heading-wrapper {
    margin-top: 20px;
  }

  .page-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .donate-pop-up {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .donate-content {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .demo-middle-wrapper {
    width: 360px;
    min-width: auto;
  }

  .our-result-image-wrapper {
    width: 100%;
  }

  .banner-top-shape-image {
    width: 90px;
  }

  .banner-shape1-image, .banner-shape2-image {
    width: 150px;
  }

  .menu-button {
    padding: 0;
  }

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

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.top {
    background-color: #294f4a;
  }

  .hamburger-menu-bar.bottom {
    background-color: #000;
  }

  .team-details-section {
    padding-bottom: 100px;
  }

  .team-details-wrapper {
    flex-direction: column;
    max-width: 100%;
    padding: 40px;
  }

  .team-details-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-details-text-wrapper {
    width: 100%;
  }

  .donate-pop-up-two {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .behind-us-slider-mash {
    overflow: visible;
  }

  .shop-categories-section {
    padding-bottom: 100px;
  }

  .primary-button-copy.navbar-button.desktop {
    display: none;
  }

  .number-categories-2 {
    line-height: 40px;
  }

  .map_popup {
    display: none;
  }

  .custom_map-component {
    grid-template-columns: 1fr;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .map_pointer {
    width: 1.5vw;
    height: 1.5vw;
  }

  .map_item-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-link-block {
    margin-left: 0;
  }

  .banner-content-wrapper {
    padding-top: 145px;
  }

  .banner-title {
    font-size: 52px;
    line-height: 62px;
  }

  .banner-paragraph-text {
    font-size: 17px;
  }

  .primary-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .primary-button.footer {
    height: 55px;
  }

  .banner-image-shape1 {
    width: 50px;
    left: 0%;
  }

  .banner-image-shape2 {
    bottom: 47px;
    left: 0%;
  }

  .banner-image-shape3 {
    width: 50px;
    right: 0;
  }

  .single-sponsor-img {
    width: 100px;
    margin-right: 40px;
  }

  .cta-wrapper {
    padding: 50px 20px 100px;
  }

  .cta-title {
    font-size: 34px;
  }

  .cta-shape1 {
    width: 114px;
  }

  .cta-shape2 {
    width: 115px;
  }

  .about-us-title {
    font-size: 40px;
    line-height: 50px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-us-counter-up-singel-wrapper.mb50 {
    margin-bottom: 20px;
  }

  .services-section {
    padding-bottom: 80px;
  }

  .services-wrapper {
    padding-top: 80px;
  }

  .services-section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .services-shape-one {
    bottom: 102%;
    right: 5%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-shape, .services-shape-two {
    width: 100px;
  }

  .our-result-images-wrapper {
    margin-bottom: 0;
  }

  .our-result-shape-image {
    width: 300px;
    display: none;
  }

  .our-result-titile {
    font-size: 42px;
    line-height: 52px;
  }

  .our-result-paragraph-text {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .our-result-list-wrapper {
    margin-bottom: 30px;
  }

  .our-result-list-text-block {
    font-size: 16px;
  }

  .footer-top-content {
    padding-top: 60px;
  }

  .footer-details-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-description-text {
    width: 394px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-title {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-info-wrapper {
    text-align: center;
    padding: 20px;
  }

  .footer-info-heading {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 33px;
  }

  .faq-section {
    padding-bottom: 80px;
  }

  .faq-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .faq-singel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-question {
    max-width: 400px;
    font-size: 18px;
  }

  .faq-arrow-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 22px;
    display: flex;
  }

  .paragraph.for-faq {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 27px;
  }

  .blog-section {
    padding-bottom: 80px;
  }

  .blog-singel-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .blog-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .blog-section-button-wrapper {
    margin-top: 40px;
  }

  .testimonial-section {
    padding-bottom: 80px;
  }

  .testimonial-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-title {
    font-size: 42px;
    line-height: 52px;
  }

  .testimonial-paragraph-text {
    font-size: 17px;
  }

  .testimonial-left-arrow.right {
    left: 16%;
  }

  .testimonial-left-arrow.left {
    right: 15%;
  }

  .banner-title-two {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-paragraph-text-wrapper-two {
    margin-bottom: 30px;
  }

  .banner-paragraph-text-two {
    font-size: 17px;
  }

  .banner-button-wrapper-two {
    margin-top: 20px;
  }

  .banner-shape1, .banner-shape2 {
    bottom: -14%;
  }

  .organization-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .organization-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .organization-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

  .organization-shape {
    width: 61px;
  }

  .organization-details-grid, .causes-collection-list {
    grid-template-columns: 1fr;
  }

  .causes-section-titlte {
    font-size: 33px;
    line-height: 43px;
  }

  .causes-image.height {
    height: auto;
  }

  .causes-price-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .causes-goals-price {
    font-size: 20px;
    line-height: 30px;
  }

  .causes-section-button-wrapper {
    margin-top: 40px;
  }

  .testimonial-wrapper-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .testimonial-section-title-shape {
    width: 30px;
    top: 7px;
  }

  .testimonial-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial-slider-arrow.left {
    right: 15%;
  }

  .testimonial-slider-arrow.right {
    left: 15%;
  }

  .kindness-section {
    padding-bottom: 140px;
  }

  .kindness-section-title {
    padding-right: 0;
    font-size: 36px;
    line-height: 46px;
  }

  .kindness-slider-arrow {
    inset: auto 0 -15% 0%;
  }

  .kindness-slider-arrow.left {
    left: -10%;
  }

  .inner-banner-title, .about-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .about-conter-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .behind-us {
    padding-bottom: 140px;
  }

  .behind-slide-conten {
    padding: 20px;
  }

  .behind-slide-arrow.left {
    right: 15%;
  }

  .behind-slide-arrow.right {
    left: 15%;
  }

  .team-section {
    padding-bottom: 80px;
  }

  .team-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .team-collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-icons-link-block {
    margin-right: 10px;
  }

  .team-section-two, .causes-section-two {
    padding-bottom: 80px;
  }

  .blog-deatails-section {
    padding-bottom: 60px;
  }

  .blog-deatails-name {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-deatails-text-wrapper {
    margin-top: 40px;
  }

  .blog-deatails-title {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-deatails-title._2nd {
    font-size: 28px;
    line-height: 38px;
  }

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

  .blog-deatails-list-singel-wrapper {
    font-size: 16px;
  }

  .quote-text-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
  }

  .quote-paragraph-text {
    font-size: 19px;
    line-height: 29px;
  }

  .cause-details-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .cause-details-section-name-price {
    margin-bottom: 40px;
  }

  .cause-details-name {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .cause-details-content {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .volunteer-image-wrapper {
    width: 100%;
  }

  .volunteer-details {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .volunteer-price-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .license-section {
    padding-bottom: 80px;
  }

  .license-wrapper {
    padding: 30px 20px;
  }

  .license-image-paragraph-text {
    font-size: 16px;
  }

  .license-image-singel-wrapper {
    margin-bottom: 30px;
  }

  .license-images-grid {
    grid-column-gap: 10px;
  }

  .license-typography-text {
    font-size: 16px;
  }

  .changelog-section, .not-found-section {
    padding-bottom: 80px;
  }

  .not-found-wrapper {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-image-wrapper {
    margin-bottom: 10px;
  }

  ._404-image {
    width: 100px;
  }

  .not-found-heading, .not-found-paragraph-text {
    margin-bottom: 15px;
  }

  .password-section {
    padding-bottom: 80px;
  }

  .password-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .password-image {
    width: 120px;
  }

  .password-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .password-text-field, .password-submit-button {
    height: 50px;
  }

  .contact-us-section {
    padding-bottom: 80px;
  }

  .contact-us-singel-wrapper {
    padding: 40px 20px;
  }

  .contact-us-form-singel {
    margin-bottom: 20px;
  }

  .contact-us-form-singel.mr25 {
    margin-right: 0;
  }

  .contact-us-form-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-us-textarea {
    min-height: 120px;
    margin-bottom: 20px;
  }

  .contact-us-submit {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .shop-section {
    padding-bottom: 80px;
  }

  .shop-collection-list, .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-details-name {
    margin-bottom: 10px;
  }

  .product-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .product-details-price {
    margin-bottom: 15px;
  }

  .style-guide-section {
    padding-bottom: 80px;
  }

  .style-guide-single-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .style-guide-right-content {
    margin-top: 30px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-title {
    font-size: 25px;
    line-height: 35px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 30px;
  }

  .style-guide-heading._1 {
    font-size: 44px;
    line-height: 54px;
  }

  .style-guide-heading._2 {
    font-size: 38px;
    line-height: 48px;
  }

  .style-guide-heading._3 {
    font-size: 32px;
    line-height: 42px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .color-plate {
    height: 120px;
  }

  .color-code {
    font-size: 20px;
  }

  .style-guide-paragraph-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .typeface-title {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .preview-banner-wrapper {
    padding: 40px 20px;
  }

  .preview-banner-title {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .preview-banner-paragraph-text {
    max-width: 100%;
    font-size: 17px;
  }

  .preview-banner-button {
    padding: 14px 30px;
  }

  .demo-section-title-wrapper {
    margin-bottom: 50px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header {
    padding: 20px 15px;
  }

  .cart-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 100px;
  }

  .cart-product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .cart-product-price {
    font-size: 17px;
    line-height: 27px;
  }

  .sabtotal-text-block, .subtotal-price {
    font-size: 20px;
  }

  .checkout-button {
    height: 50px;
    font-size: 17px;
  }

  .donate-content {
    padding: 30px;
    overflow: auto;
  }

  .donate-pop-title.mb0 {
    font-size: 38px;
    line-height: 48px;
  }

  .donate-form-input {
    height: 45px;
  }

  .donate-textarea {
    min-height: 120px;
  }

  .demo-middle-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .banner-image-shape-image {
    width: 200px;
  }

  .banner-top-shape-image {
    width: 80px;
  }

  .banner-shape1-image, .banner-shape2-image {
    width: 120px;
  }

  .team-details-section {
    padding-bottom: 80px;
  }

  .team-details-wrapper {
    padding: 30px 20px;
  }

  .team-details-image-wrapper {
    margin-bottom: 20px;
  }

  .team-details-info-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-deatails-paragraph {
    font-size: 16px;
  }

  .shop-categories-section {
    padding-bottom: 80px;
  }

  .primary-button-copy {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .primary-button-copy.footer {
    height: 55px;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-title {
    font-size: 38px;
    line-height: 48px;
  }

  .primary-button {
    padding: 10px 25px;
    font-size: 16px;
  }

  .primary-button.footer {
    height: 50px;
  }

  .banner-image-shape1 {
    width: 35px;
  }

  .banner-image-shape3 {
    width: 40px;
  }

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

  .sponsors-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-sponsor-img {
    width: 75px;
    margin-right: 20px;
  }

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

  .cta-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .cta-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .cta-button {
    padding: 14px 25px;
    font-size: 16px;
  }

  .cta-shape1, .cta-shape2 {
    width: 80px;
  }

  .about-us-section {
    padding-bottom: 60px;
  }

  .about-us-title {
    font-size: 28px;
    line-height: 38px;
  }

  .about-us-shape {
    width: 80px;
  }

  .about-us-paragraph-text {
    font-size: 17px;
    line-height: 27px;
  }

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

  .services-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-section-titlte-wrapper {
    margin-bottom: 40px;
  }

  .services-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .services-shape-one {
    width: 40px;
    right: 2%;
  }

  .services-box.one {
    padding-bottom: 120px;
  }

  .services-title {
    font-size: 26px;
    line-height: 36px;
  }

  .services-shape {
    width: 80px;
  }

  .services-shape-two {
    width: 60px;
    bottom: -1%;
  }

  .our-result-section {
    padding-bottom: 60px;
  }

  .our-result-titile {
    font-size: 30px;
    line-height: 40px;
  }

  .our-result-paragraph-text {
    margin-top: 15px;
  }

  .our-result-list-wrapper {
    margin-bottom: 30px;
  }

  .our-result-list-imge {
    margin-right: 10px;
  }

  .our-result-list-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-details-wrapper {
    margin-bottom: 30px;
  }

  .footer-description-text {
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
  }

  .footer-menu-title {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-info-wrapper {
    padding: 15px;
  }

  .footer-info-heading {
    font-size: 17px;
    line-height: 27px;
  }

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

  .faq-section-title-wrapper {
    margin-bottom: 40px;
  }

  .faq-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .faq-singel-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section-shape {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .faq-question {
    line-height: 28px;
  }

  .paragraph.for-faq {
    max-width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .blog-section-title-wrapper {
    margin-bottom: 40px;
  }

  .blog-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-singel-wrapper {
    padding: 15px;
  }

  .blog-name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .testimonial-wrapper {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-title {
    font-size: 32px;
    line-height: 42px;
  }

  .testimonial-title-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-paragraph-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .testimonial-left-arrow.right {
    left: 20%;
  }

  .testimonial-left-arrow.left {
    right: 20%;
  }

  .banner-title-two {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-paragraph-text-wrapper-two {
    margin-bottom: 20px;
  }

  .banner-paragraph-text-two {
    font-size: 16px;
  }

  .banner-shape1, .banner-shape2 {
    bottom: -15%;
  }

  .our-organization-section {
    padding-bottom: 60px;
  }

  .organization-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .organization-title {
    font-size: 30px;
    line-height: 40px;
  }

  .organization-paragraph-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .organization-shape {
    width: 46px;
  }

  .organization-details-grid.tw0.split {
    grid-template-columns: 1fr;
  }

  .organization-details-singel-wrapper {
    padding: 30px 20px;
  }

  .organization-details-image {
    width: 100px;
  }

  .about-counter-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

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

  .causes-section-titlte-wrapper {
    margin-bottom: 40px;
  }

  .causes-section-titlte {
    font-size: 23px;
    line-height: 33px;
  }

  .causes-image.height {
    height: auto;
  }

  .causes-name {
    font-size: 21px;
    line-height: 31px;
  }

  .causes-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .causes-price-wrapper {
    margin-bottom: 20px;
  }

  .causes-goals-text {
    font-size: 16px;
    line-height: 26px;
  }

  .causes-goals-price {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-section-two {
    padding-bottom: 60px;
  }

  .testimonial-wrapper-two {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .testimonial-section-title-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-section-title-shape {
    position: absolute;
    inset: 48% 0% auto auto;
  }

  .testimonial-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-slider-arrow.left {
    bottom: -19%;
    right: 25%;
  }

  .testimonial-slider-arrow.right {
    bottom: -19%;
  }

  .kindness-section {
    padding-bottom: 130px;
  }

  .kindness-container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
  }

  .kindness-section-title-wrapper {
    margin-bottom: 40px;
  }

  .kindness-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .kindness-slider {
    height: 100%;
  }

  .kindness-slide {
    margin-right: 20px;
  }

  .kindness-slider-arrow.right {
    top: -70px;
    bottom: auto;
  }

  .kindness-slider-arrow.left {
    top: -70px;
    bottom: auto;
    left: -20%;
  }

  .inner-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .inner-banner-title {
    font-size: 28px;
    line-height: 38px;
  }

  .inner-banner-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .about-section-two {
    padding-bottom: 60px;
  }

  .about-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .about-conter-up {
    padding-bottom: 60px;
  }

  .about-conter-grid-two {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .behind-us {
    padding-bottom: 120px;
  }

  .behind-slide-conten {
    padding: 15px;
  }

  .behind-slide-details-year {
    margin-bottom: 15px;
  }

  .behind-slide-details-heading {
    font-size: 19px;
    line-height: 29px;
  }

  .behind-slide-details-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }

  .behind-slide-arrow.left {
    width: 40px;
    height: 40px;
    bottom: -50px;
    right: 20%;
  }

  .behind-slide-arrow.right {
    width: 40px;
    height: 40px;
    bottom: -50px;
    left: 20%;
  }

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

  .team-section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .team-collection-list {
    grid-row-gap: 30px;
  }

  .team-image {
    vertical-align: baseline;
  }

  .causes-section-two {
    padding-bottom: 60px;
  }

  .blog-deatails-section {
    padding-top: 120px;
  }

  .blog-deatails-name {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-deatails-title {
    font-size: 23px;
  }

  .blog-deatails-title._2nd {
    font-size: 22px;
    line-height: 32px;
  }

  .mb50 {
    margin-bottom: 20px;
  }

  .quote-text-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .quote-paragraph-text {
    font-size: 17px;
    line-height: 27px;
  }

  .cause-details-section {
    padding-bottom: 60px;
  }

  .cause-details-section-name-price {
    margin-bottom: 30px;
  }

  .cause-details-name {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 42px;
  }

  .cause-details-content {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .license-wrapper {
    padding: 20px 15px;
  }

  .license-image-section-title {
    font-size: 34px;
    line-height: 44px;
  }

  .license-singel-title {
    font-size: 24px;
    line-height: 34px;
  }

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

  .changelog-wrapper {
    padding: 40px 10px;
  }

  .changelog-date-text-wrapper {
    margin-bottom: 20px;
  }

  .changelog-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .not-found-section {
    padding-bottom: 60px;
  }

  .not-found-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-image {
    width: 80px;
  }

  .not-found-heading {
    margin-bottom: 10px;
  }

  .not-found-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }

  .password-wrapper {
    padding: 30px 15px;
  }

  .password-image {
    margin-bottom: 20px;
  }

  .password-heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .password-paragraph-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .password-text-field {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .contact-us-section {
    padding-bottom: 60px;
  }

  .contact-us-singel-wrapper {
    padding: 25px 15px;
  }

  .contact-us-form-field-label {
    font-size: 18px;
  }

  .contact-us-form-input {
    padding-left: 15px;
    font-size: 14px;
  }

  .contact-us-textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 15px;
  }

  .shop-filter-hover {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .product-details-wrapper {
    padding: 15px 10px;
  }

  .product-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .product-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .product-details-price {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .style-guide-section {
    padding-bottom: 60px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
    padding: 15px;
  }

  .style-guide-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 20px;
  }

  .style-guide-heading._1 {
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-heading._2 {
    font-size: 26px;
    line-height: 36px;
  }

  .style-guide-heading._3 {
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-heading._4 {
    font-size: 22px;
    line-height: 32px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-paragraph-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-paragraph-singel-wrapper.mb40 {
    margin-bottom: 20px;
  }

  .style-guide-paragraph-title {
    font-size: 26px;
    line-height: 36px;
  }

  .style-guide-paragraph-details-text-block {
    margin-bottom: 5px;
  }

  .style-guide-paragraph-details-text-block.mb0 {
    font-size: 17px;
    line-height: 27px;
  }

  .style-guide-typeface-wrapper {
    margin-bottom: 40px;
  }

  .preview-banner-section {
    padding-top: 120px;
  }

  .preview-banner-wrapper {
    border-radius: 15px;
    padding: 40px 15px 20px;
  }

  .preview-banner-title {
    font-size: 34px;
    line-height: 44px;
  }

  .demo-section {
    padding-top: 60px;
  }

  .demo-section.pd {
    padding-bottom: 60px;
  }

  .demo-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .demos-image-wrapper {
    padding: 15px;
  }

  .cart-title {
    font-size: 24px;
    line-height: 32px;
  }

  .close-button {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .image {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .donate-content {
    padding: 20px 15px;
  }

  .donate-pop-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .donate-pop-title.mb0 {
    font-size: 30px;
    line-height: 40px;
  }

  .donate-form-input {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .donate-textarea {
    min-height: 100px;
    padding-left: 15px;
    font-size: 17px;
  }

  .donate-submit-button {
    height: 50px;
    font-size: 17px;
  }

  .banner-image-shape-image {
    width: 100px;
  }

  .banner-top-shape-image {
    width: 60px;
  }

  .banner-shape1-image, .banner-shape2-image {
    width: 80px;
  }

  .team-details-section {
    padding-bottom: 60px;
  }

  .team-details-wrapper {
    padding: 20px 15px;
  }

  .team-details-name {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .team-details-info-paragraph {
    margin-bottom: 20px;
  }

  .team-details-info-paragraph.mb20 {
    margin-bottom: 16px;
  }

  .became-text-block {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-deatails-paragraph {
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
  }

  .primary-button-copy {
    padding: 10px 25px;
    font-size: 16px;
  }

  .primary-button-copy.footer {
    height: 50px;
  }

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

#w-node-_2df15c59-45fc-c7d1-a1ab-2a7e997e960d-2695aab4, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753ac4-2695aac7, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753ad6-2695aac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1df242-4e06-b3e7-7dc7-240f51541ded-2695aac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90b50bba-d005-5e77-9fbc-f2016f753bac-2695aac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_203471b8-d2aa-1165-f686-37a46d763a4f-8307e70e {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ea34c7e0-19fc-be9f-23c0-cae0ad38230f-2695aabe, #w-node-_0d92bd74-5998-acfe-7093-3e254a7a3c22-3e51f489 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('/assets/5a341319689d09a31e56.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('/assets/b01cf2b9591674523407.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/assets/6b91a8b2999937fdf52b.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vercetti';
  src: url('/assets/060552ae584a35241ffa.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Patrickhand';
  src: url('/assets/136fd5b47c71f0d723d9.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
