.elementor-619 .elementor-element.elementor-element-e335384{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:stretch;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--flex-wrap:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-619 .elementor-element.elementor-element-ae041b2{--display:flex;}@media(max-width:1024px){.elementor-619 .elementor-element.elementor-element-e335384{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:nowrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-619 .elementor-element.elementor-element-e335384{--content-width:80%;}.elementor-619 .elementor-element.elementor-element-ae041b2{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-619 .elementor-element.elementor-element-e335384{--content-width:90%;}}@media(max-width:767px){.elementor-619 .elementor-element.elementor-element-e335384{--content-width:100%;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-619 .elementor-element.elementor-element-ae041b2{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-619 .elementor-element.elementor-element-819a555{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-819a555 *//* =========================================================
   ECOESTIC – STORY
   ========================================================= */


.eco-story .eco_h1 {
    font-size: 35px;
    font-weight: 500;
}

.eco-story {
    --story-active: #e7bd80;
    --story-line: #000000;
    --story-text: #000000;
    --story-muted: #e7bd80;

    width: 100%;
    max-width: 1100px;
    margin: 0 auto;

    font-family: "Jost", sans-serif;
}


/* =========================================================
   INTRO
   ========================================================= */

.eco-story__intro {
    max-width: 800px;
    margin: 0 auto 100px;
    text-align: center;
}


.eco-story__eyebrow {
    display: block;

    margin-bottom: 14px;

    font-family: "Jost", sans-serif;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #000000;
}


.eco-story__intro h1 {
    margin: 0 0 24px;

    font-family: "Jost", sans-serif;

    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;

    line-height: 1.15;

    color: #000000;
}


.eco-story__lead {
    max-width: 700px;

    margin: 0 auto;

    font-family: "Jost", sans-serif;

    font-size: 19px;
    font-weight: 400;

    line-height: 1.7;

    color: #333333;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.eco-story__layout {
    display: grid;

    grid-template-columns: 300px minmax(0, 1fr);

    gap: 90px;

    align-items: start;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.eco-story__timeline {
    position: sticky;

    top: 100px;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;

    padding: 20px 0;

    z-index: 10;
}


/* Vertikal linje */

.eco-story__timeline::before {
    content: "";

    position: absolute;

    top: 20px;
    bottom: 20px;

    left: 50%;

    width: 1px;

    background: var(--story-line);

    transform: translateX(-50%);

    z-index: -1;
}


/* =========================================================
   STORY ITEMS
   ========================================================= */

.eco-story__item {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 120px;

    text-decoration: none;

    color: var(--story-muted);

    transition:
        color 300ms ease,
        transform 300ms ease;
}


/* =========================================================
   NAVIGATION TEXT
   ========================================================= */

.eco-story__label {
    position: relative;

    display: inline-block;

    padding: 6px 16px;

    background: #ffffff;

    font-family: "Jost", sans-serif;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.2;

    text-align: center;

    color: #e7bd80;

    transition:
        color 300ms ease,
        font-size 300ms ease,
        font-weight 300ms ease,
        transform 300ms ease;
}


/* =========================================================
   DOT
   ========================================================= */

.eco-story__dot {
    position: absolute;

    left: 50%;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #000000;

    transform: translateX(-50%);

    transition:
        width 300ms ease,
        height 300ms ease,
        background 300ms ease;
}


/* =========================================================
   ACTIVE ITEM
   ========================================================= */

.eco-story__item.is-active .eco-story__label {
    font-size: 20px;
    font-weight: 500;

    color: #e7bd80;

    transform: scale(1.02);
}


.eco-story__item.is-active .eco-story__dot {
    width: 12px;
    height: 12px;

    background: #e7bd80;
}


/* =========================================================
   HOVER
   ========================================================= */

.eco-story__item:hover .eco-story__label {
    color: #e7bd80;
}


/* =========================================================
   CONTENT
   ========================================================= */

.eco-story__content {
    min-width: 0;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.eco-story__section {
    min-height: 80vh;

    padding: 100px 0;

    scroll-margin-top: 120px;
}


.eco-story__section + .eco-story__section {
    border-top: 1px solid #eeeeee;
}


/* =========================================================
   NUMBER
   ========================================================= */

.eco-story__number {
    display: block;

    margin-bottom: 12px;

    font-family: "Jost", sans-serif;

    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.12em;

    color: #999999;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.eco-story__section h2 {
    max-width: 650px;

    margin: 0 0 28px;

    font-family: "Jost", sans-serif;

    font-size: clamp(28px, 3vw, 40px);

    font-weight: 400;

    line-height: 1.2;

    color: #000000;
}


/* =========================================================
   BODY TEXT
   ========================================================= */

.eco-story__section p {
    max-width: 680px;

    margin: 0 0 22px;

    font-family: "Jost", sans-serif;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.75;

    color: #222222;
}


/* =========================================================
   CLOSING
   ========================================================= */

.eco-story__closing {
    margin-top: 50px !important;

    font-family: "Jost", sans-serif !important;

    font-size: 26px !important;
    font-weight: 500 !important;

    line-height: 1.45 !important;

    color: #000000 !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 900px) {

    .eco-story__section {
        min-height: 90vh;

        display: flex;

        flex-direction: column;

        justify-content: center;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 600px) and (max-width: 899px) {

    .eco-story__layout {
        grid-template-columns: 240px minmax(0, 1fr);

        gap: 50px;
    }


    .eco-story__item {
        min-height: 110px;
    }


    .eco-story__label {
        font-size: 17px;
    }


    .eco-story__item.is-active .eco-story__label {
        font-size: 19px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 599px) {

    .eco-story {
        padding: 0 20px;
    }


    /* Intro */

    .eco-story__intro {
        margin-bottom: 60px;
    }


    .eco-story__intro h1 {
        font-size: 32px;
    }


    .eco-story__lead {
        font-size: 17px;

        line-height: 1.65;
    }


    /* Layout */

    .eco-story__layout {
        display: block;
    }


    /* Timeline */

    .eco-story__timeline {
        position: relative;

        top: auto;

        padding: 10px 0 30px;
    }


    .eco-story__timeline::before {
        top: 10px;
        bottom: 30px;
    }


    .eco-story__item {
        min-height: 90px;
    }


    .eco-story__label {
        font-size: 16px;

        padding: 6px 14px;
    }


    .eco-story__item.is-active .eco-story__label {
        font-size: 18px;
    }


    /* Content */

    .eco-story__section {
        min-height: auto;

        padding: 70px 0;

        scroll-margin-top: 30px;
    }


    .eco-story__section h2 {
        font-size: 30px;

        margin-bottom: 22px;
    }


    .eco-story__section p {
        font-size: 17px;

        line-height: 1.65;
    }


    .eco-story__closing {
        font-size: 23px !important;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }


    .eco-story__item,
    .eco-story__label,
    .eco-story__dot {
        transition: none;
    }

}/* End custom CSS */