.cv-Group0,
.cv-Group1 {
    color: var(--idea-ink, #182234);
    background: #fbfdff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px;
}
.cv-Group0 .Level0,
.cv-Group0 .Level1,
.cv-Group0 .Level2,
.cv-Group1 .Level0,
.cv-Group1 .Level1,
.cv-Group1 .Level2,
.cv-Group1 .Level3,
.cv-Group1 .Level4 {
    min-height: 28px;
    padding: 4px 6px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
}
.cv-Group0 .Level0,
.cv-Group1 .Level0 { font-size: 15px; font-weight: 700; color: #123c69; }
.cv-Group0 .Level1,
.cv-Group1 .Level1 { font-size: 14px; font-weight: 600; padding-left: 18px; }
.cv-Group0 .Level2,
.cv-Group1 .Level2 { font-size: 13px; padding-left: 34px; }
.cv-Group1 .Level3 { font-size: 13px; padding-left: 50px; }
.cv-Group1 .Level4 { font-size: 13px; padding-left: 66px; }
.cv-Group0 .Level0:hover,
.cv-Group0 .Level1:hover,
.cv-Group0 .Level2:hover,
.cv-Group1 .Level0:hover,
.cv-Group1 .Level1:hover,
.cv-Group1 .Level2:hover,
.cv-Group1 .Level3:hover,
.cv-Group1 .Level4:hover { background: #edf4fb; }
.cv-Group0 a,
.cv-Group1 a,
.cv-Group1 .Level0 A,
.cv-Group1 .Level1 A,
.cv-Group1 .Level2 A,
.cv-Group1 .Level3 A,
.cv-Group1 .Level4 A {
    color: #123c69;
    font-weight: 600;
    text-decoration: none;
}
.cv-Group0 a:hover,
.cv-Group1 a:hover { color: #bf1e2e; text-decoration: underline; }
.cv-Group0 img,
.cv-Group1 img { margin-right: 5px; vertical-align: middle; }
.cv-container { margin-top: 2px; }
