@charset "UTF-8";.typography {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.typography .content-frame {
    max-width: 1024px;
    margin: auto
}

.typography .sub-title {
    margin-top: 32px
}

.typography .tile-item {
    padding: 32px
}

.typography h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #0c0e31;
    margin: 0 0 16px
}

.typography h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0c0e31;
    margin: 32px 0 16px
}

.typography a {
    word-break: break-word
}

.typography p {
    margin-bottom: 16px
}

.typography strong {
    font-weight: 500
}

.typography .intro-desc {
    font-size: 16px;
    line-height: 24px;
    color: #888
}

.typography .items-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

.typography .items-row .item {
    display: flex
}

.typography .items-row .item p:first-child {
    min-width: 256px;
    margin-right: 24px
}

.typography .items-row.info .item p:first-child {
    color: #888
}

.typography .items-row.m-0 {
    margin: 0
}

.typography .items-row.min .item p:first-child {
    min-width: 148px
}

.typography .responsive-table {
    overflow-x: auto
}

.typography .static-list {
    margin: 32px 0
}

.typography .static-list ol {
    padding: 0;
    margin-top: 16px;
    list-style-type: none
}

.typography .static-list ol li {
    position: relative;
    padding-left: 52px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none
}

.typography .static-list ol li h2 {
    line-height: 24px
}

.typography .static-list ol li:not(ul li):before {
    content: counters(item,".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: -2px;
    width: 40px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px
}

.typography .static-list ol li[value]:before {
    content: attr(value)
}

.typography .static-list ol li ol {
    margin-left: -52px
}

.typography .static-list ol li ol li {
    margin-bottom: 8px
}

.typography .static-list ol li ol li ol {
    margin-top: 8px
}

.typography .static-list ol li ol li ol li {
    padding-left: 76px
}

.typography .static-list ol li ol li ol li:after {
    content: "·";
    position: absolute;
    top: 0;
    left: 63px
}

.typography .static-list ol.sub li {
    padding-left: 76px
}

.typography .static-list ol.sub li:after {
    content: "·";
    position: absolute;
    top: 0;
    left: 63px
}

.typography ul,.typography ul.sub {
    list-style: disc;
    margin: 8px 0 16px
}

.typography ul.num,.typography ul.sub.num {
    list-style: none;
    counter-reset: item
}

.typography ul.num li,.typography ul.sub.num li {
    position: relative;
    padding-left: 16px;
    counter-increment: item
}

.typography ul.num li:before,.typography ul.sub.num li:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: counter(item) ".";
    display: inline-block;
    width: 40px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px
}

.typography ul li,.typography ul.sub li {
    padding-left: 0
}

.typography .flex-content {
    display: flex;
    flex-wrap: wrap
}

.typography .flex-content.center {
    align-items: center
}

.typography .flex-content.space-between {
    justify-content: space-between
}

.typography .flex-content img {
    margin-right: 32px
}

.typography .bold-marker li::marker {
    font-weight: 500
}

.typography .fakelink:hover {
    color: #04192c;
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .typography .tile-item {
        padding:16px
    }

    .typography .items-row .item {
        flex-direction: column
    }

    .typography .items-row .item p:first-child {
        font-weight: 500;
        margin: 0
    }
}