body .hero-section {
    padding-top: 5.3125rem;
}
body .hero-section.primary-bg {
    background: var(--sme-primary-color);
}
body .hero-section.secondary-bg {
    background: var(--sme-secondary-color);
}
body .hero-section.align-content-top .text {
    justify-content: flex-start;
}
body .hero-section.align-content-center .text {
    justify-content: center;
}
body .hero-section.align-content-bottom .text {
    justify-content: flex-end;
}
body .hero-section.how-it-works {
    padding-top: 4.625rem;
}
body .hero-section.how-it-works .content .text {
    width: 53.6%;
}
body .hero-section.how-it-works .content .image {
    width: 46.7%;
    margin-top: 0.3125rem;
    padding-left: 2rem;
    margin-bottom: -1rem;
}
body .hero-section.report-your-progress {
    padding-top: 4.5625rem;
}
body .hero-section.report-your-progress .content .image {
    margin-top: -1.25rem;
    width: 50%;
    padding-left: 4rem;
    margin-bottom: -1rem;
}
body .hero-section.report-your-progress .content .text {
    width: 50%;
}
body .hero-section.committed {
    padding-top: 5.9375rem;
}
body .hero-section.committed .content .text {
    padding-top: 1.5rem;
}
body .hero-section.committed .content .image {
    padding-left: 1.7625rem;
    margin-bottom: -1.4625rem;
}
body .hero-section.start-measuring {
    padding-top: 100px;
}
body .hero-section.start-measuring .content .text {
    width: 53.6%;
}
body .hero-section.start-measuring .content .image {
    width: 46.4%;
    padding-left: 1.75rem;
    margin-top: -1rem;
    padding-right: 2rem;
    margin-bottom: -1rem;
}
body .hero-section.news .content .text {
    width: 54.7%;
    padding-top: 4.8125rem;
}
body .hero-section.news .content .text h1 {
    margin-bottom: 1.5rem;
}
body .hero-section.news .content .image {
    width: 45.3%;
    margin-top: -2.3rem;
    padding-left: 0.4875rem;
    margin-bottom: -1.3625rem;
}
body .hero-section.no-image {
    padding-bottom: 5.125rem;
}
body .hero-section.no-image .content .text {
    width: 100%;
    padding: 0;
    min-height: 15.8125rem;
}
body .hero-section.no-image .content .text h1 {
    margin-bottom: 1.5rem;
}
body .hero-section.no-image .content .text p {
    max-width: 55%;
    margin: 0 auto;
}
body .hero-section.no-image .content .text .button {
    margin: 2.5rem auto 0;
}
body .hero-section.no-image .content .text .acf-innerblocks-container {
    width: 100%;
    text-align: center;
}
body .hero-section.bg-image {
    position: relative;
    padding-top: 6.125rem;
    padding-bottom: 4.625rem;
}
body .hero-section.bg-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 52.74%);
    z-index: 1;
}
body .hero-section.bg-image.wider .content .text {
    width: auto;
}
body .hero-section.bg-image.center-text .content .text {
    width: 100%;
    padding-right: 0;
    min-height: 15.5rem;
    text-align: center;
}
body .hero-section.bg-image.center-text .content .text .acf-innerblocks-container {
    width: 100%;
}
body .hero-section.bg-image .content {
    justify-content: space-between;
}
body .hero-section.bg-image .content .background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body .hero-section.bg-image .content .background-image img {
    height: 100%;
    width: 100%;
}
body .hero-section.bg-image .content .text {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}
body .hero-section.bg-image .content .text h1 {
    margin-bottom: 1.5rem;
}
body .hero-section.bg-image .content .transparent-link {
    font-weight: 400;
}
body .hero-section.bg-image .content .transparent-link .icon {
    display: inline-block;
    margin-right: 1rem;
}
body .hero-section.bg-image .content .logos {
    position: relative;
    z-index: 2;
    max-width: 13.75rem;
    margin-bottom: 0;
}
body .hero-section.bg-image .content .logos li {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-end;
}
body .hero-section.bg-image .content .logos li img {
    width: auto;
}
body .hero-section.bg-image .content .logos li:last-of-type {
    margin-bottom: 0;
}
body .hero-section .content {
    display: flex;
}
body .hero-section .content .text {
    width: 58.6%;
    padding-right: 0.75rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
body .hero-section .content .text *:not(button, .button) {
    color: var(--sme-secondary-text-color);
}
body .hero-section .content .text h1 {
    margin-top: 0;
    margin-bottom: 2.5rem;
    letter-spacing: -0.1171875rem;
}
body .hero-section .content .text p {
    font-size: var(--sme-fs-lg-p);
    line-height: var(--sme-lh-lg-p);
    margin-bottom: 2.5rem;
}
body .hero-section .content .image {
    padding-left: 1.5625rem;
    width: 41.4%;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}
body .hero-section .content .image img {
    width: 100%;
}
@media (max-width: 1200px) {
    body .hero-section.report-your-progress {
        padding-top: 4.5625rem;
    }
    body .hero-section.report-your-progress .content .image {
        margin-top: -1.25rem;
        width: 50%;
        padding-left: 1rem;
        margin-bottom: -1.25rem;
    }
    body .hero-section.report-your-progress .content .text {
        width: 50%;
    }
}
@media (max-width: 992px) {
    body .hero-section,
    body .hero-section.start-measuring,
    body .hero-section.committed,
    body .hero-section.how-it-works,
    body .hero-section.report-your-progress,
    body .hero-section.bg-image {
        padding-top: 4.0625rem;
    }
    body .hero-section.bg-image .content .transparent-link {
        font-size: 1rem;
    }
    body .hero-section.bg-image .content .transparent-link .icon {
        margin-right: 0.3125rem;
    }
    body .hero-section .container {
        max-width: 100%;
    }
    body .hero-section .content .image {
        display: flex;
        align-items: flex-end;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    body .hero-section .content .text h1,
    body .hero-section .content .text p {
        margin-bottom: 1.25rem;
    }
}
@media (max-width: 576px) {
    body .hero-section,
    body .hero-section.start-measuring,
    body .hero-section.bg-image,
    body .hero-section.news,
    body .hero-section.report-your-progress,
    body .hero-section.committed,
    body .hero-section.how-it-works {
        padding-top: 2.8125rem;
    }
    body .hero-section.start-measuring .content .text,
    body .hero-section.bg-image .content .text,
    body .hero-section.news .content .text,
    body .hero-section.report-your-progress .content .text,
    body .hero-section.committed .content .text,
    body .hero-section.how-it-works .content .text {
        width: 100%;
        padding-top: 0;
    }
    body .hero-section.start-measuring .content .image,
    body .hero-section.bg-image .content .image,
    body .hero-section.news .content .image,
    body .hero-section.report-your-progress .content .image,
    body .hero-section.committed .content .image,
    body .hero-section.how-it-works .content .image {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: -0.75rem;
    }
    body .hero-section.bg-image {
        padding-bottom: 2.8125rem;
    }
    body .hero-section.bg-image .content .logos {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 1.25rem -0.624375rem 0;
    }
    body .hero-section.bg-image .content .logos li {
        height: auto;
        padding: 0 0.625rem;
        width: 33.333%;
        justify-content: center;
        align-items: center;
    }
    body .hero-section.bg-image .content .logos li:last-of-type {
        margin-bottom: 1.5rem;
    }
    body .hero-section.bg-image .content .logos li img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    body .hero-section.no-image .content .text {
        min-height: auto;
    }
    body .hero-section.no-image .content .text p {
        max-width: 90%;
    }
    body .hero-section .content {
        flex-direction: column;
    }
    body .hero-section .content .text {
        width: 100%;
        padding-right: 0;
    }
    body .hero-section .content .image {
        width: 100%;
        padding-left: 0;
    }
}
#anchorForm{
    display: none;
    height:100px;
    background-color: #f1f3f4
}