.elementor-9 .elementor-element.elementor-element-1b6cdc6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-13c07e4{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:02%;--padding-right:02%;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-13c07e4{--padding-top:0%;--padding-bottom:0%;--padding-left:03%;--padding-right:03%;}}/* Start custom CSS for html, class: .elementor-element-c81851e *//* =========================================================
   HER STARTUP — HERO SECTION
   COMPLETE UPDATED CSS
   Poppins + Full Width + Responsive + Smooth Animation
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

.hs-hero {

    --hs-teal: #079DB5;
    --hs-yellow: #FFCC22;
    --hs-navy: #122F49;
    --hs-text: #566A78;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    font-family: "Poppins", sans-serif;

    overflow: hidden;

    isolation: isolate;
}


.hs-hero *,
.hs-hero *::before,
.hs-hero *::after {

    box-sizing: border-box;

    font-family: "Poppins", sans-serif;

}


/* =========================================================
   SLIDER
   ========================================================= */

.hs-slider {

    position: relative;

    width: 100%;

    height: 680px;

    overflow: hidden;

    background: #ffffff;

}


/* =========================================================
   SLIDES
   ========================================================= */

.hs-slide {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: flex;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition:
        opacity .85s cubic-bezier(.22,1,.36,1),
        visibility .85s ease;

}


.hs-slide.hs-slide-active {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.hs-hero-content {

    position: relative;

    z-index: 10;

    width: 52%;

    height: 100%;

    padding-left:
        max(
            6vw,
            calc((100vw - 1380px) / 2)
        );

    padding-right: 35px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    background: #ffffff;

}


/* =========================================================
   CONTENT ENTRANCE
   ========================================================= */

.hs-slide.hs-slide-active .hs-hero-content {

    animation:
        hsContentEntrance
        1s
        cubic-bezier(.16,1,.3,1)
        both;

}


@keyframes hsContentEntrance {

    0% {

        opacity: 0;

        transform:
            translate3d(-35px, 0, 0);

    }

    100% {

        opacity: 1;

        transform:
            translate3d(0, 0, 0);

    }

}


/* =========================================================
   HER STARTUP BADGE
   ========================================================= */

.hs-brand-badge {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 12px;

    padding:
        6px 14px 6px 7px;

    border:
        1px solid
        rgba(7,157,181,.28);

    border-radius: 100px;

    background:
        rgba(255,255,255,.96);

    color:
        var(--hs-teal);

    font-family:
        "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .08em;

    box-shadow:
        0 7px 25px
        rgba(7,157,181,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.hs-brand-badge:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 28px
        rgba(7,157,181,.12);

}


.hs-brand-icon {

    width: 27px;
    height: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        var(--hs-teal);

}


.hs-brand-icon svg {

    width: 14px;
    height: 14px;

    fill: #ffffff;

}


/* =========================================================
   BUILD • GROW • LEAD
   ========================================================= */

.hs-mini-brand {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 20px;

    padding-left: 3px;

    color:
        var(--hs-navy);

    font-family:
        "Poppins", sans-serif;

    font-size: 11px;

    line-height: 1.3;

    font-weight: 500;

    letter-spacing: .12em;

}


.hs-mini-brand b {

    color:
        var(--hs-yellow);

    font-size: 13px;

    font-weight: 600;

}


/* =========================================================
   EYEBROW
   ========================================================= */

.hs-eyebrow {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 17px;

}


.hs-eyebrow span {

    width: 39px;

    height: 3px;

    flex-shrink: 0;

    border-radius: 20px;

    background:
        var(--hs-yellow);

}


.hs-eyebrow p {

    margin: 0;

    color:
        var(--hs-teal);

    font-family:
        "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.4;

    font-weight: 700;

    letter-spacing: .055em;

}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.hs-title {

    margin: 0;

    padding: 0;

    max-width: 680px;

    color:
        var(--hs-navy);

    font-family:
        "Poppins", sans-serif;

    font-size:
        clamp(
            46px,
            5vw,
            68px
        );

    line-height: 1.04;

    letter-spacing:
        -.045em;

    font-weight: 600;

}


.hs-title > span {

    display: block;

    white-space: nowrap;

}


.hs-title strong {

    display: block;

    margin-top: 2px;

    color:
        var(--hs-teal);

    font-family:
        "Poppins", sans-serif;

    font-weight: 600;

    white-space: nowrap;

}


.hs-yellow-dot {

    color:
        var(--hs-yellow);

}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.hs-description {

    max-width: 570px;

    margin:
        22px 0 27px;

    color: #122f49 ;

    font-family:
        "Poppins", sans-serif;

    font-size: 16px;

    line-height: 1.75;

    font-weight: 500;

}


/* =========================================================
   BUTTON ROW
   ========================================================= */

.hs-buttons {

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    gap: 10px;

    width: 100%;

}


/* =========================================================
   BUTTON
   ========================================================= */

.hs-btn {

    flex: 0 0 auto;

    height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding:
        0 18px;

    border-radius: 9px;

    text-decoration: none !important;

    white-space: nowrap;

    font-family:
        "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .01em;

    transition:
        transform .3s cubic-bezier(.16,1,.3,1),
        box-shadow .3s ease,
        background .3s ease,
        border-color .3s ease;

}


.hs-btn i {

    font-family:
        Arial, sans-serif;

    font-size: 17px;

    line-height: 1;

    font-style: normal;

    font-weight: 400;

    transition:
        transform .3s
        cubic-bezier(.16,1,.3,1);

}


.hs-btn:hover {

    transform:
        translateY(-3px);

}


.hs-btn:hover i {

    transform:
        translate(3px,-3px);

}


/* =========================================================
   PRIMARY BUTTON
   ========================================================= */

.hs-btn-primary {

    color: #ffffff !important;

    background:
        var(--hs-teal);

    border:
        1px solid
        var(--hs-teal);

    box-shadow:
        0 10px 24px
        rgba(7,157,181,.16);

}


.hs-btn-primary:hover {

    background:
        #078FA6;

    box-shadow:
        0 14px 30px
        rgba(7,157,181,.22);

}


/* =========================================================
   OUTLINE BUTTON
   ========================================================= */

.hs-btn-outline {

    color:
        var(--hs-navy) !important;

    background:
        #ffffff;

    border:
        1px solid
        rgba(7,157,181,.45);

}


.hs-btn-outline:hover {

    border-color:
        var(--hs-teal);

    box-shadow:
        0 10px 25px
        rgba(7,157,181,.10);

}


/* =========================================================
   YELLOW BUTTON
   ========================================================= */

.hs-btn-yellow {

    color:
        var(--hs-navy) !important;

    background:
        var(--hs-yellow);

    border:
        1px solid
        var(--hs-yellow);

}


.hs-btn-yellow:hover {

    box-shadow:
        0 12px 28px
        rgba(255,204,34,.22);

}


/* =========================================================
   TRUST / LIST ITEMS
   ========================================================= */

.hs-trust {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 22px;

    color:
        #122f49;

    font-family:
        "Poppins", sans-serif;

    font-size: 16px !important;

    line-height: 1.5;

    font-weight: 600 !important;

}


.hs-trust span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    white-space: nowrap;

    font-family:
        "Poppins", sans-serif;

    font-size: 12px !important;

    font-weight: 500;

}


.hs-trust span b {

    width: 17px;
    height: 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    color: #ffffff;

    background:
        var(--hs-teal);

    font-family:
        Arial, sans-serif;

    font-size: 12px !important;

}


.hs-trust em {

    color:
        var(--hs-yellow);

    font-style: normal;

    font-size: 12px !important ;

}


/* =========================================================
   HERO IMAGE
   ========================================================= */

.hs-hero-image {

    position: relative;

    width: 58%;

    height: 100%;

    overflow: hidden;

}


/* =========================================================
   IMAGE WHITE FADE
   ========================================================= */

.hs-hero-image::before {

    content: "";

    position: absolute;

    z-index: 3;

    top: 0;
    bottom: 0;

    left: -1px;

    width: 31%;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            rgba(255,255,255,.98) 12%,
            rgba(255,255,255,.78) 32%,
            rgba(255,255,255,.38) 58%,
            rgba(255,255,255,0) 100%
        );

}


/* =========================================================
   IMAGE
   ========================================================= */

.hs-hero-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center center;

    transform:
        scale(1.04);

    transition:
        transform 7s
        cubic-bezier(.16,1,.3,1);

}


.hs-slide.hs-slide-active
.hs-hero-image img {

    transform:
        scale(1);

}


/* =========================================================
   ARROWS
   ========================================================= */

.hs-arrow {

    position: absolute;

    z-index: 40;

    top: 50%;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    transform:
        translateY(-50%);

    border:
        1px solid
        rgba(18,47,73,.10);

    border-radius: 50%;

    background:
        rgba(255,255,255,.94);

    color:
        var(--hs-navy);

    box-shadow:
        0 8px 25px
        rgba(0,0,0,.08);

    cursor: pointer;

    transition:
        all .3s
        cubic-bezier(.16,1,.3,1);

}


.hs-arrow span {

    font-family:
        Arial, sans-serif;

    font-size: 25px;

    line-height: 1;

    font-weight: 300;

}


.hs-arrow:hover {

    color: #ffffff;

    background:
        var(--hs-teal);

    border-color:
        var(--hs-teal);

    transform:
        translateY(-50%)
        scale(1.06);

}


.hs-prev {

    left: 18px;

}


.hs-next {

    right: 18px;

}


/* =========================================================
   BOTTOM NAVIGATION
   ========================================================= */

.hs-bottom-nav {

    position: absolute;

    z-index: 40;

    left:
        max(
            6vw,
            calc((100vw - 1380px) / 2)
        );

    bottom: 21px;

    display: flex;

    align-items: center;

    gap: 15px;

}


.hs-counter {

    min-width: 39px;

    color:
        #9AA7AE;

    font-family:
        "Poppins", sans-serif;

    font-size: 9px;

}


.hs-counter strong {

    color:
        var(--hs-teal);

    font-family:
        "Poppins", sans-serif;

    font-size: 11px;

}


.hs-progress {

    width: 78px;

    height: 3px;

    overflow: hidden;

    border-radius: 20px;

    background:
        #DCE7EA;

}


.hs-progress span {

    display: block;

    width: 50%;

    height: 100%;

    border-radius: inherit;

    background:
        var(--hs-teal);

    transition:
        width .5s ease;

}


.hs-dots {

    display: flex;

    align-items: center;

    gap: 7px;

}


.hs-dot {

    width: 7px;
    height: 7px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        #C8DDE2;

    cursor: pointer;

    transition:
        all .3s ease;

}


.hs-dot.active {

    width: 23px;

    border-radius: 20px;

    background:
        var(--hs-teal);

}


/* =========================================================
   LARGE LAPTOP
   ========================================================= */

@media (max-width: 1200px) {

    .hs-slider {

        height: 650px;

    }


    .hs-hero-content {

        width: 53%;

        padding-left: 5%;

        padding-right: 25px;

    }


    .hs-hero-image {

        width: 57%;

    }


    .hs-title {

        font-size:
            clamp(
                43px,
                5.2vw,
                61px
            );

    }


    .hs-description {

        font-size:
            14px;

        line-height:
            1.7;

    }


    .hs-btn {

        height:
            49px;

        padding:
            0 14px;

        gap:
            9px;

        font-size:
            9px;

    }


    .hs-trust,
    .hs-trust span {

        font-size:
            8.5px;

    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .hs-slider {

        height:
            700px;

    }


    .hs-hero-content {

        width:
            55%;

        padding-left:
            4%;

        padding-right:
            15px;

    }


    .hs-hero-image {

        width:
            55%;

    }


    .hs-title {

        font-size:
            46px;

    }


    .hs-description {

        font-size:
            13px;

        line-height:
            1.65;

    }


    .hs-btn {

        height:
            46px;

        padding:
            0 10px;

        gap:
            7px;

        font-size:
            8px;

    }


    .hs-btn i {

        font-size:
            14px;

    }


    .hs-trust,
    .hs-trust span {

        font-size:
            7.5px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .hs-slider {

        height:
            760px;

    }


    .hs-slide {

        display:
            block;

    }


    /* CONTENT */

    .hs-hero-content {

        width:
            100%;

        height:
            55%;

        padding:
            32px
            20px
            5px;

        display:
            flex;

        justify-content:
            flex-start;

    }


    /* BADGE */

    .hs-brand-badge {

        margin-bottom:
            9px;

        padding:
            5px
            11px
            5px
            6px;

        font-size:
            12px;

    }


    .hs-brand-icon {

        width:
            24px;

        height:
            24px;

    }


    .hs-brand-icon svg {

        width:
            18px;

        height:
            18px;

    }


    /* BUILD GROW LEAD */

    .hs-mini-brand {

        margin-bottom:
            15px;

        gap:
            7px;

        font-size:
            12px;

        font-weight:
            500;

    }


    /* EYEBROW */

    .hs-eyebrow {

        gap:
            9px;

        margin-bottom:
            13px;

    }


    .hs-eyebrow span {

        width:
            27px;

        height:
            2px;

    }


    .hs-eyebrow p {

        font-size:
           10px;

    }


    /* HEADING */

    .hs-title {

        font-family:
            "Poppins", sans-serif;

        font-size:
            clamp(
                35px,
                10vw,
                47px
            );

        line-height:
            1.04;

        letter-spacing:
            -.04em;

        font-weight:
            700;

    }


    .hs-title > span,
    .hs-title strong {

        white-space:
            nowrap;

    }


    /* DESCRIPTION */

    .hs-description {

        margin:
            15px
            0
            18px;

        max-width:
            100%;

        font-family:
            "Poppins", sans-serif;

        font-size:
         12px !important;

        line-height:
            1.65;

        font-weight:
            500;
            color: #122f49;

    }


    /* BUTTONS */

    .hs-buttons {

        width:
            calc(100vw - 40px);

        max-width:
            calc(100vw - 40px);

        gap:
            7px;

        overflow-x:
            auto;

        overflow-y:
            hidden;

        flex-wrap:
            nowrap;

        scrollbar-width:
            none;

        -ms-overflow-style:
            none;

    }


    .hs-buttons::-webkit-scrollbar {

        display:
            none;

    }


    .hs-btn {

        flex:
            0 0 auto;

        height:
            44px;

        padding:
            0 13px;

        gap:
            7px;

        border-radius:
            8px;

        font-family:
            "Poppins", sans-serif;

        font-size:
            10 !importantpx;

        font-weight:
            600;

    }


    .hs-btn i {

        font-size:
            14px;

    }


    /* TRUST */

    .hs-trust {

        margin-top:
            13px;

        gap:
            5px 7px;

        font-family:
            "Poppins", sans-serif;

        font-size:
          10px !important;

        line-height:
            1.35;

    }


    .hs-trust span {

        font-size:
            10px !important;

        font-weight:
            500;

    }


    .hs-trust span b {

        width:
            14px;

        height:
            14px;

        font-size:
            10px;

    }


    .hs-trust em {

        font-size:
            10px;

    }


    /* IMAGE */

    .hs-hero-image {

        position:
            absolute;

        left:
            0;

        right:
            0;

        bottom:
            0;

        width:
            100%;

        height:
            49%;

    }


    /* MOBILE IMAGE FADE */

    .hs-hero-image::before {

        top:
            -1px;

        bottom:
            auto;

        left:
            0;

        width:
            100%;

        height:
            34%;

        background:
            linear-gradient(
                180deg,
                #ffffff 0%,
                rgba(255,255,255,.92) 24%,
                rgba(255,255,255,.35) 65%,
                rgba(255,255,255,0) 100%
            );

    }


    .hs-hero-image img {

        object-position:
            center center;

    }


    /* MOBILE ARROWS */

    .hs-arrow {

        top:
            56%;

        width:
            34px;

        height:
            34px;

    }


    .hs-arrow span {

        font-size:
            20px;

    }


    .hs-prev {

        left:
            10px;

    }


    .hs-next {

        right:
            10px;

    }


    /* MOBILE NAV */

    .hs-bottom-nav {

        left:
            20px;

        bottom:
            12px;

        gap:
            9px;

    }


    .hs-progress {

        width:
            55px;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .hs-slider {

        height:
            710px;

    }


    .hs-hero-content {

        height:
            56%;

        padding-top:
            27px;

    }


    .hs-title {

        font-size:
            33px;

    }


    .hs-description {

        font-size:
            11.5px;

        line-height:
            1.6;

    }


    .hs-btn {

        font-size:
            7.5px;

        padding:
            0 11px;

    }


    .hs-trust,
    .hs-trust span {

        font-size:
            7px;

    }


    .hs-hero-image {

        height:
            47%;

    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .hs-slide,
    .hs-hero-content,
    .hs-hero-image img,
    .hs-btn,
    .hs-arrow,
    .hs-brand-badge {

        animation: none !important;

        transition: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1c8c0b *//* =========================================================
   HER STARTUP — OUR ECOSYSTEM
========================================================= */

.hs-ecosystem-section {

    --hs-teal: #079CB5;
    --hs-yellow: #FFCC29;
    --hs-navy: #122F49;

    width: 100%;
    margin: 0;
    padding: 0 0 100px;

    background:
        linear-gradient(
            360deg,
            #EFFAFC 0%,
            #FFFFFF 18%,
            #FFFFFF 100%
        );

    font-family: "Poppins", sans-serif;

    overflow: hidden;
}


.hs-ecosystem-section *,
.hs-ecosystem-section *::before,
.hs-ecosystem-section *::after {
    box-sizing: border-box;
}


/* =========================================================
   IMPACT
========================================================= */

.hs-impact-wrap {

    width: 100%;

    padding:
        38px 4.2vw 0;
}


.hs-impact-strip {

    width: 100%;

    min-height: 195px;

    padding:
        26px 28px;

    display: grid;

    grid-template-columns:
        1fr auto
        1fr auto
        1fr auto
        1fr auto
        1fr;

    align-items: center;

    gap: 16px;

    background:
        rgba(255,255,255,.97);

    border:
        1px solid
        rgba(18,47,73,.06);

    border-radius:
        22px;

    box-shadow:
        0 18px 50px
        rgba(18,47,73,.10);
}


.hs-impact-item {

    min-width: 0;
    min-height: 130px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    text-align: center;

    transition:
        transform .4s
        cubic-bezier(.16,1,.3,1);
}


.hs-impact-item:hover {
    transform: translateY(-6px);
}


.hs-impact-icon {

    width: 43px;
    height: 43px;

    margin-bottom: 7px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--hs-teal);
}


.hs-impact-icon svg {

    width: 100%;
    height: 100%;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.hs-impact-item strong {

    color: var(--hs-teal);

    font-size:
        clamp(36px, 3.2vw, 52px);

    line-height: 1;

    letter-spacing: -.04em;

    font-weight: 700;
}


.hs-impact-item span {

    max-width: 175px;

    margin-top: 9px;

    color: #111111;

    font-size:
        clamp(11px, 1vw, 14px);

    line-height: 1.35;

    font-weight: 600;
}


.hs-impact-divider {

    width: 1px;

    height: 105px;

    background: #DCE8EB;
}


/* =========================================================
   MAIN
========================================================= */

.hs-ecosystem {

    width:
        calc(100% - 4vw);

    max-width:
        1580px;

    margin:
        35px auto 0;

    display:
        grid;

    grid-template-columns:
        .70fr
        1.30fr;

    align-items:
        center;

    gap:
        18px;
}


/* =========================================================
   COPY
========================================================= */

.hs-ecosystem-copy {

    position: relative;

    z-index: 10;

    padding:
        15px 0 25px;
}


.hs-section-label {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom:
        18px;
}


.hs-section-label span {

    width:
        30px;

    height:
        3px;

    border-radius:
        20px;

    background:
        var(--hs-teal);
}


.hs-section-label strong {

    color:
        var(--hs-teal);

    font-size:
        clamp(
            12px,
            1vw,
            15px
        );

    line-height:
        1;

    font-weight:
        700;
}


/* =========================================================
   HEADING
========================================================= */

.hs-ecosystem-title {

    width:
        100%;

    max-width:
        690px;

    margin:
        0;

    color:
        var(--hs-navy);

    font-family:
        "Poppins",
        sans-serif;

    font-size:
        clamp(
            43px,
            4.15vw,
            64px
        );

    line-height:
        1.08;

    letter-spacing:
        -.045em;

    font-weight:
        600;
}


/*
   First sentence is allowed to wrap into exactly two
   visual lines. Business journey stays together.
*/

.hs-heading-first {

    color:
        var(--hs-navy);

}


.hs-heading-last {

    color:
        var(--hs-teal);

    white-space:
        nowrap;
}


/* =========================================================
   YELLOW LINE
========================================================= */

.hs-yellow-line {

    width:
        170px;

    height:
        5px;

    margin:
        11px 0 20px;

    background:
        var(--hs-yellow);

    border-radius:
        50%;

    transform:
        rotate(-1deg);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.hs-ecosystem-description {

    max-width:
        590px;

    margin:
        0;

    color:
        var(--hs-navy);

    font-size:
        clamp(
            15px,
            1.15vw,
            18px
        );

    line-height:
        1.78;

    font-weight:
        400;
}


/* =========================================================
   VISUAL
========================================================= */

.hs-ecosystem-visual {

    position:
        relative;

    width:
        calc(100% + 65px);

    margin-right:
        -65px;

    min-width:
        0;

    min-height:
        570px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        flex-end;

    padding:
        0 165px 0 0;
}


/* =========================================================
   IMAGE — LARGE
========================================================= */

.hs-ecosystem-image-wrap {

    position:
        relative;

    z-index:
        2;

    width:
        100%;

    max-width:
        970px;

    height:
        auto;

    overflow:
        visible;

    border:
        0;

    border-radius:
        0;

    background:
        transparent;

    box-shadow:
        none;

    transition:
        transform .55s
        cubic-bezier(.16,1,.3,1);
}


.hs-ecosystem-image-wrap:hover {

    transform:
        translateY(-7px);
}


.hs-ecosystem-image {

    display:
        block;

    width:
        100%;

    height:
        auto;

    max-width:
        none;

    object-fit:
        contain;

    object-position:
        center;

    vertical-align:
        middle;

    transition:
        transform .8s
        cubic-bezier(.16,1,.3,1);
}


.hs-ecosystem-image-wrap:hover
.hs-ecosystem-image {

    transform:
        scale(1.025);
}


/* =========================================================
   DESKTOP JOURNEY
========================================================= */

.hs-journey {

    position:
        absolute;

    z-index:
        20;

    top:
        50%;

    right:
        0;

    width:
        158px;

    display:
        flex;

    flex-direction:
        column;

    gap:
        9px;

    transform:
        translateY(-50%);
}


.hs-journey-line {

    position:
        absolute;

    z-index:
        0;

    top:
        18px;

    bottom:
        18px;

    left:
        20px;

    width:
        1px;

    background:
        linear-gradient(
            to bottom,
            rgba(7,156,181,.18),
            rgba(7,156,181,.42),
            rgba(255,204,41,.48)
        );
}


.hs-journey-item {

    position:
        relative;

    z-index:
        2;

    min-height:
        38px;

    display:
        flex;

    align-items:
        center;

    gap:
        10px;

    white-space:
        nowrap;
}


.hs-journey-icon {

    width:
        38px;

    height:
        38px;

    flex:
        0 0 38px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        50%;

    background:
        var(--hs-teal);

    color:
        #ffffff;

    border:
        2px solid
        rgba(255,255,255,.9);

    box-shadow:
        0 7px 20px
        rgba(7,156,181,.22);

    transition:
        transform .35s
        cubic-bezier(.16,1,.3,1),
        background .25s ease,
        color .25s ease,
        box-shadow .35s ease;
}


.hs-journey-item:hover
.hs-journey-icon {

    transform:
        scale(1.13);

    background:
        var(--hs-yellow);

    color:
        var(--hs-navy);
}


.hs-journey-icon svg {

    width:
        17px;

    height:
        17px;

    fill:
        none;

    stroke:
        currentColor;

    stroke-width:
        1.7;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


.hs-journey-item > span:last-child {

    color:
        var(--hs-navy);

    font-size:
        13px;

    line-height:
        1;

    font-weight:
        500;

    transition:
        color .25s ease,
        transform .3s ease;
}


.hs-journey-item:hover
> span:last-child {

    color:
        var(--hs-teal);

    transform:
        translateX(3px);
}


/* =========================================================
   MOBILE JOURNEY — HIDDEN DESKTOP
========================================================= */

.hs-mobile-journey {

    display:
        none;
}


/* =========================================================
   1250px
========================================================= */

@media (max-width: 1250px) {

    .hs-ecosystem {

        grid-template-columns:
            .68fr
            1.32fr;
    }


    .hs-ecosystem-visual {

        width:
            calc(100% + 45px);

        margin-right:
            -45px;

        padding-right:
            145px;

        min-height:
            520px;
    }


    .hs-ecosystem-image-wrap {

        max-width:
            900px;
    }


    .hs-journey {

        width:
            140px;
    }


    .hs-journey-icon {

        width:
            35px;

        height:
            35px;

        flex-basis:
            35px;
    }
}


/* =========================================================
   1100px
========================================================= */

@media (max-width: 1100px) {

    .hs-ecosystem-title {

        font-size:
            clamp(
                38px,
                4.7vw,
                52px
            );
    }


    .hs-ecosystem-description {

        font-size:
            14px;
    }


    .hs-ecosystem-visual {

        width:
            calc(100% + 25px);

        margin-right:
            -25px;

        min-height:
            470px;

        padding-right:
            120px;
    }


    .hs-journey {

        width:
            118px;

        gap:
            8px;
    }


    .hs-journey-icon {

        width:
            32px;

        height:
            32px;

        flex-basis:
            32px;
    }


    .hs-journey-item > span:last-child {

        font-size:
            10px;
    }
}


/* =========================================================
   TABLET — IMAGE FIRST, JOURNEY BELOW
========================================================= */

@media (max-width: 850px) {

    .hs-impact-strip {

        grid-template-columns:
            repeat(3, 1fr);

        gap:
            0;

        row-gap:
            20px;
    }


    .hs-impact-divider {

        display:
            none;
    }


    .hs-impact-item {

        min-height:
            105px;
    }


    .hs-impact-item:nth-of-type(3),
    .hs-impact-item:nth-of-type(5),
    .hs-impact-item:nth-of-type(7) {

        border-left:
            1px solid
            #DCE8EB;
    }


    .hs-ecosystem {

        width:
            calc(100% - 7vw);

        display:
            flex;

        flex-direction:
            column;

        align-items:
            stretch;

        gap:
            28px;
    }


    .hs-ecosystem-copy {

        width:
            100%;
    }


    .hs-ecosystem-title {

        max-width:
            720px;

        font-size:
            clamp(
                42px,
                7vw,
                58px
            );
    }


    .hs-ecosystem-description {

        max-width:
            850px;

        font-size:
            16px;
    }


    .hs-ecosystem-visual {

        width:
            100%;

        margin:
            0;

        padding:
            0;

        min-height:
            auto;

        display:
            flex;

        flex-direction:
            column;

        align-items:
            stretch;
    }


    .hs-ecosystem-image-wrap {

        width:
            100%;

        max-width:
            none;
    }


    /* HIDE DESKTOP JOURNEY */

    .hs-journey {

        display:
            none;
    }


    /* SHOW MOBILE JOURNEY */

    .hs-mobile-journey {

        width:
            100%;

        margin-top:
            24px;

        display:
            grid;

        grid-template-columns:
            repeat(4, 1fr);

        gap:
            14px 10px;
    }


    .hs-mobile-journey-item {

        display:
            flex;

        align-items:
            center;

        justify-content:
            center;
    }


    .hs-mobile-journey-item .hs-journey-icon {

        width:
            100%;

        height:
            48px;

        flex:
            1 1 auto;

        border-radius:
            25px;

        padding:
            0 12px;

        color:
            var(--hs-navy);

        background:
            #EFFAFC;

        border:
            1px solid
            rgba(7,156,181,.20);

        box-shadow:
            none;

        font-size:
            12px;

        font-weight:
            600;

        white-space:
            nowrap;
    }


    .hs-mobile-journey-item:hover .hs-journey-icon {

        color:
            #ffffff;

        background:
            var(--hs-teal);

        transform:
            translateY(-3px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hs-ecosystem-section {

        padding-bottom:
            65px;
    }


    .hs-impact-wrap {

        padding:
            20px 16px 0;
    }


    .hs-impact-strip {

        min-height:
            auto;

        padding:
            18px 10px;

        grid-template-columns:
            repeat(2, 1fr);

        gap:
            14px 4px;

        border-radius:
            18px;
    }


    .hs-impact-item {

        min-height:
            118px;
    }


    .hs-impact-item:nth-child(even) {

        border-left:
            1px solid
            #DCE8EB;
    }


    .hs-impact-item:last-child {

        grid-column:
            span 2;

        border-left:
            0;

        border-top:
            1px solid
            #DCE8EB;

        padding-top:
            18px;
    }


    .hs-impact-icon {

        width:
            34px;

        height:
            34px;
    }


    .hs-impact-item strong {

        font-size:
            34px;
    }


    .hs-impact-item span {

        max-width:
            145px;

        font-size:
            10px;
    }


    .hs-ecosystem {

        width:
            calc(100% - 30px);

        margin-top:
            32px;

        gap:
            24px;
    }


    .hs-section-label {

        margin-bottom:
            15px;
    }


    .hs-section-label strong {

        font-size:
            12px;
    }


    /*
       FIRST PART:
       One ecosystem. Every stage of her
       wraps into two lines naturally.
    */

    .hs-ecosystem-title {

        max-width:
            100%;

        font-size:
            clamp(
                36px,
                9.4vw,
                48px
            );

        line-height:
            1.08;
    }


    .hs-heading-last {

        white-space:
            nowrap;
    }


    .hs-yellow-line {

        width:
            125px;

        height:
            4px;

        margin:
            10px 0 17px;
    }


    .hs-ecosystem-description {

        font-size:
            14px;

        line-height:
            1.75;
    }


    /* FULL IMAGE */

    .hs-ecosystem-visual {

        width:
            100%;

        padding:
            0;

        margin:
            0;

        display:
            flex;
    }


    .hs-ecosystem-image-wrap {

        width:
            100%;

        height:
            auto;
    }


    .hs-ecosystem-image {

        width:
            100%;

        height:
            auto;

        object-fit:
            contain;
    }


    /* JOURNEY BELOW IMAGE */

    .hs-mobile-journey {

        margin-top:
            20px;

        grid-template-columns:
            repeat(2, 1fr);

        gap:
            10px;
    }


    .hs-mobile-journey-item .hs-journey-icon {

        height:
            45px;

        font-size:
            11px;

        border-radius:
            23px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hs-impact-wrap {

        padding:
            16px 13px 0;
    }


    .hs-impact-strip {

        padding:
            14px 7px;

        border-radius:
            16px;

        gap:
            10px 2px;
    }


    .hs-impact-item {

        min-height:
            105px;
    }


    .hs-impact-icon {

        width:
            30px;

        height:
            30px;
    }


    .hs-impact-item strong {

        font-size:
            31px;
    }


    .hs-impact-item span {

        max-width:
            125px;

        font-size:
            9px;
    }


    .hs-ecosystem {

        width:
            calc(100% - 24px);
    }


    .hs-ecosystem-title {

        font-size:
            clamp(
                34px,
                10.1vw,
                43px
            );
    }


    .hs-ecosystem-description {

        font-size:
            13.5px;
    }


    .hs-mobile-journey {

        gap:
            9px 8px;
    }


    .hs-mobile-journey-item .hs-journey-icon {

        height:
            42px;

        font-size:
            10px;

        padding:
            0 8px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 375px) {

    .hs-ecosystem-title {

        font-size:
            33px;
    }


    .hs-ecosystem-description {

        font-size:
            13px;
    }


    .hs-mobile-journey-item .hs-journey-icon {

        height:
            40px;

        font-size:
            9px;
    }
}


/* =========================================================
   ENTRANCE ANIMATION
========================================================= */

.hs-impact-strip {

    opacity:
        0;

    transform:
        translateY(25px);

    animation:
        hsImpactEntrance
        .8s
        .1s
        cubic-bezier(.16,1,.3,1)
        forwards;
}


.hs-ecosystem-copy {

    opacity:
        0;

    transform:
        translateX(-30px);

    animation:
        hsCopyEntrance
        .9s
        .28s
        cubic-bezier(.16,1,.3,1)
        forwards;
}


.hs-ecosystem-visual {

    opacity:
        0;

    transform:
        translateX(30px);

    animation:
        hsVisualEntrance
        .95s
        .35s
        cubic-bezier(.16,1,.3,1)
        forwards;
}


@keyframes hsImpactEntrance {

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes hsCopyEntrance {

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes hsVisualEntrance {

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .hs-ecosystem-section *,
    .hs-ecosystem-section *::before,
    .hs-ecosystem-section *::after {

        animation:
            none !important;

        transition:
            none !important;
    }
}/* End custom CSS */