:root {
    --bg-primary-color: #54AC33;
    --text-primary-color: #54AC33;
    --text-bg-primary-color: #fff;
    --bg-primary-400-color: transparent linear-gradient(106deg, #C0CE2B 0%, #4DAA35 22%, #BCCD2C 50%, #50AB34 78%, #C0CE2B 100%) 0% 0% no-repeat padding-box;
    --bg-primary-300-color: #77c7dc;
    --bg-primary-200-color: #fff;
    --bg-primary-100-color: #e7ecf1;
    --text-bg-primary-100-color: #292929;
    --bg-mission-block: transparent;
    --bg-vision-block: transparent;
    --bg-button: transparent linear-gradient(180deg, #C0CE2B 0%, #78B731 49%, #42A635 100%) 0% 0% no-repeat padding-box;
    --bg-hover-button: #292929;
    --bg-input-form: #F2F2F2;
    --bg-input-file-cv: #9F9F9F;
    --mg-top-header: 13.5rem;
    --mg-top-header-md: 13.5rem;
    --mg-top-header-sd: 8.5rem;
    --mg-top-header-sm: 3.5rem;
    --fs-font-size-title-3: 1.4rem;
    --mg-margin-title-3: 0;
}