.hero.circular .full-h {
    min-height: 100vh;
    max-height: 2000px;
}

.mask-over .full-w {
    height: 100%; 
}

.abs.mask-circ {
    background-image: url(/wp-content/uploads/2023/09/Subtract.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.hero.circular .outer-cont, .hero .cont {
    height: 100%; 
}

.hero.circular .two-third.flexed {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero .circular .mask-over {
    pointer-events: none; 
}

a.partner {
    padding: 7px;
}

.partner.flexed.centered {
    width: 100%;
}

a.blog-single {
    width: 33.333%;
}

.icon-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0; 
}

.icon-single {
    width: calc(25% - 30px);
}

.icon-single img {
    width: 130px;
    margin-bottom: 15px;
}

.icon-single h2 {
    margin-bottom: 7px;
}

.flexed.impact-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 40px 0;
}

.impact-cont .flexed {
    width: calc(50% - 40px);
}

.impact-cont h3 {
    max-width: 380px;
}

.impact-cont .one-half img {
    width: 150px;
    margin-bottom: 30px;
}

/* ACCORDION */
.accordion-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.accordion-cont,
.accordion-cont:last-child {
    border-color: #00C399;
}

.accordion-cont .outer .toggle {
    background-image: url(/wp-content/uploads/2023/09/shift-london-accordion-arrow-1.png); 
}

/* SLIDER  */
.testimonial-slider p.cap {
    margin-top: 25px;
}

.splide__pagination {
    padding: 0px; 
}

button.splide__pagination__page {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: none;
    margin: 30px 10px;
    background-color: #D2D2D2;
    cursor: pointer; 
}

button.splide__pagination__page.is-active {
    background-color: #FFC747
}

.state-content {
    margin: 35px auto 60px;
}

.who img {
    margin-bottom: 15px;
}

.step .number {
    background-color: #00C399;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 35px;
    margin-bottom: 15px; 
}

.step .number h2 {
    line-height: 40px;
    margin: 0;
}

.flexed.steps-count {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    gap: 10px;
    margin-bottom: 40px; 
}

.step.flexed.col.centered {
    min-height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.step-arrow.flexed {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 25px;
}

.step-arrow.flexed:last-child {
    display: none;
}

.step-arrow.flexed img {
    width: 50px;
}

.icon-group .one-third {
    width: calc(33.3333% - 50px);
    text-align: center; 
}

.stats .one-third img {
    width: 150px;
    margin-bottom: 16px;
}

.option-header {
    padding: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px; 
}

.option-header.green {
    color: #ffffff;
    background-color: #00AD8C;
}

.title-block h3 {
    margin-bottom: 5px;
}

.button-block a.primary {
    margin-top: 0px;
}

p.pricing {
    text-align: right;
    margin-top: 6px;
}

.opt-feature.flexed {
    padding: 25px 0;
    border-bottom: 1px #D2D2D2 solid;
    gap: 20px; 
}

.opt-feature.flexed:last-child {
    border: none; 
}

.opt-feature.flexed:first-child {
    margin-top: 15px;
}

.tick img {
    width: 28px; 
    min-width: 28px; 
}

.challenges .one-half {
    display: block; 
}

.challenges .flexed {
    gap: 0px 70px;
}

.challenges h3,
.half-half h3 {
    margin-bottom: 4px;
    margin-top: 30px;
}

.challenges h2  {
    margin-bottom: 30px; 
}

.one-third.prize h3 {
    margin: 20px 0 25px;
}

.criteria .impact-cont .flexed {
    margin-bottom: 45px;
}

.challenges h3:first-child {
    margin-top: 0;
}

.partners .text-center {
    margin-bottom: 30px;
}

section.impact .impact-cont .one-half img {
    width: 100px; 
}

@media screen and (max-width: 769px) {
    .hero.circular .full-h {
        min-height: auto;
        max-height: auto;
    }

    .hero.circular.food-systems .full-w.full-h.green.rel {
        display: flex;
        flex-direction: column;
    }

    .hero.circular.food-systems .mask-over .one-third.bg-img {
        border-radius: 50%;
    }

    .hero.circular .mask-over.abs {
        position: static;
        height: 50vw;
        background-color: #ffffff;
    }
    .hero.circular.food-systems .two-third.flexed {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }


    .hero.circular.food-systems .mask-over.abs {
        position: static;
        height: 400px;
        background-color: #3dc398;
        padding: 2rem 0 4rem;
    }

    .hero.circular .mask-over .one-third.bg-img {
        height: 100%;
        border-radius: 0 0 50vw 50vw;
    }

    .hero.circular .abs.mask-circ {
        display: none; 
    }

    .partners .flexed.sb,
    .flexed.blog-cont,
    .icon-group,
    .flexed.impact-cont,
    .who .flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack:  distribute;
            justify-content:  space-around; 
    }

    a.partner {
        padding: 20px 10px;
        width: 25%;
    }

    section.partners .text-center {
        margin-bottom: 30px;
    }

    a.blog-single {
        width: 75%;
    }

    .icon-group {
        gap: 30px 20px;
    }

    .icon-single {
        width: calc(50% - 30px);
    }

    .flexed.impact-cont {
        gap: 30px; 
    }

    .impact-cont .flexed {
        width: calc(50% - 0px);

    }

    .impact-cont .flexed h3 {
        font-size: 20px; 
    }

    .accordion-text {
        margin-bottom: 45px;
    }

    .who .flexed .one-quart {
        width: calc(50% - 20px);
        margin-bottom: 40px; ;
    }

    .step-arrow.flexed {
        display: none; 
    }

    .step.flexed.col.centered {
        max-width: 350px;
        margin: 0px auto 40px;
    }

    .half-half .full-w.flexed, .one-half {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .option-header {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; 
    }

    .option-header .button-block {
        margin-top: 20px;
    }

    .opt-feature.flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center; 
    }
}

@media screen and (max-width: 690px) {
    .impact-cont .flexed {
        width: 100%;
    }

    .flexed.impact-cont {
        gap: 30px 0px;
    }

    .impact-cont .one-half img {
        width: 90px;
        margin-bottom: 30px;
    }

    a.blog-single {
        width: 100%;
    }

    .icon-single h3 {
        font-size: 15px;
        text-align: center;
    }

    .icon-single img {
        width: 95px;
        margin-bottom: 12px;
    }

    .icon-single h2 {
        margin-bottom: 3px;
    }

    a.partner {
        padding: 20px 10px;
        width: calc(50% - 50px);
    }

    section.partners .text-center {
        margin-bottom: 20px;
    }

    .who .flexed .one-quart {
        width: 100%;
        margin-bottom: 50px;
    }

    .step.flexed.col.centered, .step.flexed.col.centered>.flexed {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
    }

    .step .number {
        background-color: #3A67E2;
        color: #ffffff;
    }

    .icon-group .one-third {
        width: calc(50% - 44px);
        margin-bottom: 30px; 
    }

    .title-block h3 {
        margin-bottom: 12px;
    }

    .flexed.icon-group {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}