/* Minification failed. Returning unminified contents.
(5,28): run-time error CSS1039: Token not allowed after unary operator: '-green-main'
(6,17): run-time error CSS1039: Token not allowed after unary operator: '-green-main'
(17,28): run-time error CSS1039: Token not allowed after unary operator: '-green-main'
 */
.Link-List-Item {
    height: 56px;
    font-size: 0.7rem;
    width: 158px;
    border: 1px solid var(--green-main);
    color: var(--green-main);
    border-radius: 8px;
}

.Link-List-Item a {
    height: 100%;
}

.Link-List-Item :hover {
    color: white;
    border-radius: 6px;
    background-color: var(--green-main);
}

.content-page p {
    font-size: 12px;
    line-height: 16px;
    color: #545E67;
    margin-bottom: 1em;
    display: block;
}

.content-page p {
    margin-bottom: 1em;
    display: block;
}

.content-page ul {
    display: block;
    list-style: none;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.content-page li {
    display: list-item;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 16px;
    color: #545E67;
}

.content-page li::before {
    content: "\2022";
    color: #B3DD64;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.content-page h1 {
    font-weight: bold;
    font-size: 16px;
    color: #00965E;
}

footer {
    background: rgba(21, 157, 99, 1);
}

footer .footer-info {
    padding-top: 32px;
    padding-bottom: 64px;
}

footer .footer-info .footer-header-information {
    margin-left: 16px;
}

footer .footer-info .separator {
    height: 50px;
    width: 2px;
    background: rgba(255, 255, 255, 0.25);
    margin-left: 80px;
    margin-right: 80px;
}

footer .footer-info .footer-header-information .title {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FF9F1A;
    font-weight: 600;
    margin: 0;
}

footer .footer-info .footer-header-information .title {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FF9F1A;
    font-weight: 600;
}

footer .footer-info .footer-header-information .subtitle {
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 200;
}

footer .footer-info .footer-header-information .description {
    font-size: 8px;
    line-height: 8px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 3px;
}

footer .footer-buttons {
    padding-bottom: 30px;
}

footer .footer-buttons .footer-button {
    width: 188px;
    height: 140px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 20px;
    padding-top: 24px
}

footer .footer-buttons .footer-button:hover {
    background: rgba(230, 246, 225, 0.26);
}

footer .footer-buttons .footer-button .title {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    color: white;
    text-align: center;
}

footer .footer-copyright {
    background: rgba(18, 140, 82, 1);
    padding: 48px 0;
}

footer .footer-copyright .footer-copyright-information {
    margin-left: 16px;
    width: 346px;
    margin-right: 138px;
}

footer .footer-copyright .footer-copyright-information .title {
    font-size: 12px;
    line-height: 14px;
    color: white;
    margin: 0;
}

footer .footer-copyright .footer-copyright-information .description {
    font-size: 10px;
    line-height: 14px;
    font-weight: 200;
    color: white;
    margin-top: 6px;
}

footer .footer-links {}

footer .footer-links .footer-link-group {
    margin-right: 100px;
}

footer .footer-links .footer-link-group:last-child {
    margin-right: 0px;
}

footer .footer-links .footer-link-group .footer-link-group-title {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: white;
    font-weight: bolder;
    margin-bottom: 8px;
}

footer .footer-links .footer-link-group .footer-link {
    font-size: 14px;
    line-height: 14px;
    color: white;
    font-weight: 200;
    margin-bottom: 8px;
}
