.page {
    text-align: justify;
}
.page h1,
.page h2,
.page h3,
.page h4 {
    margin-bottom: 10pt;
}
.page ul {
    margin: 0;
}
.page p, .page ul li {
    font-size: 12pt;
    margin-bottom: 6pt;
}
.page h1 {
    margin: 0;
    page-break-inside: auto;
    page-break-after: auto;
    line-height: normal;
    font-size: 24pt;
    font-weight: bold;
}
.page th,
.page td {
    border: 1px solid rgb(233, 233, 231);
    isolation: auto;
    position: relative;
    vertical-align: top;
    text-align: start;
    min-height: 32px;
    width: 25%;
    padding: 7px 9px;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
}
.page {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.page__meta {
    margin: 36pt 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}
.page__meta-item {
    margin: 0;
    font-size: 11pt;
}
.page__subtitle {
    font-size: 13pt;
    font-weight: bold;
}
.page__subtitle--main {
    text-align: center;
}
.page__link {
    font-size: 12pt;
}
.page__table-container {
    overflow: auto;
    width: 100%;
}
.page__table-container table {
    table-layout: fixed;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .page__table-container table {
        table-layout: auto;

    }
}