 
.nlos {
    width: 100%;
    padding: 64px 24px 82px;
    background: linear-gradient(180deg, #f8fbff 0, #fff 360px);
    color: #23345f;
    font-family: "Rubik", Arial, sans-serif;
    text-align: left;
}
.nlos * {
    box-sizing: border-box;
}
.nlow {
    min-width: 0;
}
.nloh {
    max-width: 1120px;
    margin: 0 auto 38px;
    text-align: center;
}
.nley,
.nloq > span,
.nlar > span,
.nlor header > span {
    display: block;
    margin-bottom: 10px;
    color: #1aa137;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
}
.nloh h1 {
    margin: 0;
    color: #08278e;
    font-size: clamp(38px, 4.7vw, 68px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}
.nlds {
    max-width: 900px;
    margin: 20px auto 0;
    color: #455476;
    font-size: 19px;
    line-height: 1.65;
}
.nlom {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 25px;
    color: #687493;
    font-size: 14px;
}
.nlom span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.nlom svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #0a2f94;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.nlot {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.nlot a {
    padding: 7px 13px;
    border: 1px solid #d6def0;
    border-radius: 999px;
    background: #fff;
    color: #0a2f94;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.nlot a:hover,
.nlot a:focus-visible {
    border-color: #0a2f94;
    background: #0a2f94;
    color: #fff;
}
.nloi {
    max-width: 1320px;
    aspect-ratio: 16/7;
    margin: 0 auto 34px;
    overflow: hidden;
    border: 1px solid #dce4f1;
    border-radius: 20px;
    background: #eef3fa;
    box-shadow: 0 16px 42px rgba(8, 39, 155, 0.12);
}
.nloi img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nlog {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    gap: 28px;
    align-items: start;
}
.nloa {
    min-width: 0;
    padding: clamp(25px, 3.2vw, 50px);
    border: 1px solid #dfe6f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(8, 39, 155, 0.07);
}
.nloc {
    margin: 0 0 36px;
    padding: 24px 26px;
    border: 1px solid #d8e1f1;
    border-radius: 13px;
    background: #f6f9ff;
}
.nloc strong {
    display: block;
    margin-bottom: 12px;
    color: #08278e;
    font-size: 18px;
}
.nloc ol {
    margin: 0;
    padding-left: 21px;
}
.nloc li {
    margin: 7px 0;
    color: #16a035;
}
.nloc a {
    color: #263c75;
    font-weight: 500;
    text-decoration: none;
}
.nloc a:hover,
.nloc a:focus-visible {
    color: #16a035;
    text-decoration: underline;
}
.nlox {
    color: #28385f;
    font-size: 17px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}
.nlox h2,
.nlox h3,
.nlox h4 {
    color: #08278e;
    line-height: 1.25;
}
.nlox h2 {
    margin: 48px 0 18px;
    font-size: clamp(27px, 3vw, 38px);
}
.nlox h3 {
    margin: 34px 0 15px;
    font-size: 25px;
}
.nlox h4 {
    margin: 28px 0 12px;
    font-size: 21px;
}
.nlox p {
    margin: 0 0 22px;
}
.nlox a {
    color: #0a3bb8;
    font-weight: 600;
    text-decoration: underline;
}
.nlox a:hover,
.nlox a:focus-visible {
    color: #17983a;
}
.nlox ul,
.nlox ol {
    margin: 0 0 25px;
    padding-left: 25px;
}
.nlox li {
    margin: 9px 0;
}
.nlox li::marker {
    color: #1ba33b;
}
.nlox blockquote {
    position: relative;
    margin: 32px 0;
    padding: 25px 28px 25px 55px;
    border: 1px solid #d9e2f2;
    border-left: 5px solid #1aa13a;
    border-radius: 12px;
    background: #f7faff;
    color: #173172;
    font-size: 18px;
    font-weight: 600;
}
.nlox blockquote:before {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #1aa13a;
    font-size: 36px;
    line-height: 1;
    content: "“";
}
.nlox img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 28px auto;
    border: 1px solid #d8e0ec;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(7, 33, 109, 0.11);
}
.nlox figure {
    margin: 30px 0;
}
.nlox figure img {
    margin-bottom: 10px;
}
.nlox figcaption {
    color: #6d7894;
    font-size: 13px;
    text-align: center;
}
.nlox table {
    display: block;
    width: 100%;
    margin: 30px 0;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d7e0ef;
    border-radius: 12px;
}
.nlox th {
    background: #0a2f94;
    color: #fff;
    font-weight: 700;
}
.nlox th,
.nlox td {
    min-width: 140px;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #dfe5ef;
}
.nlox tr:last-child td {
    border-bottom: 0;
}
.nlox tr:nth-child(even) td {
    background: #f7f9fd;
}
.nloq {
    margin-top: 52px;
    padding-top: 42px;
    border-top: 1px solid #dfe5ef;
}
.nloq h2,
.nlor h2 {
    margin: 0 0 24px;
    color: #08278e;
    font-size: clamp(28px, 3vw, 40px);
}
.nloql {
    display: grid;
    gap: 12px;
}
.nloql details {
    overflow: hidden;
    border: 1px solid #d9e2f1;
    border-radius: 12px;
    background: #fff;
}
.nloql summary {
    position: relative;
    padding: 18px 52px 18px 20px;
    color: #08278e;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}
.nloql summary::-webkit-details-marker {
    display: none;
}
.nloql summary:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0a2f94;
    border-bottom: 2px solid #0a2f94;
    content: "";
    transform: translateY(-70%) rotate(45deg);
}
.nloql details[open] summary:after {
    transform: translateY(-30%) rotate(225deg);
}
.nloql details > div {
    padding: 0 20px 18px;
    color: #405077;
    line-height: 1.7;
}
.nloql details > div p:last-child {
    margin-bottom: 0;
}
.nlar {
    position: sticky;
    top: 22px;
    padding: 24px;
}
.nlar > a {
    display: grid;
    color: inherit;
    text-decoration: none;
}
.nlar img {
    width: 84px;
    height: 84px;
    margin-bottom: 15px;
    border: 3px solid #eef3fb;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.nlar strong {
    color: #08278e;
    font-size: 18px;
}
.nlar p {
    margin: 8px 0 0;
    color: #5a6684;
    font-size: 14px;
    line-height: 1.55;
}
.nlar > a:hover strong,
.nlar > a:focus-visible strong {
    color: #1aa137;
}
.nlor {
    max-width: 1320px;
    margin: 52px auto 0;
}
.nlor header {
    text-align: center;
}
.nlrg {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.nlrg article {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe6f1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(8, 39, 155, 0.08);
}
.nlri {
    display: block;
    aspect-ratio: 525/295;
    overflow: hidden;
    background: #edf2f9;
}
.nlri img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.nlrg article:hover .nlri img {
    transform: scale(1.04);
}
.nlrg article > div {
    padding: 20px;
}
.nlrg time {
    color: #6b7692;
    font-size: 12px;
}
.nlrg h3 {
    margin: 9px 0 18px;
    font-size: 20px;
    line-height: 1.35;
}
.nlrg h3 a {
    color: #08278e;
    text-decoration: none;
}
.nlrg h3 a:hover,
.nlrg h3 a:focus-visible {
    color: #1aa137;
}
.nlrm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a2f94;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.nlrm:hover,
.nlrm:focus-visible {
    color: #1aa137;
}
.nlrm span {
    font-size: 18px;
}
.nlox .news,
.nlox .row,
.nlox .range {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .nlog {
        grid-template-columns: 1fr;
    }
    .nlar {
        position: static;
    }
    .nlar > a {
        grid-template-columns: 84px 1fr;
        gap: 16px;
        align-items: center;
    }
    .nlar img {
        margin: 0;
    }
    .nlrg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .nlos {
        padding: 44px 14px 60px;
    }
    .nloh {
        margin-bottom: 28px;
    }
    .nlds {
        font-size: 16px;
    }
    .nlom {
        gap: 9px 15px;
    }
    .nloi {
        aspect-ratio: 16/10;
        margin-bottom: 20px;
        border-radius: 13px;
    }
    .nloa {
        padding: 23px 18px;
        border-radius: 14px;
    }
    .nloc {
        padding: 19px;
    }
    .nlox {
        font-size: 16px;
        line-height: 1.72;
    }
    .nlox h2 {
        margin-top: 38px;
    }
    .nlox blockquote {
        padding: 22px 20px 22px 43px;
    }
    .nlox blockquote:before {
        left: 14px;
    }
    .nlrg {
        grid-template-columns: 1fr;
    }
    .nlar > a {
        grid-template-columns: 70px 1fr;
    }
    .nlar img {
        width: 70px;
        height: 70px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .nlri img {
        transition: none;
    }
}
