:root {
    --cma-color-primary: #ff0000 !important;
}

body {
    min-height: 107px;
    padding-top: 107px;
    background-color: #FFFFFF !important;
}

main {
    padding: 0px !important;
}

footer {
    padding: 0px !important;
}

h2 {
    font-weight: 800;
    font-size: 40px;
}

h3 {
    font-weight: 800;
    font-size: 30px;
    color: #000000;
}

h4 {
    font-weight: 800;
    font-size: 20px;
    color: #000000;
}

a h4:hover {
    color: var(--cma-color-primary);
}

h6 {
    font-weight: 800;
    font-size: 14px;
    color: #000000;
}

a {
    text-decoration: none;
    outline: 0;
    color: var(--cma-color-primary);
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.7;
}