.static-page {
    max-width: 1100px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.78;
}
.static-page > :first-child { margin-top: 0; }
.static-page > :last-child { margin-bottom: 0; }
.static-page > h1:first-child { display: none; }
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    color: #fff;
    line-height: 1.25;
    letter-spacing: -.025em;
}
.static-page h1 { margin: 0 0 24px; font-size: clamp(2rem, 5vw, 3rem); }
.static-page h2 { margin: 42px 0 16px; font-size: clamp(1.4rem, 3vw, 1.85rem); }
.static-page h3 { margin: 30px 0 12px; font-size: 1.2rem; }
.static-page h4 { margin: 24px 0 10px; font-size: 1.06rem; }
.static-page p { margin: 0 0 17px; color: rgba(255, 255, 255, .92); }
.static-page ul,
.static-page ol { margin: 0 0 22px; padding-left: 27px; color: rgba(255, 255, 255, .92); }
.static-page li { margin: 7px 0; padding-left: 4px; }
.static-page strong { color: #fff; }
.static-page a { color: #fce120; overflow-wrap: anywhere; }
.static-page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 28px auto;
    border-radius: 14px;
}
.static-page blockquote {
    margin: 26px 0;
    padding: 17px 20px;
    border-left: 4px solid #fce120;
    border-radius: 0 12px 12px 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}
.static-page pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 18px;
    border-radius: 12px;
    color: #edf2f7;
    background: #172033;
}
.static-page__table-wrap,
.static-page table { max-width: 100%; margin: 26px 0; }
.static-page__table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.static-page table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
}
.static-page th,
.static-page td {
    min-width: 130px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .36);
    text-align: left;
    vertical-align: top;
}
.static-page th {
    color: #172033;
    background: #fff;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .static-page { padding: 0; font-size: 15px; }
    .static-page h2 { margin-top: 32px; }
}
