﻿.pillar-hero-container {
  display: flex;
  padding-right: 3px;
  justify-content: start;
  align-items: flex-start;
  background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/header-img.png");
  min-height: 720px;
  background-size: contain;
}
.pillar-hero-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}

.pillar-hero-left {
  display: flex;
  padding: 128px 80px 96px 80px;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
}
.pillar-hero-left .content-wrapper {
  display: flex;
  padding: 0 32px 0 32px;
  align-items: flex-start;
  gap: 32px;
}

.pillar-hero-left .content-wrapper .content-box {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.pillar-hero-left .content-wrapper .content-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.pillar-hero-left .content-wrapper .content-box .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "Merriweather";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.pillar-hero-left .content-wrapper .content-box .header-desc p:last-child {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.so-cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}
.so-cta:hover,
.so-cta:focus-visible {
  color: #fff;
  background-position: 50% 100%;
}
.so-cta a {
  display: flex;
  color: #fff !important;
  font-family: "MavenPro-Semibold";
  font-style: normal;
  gap: 6px;
  font-weight: 600;
  line-height: 24px;
}
.pillar-hero-container .so-cta {
  font-size: 16px;
}
.sponsor-insights-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.insights-header-text-container {
  display: flex;
  padding: 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.insights-header-text-container .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.insights-header-text-container .text-wrapper .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.insights-header-text-container .text-wrapper .header-desc > p:first-child {
  align-self: stretch;
  color: #00a985;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.insights-header-text-container .text-wrapper .header-desc > p:last-child {
  align-self: stretch;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.insights-header-text-container .text-wrapper > p {
  align-self: stretch;
  color: #475467;
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.insights-infographics-container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.insights-infographics-container .info-card {
  display: flex;
  width: 520px;
  min-height: 350px;
  padding: 32px 32px;
  align-items: flex-start;
  gap: 32px;
  border-radius: 64px;
  background-repeat: no-repeat;
}

.insights-infographics-container .info-card:nth-child(3),
.insights-infographics-container .info-card:nth-child(4) {
  width: 305px;
}
    .insights-infographics-container .info-card:first-child {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-1.png");
    }
    .insights-infographics-container .info-card:nth-child(2) {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-2.png");
    }
    .insights-infographics-container .info-card:nth-child(3) {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-3.png");
    }
    .insights-infographics-container .info-card:nth-child(4) {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-3.png");
    }
.insights-infographics-container .info-card .metric-box {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.insights-infographics-container .info-card .metric-box > img {
  width: 100px;
  height: 100px;
}
.insights-infographics-container .info-card .metric-box > .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  max-width: 245px;
}

.insights-infographics-container
  .info-card
  .metric-box
  > .text-box
  p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.insights-infographics-container
  .info-card
  .metric-box
  > .text-box
  p:nth-child(2) {
  align-self: stretch;
  color: #006ba6;
  font-family: "MavenPro-SemiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.insights-infographics-container
  .info-card
  .metric-box
  > .text-box
  p:nth-child(3) {
  align-self: stretch;
  color: #004151;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sponsor-program-info-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.sponsor-program-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.sponsor-program-info-wrapper .header-text-container {
  display: flex;
  padding: 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.sponsor-program-info-wrapper .header-text-container .header-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.sponsor-program-info-wrapper
  .header-text-container
  .header-text-wrapper
  .subtitle-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.sponsor-program-info-wrapper
  .header-text-container
  .header-text-wrapper
  .subtitle-title
  > p:first-child {
  align-self: stretch;
  color: #00a985;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.sponsor-program-info-wrapper
  .header-text-container
  .header-text-wrapper
  .subtitle-title
  > p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.sponsor-program-info-wrapper .header-text-container .header-text-wrapper > p {
  align-self: stretch;
  color: #475467;
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.sponsor-program-infographics {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.sponsor-program-infographics .info-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.sponsor-program-infographics .info-col .info-item {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.sponsor-program-infographics .info-col .info-item img {
  width: 48px;
  height: 48px;
}
.sponsor-program-infographics .info-col .info-item .info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.sponsor-program-infographics .info-col .info-item p {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.sponsor-program-infographics .program-side-deco {
  display: flex;
  width: 760px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.sponsor-program-infographics .program-side-deco .heart-deco-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 466px;
  width: 100.458px;
  height: 218px;
}
.sponsor-program-infographics .program-side-deco .heart-deco-box img {
  width: 50.913px;
  height: 47.161px;
  flex-shrink: 0;
}
.sponsor-program-infographics
  .program-side-deco
  .heart-deco-box
  img:nth-child(even) {
  align-self: flex-end;
}
.sponsor-program-infographics .program-side-deco .chat-bubble {
  display: flex;
  width: 339px;
  padding: 9.779px 19.558px;
  align-items: flex-start;
  gap: 12.223px;
  position: absolute;
  right: 26px;
  bottom: 68.442px;
  border-radius: 18px 18px 18px 0;
  background: #fff;
  box-shadow: 0 4.889px 7.334px -1.222px rgba(0, 0, 0, 0.1),
    0 0 4.889px 0 rgba(0, 0, 0, 0.07);
}
.sponsor-program-infographics .program-side-deco .chat-bubble p {
  flex: 1 0 0;
  color: #0f172a;
  font-family: "MavenPro-Regular";
  font-size: 22.002px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.sponsor-cta-container {
  display: flex;
  height: 573px;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.sponsor-cta-container .cta-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
    .sponsor-cta-container .cta-wrapper .cta-left {
        display: flex;
        width: 700px;
        height: 382px;
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/cta/left.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
.sponsor-cta-container .cta-wrapper .cta-left .cta-text-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 12px;
  padding-left: 64px;
  padding-top: 30px;
}
.sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:first-child {
  color: #fff;
  /* font-family: "Plus Jakarta Sans"; */
  font-family: "MavenPro-SemiBold";
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.52px;
}
.sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:first-child span {
  color: #00b38c;
}
.sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:nth-child(2) {
  color: #fff;
  font-family: "MavenPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:nth-child(3) {
  color: #fff;
  font-family: "MavenPro-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.64px;
}
.sponsor-cta-container .so-cta {
  margin-top: 35px;
}
.sponsor-cta-container .so-cta a {
  font-size: 20px;
}
    .sponsor-cta-container .cta-wrapper .cta-right {
        width: 996px;
        height: 413px;
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/cta/right.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.why-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.why-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}
.why-left .header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.why-left .header-text p {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.why-cards-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.why-card {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 400px;
    border-radius: 64px;
    background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/why-section/why-card-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.why-card img {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: transparent;
  mix-blend-mode: darken;
}
.why-card p {
  align-self: stretch;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.faq-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.faq-wrapper {
  display: flex;
  padding: 0 0;
  align-items: flex-start;
  align-content: flex-start;
  gap: 64px;
  align-self: stretch;
  flex-wrap: wrap;
}
.faq-left {
  min-width: 480px;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.faq-left .subheading-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.faq-left .subheading-heading p:first-child {
  align-self: stretch;
  color: #00a985;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.faq-left .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.faq-right {
  display: flex;
  min-width: 480px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.faq-item {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.faq-item .content-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.faq-item .content-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.faq-item .content-box .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.faq-item .content-box .header-desc p:nth-child(2) {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;  
}
.faq-item .content-box {
  cursor: pointer;
}

.faq-item .content-box .header-desc p:nth-child(2) {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 360ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms ease;
  will-change: height, opacity;
}

.faq-item.open .content-box .header-desc p:nth-child(2) {
  opacity: 1;
}

.faq-item .content-box img {
  transition: transform 260ms ease, opacity 160ms ease;
}
.faq-item.open .content-box img {
  transform: rotate(180deg);
}

.faq-item {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item .content-box .header-desc p:nth-child(2),
  .faq-item .content-box img {
    transition: none;
  }
}

.voices-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.voices-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.voices-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.voices-header-wrapper .subtitle-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.voices-header-wrapper .subtitle-title p:first-child {
  align-self: stretch;
  color: #00a985;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.voices-header-wrapper .subtitle-title p:last-child {
  align-self: stretch;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.voices-header-wrapper > p {
  align-self: stretch;
  color: #475467;
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.voices-slider-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.voices-slider-wrapper {
  width: 100%;
  min-width: 0;
}
#voices-slider {
  width: 100%;
  min-width: 0;
}
.voice-card {
  display: flex;
  width: 384px;
  min-width: 320px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 64px;
  background-color: #f6f9fb;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.voice-card .voice-card-img {
  height: 445px;
  border-radius: 64px;
  align-self: stretch;
  aspect-ratio: 344/445;
}
.voice-card .voice-card-img img {
  border-radius: 64px;
  height: auto;
  width: 100%;
}
.voice-card .voice-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.voice-card .voice-card-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: #475467;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.voice-card .voice-card-expand {
  position: absolute;
  right: 44px;
  top: 44.494px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.custom-arrows {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  bottom: -15%;
  right: 0vw;
}
.custom-arrows #custom-prev-e,
.custom-arrows #custom-next-e {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 9999px;
  border: 1px solid #d0d5dd;
  background-color: transparent;
  margin: 0 10px;
}
#custom-prev-e img,
#custom-next-e img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.voices-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}
.voices-modal.is-open {
  display: block;
}

.voices-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.voices-modal.is-open .voices-modal__overlay {
  opacity: 1;
}

.voices-modal__dialog {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(920px, 92vw);
  max-height: 88vh;
  background: #fff;
  border-radius: 24px;
  padding: 16px 16px 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.voices-modal.is-open .voices-modal__dialog {
  transform: translateY(0);
  opacity: 1;
}

.voices-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(16, 24, 40, 0.06);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.voices-modal__close:hover {
  background: rgba(16, 24, 40, 0.12);
}

.voices-modal__media {
  display: grid;
  place-items: center;
  max-height: 62vh;
  overflow: hidden;
  border-radius: 16px;
}
.voices-modal__img {
  max-width: 100%;
  max-height: 62vh;
  border-radius: 16px;
  display: block;
}

.voices-modal__content {
  margin-top: 8px;
  padding: 0 4px;
  overflow-y: auto;
}
.voices-modal__text {
  color: #344054;
  font-family: "MavenPro-Regular", system-ui, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.voices-modal__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}
.voices-modal__prev,
.voices-modal__next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d0d5dd;
  background: #fff;
  cursor: pointer;
}
.voices-modal__prev:hover,
.voices-modal__next:hover {
  background: #f6f9fb;
}


.pillar-donation-container {
  display: flex;
  max-height: 861px;
  padding: 80px 96px 80px 0;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.pillar-donation-left {
    display: flex;
    width: 880px;
    height: 701px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    background-image: url("/Assits/Images/seven-pillars/shared-img/form-bg/SO-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.pillar-donation-form-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  display: none;
  flex: 1 0 0;
}

.pillar-form-shell {
  width: 100%;
  height: auto;
  padding: 32px 24px;
  background: rgba(0, 179, 140, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 64px;
  outline: 2px solid rgba(0, 179, 140, 0.3);
  outline-offset: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pillar-form-stack {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pillar-form-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.pillar-form-title {
  margin: 0;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.pillar-form-subtitle {
  margin: 0;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pillar-form-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pillar-form-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  border: 1px solid #eaecf0;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
  border: 1px solid #eaecf0;
}
.pillar-form-chip--active {
  border: none;
  outline: 2px solid #006ba6;
  outline-offset: -1px;
}
.pillar-form-chip:active {
  transform: scale(0.98);
}
.pillar-form-chip-text {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #344054;
}
.pillar-form-chip--active .pillar-form-chip-text {
  color: #006ba6;
}

.pillar-form-chip-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.pillar-form-chip-icon--blue {
  box-shadow: inset 0 0 0 2px #006ba6;
}
.pillar-form-chip-icon--gray {
  box-shadow: inset 0 0 0 2px #344054;
}

.pillar-form-amounts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.pillar-form-amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
}
.pillar-form-amount-btn {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 11110px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1.27px solid #eaecf0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #344054;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease,
    color 0.2s ease;
}
.pillar-form-amount-btn--active {
  border: 3px solid #40bbff;
  color: #006ba6;
  font-weight: 700;
}
.pillar-form-amount-btn:focus-visible {
  outline: 2px solid #111927;
  outline-offset: 2px;
}
.pillar-form-amount-btn:active {
  transform: scale(0.99);
}

.pillar-form-or {
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.pillar-form-or p {
  display: inline-block;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 16px;
}
.pillar-form-or .or-border {
  width: 100%;
  height: 1px;
  background-color: #eaecf0;
  flex: 1 0 0;
}
.pillar-form-gift-preference {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pillar-preference-btns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
.preference-btn {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 3px solid #eaecf0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  flex: 1 1 auto;
}
.preference-btn p {
  color: #344054;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preference-btn.active {
  border: 3px solid #40bbff;
}
.preference-btn.active p {
  color: #006ba6;
}
.preference-note {
  display: flex;
  gap: 8px;
}
.preference-note img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.preference-note p {
  flex: 1 0 0;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.pillar-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  align-items: flex-start;
}
.pillar-form-label {
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pillar-form-input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d2d6db;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}
.pillar-form-currency {
  appearance: none;
  border: none;
  border-right: 1px solid #d2d6db;
  padding: 10px 14px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111927;
  background: #ffffff;
}
.pillar-form-currency:focus {
  outline: none;
}
.pillar-form-input {
  flex: 1 1 0;
  border: none;
  padding: 10px 14px 10px 12px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111927;
}
.pillar-form-input::placeholder {
  color: #6c737f;
}
.pillar-form-input:focus {
  outline: none;
}

.pillar-form-cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}

.pillar-form-cta:hover,
.pillar-form-cta:focus-visible {
  color: #fff;
  background-position: 50% 100%;
}

.pillar-form-cta-text {
  display: inline-block;
  padding: 0 2px;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.pillar-linktree-btn {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 64px;
  padding: 12px 18px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}
.pillar-linktree-btn a {
  display: flex;
  color: #ffffff;
  font-family: "MavenPro-SemiBold", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  gap: 6px;
  font-size: 16;
  font-weight: 600;
  line-height: 24px;
}

.pillar-form-stack {
  overflow: hidden;
  contain: layout;
  will-change: height;
}

.pillar-form--busy .pillar-form-chip-row {
  pointer-events: none;
  opacity: 0.7;
}

.pillar-form-exit {
  opacity: 1;
  transform: translateX(0);
}
.pillar-form-exit-active {
  opacity: 0;
  transform: translateX(-22px);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.pillar-form-enter {
  opacity: 0;
  transform: translateX(22px);
}
.pillar-form-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .pillar-form-exit-active,
  .pillar-form-enter-active {
    transition: none !important;
  }
}

.pillar-donation-payment-details-container {
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
}

.pillar-donation-payment-details-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 64px;
  border: 2px solid rgba(0, 179, 140, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(4px);
}
.pillar-donation-payment-details-shell .payment-details-wrapper {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.pillar-donation-payment-details-shell .payment-details-wrapper > p {
  flex: 1 0 0;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details {
  display: grid;
  width: 100%;
  gap: 24px;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row:nth-child(3) {
  grid-template-columns: auto;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row:nth-child(5) {
  grid-template-columns: auto;
  justify-content: end;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  label {
  display: grid;
  gap: 6px;
  font: 500 14px/1.2 system-ui, sans-serif;
  color: #344054;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.7);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input:focus {
  border-color: rgba(16, 24, 40, 0.3);
  box-shadow: 0 0 0 4px rgba(16, 24, 40, 0.08);
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input::placeholder {
  color: #181818;
  opacity: 0.7;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .proceed-to-pay {
  width: fit-content;
  margin-top: 16px;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-family: "MavenPro-Medium";
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: all 0.5s ease;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .proceed-to-pay:hover {
  background-position: 50% 100%;
  border: 1px solid transparent;
}
.back-to-form {
  position: absolute;
  background: none;
  border: 0;
  top: 32px;
  left: 32px;
  z-index: 2;
}

.pillar-donation-pay-options-container {
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  width: 100%;
  position: relative;
}
.pillar-donation-pay-options-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-width: 680px;
  height: 540px;
  border-radius: 64px;
  border: 2px solid rgba(0, 179, 140, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(4px);
}

.pillar-donation-pay-options-shell .payment-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.pillar-donation-pay-options-shell .payment-details-wrapper > p {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  flex: 1 0 0;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-Semibold";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
  justify-content: center;
}

.pillar-donation-pay-options-shell
  .payment-details-wrapper
  > .payment-btns-container {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  gap: 24px 14px;
  justify-content: center;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .pillar-form-or
  .or-border {
  background-color: #dedede;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .pillar-form-or
  p {
  color: #475467;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .payment-btn {
  display: flex;
  padding: 14px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 100px;
}

.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid #eaecf0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left
  img {
  width: 20px;
  height: 20px;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left
  p {
  color: #101828;
  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .right {
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
}

.pillar-donation-right {
  display: flex;
  width: 880px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .header-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
.pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.pillar-donation-right .qoute-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}
.pillar-donation-right .qoute-wrapper p:first-child {
  flex: 1 0 0;
  color: #475467;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}
.pillar-donation-right .qoute-wrapper p:nth-child(2) {
  color: #475467;
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 2560px) {
  .pillar-hero-container {
    padding-right: 0.117vw;
    min-height: 28.125vw;
    background-size: cover;
  }

  .pillar-hero-left {
    padding: 5vw 13.125vw 3.75vw 13.125vw;
    gap: 2.5vw;
  }
  .pillar-hero-left .content-wrapper {
    padding: 0 1.25vw 0 1.25vw;
    gap: 1.25vw;
  }

  .pillar-hero-left .content-wrapper .content-box {
    max-width: 30vw;
    gap: 1.875vw;
  }

  .pillar-hero-left .content-wrapper .content-box .header-desc {
    gap: 0.938vw;
  }
  .pillar-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }
  .pillar-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .so-cta {
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
  }
  .so-cta:hover,
  .so-cta:focus-visible {
    color: #fff;
    background-position: 50% 100%;
  }
  .so-cta a {
    gap: 0.234vw;
    line-height: 0.938vw;
  }
  .pillar-hero-container .so-cta {
    font-size: 0.625vw;
  }
  .sponsor-insights-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .insights-header-text-container {
    gap: 1.25vw;
  }

  .insights-header-text-container .text-wrapper {
    gap: 0.781vw;
  }
  .insights-header-text-container .text-wrapper .header-desc {
    gap: 0.469vw;
  }
  .insights-header-text-container .text-wrapper .header-desc > p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .insights-header-text-container .text-wrapper .header-desc > p:last-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .insights-header-text-container .text-wrapper > p {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .insights-infographics-container {
    gap: 1.25vw;
  }
  .insights-infographics-container .info-card {
    width: 20.313vw;
    min-height: 13.672vw;
    padding: 1.25vw 1.25vw;
    gap: 1.25vw;
    border-radius: 2.5vw;
  }

  .insights-infographics-container .info-card:nth-child(3),
  .insights-infographics-container .info-card:nth-child(4) {
    width: 11.914vw;
  }
  .insights-infographics-container .info-card .metric-box {
    min-width: 9.375vw;
    gap: 0.781vw;
  }
  .insights-infographics-container .info-card .metric-box > img {
    width: 3.906vw;
    height: 3.906vw;
  }
  .insights-infographics-container .info-card .metric-box > .text-box {
    gap: 0.313vw;
    max-width: 9.57vw;
  }

  .insights-infographics-container
    .info-card
    .metric-box
    > .text-box
    p:first-child {
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
  .insights-infographics-container
    .info-card
    .metric-box
    > .text-box
    p:nth-child(2) {
    font-size: 1.172vw;
    line-height: 1.484vw;
  }
  .insights-infographics-container
    .info-card
    .metric-box
    > .text-box
    p:nth-child(3) {
    font-size: 0.469vw;
  }
  .sponsor-program-info-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }

  .sponsor-program-info-wrapper {
    gap: 2.5vw;
  }

  .sponsor-program-info-wrapper .header-text-container {
    gap: 1.25vw;
  }

  .sponsor-program-info-wrapper .header-text-container .header-text-wrapper {
    gap: 0.781vw;
  }

  .sponsor-program-info-wrapper
    .header-text-container
    .header-text-wrapper
    .subtitle-title {
    gap: 0.469vw;
  }

  .sponsor-program-info-wrapper
    .header-text-container
    .header-text-wrapper
    .subtitle-title
    > p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .sponsor-program-info-wrapper
    .header-text-container
    .header-text-wrapper
    .subtitle-title
    > p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }

  .sponsor-program-info-wrapper
    .header-text-container
    .header-text-wrapper
    > p {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .sponsor-program-infographics {
    gap: 2.5vw;
  }
  .sponsor-program-infographics .info-col {
    gap: 1.563vw;
  }
  .sponsor-program-infographics .info-col .info-item {
    min-width: 9.375vw;
    gap: 0.938vw;
  }
  .sponsor-program-infographics .info-col .info-item img {
    width: 1.875vw;
    height: 1.875vw;
  }

  .sponsor-program-infographics .info-col .info-item p {
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
  .sponsor-program-infographics .program-side-deco {
    width: 29.688vw;
    gap: 0.625vw;
  }

  .sponsor-program-infographics .program-side-deco .heart-deco-box {
    left: 18.203vw;
    width: 3.924vw;
    height: 8.516vw;
  }
  .sponsor-program-infographics .program-side-deco .heart-deco-box img {
    width: 1.989vw;
    height: 1.842vw;
  }

  .sponsor-program-infographics .program-side-deco .chat-bubble {
    width: 13.242vw;
    padding: 0.382vw 0.764vw;
    gap: 0.477vw;
    right: 1.016vw;
    bottom: 2.674vw;
    border-radius: 0.703vw 0.703vw 0.703vw 0;
  }
  .sponsor-program-infographics .program-side-deco .chat-bubble p {
    font-size: 0.859vw;
  }
  .sponsor-cta-container {
    height: 22.383vw;
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .sponsor-cta-container .cta-wrapper {
    gap: 1.25vw;
  }
  .sponsor-cta-container .cta-wrapper .cta-left {
    width: 27.344vw;
    height: 14.922vw;
  }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box {
    gap: 0.469vw;
    padding-left: 2.5vw;
    padding-top: 1.172vw;
  }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:first-child {
    font-size: 3.281vw;
    font-weight: 700;
    letter-spacing: -0.098vw;
  }

  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:nth-child(2) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:nth-child(3) {
    font-size: 1.25vw;
    line-height: 2.344vw;
    letter-spacing: -0.025vw;
  }
  .sponsor-cta-container .so-cta {
    margin-top: 1.367vw;
  }
  .sponsor-cta-container .so-cta a {
    font-size: 0.781vw;
  }
  .sponsor-cta-container .cta-wrapper .cta-right {
    width: 38.906vw;
    height: 16.133vw;
  }
  .why-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .why-left {
    gap: 1.875vw;
  }

  .why-left .header-text p {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .why-cards-box {
    grid-template-columns: 1fr 1fr;
    gap: 1.25vw;
  }

  .why-card {
    padding: 0.781vw;
    gap: 0.625vw;
    max-width: 15.625vw;
    border-radius: 2.5vw;
  }

  .why-card img {
    width: 3.281vw;
    height: 3.281vw;
  }
  .why-card p {
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
  .faq-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .faq-wrapper {
    gap: 2.5vw;
  }
  .faq-left {
    min-width: 18.75vw;
    max-width: 30vw;
    gap: 0.781vw;
  }
  .faq-left .subheading-heading {
    gap: 0.469vw;
  }
  .faq-left .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .faq-left .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .faq-right {
    min-width: 18.75vw;
    gap: 1.25vw;
  }
  .faq-item {
    min-width: 12.5vw;
  }
  .faq-item .content-box {
    gap: 0.938vw;
  }
  .faq-item .content-box .header-desc {
    gap: 0.313vw;
  }
  .faq-item .content-box .header-desc p:first-child {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .faq-item .content-box .header-desc p:nth-child(2) {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .faq-item {
    border-bottom: 0.039vw solid #eef2f6;
    padding-bottom: 0.625vw;
  }

  .voices-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }

  .voices-wrapper {
    gap: 2.5vw;
  }

  .voices-header-wrapper {
    gap: 0.781vw;
  }
  .voices-header-wrapper .subtitle-title {
    gap: 0.469vw;
  }
  .voices-header-wrapper .subtitle-title p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .voices-header-wrapper .subtitle-title p:last-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .voices-header-wrapper > p {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .voice-card {
    width: 15vw;
    min-width: 12.5vw;
    padding: 0.781vw;
    gap: 0.625vw;
    border-radius: 2.5vw;
  }
  .voice-card .voice-card-img {
    height: 17.383vw;
    border-radius: 2.5vw;
  }
  .voice-card .voice-card-img img {
    border-radius: 2.5vw;
  }
  .voice-card .voice-card-content {
    gap: 0.938vw;
  }
  .voice-card .voice-card-content p {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .voice-card .voice-card-expand {
    right: 1.719vw;
    top: 1.738vw;
    width: 1.25vw;
    height: 1.25vw;
    aspect-ratio: 1/1;
  }

  .custom-arrows #custom-prev-e,
  .custom-arrows #custom-next-e {
    width: 2.188vw;
    height: 2.188vw;
    gap: 0.469vw;
    border: 0.039vw solid #d0d5dd;
    margin: 0 0.391vw;
  }
  #custom-prev-e img,
  #custom-next-e img {
    width: 0.938vw;
    height: 0.938vw;
    flex-shrink: 0;
  }

  .voices-modal__dialog {
    border-radius: 0.938vw;
    padding: 0.625vw 0.625vw 0.781vw;
    box-shadow: 0 0.781vw 2.344vw rgba(0, 0, 0, 0.24);
    gap: 0.469vw;
    transform: translateY(0.469vw);
  }

  .voices-modal__close {
    top: 0.391vw;
    right: 0.469vw;
    width: 1.563vw;
    height: 1.563vw;
    font-size: 0.938vw;
  }

  .voices-modal__media {
    border-radius: 0.625vw;
  }
  .voices-modal__img {
    border-radius: 0.625vw;
  }

  .voices-modal__content {
    margin-top: 0.313vw;
    padding: 0 0.156vw;
  }
  .voices-modal__text {
    font-size: 0.703vw;
    line-height: 0.938vw;
  }

  .voices-modal__nav {
    gap: 0.469vw;
    margin-top: 0.234vw;
  }
  .voices-modal__prev,
  .voices-modal__next {
    width: 1.563vw;
    height: 1.563vw;
    border: 0.039vw solid #d0d5dd;
  }
  .voices-modal__prev:hover,
  .voices-modal__next:hover {
    background: #f6f9fb;
  }
  .pillar-donation-container {
    max-height: 33.633vw;
    padding: 3.125vw 3.75vw 3.125vw 0;
    gap: 2.5vw;
  }

  .pillar-donation-left {
    width: 34.375vw;
    height: 27.383vw;
    padding: 0.313vw 0;
  }
  .pillar-donation-form-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }

  .pillar-form-shell {
    padding: 1.25vw 0.938vw;
    border-radius: 2.5vw;
    outline: 0.078vw solid rgba(0, 179, 140, 0.3);
    outline-offset: -0.078vw;
  }

  .pillar-form-stack {
    gap: 1.25vw;
  }

  .pillar-form-header {
    gap: 0.625vw;
  }
  .pillar-form-title {
    font-size: 1.406vw;
    line-height: 1.719vw;
  }
  .pillar-form-subtitle {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .pillar-form-chip-row {
    gap: 0.625vw;
  }
  .pillar-form-chip {
    gap: 0.313vw;
    padding: 0.469vw 0.625vw;
    height: 2.188vw;
    border: 0.039vw solid #eaecf0;
  }
  .pillar-form-chip--active {
    outline: 0.078vw solid #006ba6;
    outline-offset: -0.039vw;
  }

  .pillar-form-chip-text {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-chip-icon {
    width: 0.938vw;
    height: 0.938vw;
    border-radius: 0.156vw;
  }

  .pillar-form-amounts {
    gap: 0.938vw;
  }
  .pillar-form-amount-grid {
    gap: 0.625vw;
  }
  .pillar-form-amount-btn {
    height: 1.719vw;
    padding: 0.313vw 0.938vw;
    border: 0.05vw solid #eaecf0;
    font-size: 0.781vw;
  }
  .pillar-form-amount-btn--active {
    border: 0.117vw solid #40bbff;
  }
  .pillar-form-amount-btn:focus-visible {
    outline: 0.078vw solid #111927;
    outline-offset: 0.078vw;
  }

  .pillar-form-or {
    gap: 0.625vw;
  }
  .pillar-form-or p {
    font-size: 0.547vw;
    line-height: 0.781vw;
    padding: 0 0.625vw;
  }
  .pillar-form-or .or-border {
    height: 0.039vw;
  }
  .pillar-form-gift-preference {
    gap: 0.938vw;
  }
  .pillar-preference-btns {
    gap: 0.625vw;
  }
  .preference-btn {
    padding: 0.313vw 0.938vw;

    border-radius: 390.586vw;
    border: 0.117vw solid #eaecf0;
  }
  .preference-btn p {
    font-size: 0.781vw;
  }
  .preference-btn.active {
    border: 0.117vw solid #40bbff;
  }

  .preference-note {
    gap: 0.313vw;
  }
  .preference-note img {
    width: 0.781vw;
    height: 0.781vw;
  }

  .preference-note p {
    font-size: 0.547vw;
    line-height: 0.938vw;
  }

  .pillar-form-field {
    gap: 0.234vw;
  }
  .pillar-form-label {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }
  .pillar-form-input-wrap {
    width: 100%;
    border-radius: 0.313vw;
    border: 0.039vw solid #d2d6db;
    box-shadow: 0 0.039vw 0.078vw rgba(16, 24, 40, 0.05);
  }
  .pillar-form-currency {
    border-right: 0.039vw solid #d2d6db;
    padding: 0.391vw 0.547vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-input {
    padding: 0.391vw 0.547vw 0.391vw 0.469vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-cta {
    gap: 0.234vw;
    padding: 0.469vw 0.703vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
  }

  .pillar-form-cta-text {
    padding: 0 0.078vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .pillar-linktree-btn {
    gap: 0.234vw;
    margin-top: 2.5vw;
    padding: 0.469vw 0.703vw;
    border-radius: 390.586vw;
  }
  .pillar-linktree-btn a {
    gap: 0.234vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-exit-active {
    transform: translateX(-0.859vw);
  }

  .pillar-form-enter {
    transform: translateX(0.859vw);
  }

  .pillar-donation-payment-details-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }

  .pillar-donation-payment-details-shell {
    gap: 1.25vw;
    border-radius: 2.5vw;
  }
  .pillar-donation-payment-details-shell .payment-details-wrapper {
    padding: 1.25vw 0.938vw;
    gap: 1.25vw;
  }

  .pillar-donation-payment-details-shell .payment-details-wrapper > p {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details {
    gap: 0.938vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .details-row {
    gap: 0.938vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    label {
    gap: 0.234vw;
    font: 500 0.547vw/1.2 system-ui, sans-serif;
  }
  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    input {
    border-radius: 0.469vw;
    padding: 0.469vw 0.547vw;
    border: 0.039vw solid rgba(16, 24, 40, 0.12);
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .proceed-to-pay {
    margin-top: 0.625vw;
    border: 0.039vw solid transparent;
    color: #fff;
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
    font-size: 0.625vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .proceed-to-pay:hover {
    border: 0.039vw solid transparent;
  }
  .back-to-form {
    top: 1.25vw;
    left: 1.25vw;
  }

  .pillar-donation-pay-options-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }
  .pillar-donation-pay-options-shell {
    gap: 1.25vw;
    min-width: 26.563vw;
    height: 21.094vw;
    border-radius: 2.5vw;
    border: 0.078vw solid rgba(0, 179, 140, 0.3);
  }

  .pillar-donation-pay-options-shell .payment-details-wrapper {
    gap: 1.25vw;
  }

  .pillar-donation-pay-options-shell .payment-details-wrapper > p {
    gap: 0.625vw;
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    > .payment-btns-container {
    gap: 0.938vw 0.547vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .payment-btn {
    padding: 0.547vw 0vw;
    gap: 0.391vw;
    border-radius: 3.906vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box {
    padding: 0.313vw 0.625vw;
    gap: 0.469vw;
    border-radius: 3.906vw;
    border: 0.039vw solid #eaecf0;
    height: 2.344vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left {
    gap: 0.313vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left
    img {
    width: 0.781vw;
    height: 0.781vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left
    p {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .right {
    gap: 0.625vw;
  }
  .pillar-donation-right {
    width: 34.375vw;
    gap: 2.5vw;
  }
  .pillar-donation-right .header-desc-wrapper {
    gap: 1.875vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc {
    gap: 0.781vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .qoute-wrapper {
    gap: 0.703vw;
  }
  .pillar-donation-right .qoute-wrapper p:first-child {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .qoute-wrapper p:nth-child(2) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
}
@media (max-width: 1728px) {
  .pillar-hero-left {
    padding: 128px 0px 96px 0px;
  }
    .pillar-hero-container {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/header-img.png");
        background-size: contain;
        background-repeat: no-repeat;
        min-height: unset;
    }
  .insights-infographics-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .insights-infographics-container .info-card:first-child {
    order: 1;
  }
  .insights-infographics-container .info-card:nth-child(2) {
    order: 3;
  }
  .insights-infographics-container .info-card:nth-child(3) {
    order: 2;
  }
  .insights-infographics-container .info-card:nth-child(4) {
    order: 4;
  }
  .sponsor-insights-container {
    padding: 80px 32px;
  }
  .sponsor-program-info-container {
    padding: 80px 32px;
  }
  .sponsor-program-infographics {
    gap: 32px;
  }
  .sponsor-program-infographics .info-col .info-item p {
    font-size: 20px;
  }
  .sponsor-program-infographics .program-side-deco {
    width: 40%;
  }
  .sponsor-program-infographics .program-side-deco .heart-deco-box {
    left: unset;
    right: 50px;
  }
  .pillar-donation-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .pillar-donation-form-container {
    padding: 0 0px;
  }
  .pillar-form-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-around;
  }
  .pillar-donation-right {
    width: 715px;
    gap: 32px;
    align-self: stretch;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 18px;
  }
  .pillar-donation-right .qoute-wrapper p:first-child {
    font-size: 18px;
  }
  .sponsor-cta-container {
    padding: 80px 32px;
  }
    .sponsor-cta-container .cta-wrapper .cta-left {
        display: flex;
        width: 500px;
        height: 382px;
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/cta/left-mobile.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 12px;
    padding-left: 64px;
    padding-top: 30px;
  }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:first-child {
    font-size: 64px;
  }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:nth-child(3) {
    line-height: normal;
  }
  .sponsor-cta-container .cta-wrapper .cta-right {
    height: 382px;
  }
  .why-container {
    padding: 80px 32px;
  }
  .why-left .header-text p {
    text-align: center;
  }
  .why-card {
    background-size: cover;
  }
  .why-card p {
    align-self: stretch;
    color: #101828;
    text-align: center;
    font-family: "MavenPro-SemiBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  .why-right {
    width: 50%;
    height: auto;
  }
  .why-right img {
    width: 100%;
    height: auto;
    border-radius: 64px;
  }
  .faq-container {
    padding: 80px 32px;
  }
  .faq-left {
    min-width: unset;
    max-width: unset;
    flex: 1 0 0;
  }
  .faq-right {
    display: flex;
    min-width: 480px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: unset;
  }
}

@media (max-width: 1280px) {
  .pillar-hero-left {
    padding: 128px 0 96px 0px;
    gap: 16px;
  }
  .pillar-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 35px;
  }
  .pillar-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 18px;
  }

  .voices-container {
    padding: 80px 32px;
  }
}
@media (max-width: 542px) {
  .pillar-hero-container {
    background-image: none;
    min-height: unset;
  }
  .pillar-hero-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
    .pillar-hero-right {
        height: 720px;
        align-self: stretch;
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/header-img-mobile.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
  .pillar-hero-left {
    padding: 80px 32px;
  }
  .pillar-hero-left .content-wrapper {
    padding: 0 0;
    justify-content: center;
  }
  .pillar-hero-left .content-wrapper .content-box {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    justify-content: center;
    flex: 1 0 0;
  }

  .pillar-hero-left .content-wrapper .content-box .header-desc {
    gap: 20px;
    justify-content: center;
    text-align: center;
  }

  .pillar-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }

  .pillar-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 18px;
    line-height: 28px;
  }

  .sponsor-insights-container {
    padding: 80px 32px;
    gap: 32px;
  }

  .insights-header-text-container {
    gap: 24px;
  }
  .insights-header-text-container .text-wrapper .header-desc > p:last-child {
    font-size: 30px;
    line-height: 38px;
  }

  .insights-infographics-container {
    display: flex;
    flex-direction: column;
  }

  .insights-infographics-container .info-card {
    display: flex;
    width: 100%;
    min-height: 450px;
    padding: 32px 32px;
    align-items: flex-start;
    gap: 32px;
    border-radius: 64px;
    background-repeat: no-repeat;
  }
  .insights-infographics-container .info-card:nth-child(2) {
    height: 550px;
  }
    .insights-infographics-container .info-card:first-child {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-1-mobile.png");
    }
    .insights-infographics-container .info-card:nth-child(2) {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-2-mobile.png");
    }
    .insights-infographics-container .info-card:nth-child(3) {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-3-mobile.png");
    }
    .insights-infographics-container .info-card:nth-child(4) {
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/infographics/bg/bg-3-mobile.png");
    }

  .insights-infographics-container .info-card:nth-child(3),
  .insights-infographics-container .info-card:nth-child(4) {
    width: 100%;
    min-height: unset;
  }

  .insights-infographics-container
    .info-card
    .metric-box
    > .text-box
    p:nth-child(3) {
    display: none;
  }

  .sponsor-program-info-container {
    padding: 80px 32px;
    gap: 32px;
  }

  .sponsor-program-info-wrapper {
    gap: 32px;
  }

  .sponsor-program-info-wrapper
    .header-text-container
    .header-text-wrapper
    .subtitle-title
    > p:nth-child(2) {
    font-size: 30px;
    line-height: 38px;
  }

  .sponsor-program-infographics {
    gap: 40px;
    flex-direction: column;
  }

  .sponsor-program-infographics .program-side-deco {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
  }

  .sponsor-program-infographics .program-side-deco > img {
    width: 100%;
    min-height: 294px;
  }

  .sponsor-program-infographics .program-side-deco .heart-deco-box {
    display: none;
  }

  .sponsor-program-infographics .program-side-deco .chat-bubble {
    width: 100%;
    right: 0px;
    bottom: -100px;
  }

  .pillar-donation-container {
    display: flex;
    flex-direction: column-reverse;
    max-height: unset;
    padding: 80px 32px;
    gap: 32px;
  }

  .pillar-donation-left {
    width: 100%;
    height: auto;
  }
  .pillar-donation-form-container {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 0px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    display: none;
    flex: 1 0 0;
  }
  .pillar-form-amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pillar-form-chip {
    width: 100%;
    justify-content: center;
  }

  .pillar-donation-payment-details-container {
    padding: 0 0px;
    gap: 32px;
    width: 100%;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .details-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pillar-donation-pay-options-container {
    display: flex;
    padding: 0px 0px;
    gap: 32px;
  }
  .pillar-donation-pay-options-container .payment-details-wrapper {
    padding: 80px 0px;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    > .payment-btns-container {
    padding: 8px;
    justify-content: normal;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .payment-btn {
    width: 100%;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box {
    flex-direction: column;
    padding: 8px 16px;
    gap: 16px;
    height: unset;
  }
  .back-to-form {
    top: unset;
    bottom: 45px;
    left: 38px;
  }
  .pillar-donation-pay-options-container .back-to-form {
    top: unset;
    bottom: 30px;
    left: 38px;
  }

  .pillar-donation-left * {
    -webkit-font-smoothing: antialiased;
  }
  .pillar-donation-form-container,
  .pillar-donation-payment-details-container,
  .pillar-donation-pay-options-container {
    will-change: opacity;
    backface-visibility: hidden;
  }

  .pillar-donation-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    text-align: center;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 18px;
    line-height: 28px;
  }
  .pillar-donation-right .qoute-wrapper p:nth-child(2) {
    text-align: center;
  }

  .sponsor-cta-container {
    height: auto;
    padding: 80px 32px;
  }

  .sponsor-cta-container .cta-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }

    .sponsor-cta-container .cta-wrapper .cta-left {
        display: flex;
        width: 100%;
        height: 395.806px;
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/cta/left-mobile.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding: 30px 0;
        gap: 6px;
    }

  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .sponsor-cta-container .cta-wrapper .cta-left .cta-text-box p:nth-child(3) {
    color: #fff;
    font-family: "MavenPro-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
  }
  .sponsor-cta-container .so-cta {
    margin-top: 0px;
  }
    .sponsor-cta-container .cta-wrapper .cta-right {
        width: 100%;
        height: 463px;
        background-image: url("/Assits/Images/seven-pillars/Sponsors-orphan/cta/right-mobile.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

  .voices-container {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
  }

  .voices-header-wrapper {
    padding: 0 32px;
  }
  .voices-header-wrapper .subtitle-title p:last-child {
    font-size: 30px;
    line-height: normal;
  }
  .voice-card .voice-card-img {
    height: 445px;
    border-radius: 64px;
    align-self: stretch;
    aspect-ratio: 344/445;
  }

  .voice-card .voice-card-img img {
    border-radius: 64px;
    height: auto;
    width: 100%;
  }

  .custom-arrows {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    bottom: -15%;
    right: 30%;
  }

  .why-container {
    padding: 80px 32px;
    flex-direction: column;
  }
  .why-left .header-text p {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .why-right {
    width: 100%;
    height: auto;
  }

  .why-right img {
    width: 100%;
    height: auto;
    border-radius: 64px;
  }

  .why-cards-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .why-card {
    background-size: cover;
  }

  .faq-container {
    padding: 80px 32px;
  }
  .faq-left {
    min-width: unset;
    max-width: unset;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
  }
  .faq-right {
    min-width: unset;
    width: 100%;
  }

  .faq-item .content-box {
    gap: 8px;
  }

  .faq-item .content-box .header-desc {
    gap: 16px;
  }
}
