/* .gp-impact-ticker-wrap {
    position: relative;
    z-index: 2;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

body:not(.fl-builder-edit) .fl-row:has(.gp-impact-ticker-wrap) > .fl-row-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

body:not(.fl-builder-edit) .fl-module:has(.gp-impact-ticker-wrap) > .fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}

.gp-impact-ticker {
    --gp-impact-height: clamp(760px, 63vw, 1120px);
    --gp-impact-min-height: 560px;
    --gp-impact-accent: #56c9cb;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: var(--gp-impact-height);
    min-height: var(--gp-impact-min-height);
    overflow: hidden;
    color: #fff;
    background: #1a3242;
}

.gp-impact-ticker--compact {
    --gp-impact-min-height: 460px;
}

.gp-impact-ticker__media,
.gp-impact-ticker__shade {
    position: absolute;
    inset: 0;
}

.gp-impact-ticker__media {
    z-index: -3;
    background-image: var(--gp-impact-image);
    background-position: center;
    background-size: cover;
}

.gp-impact-ticker__shade {
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(10, 20, 25, 0.18) 0%, rgba(10, 20, 25, 0.58) 58%, rgba(10, 20, 25, 0.78) 100%),
        linear-gradient(90deg, rgba(10, 20, 25, 0.4) 0%, rgba(10, 20, 25, 0.02) 46%, rgba(10, 20, 25, 0.5) 100%);
}

.gp-impact-ticker__inner {
    position: relative;
    width: min(860px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 clamp(210px, 19vw, 330px);
    text-align: center;
    transform: translateY(clamp(0px, calc(7vw - 53.69px), 72px));
}

.gp-impact-ticker--align-left {
    justify-content: flex-start;
}

.gp-impact-ticker--align-left .gp-impact-ticker__inner {
    margin-left: clamp(28px, 8vw, 120px);
    text-align: left;
}

.gp-impact-ticker__icon {
    display: block;
    width: auto;
    height: 62px;
    margin: 0 auto 18px;
}

.gp-impact-ticker--align-left .gp-impact-ticker__icon {
    margin-left: 0;
}

.gp-impact-ticker__icon--water {
    max-width: 35px;
}

.gp-impact-ticker__icon--energy {
    max-width: 50px;
}

.gp-impact-ticker__value {
    margin: 0;
    font-size: 116px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 5px 28px rgba(0, 0, 0, 0.34);
    font-variant-numeric: tabular-nums;
}

.gp-impact-ticker--compact .gp-impact-ticker__value {
    font-size: clamp(3.5rem, 7vw, 6.25rem);
}

.gp-impact-ticker__label {
    max-width: 585px;
    margin: 26px auto 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 400;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.36);
}

.gp-impact-ticker--align-left .gp-impact-ticker__label {
    margin-left: 0;
}

.gp-impact-ticker__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    margin-top: 38px;
    padding: 0 34px;
    border-radius: 22px;
    color: #102b35;
    background: #56c9cb;
    font-size: 1.18rem;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
    transition: background-color 160ms ease, transform 160ms ease;
}

.gp-impact-ticker__button:hover,
.gp-impact-ticker__button:focus {
    color: #102b35;
    background: #6fe0e2;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .gp-impact-ticker {
        --gp-impact-height: clamp(660px, 156vw, 820px);
        --gp-impact-min-height: 660px;
        align-items: flex-start;
    }

    .gp-impact-ticker__inner {
        width: min(100% - 34px, 620px);
        padding: clamp(142px, 25vw, 184px) 0 0;
        transform: none;
    }

    .gp-impact-ticker__icon {
        height: clamp(74px, 16vw, 92px);
        margin-bottom: clamp(42px, 9vw, 58px);
    }

    .gp-impact-ticker__icon--water {
        max-width: clamp(38px, 9vw, 52px);
    }

    .gp-impact-ticker__icon--energy {
        max-width: clamp(50px, 12vw, 68px);
    }

    .gp-impact-ticker__value {
        font-size: clamp(4.8rem, 15vw, 6rem);
        line-height: 0.95;
    }

    .gp-impact-ticker__label {
        max-width: min(100%, 520px);
        margin-top: clamp(48px, 10vw, 72px);
        font-size: clamp(1.55rem, 5.3vw, 2rem);
        line-height: 1.46;
    }

    .gp-impact-ticker__desktop-break {
        display: none;
    }

    .gp-impact-ticker__button {
        min-height: clamp(52px, 11vw, 64px);
        margin-top: clamp(42px, 10vw, 58px);
        padding: 0 clamp(34px, 9vw, 48px);
        border-radius: clamp(16px, 4vw, 22px);
        font-size: clamp(1.12rem, 4.2vw, 1.35rem);
    }
} */

.gp-impact-ticker__icon {
    display: block;
    margin: 0 auto;
}

.gp-impact-ticker__value {
    font-size: 96px;
    font-size: 6rem;
    font-weight: 700;
    line-height: 105px;
    line-height: 6.56rem;
    margin-top: 2.25rem;
    text-align: center;
    color: #FFFFFF;
}

.gp-impact-ticker__label {
    margin-top: var(--Sizing-Units-XS);
    font-size: 21px;
    font-size: 1.31rem;
    line-height: 33px;
    line-height: 2.06rem;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
    .gp-impact-ticker__value {
        font-size: 64px;
        font-size: 4rem;
        line-height: 1.3;
        margin-top: 1.5rem;
    }

    .gp-impact-ticker__label {
        margin-top: 0.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .gp-impact-ticker__value {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.2;
        margin-top: .75rem;
    }
}

@media only screen and (max-width: 480px) {
    .gp-impact-ticker__value {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.15;
        margin-top: .5rem;
    }

    .gp-impact-ticker__label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.333;
    }
}