main {
    margin-top: 20px;
    margin-bottom: 6.25rem;
}
main .nd-page {
    padding: 1.75rem 1.25rem 2rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid var(--white-3, #ECF2F7);
}
main .nd-page h1 {
    color: var(--black-1, #061020);
    
    font-size: 1.75rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.09rem;
    margin-bottom: 0.75rem;
}
main .nd-page .user-admin {
    display: flex;
    border-bottom: 1px solid var(--white-3, #ECF2F7);
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
}
main .nd-page .user-admin .p-admin {
    color: var(--black-3, #6D727C);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem;
    /* 140% */
    letter-spacing: -0.0175rem;
    margin-right: 1.25rem;
}
main .nd-page .user-admin .time {
    position: relative;
    padding-left: 1.25rem;
    color: var(--black-3, #6D727C);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem;
    /* 140% */
    letter-spacing: -0.0175rem;
}
main .nd-page .user-admin .time svg {
    position: absolute;
    top: 2px;
    left: 0px;
}
main .nd-page .user-admin p {
    margin-bottom: 0px;
}
main .nd-page .content-page p {
    color: var(--black-1, #061020);
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.002rem;
}
main .nd-page .content-page img {
    width: auto !important;
    height: auto !important;
    margin: auto;
    max-width: 100%;
}
main .nd-page .content-page a {
    color: #004C73 !important;
    text-decoration: underline !important;
}
main .nd-page .content-page img {
    height: auto !important;
    max-width: 100%;
}
main .nd-page .content-page ul {
    list-style: disc !important;
    padding-left: 16px;
}
main .nd-page .content-page ul li {
    list-style: disc !important;
    color: var(--black-1, #061020);
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.002rem;
}
main .nd-page .content-page table {
    width: 100% !important;
}
main .nd-page .content-page table, main .nd-page .content-page th, main .nd-page .content-page td {
    border: 1px solid #ddd !important;
    border-collapse: collapse !important;
}
main .nd-page .content-page .border-unset {
    border: unset !important;
}
main .nd-page .content-page .border-unset th {
    border: unset !important;
}
main .nd-page .content-page .border-unset td {
    border: unset !important;
}
main .nd-page .content-page .border-unset {
    border: unset !important;
    background: unset !important;
}
main .nd-page .content-page table td {
    padding: 10px;
}
main .nd-page .content-page table tr {
    padding: 10px;
}
main .nd-page .content-page table ul {
    padding-left: 15px;
    list-style: disc;
}
main .nd-page .share-social {
    display: flex;
    margin: 2rem auto 0rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--white-3, #ECF2F7);
    justify-content: center;
}
main .nd-page .share-social .p-share {
    color: var(--black-3, #6D727C);
    text-align: justify;
    /* 16/Regular */
    
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.002rem;
    margin-bottom: 0px;
    display: grid;
    align-items: center;
}
main .nd-page .share-social a {
    display: block;
    margin-left: 0.75rem;
}

@media screen and (max-width: 768px) {
    main {
        margin-bottom: 1.5rem;
    }
    main .nd-page h1 {
        font-size: 1.5rem;
    }
}

/*# sourceMappingURL=page.css.map */
