@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-Regular.woff2') format('woff2');
    font-weight: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-Bold.woff2') format('woff2');
    font-weight: bold;
}
@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: 800;
}
@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-ExtraLight.woff2') format('woff2');
    font-weight: 200;
}
@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Manrope';
    src: url('../common/font/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

body {
    background: #ffffff;
    color: #212121;
    margin: 0;
    padding: 0;
    font-family: "Manrope";
}

h1 {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
}

h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

#content {
    padding-left: 16px;
    padding-right: 16px;
}

ul {
    padding-left: 24px;
    padding-right: 24px;
}

.content > div, table, ul {
    margin-bottom: 24px;
}

td {
    vertical-align: top;
}

table tr {
    display: block;
    margin-bottom: 8px;
}

table tr th:first-child,
table tr td:first-child {
    width: 180px;
    box-sizing: border-box;
    text-align: left;
}

table tr td:last-child {
    text-align: left;
}

table.table-list tr td:first-child {
    width: 30px;
}

div.numbered-title {
    margin-bottom: 0;
}

.numbered-title .number {
    display: inline-block;
    vertical-align: top;
}

.numbered-title .text {
    display: inline-block;
    width: 90%;
}
