#header .site-name img {
    max-height: 100px !important;
}

#header .header-quick-links-row {
    display: none;
}

#header .header-quick-links__link b {
    font-weight: 400;
}

@media (min-width: 1200px) {
    #navigation .menu-level-1 > .header-quick-link-source {
        display: none !important;
    }

    #header .header-quick-links-row {
        margin-bottom: -20px;
        padding: 10px 0 0 0;
        display: block;
        width: 100%;
    }

    #header .header-quick-links-row > .container {
        display: flex;
        align-items: center;
        min-height: 40px;
    }

    #header .header-quick-links {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(20px, 2vw, 30px);
        margin: 0;
        padding: 5px 0;
        white-space: nowrap;
    }

    #header .header-quick-links__link {
        display: inline-flex;
        align-items: center;
        min-height: 35px;
        margin: 0;
        padding: 5px 0;
        color: #222;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.1;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 180ms ease;
    }

    #header .header-quick-links__link:hover,
    #header .header-quick-links__link:focus-visible {
        color: var(--color-secondary, #24933f);
    }

    #header .header-quick-links__link:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #header .header-quick-links__link {
        transition: none;
    }
}

main#content .homepage-blog-wrapper .news-item,
main#content #newsWrapper .news-item {
    height: clamp(280px, 25vw, 380px);
    min-height: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    main#content .homepage-blog-wrapper .news-item,
    main#content #newsWrapper .news-item {
        height: auto;
    }
}

#footer .footer-company-details {
    display: block;
    margin: 15px 0 0;
    font-style: normal;
    line-height: 1.5;
}

#footer .footer-company-details strong,
#footer .footer-company-details span {
    display: block;
}

#footer .footer-company-details strong {
    margin-bottom: 5px;
}



#footer .footer-newsletter--in-footer {
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0;
    padding: 0;
    background: transparent;
    text-align: left;
}

#footer .footer-newsletter--in-footer h2 {
    margin: 0 0 14px;
    color: #4caf50;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

#footer .footer-newsletter--in-footer form,
#footer .footer-newsletter--in-footer fieldset,
#footer .footer-newsletter--in-footer .form-group,
#footer .footer-newsletter--in-footer .form-control-wrapper {
    width: 100%;
    min-width: 0;
}

#footer .footer-newsletter--in-footer fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#footer .footer-newsletter--in-footer .form-group {
    margin: 0 0 15px;
}

#footer .footer-newsletter--in-footer label {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.4;
}

#footer .footer-newsletter--in-footer .form-control {
    display: block;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

#footer .footer-newsletter--in-footer .consents {
    margin: 0 0 15px;
}

#footer .footer-newsletter--in-footer .consents p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

#footer .footer-newsletter--in-footer .consents a {
    color: #4caf50;
    text-decoration: none;
}

#footer .footer-newsletter--in-footer .consents a:hover {
    text-decoration: underline;
}

#footer .footer-newsletter--in-footer .btn {
    min-height: 40px;
    padding: 5px 15px;
    font-size: 12px;
}

@media (max-width: 767px) {
    #footer .footer-newsletter--in-footer {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}





