:root {
    --h-1200: 1200px;
    --w-100: 100%;
    --w-1920: 1920px;
    --bg-light: #f9f8f5;
    --bg-donate: #f18700;
    --bg-stats: #fece63;
    --bg-team: #FBE3AC;
    --font-130: 130px;
    --font-70: 70px;
    --footer-section-padding: 188px 195px;
    --footer-section-padding-sm: 80px 15px 40px;
    --footer-section-padding-md: 80px 35px;
}

/* Fonts */
@font-face {
    font-family: "PPEditorialNew-Ultralight";
    src: url("../fonts/PPEditorialNew-Ultralight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PPEditorialNew-UltralightItalic";
    src: url("../fonts/PPEditorialNew-UltralightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Global Base & Utilities */
a {
    text-decoration: none;
    color: inherit;
}

em {
    font-style: italic;
    font-family: "PPEditorialNew-UltralightItalic";
}

.list-style-bullet {
    list-style-type: disc !important;
}

*,
*:focus,
*:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.b-content {
    padding: 0 !important;
}

.b-content__container {
    max-width: 1920px !important;
    width: 100% !important;
}

section {
    position: relative;
}

.object-fit-cover {
    object-fit: cover;
}

.bg-white {
    background-color: #fff !important;
}

/* .stamp-home-float {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 170px;
    height: 170px;
    pointer-events: none;
    transform: translate(-50%, -30%);
}

@media (min-width: 1200px) {
    .stamp-home-float {
        left: calc(50% - 30px);
    }
} */

[class^="logo-stamp-"],
[class^="heart-stamp-"],
[class^="floral-stamp-"] {
    position: absolute;
    rotate: 46.57deg;
    z-index: 1001;
}

.logo-stamp-home {
    left: calc(65% - 0px);
    top: calc(47% - 0px);
}

.heart-stamp-home {
    top: calc(60% - -20px);
    left: calc(0% - -2px);
    rotate: unset;
}

.heart-stamp-home img {
    object-position: -60px 0px;
}

.floral-stamp-home {
    right: calc(0% - 0px);
    top: calc(50% - 0px);
    rotate: unset;
}

.floral-stamp-about {
    left: calc(65% - 0px);
    top: calc(37% - -5px);
}

.floral-stamp-about.one {
    left: calc(65% - 0px);
    top: calc(66% - -3px);
}

.heart-stamp-about {
    left: calc(0% - 65px);
    top: calc(54% -12px);
}

.floral-stamp-home img {
    object-position: 55px 0px;
}

[class^="logo-stamp-"] img,
[class^="heart-stamp-"] img,
[class^="floral-stamp-"] img {
    width: 125px;
}

@media (min-width: 768px) {

    .logo-stamp-home {
        left: calc(65% - -50px);
        top: calc(35% - 60px);
    }

    .heart-stamp-home {
        left: calc(0% - 0px);
        top: calc(50% - -45px);
        rotate: unset;
    }

    .heart-stamp-home img {
        object-position: -72px 0px;
    }

    .floral-stamp-home {
        left: calc(81% - 0px);
        top: calc(50% - 148px);
        rotate: unset;
    }

    .floral-stamp-home img {
        object-position: 55px 0px;
    }

    .floral-stamp-about {
        left: calc(78% - 0px);
        top: calc(22% - 11px);
    }

    .heart-stamp-about {
        left: calc(0% - 75px);
        top: calc(49% - 0px);
    }

    .floral-stamp-about.one {
        left: calc(70% - 0px);
        top: calc(46% - -11px);
    }

    [class^="logo-stamp-"] img,
    [class^="heart-stamp-"] img,
    [class^="floral-stamp-"] img {
        width: 145px;
    }
}

/* Mobile burger + navigation panel */
/* .b-header-layout__content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.b-header__logo .content-asset img {
    max-width: 190px;
    height: auto;
}

/*.b-header__burger__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-header__burger {
    background: transparent;
    border: none;
    padding: 0;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}*/

.b-header__burger .icon {
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background: #111;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
    transform-origin: center;
}

.b-header__burger .icon.icon-hamburger {
    opacity: 1;
}

.b-header__burger .icon.icon-hamburger::before,
.b-header__burger .icon.icon-hamburger::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #111;
    left: 0;
    top: 50%;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.b-header__burger .icon.icon-hamburger::before {
    transform: translateY(-9px);
}

.b-header__burger .icon.icon-hamburger::after {
    transform: translateY(7px);
}

.b-header__burger--active .icon.icon-hamburger {
    background: transparent;
}

.b-header__burger--active .icon.icon-hamburger::before,
.b-header__burger--active .icon.icon-hamburger::after {
    top: 50%;
}

.b-header__burger--active .icon.icon-hamburger::before {
    transform: translateY(-50%) rotate(45deg);
}

.b-header__burger--active .icon.icon-hamburger::after {
    transform: translateY(-50%) rotate(-45deg);
}

.trust-mobile-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trust-mobile-nav__burger {
    width: 54px;
    height: 54px;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

/* .trust-mobile-nav__burger:focus-visible,
.trust-mobile-nav__burger:hover {
    border-color: #444;
    background: #f4f1ea;
} */

.trust-mobile-nav__burger-line {
    position: absolute;
    width: 35px;
    height: 2px;
    background: #111;
    transition: transform 0.3s ease;
}

.trust-mobile-nav__burger-line:nth-child(1) {
    top: 16px;
}

.trust-mobile-nav__burger-line:nth-child(2) {
    top: 25px;
}

.trust-mobile-nav__burger-line:nth-child(3) {
    top: 34px;
}

.trust-mobile-nav__burger--active .trust-mobile-nav__burger-line:nth-child(1) {
    transform: translateY(18px) rotate(45deg);
}

.trust-mobile-nav__burger--active .trust-mobile-nav__burger-line:nth-child(2) {
    opacity: 0;
}

.trust-mobile-nav__burger--active .trust-mobile-nav__burger-line:nth-child(3) {
    transform: translateY(18px) rotate(-45deg);
}

.trust-mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 3500;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.trust-mobile-panel--open {
    pointer-events: auto;
    opacity: 1;
}

.trust-mobile-panel__mask {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.68);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.trust-mobile-panel--open .trust-mobile-panel__mask {
    opacity: 1;
}

.trust-mobile-panel__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(90vw, 420px);
    transform: translate(-50%, -60px);
    background: #fff;
    border-radius: 1.25rem;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 3vw, 1.5rem);
    transition: transform 0.35s ease;
}

.trust-mobile-panel--open .trust-mobile-panel__dialog {
    transform: translate(-50%, -50%);
}

.trust-mobile-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trust-mobile-panel__title {
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: 500;
    color: #2b2b2b;
}

.trust-mobile-panel__close {
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.trust-mobile-panel__close-line {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #111;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.trust-mobile-panel__close-line:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.trust-mobile-panel__close-line:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.trust-mobile-panel__links {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.25rem);
}

.trust-mobile-panel__group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.trust-mobile-panel__group-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.trust-mobile-panel__group-link {
    margin-right: 0.75rem;
    flex: 1;
    width: auto;
}

.trust-mobile-panel__group-toggle {
    background: none;
    border: none;
    padding: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.trust-mobile-panel__group-toggle:focus-visible {
    outline: none;
    box-shadow: none;
}

.trust-mobile-panel__group-toggle-icon {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid currentColor;
    transition: transform 0.3s ease;
}

.trust-mobile-panel__group--open .trust-mobile-panel__group-toggle-icon {
    transform: rotate(180deg);
}

.trust-mobile-panel__group-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: 1rem;
}

.trust-mobile-panel__sub-link {
    letter-spacing: 0.25em !important;
    font-size: 16px !important;
}

.trust-mobile-panel__group-links[hidden] {
    display: none;
}

.trust-mobile-panel__link {
    text-decoration: none;
    font-family: "Apercu Pro Medium", "Apercu", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: clamp(18px, 4vw, 24px);
    color: #111;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.trust-mobile-panel__link:hover,
.trust-mobile-panel__link:focus-visible {
    color: #6a3f2b;
}


.trust-mobile-panel__footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.trust-mobile-panel__footer-title {
    font-size: 0.65rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.trust-mobile-panel__footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.trust-mobile-panel__footer-link {
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #111;
}

.trust-mobile-panel__footer-link:hover,
.trust-mobile-panel__footer-link:focus-visible {
    color: #6a3f2b;
}

.trust-mobile-panel__dialog:focus-visible,
.trust-mobile-panel__close:focus-visible,
.trust-mobile-panel__link:focus-visible,
.trust-mobile-panel__footer-link:focus-visible {
    outline: 2px solid #111;
    outline-offset: 4px;
}

@media (min-width: 992px) {
    .trust-mobile-panel {
        display: none;
    }
}

.b-accordion__item__content.trust-footer {
    display: block;
    height: 0;
    overflow: hidden;
    will-change: height;
}

@media (min-width: 1024px) and (max-width: 1199px) {

    .logo-stamp-home {
        left: calc(70% - 18px);
        top: calc(35% - -2px);
    }

    .heart-stamp-home {
        left: calc(0% - -3px);
        top: calc(50% + 100px);
        rotate: unset;
    }

    .heart-stamp-home img {
        object-position: -72px 0px;
    }

    .floral-stamp-home {
        left: calc(85% - -9px);
        top: calc(50% - 56px);
        rotate: unset;
    }

    .floral-stamp-home img {
        object-position: 55px 0px;
    }

    .floral-stamp-about {
        left: calc(78% - 0px);
        top: calc(28% - 8px);
    }

    .heart-stamp-about {
        left: calc(0% - 75px);
        top: calc(56% - 0px);
    }

    .floral-stamp-about.one {
        left: calc(83% - 0px);
        top: calc(52% - -9px);
    }
}

@media (min-width: 1200px) {

    .logo-stamp-home {
        left: calc(50% - 74px) !important;
        top: calc(50% - 220px) !important;
    }

    .heart-stamp-home {
        left: calc(0% - 0px) !important;
        top: calc(35% - 140px) !important;
        rotate: unset;
    }

    .heart-stamp-home img {
        object-position: -72px 0px;
    }

    .floral-stamp-home {
        left: calc(40% - 74px) !important;
        top: calc(90% - -14px) !important;
    }

    .floral-stamp-about {
        left: calc(46% - -2px);
        top: calc(25% - 0px);
    }

    .heart-stamp-about {
        left: calc(0% - 75px);
        top: calc(16% - 0px);
    }

    .floral-stamp-about.one {
        left: calc(46% - -3px);
        top: calc(58% - 0px);
    }
}

/* Variables & Calculations */

.font-70 {
    font-size: var(--font-70);
}

.bg-light {
    background-color: var(--bg-light) !important;
}

.bg-donate {
    background-color: var(--bg-donate);
}

.bg-stats {
    background-color: var(--bg-stats);
}

.h-1200 {
    height: var(--h-1200);
}

/* .h-560 {
    height: calc(var(--h-1200) - 640px);
} */

.h-60 {
    height: calc(var(--h-1200) - 1140px);
}

.h-686 {
    height: calc(var(--h-1200) - 514px);
}

.h-560-carousel {
    height: calc(var(--h-1200) - 640px) !important;
}

.w-100 {
    width: var(--w-100);
}

.w-1920 {
    width: var(--w-1920);
}

/* .w-150 {
    width: 150px;
} */

.wh-cta {
    width: calc(var(--w-1920) - 1520px);
    height: calc(var(--h-1200) - 921px);
}

/* Mobile Menu dropdown */
.mobile-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 25;
}

.mobile-overlay.collapsing,
.mobile-overlay {
    display: none;
}

/* .mobile-overlay.show {
    display: block;
    right: 0;
    left: unset;
} */

/* Donate CTA */
.cta-card,
.cta-inner {
    width: 290px !important;
    height: 280px !important;
    top: -95px;
    left: 15px;
    right: 20px;
    background-color: var(--bg-donate);
    z-index: 4;
}

.cta-overlay {
    inset: 1.1rem;
}

.cta-stamp,
.cta-stamp-inner {
    position: absolute;
    top: 100%;
    left: calc(100% - 60px);
    width: 120px;
    height: 120px;
    z-index: 2002;
    /* pointer-events: none; */
    display: block;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cta-stamp picture,
.cta-stamp-inner picture {
    width: 100%;
    height: 100%;
}

.cta-stamp img,
.cta-stamp-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-stamp-inner {
    top: 74%;
}

.cta-stamp--fixed,
.cta-stamp-inner--fixed {
    position: fixed;
    right: var(--cta-stamp-fixed-right, 30px);
    bottom: 70px;
    left: auto;
    top: auto;
    z-index: 4000;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
}

.cta-stamp-inner--fixed {
    bottom: 2px;
}

.cta-stamp-inner--fixed {
    bottom: 2px;
}

/* Carousel */
#HeroCarousel {
    position: relative;
}

.hero-indicators {
    position: absolute;
    display: flex;
    gap: 20px;
    top: 58%;
    left: 25px;
    bottom: unset;
    z-index: 20;
}

.case-studies .hero-indicators {
    top: 65%;
}

.hero-indicators button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    opacity: 0.8;
    transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    pointer-events: auto;
}

.hero-indicators button.swiper-pagination-bullet-active,
.hero-indicators button.active {
    background: #fff;
    border-color: #fff;
    opacity: 1;
}

.hero-indicators::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    width: 120px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    left: 130px;
}

.hero-indicators.wwf::after {
    left: 250px;
}

.hero-indicators::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 137px);
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.b-accordion.h-plus .b-accordion__item__title {
    width: 90%;
    white-space: wrap;
    overflow: visible;
}

.b-accordion.h-plus .b-accordion__item__title::before {
    content: "\002B" !important;
    font-size: 35px !important;
    width: auto !important;
    height: auto !important;
    right: -10%;
}

.b-accordion.h-plus .b-accordion__item--expanded .b-accordion__item__title::before {
    content: "\2212" !important;
}


.b-type3__text--split {
    position: static !important;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.b-type3--split .b-type3__split {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.b-type3--split .b-type3__split-image,
.b-type3--split .b-type3__split-text {
    width: 100%;
}

.b-type3--split .b-type3__split-image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {

    .b-type3--split .b-type3__split-image,
    .b-type3--split .b-type3__split-text {
        width: 50%;
    }

    .b-type3--split .b-type3__split-text {
        padding-left: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.carousel-slide__img {
    height: 560px;
}

/* Animated Charts */
.fundraising-legend {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    font-size: 0.95rem;
}

.fundraising-legend li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.legend-swatch {
    width: 2rem;
    height: 2rem;
    border-radius: 0.35rem;
    display: inline-block;
    border: 1px solid #b1aea4;
}

.legend-aashiana {
    background-color: #f08721;
}

.legend-prakratik {
    background-color: #f3b04d;
}

.legend-water-wisdom {
    background-color: #fed19a;
}

.legend-turquoise {
    background-color: #ffdd00;
}

.legend-west-youth {
    background-color: #c27a27;
}

.legend-emergency {
    background-color: #f3a600;
}

.legend-other {
    background-color: #fece65;
}

.legend-income-campaigns {
    background-color: #f18700;
}

.legend-income-sample {
    background-color: #f3b04d;
}

.legend-income-till {
    background-color: #fece65;
}

.legend-income-other {
    background-color: #fff4b7;
}

.legend-income-staff {
    background-color: #e4cd3c;
}

#chart-2 {
    position: relative;
}

.chart-2-overlay {
    stroke-dasharray: 1382;
    stroke-dashoffset: 0;
    stroke-width: 440;
    stroke: #f9f8f5;
    fill: none;
    stroke-linecap: butt;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.chart-2-overlay.animate {
    animation: overlay-sweep 3.2s ease-out forwards;
}

@keyframes overlay-sweep {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -1382;
    }
}

#chart-1 {
    position: relative;
}

.chart-1-overlay {
    stroke-dasharray: 1319.47;
    stroke-dashoffset: 1319.47;
    stroke-width: 10;
    stroke: #f18700;
    fill: none;
    stroke-linecap: butt;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.chart-1-overlay.animate {
    animation: overlay-sweep-340 3.2s ease-out forwards;
}

@keyframes overlay-sweep-340 {
    0% {
        stroke-dashoffset: 1319.47;
    }

    100% {
        stroke-dashoffset: 0.3;
    }
}

.chart-1-counter {
    font-size: 130px;
    text-anchor: middle;
    dominant-baseline: middle;
    fill: #1b1710;
}

#fund-transparency svg#chart-2,
#fund-transparency svg#chart-3 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#fund-transparency.fund-charts-visible svg#chart-2,
#fund-transparency.fund-charts-visible svg#chart-3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
}

#chart-3 {
    position: relative;
}

.chart-3-overlay {
    stroke-dasharray: 1382;
    stroke-dashoffset: 0;
    stroke-width: 440;
    stroke: #f9f8f5;
    fill: none;
    stroke-linecap: butt;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.chart-3-overlay.animate {
    animation: overlay-sweep 3.2s ease-out forwards;
    -webkit-animation: overlay-sweep 3.2s ease-out forwards;
}

/* Ticker */
.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-loop 50s linear infinite;
    -webkit-animation: ticker-loop 50s linear infinite;
}

.ticker-text {
    top: 0.75rem;
}

@keyframes ticker-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.get-involved-img {
    height: 218px;
}

/* Quote */
/* .quote-bg {
    top: -61%;
    left: 90%;
    z-index: -1;
} */

.partners-img {
    width: 150px;
}

/* Filmstrip */
.filmstrip-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    scrollbar-width: none;
}

.filmstrip-viewport::-webkit-scrollbar {
    display: none;
}

.filmstrip-track {
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 20px;
}

.filmstrip-track .aspect-ratio {
    width: calc(var(--width) * 1px);
    flex: 0 0 auto;
}

.filmstrip-nav-wrap {
    position: absolute;
    top: 8%;
    right: 3%;
}

.case-studies .filmstrip-nav-wrap {
    top: 0;
}

.case-studies #filmstrip-2 .filmstrip-nav-wrap {
    top: 13%;
}

.filmstrip-nav {
    background: transparent;
    border: 0;
    font-size: 60px;
    cursor: pointer;
}

.picture-slider .swiper-slide {
    flex: 0 0 auto;
    position: relative;
    --current-slide-width: var(--slide-width-l, var(--width-l, 100));
    width: calc(var(--current-slide-width) * 1px);
}

.picture-slider .swiper-slide .aspect-ratio {
    max-width: 100%;
    margin: 0 auto;
}

.picture-slider .picture-slider__nav {
    position: absolute;
    top: 35px;
    right: 16px;
    display: flex;
    gap: 10px;
    z-index: 10;
    align-items: center;
}

.picture-slider .picture-slider__nav button {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 60px;
    line-height: 1;
    color: #6b695f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 400;
}

.picture-slider button.swiper-button-prev.horizontal-gallery__prev {
    left: -4rem;
}

.picture-slider .picture-slider__nav button::after {
    display: none;
}

@media (max-width: 1199.98px) {
    .picture-slider .swiper-slide {
        --current-slide-width: var(--slide-width-m, var(--slide-width-l, var(--width-m, var(--width-l, 100))));
    }
}

@media (max-width: 950px) {
    .picture-slider .swiper-slide {
        --current-slide-width: var(--slide-width-s, var(--current-slide-width));
    }
}

@media (max-width: 767.98px) {
    .picture-slider .swiper-slide {
        --current-slide-width: var(--slide-width-xs, var(--current-slide-width));
    }
}

.footer-section-padding-sm {
    padding: var(--footer-section-padding-sm) !important;
}


/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */
@media (max-width: 375px) {
    .hero-indicators {
        gap: 15px;
    }

    .hero-indicators::before {
        left: calc(100% + 63px);
    }

    .hero-indicators::after {
        left: 107px;
        width: 62px;
    }

    .hero-indicators.wwf::after {
        left: 210px;
    }

    .fundraising-legend {
        display: block;
    }

    .fundraising-legend li {
        margin-bottom: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm*/
@media (max-width: 576px) {

    .cta-card,
    .cta-inner {
        width: 90% !important;
        right: 15px;
    }

    .cta-stamp--fixed,
    .cta-stamp-inner--fixed {
        width: 100px;
        height: 100px;
        bottom: 72px;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {

    /* Who we are */
    .our-story-img,
    .carousel-slide__img {
        height: 800px;
    }

    .get-involved-img {
        height: 400px;
    }

    /* .header-h-800-md {
        height: calc(var(--h-1200) - 475px);
    } */

    /* .w-33-md {
        width: calc(var(--w-100) - 67%);
    } */

    .w-582-md {
        width: calc(var(--w-1920) - 1338px) !important;
    }

    .wh-cta-md {
        width: calc(var(--w-1920) - 1452px);
    }

    .h-340-md {
        height: calc(var(--h-1200) - 860px);
        width: calc(var(--w-1920) - 1580px) !important;
    }

    .h-800-md {
        height: calc(var(--h-1200) - 400px);
    }

    .w-50-md {
        width: 50%;
    }

    .hero-indicators {
        top: 47%;
    }

    .bg-light-lg {
        background-color: var(--bg-light) !important;
    }

    .font-110-md {
        font-size: 110px;
    }

    .mw-350-md {
        max-width: calc(var(--w-1920) - 1570px) !important;
    }

    .cta-card, .cta-inner {
        right: 30px;
        left: unset;
        top: -120px;
        width: 595px !important;
        height: 240px !important;
    }

    .footer-section-padding-md {
        padding: var(--footer-section-padding-md) !important;
    }

    .case-studies .hero-indicators {
        top: 50%;
    }

    /* .h-400-xl {
        height: calc(var(--h-1200) - 800px);
    } */
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {

    .our-story-img,
    .fund-img,
    .carousel-slide__img {
        height: 620px;
    }

    .get-involved-img {
        height: 272px;
    }

    .h-620-lg {
        height: calc(var(--h-1200) - 580px);
    }

    .floating-cta {
        bottom: -39%;
    }

    .w-625-lg {
        width: calc(var(--w-1920) - 1295px) !important;
    }

    .mw-450-lg {
        min-width: calc(var(--w-1920) - 1480px) !important;
    }

    .font-110-lg {
        font-size: 110px;
    }

    .font-130-lg {
        font-size: 130px;
    }

    .h-85-lg {
        height: calc(var(--h-1200) - 1115px);
    }

    .h-100-lg {
        height: calc(var(--h-1200) - 1100px);
    }

    /* .h-272-lg {
        height: calc(var(--h-1200) - 928px);
    } */

    .h-318-lg {
        height: calc(var(--h-1200) - 902px);
        width: calc(var(--w-1920) - 1622px) !important;
    }

    .hero-indicators {
        top: 53%;
    }

    .object-position-quote {
        object-position: 26vw -10vh;
        object-fit: scale-down;
    }

    .d-lg-block {
        display: block !important;
    }

    /* .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    } */

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* .p-lg-80 {
        padding: 80px !important;
    } */

    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 100px !important;
    }

    /* .pb-lg-60 {
        padding-bottom: 60px !important;
    } */

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .px-lg-90 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    /* .py-lg-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    } */

    /* .w-lg-100 {
        width: 100%;
    } */

    .b-type3--split .b-type3__split-image,
    .b-type3--split .b-type3__split-text {
        width: 100%;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .mr-lg-10 {
        margin-right: 10px !important;
    }

    .ml-lg-10 {
        margin-left: 10px !important;
    }

    .bg-white-lg {
        background-color: #fff !important;
    }

    .case-studies .hero-indicators {
        top: 53%;
    }
}

/* X-Large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {

    /* Who we are */
    .our-story-img,
    .carousel-slide__img,
    .fund-img {
        height: 900px;
    }

    .get-involved-img {
        height: 535px;
    }

    .h-62-xl {
        height: calc(var(--h-1200) - 1138px)
    }

    .h-90-xl {
        height: calc(var(--h-1200) - 1110px)
    }

    .h-535-xl {
        height: calc(var(--h-1200) - 665px);
    }

    .h-600-xl {
        height: calc(var(--h-1200) - 600px);
        width: 100% !important;
    }

    /* .h-740-xl {
        height: calc(var(--h-1200) - 460px);
    } */

    .h-900-xl {
        height: calc(var(--h-1200) - 300px);
    }

    .font-130-xl {
        font-size: var(--font-130);
    }

    .gap-10rem-lg {
        gap: 10rem;
    }

    .gap-11rem-lg {
        gap: 11rem;
    }

    .hero-h-800-xl {
        height: calc(var(--h-1200) - 383px);
    }

    .wh-cta-xl {
        width: calc(var(--w-1920) - 1317px);
        height: calc(var(--h-1200) - 948px);
    }

    .h-auto-xl {
        height: auto !important;
    }

    .floating-cta {
        bottom: -41%;
        right: 40px;
    }

    .hero-indicators {
        bottom: 50px;
        left: 52vw;
        top: unset !important;
    }

    .case-studies .hero-indicators {
        right: 40%;
        top: unset !important;
        left: unset;
    }

    .case-studies.water-wisdom .hero-indicators {
        right: 36%;
    }

    .b-type3--split .b-type3__split-image,
    .b-type3--split .b-type3__split-text {
        width: 50%;
    }

    .partners-img {
        width: 291px;
    }

    .footer-section-padding {
        padding: var(--footer-section-padding) !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pb-xl-90, .py-xl-90 {
        padding-bottom: 90px !important;
    }

    .pl-xl-40, .px-xl-40 {
        padding-left: 40px !important;
    }

    .pr-xl-40, .px-xl-40 {
        padding-right: 40px !important;
    }

    .mr-xl-20, .mx-xl-20 {
        margin-right: 20px !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .mr-xl-50, .mx-xl-50 {
        margin-right: 50px !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .pl-xl-100, .px-xl-100 {
        padding-left: 100px !important;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .h-auto-xl {
        height: auto !important;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .pr-xl-40, .px-xl-40 {
        padding-right: 40px !important;
    }

    .pb-xl-10, .py-xl-10 {
        padding-bottom: 10px !important;
    }

    .pt-xl-30, .py-xl-30 {
        padding-top: 30px !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bg-white-xl {
        background-color: #fff !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) - xxl */
@media (min-width: 1400px) {
    .gap-12rem-xl {
        gap: 12rem;
    }

    .gap-13rem-xl {
        gap: 13rem;
    }
}