a:link, a:visited, a:active {
    color: #AAA9A9;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a.active {
    color: #000000;
}

address {
    font-style: normal;
}

body {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    text-rendering: optimizeLegibility;
}

.avm-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 0 21px 0;
}

.avm-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 75px;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 12px;
}

.avm-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 75px;
}

.avm-body-wrapper {
    position: relative;
}

.avm-content-section {
    margin-top: 40px;
}

.avm-content-section:first-child {
    margin-top: 0;
}

.avm-content-section-header {
    font-size: 14px;
    line-height: 20px;
}

.avm-content-section-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.section-headline {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 3px;
}
