.block.block-system.block-system-breadcrumb-block {
    background: var(--g100);
    border-bottom: 1px solid var(--g200);
    padding: 8px 24px;
    margin-bottom: 2rem;
    position:relative;
    
    

    &::before {
        content: "";
        position:absolute;
        inset: 0 -50vw -1px;
        background: #f2f3f6;
        z-index: -1;
        width: 200vw;
        border-bottom: 1px solid var(--g200);
    }
    
}

.breadcrumb {
    padding: 0;
}

.second-sidebar {
    padding-top: calc(17px + (2 * 8px));
}

.second-sidebar .h3 {
    margin-top: -1rem;
}
main:before,
main:after {
    display: none;
}
h2 {
    margin-top: 0;
}

blockquote {
    background: transparent;
    padding: 0;
    margin: 0;
    p {
        color: inherit;
        line-height:inherit;
    }
}
.layout-breadcrumb {
    background: #F1F3F6;
}

div.layout-breadcrumb.layout-breadcrumb {
    background: var(--g100);
    border-bottom: 1px solid var(--g200);
    padding: 8px 24px;
}

.layout-breadcrumb .block-system-breadcrumb-block {
    margin: 0;
    padding: 0;
    line-height: 1;
    

    * {
        line-height:1;
    }
}

.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a, 
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: var(--blue);
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "\f105";
    font-size: .8rem;
    color: var(--storm);
    /* float: none; */
}

.layout-breadcrumb .block-system-breadcrumb-block .breadcrumb {
    display: flex;
    align-items: center;
}

:root {
    --blue: #205999;
    --night: #184171;
    --deep: #0e2a4e;
    --cloud: #9dcffc;
    --storm: #6e7880;
    --sea: #67c9d3;
    --sun: #ffda4a;
    --sunw: #f2c52e;
    --ink: #1a1f26;
    --g200: #e5e8ed;
    --g100: #f1f3f6;
    --parch: #f5f0e8;
    --parch2: #ede5d5;
    --parch3: #d9cebc;
    --warm-dk: #2c2318;
    --warm-mid: #4a3f30;
    --warm-lt: #8c7b65;
    --sans: "Roboto",system-ui,sans-serif;
    --serif: "Roboto Serif",Georgia,serif;
    --disp: "Montserrat","Roboto",sans-serif;
}

*,*::before,*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1;
}

html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--sans);
    color: var(--ink);
    background: #fff;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: var(--blue);
}

.wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

.cols {
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 28px;
    align-items: start;
}

.col {
    order: 1;
    min-width: 0;
    padding-top: 22px;
}

.b1 {
    background: var(--deep);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}

.b1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cpath d='M0 18 L9 9 L18 18 L9 27 Z' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Cpath d='M18 18 L27 9 L36 18 L27 27 Z' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
}

.b1::after {
    content: "";
    position: absolute;
    right: -16px;
    top: -10%;
    width: 110px;
    height: 130%;
    background: rgba(255,218,74,0.05);
    transform: skewX(-40deg);
}

.b1-in {
    position: relative;
    z-index: 1;
}

.eye {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--sunw);
    margin-bottom: 10px;
}

.b1-h {
    font-family: var(--disp);
    font-weight: 900;
    font-size: clamp(26px,3.5vw,44px);
    color: #fff;
    line-height: 1.02;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.b1-h em {
    color: var(--sunw);
    font-style: italic;
}

.b1-body {
    font-family: var(--serif);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.62);
    line-height: 1.7;
    margin-bottom: 14px;
}

.b1-bq {
    border-left: 3px solid var(--sunw);
    padding-left: 12px;
    margin: 14px 0;
    font-family: var(--serif);
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.82);
    line-height: 1.6;
}

.b1-attr {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sunw);
    margin-top: 4px;
}

.b1-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
}

.btn-g {
    background: var(--sunw);
    color: #0e2a4e;
    font-family: var(--sans);
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: background 160ms;
}

.btn-g:hover {
    background: #d9a800;
    color: #0e2a4e;
}

.btn-gw {
    color: rgba(255,255,255,0.55);
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 1px;
}

.btn-gw:hover {
    color: #fff;
}

.b2 {
    background: var(--night);
    overflow: hidden;
    height: 42px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.tt {
    display: flex;
    align-items: center;
    animation: tick 28s linear infinite;
    white-space: nowrap;
}

.tt:hover {
    animation-play-state: paused;
}

.ti {
    font-family: var(--serif);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.86);
    padding: 0 22px;
    border-right: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    height: 42px;
    gap: 7px;
}

.td {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sunw);
    flex-shrink: 0;
}

@keyframes tick {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.b3 {
    background: var(--parch);
    padding: 36px 32px;
    margin-bottom: 3px;
    position: relative;
}

.b3::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23C4B89A' opacity='0.2'/%3E%3C/svg%3E");
}

.b3-in {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.b3-ov {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--blue);
    margin-bottom: 9px;
}

.b3-h {
    font-family: var(--serif);
    font-size: clamp(18px,2.4vw,26px);
    font-weight: 700;
    color: var(--warm-dk);
    line-height: 1.12;
    margin-bottom: 11px;
}

.b3-h em {
    font-style: italic;
    color: var(--blue);
}

.b3-body {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--warm-mid);
    line-height: 1.72;
    margin-bottom: 11px;
}

.b3-bq {
    font-family: var(--serif);
    font-size: 12.5px;
    font-style: italic;
    font-weight: 300;
    color: var(--warm-lt);
    border-left: 3px solid var(--sunw);
    padding-left: 11px;
    line-height: 1.62;
}

.mos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
}

.mc {
    padding: 13px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 76px;
    position: relative;
    overflow: hidden;
}

.mc-ro {
    position: absolute;
    top: 4px;
    right: 8px;
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
    opacity: 0.12;
    line-height: 1;
}

.mc-l {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 2px;
}

.mc-d {
    font-family: var(--serif);
    font-size: 11.5px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
}

.mc-bl {
    background: var(--blue);
    color: #fff;
}

.mc-su {
    background: var(--sunw);
    color: var(--night);
}

.mc-ni {
    background: var(--night);
    color: #fff;
}

.mc-pa {
    background: var(--parch2);
    color: var(--warm-dk);
}

.mc-se {
    background: var(--sea);
    color: var(--night);
}

.mc-sp {
    grid-column: 1/3;
    min-height: 62px;
}

.b4 {
    background: var(--deep);
    padding: 32px 32px;
    margin-bottom: 3px;
    position: relative;
    overflow: hidden;
}

.b4::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg,rgba(255,255,255,0.018) 0px,rgba(255,255,255,0.018) 2px,transparent 2px,transparent 14px);
}

.b4-hdr {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
}

.b4-h {
    font-family: var(--serif);
    font-size: clamp(16px,2vw,22px);
    font-weight: 700;
    color: #fff;
    line-height: 1.12;
}

.b4-h em {
    font-style: italic;
    color: var(--sunw);
}

.b4-see {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,0.38);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 1px solid rgba(255,255,255,0.16);
    padding-bottom: 1px;
    white-space: nowrap;
}

.b4-see:hover {
    color: var(--sunw);
}

.pgrid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto auto auto;
    gap: 7px;
}

.pc-w {
    grid-column: 1/3;
    grid-row: 1;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/7;
    cursor: pointer;
}

.pc-w:hover .pc-photo {
    transform: scale(1.03);
}

.pc-w:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.35);
}

.pc-t {
    grid-column: 3;
    grid-row: 1/3;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pc-t:hover .pc-photo {
    transform: scale(1.04);
}

.pc-t:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.pc {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    cursor: pointer;
    transition: transform 240ms cubic-bezier(0.2,0.8,0.2,1);
}

.pc:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0,0,0,0.28);
}

.pc:hover .pc-photo {
    transform: scale(1.04);
}

.pc-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    transition: transform 300ms cubic-bezier(0.2,0.8,0.2,1);
}

.pc-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 0%,transparent 40%,rgba(14,42,78,0.52) 62%,rgba(14,42,78,0.93) 100%);
}

.pc-grad-w {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(14,42,78,0.9) 0%,rgba(14,42,78,0.6) 40%,rgba(14,42,78,0.08) 100%);
}

.pc-disc {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--sunw);
    color: #0e2a4e;
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 6px;
}

.pc-cw {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 18px;
    max-width: 380px;
}

.pc-ct {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 11px;
}

.pc-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 10px;
}

.pc-qm {
    font-family: var(--serif);
    font-size: 28px;
    line-height: 0.5;
    color: var(--sunw);
    opacity: 0.72;
    display: block;
    margin-bottom: 4px;
}

.pc-qm-w {
    font-size: 36px;
}

.pc-q {
    font-family: var(--serif);
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    color: #fff;
    line-height: 1.48;
    margin-bottom: 6px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.pc-q-w {
    font-size: 13px;
    max-width: 340px;
}

.pc-q-t {
    font-size: 12px;
}

.pc-name {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sunw);
    margin-bottom: 1px;
}

.pc-role {
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 300;
    color: rgba(255,255,255,0.48);
    line-height: 1.3;
}

.b5 {
    background: var(--blue);
    padding: 32px 36px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}

.b5::before {
    content: "ÂC";
    font-family: var(--serif);
    font-size: 280px;
    font-weight: 700;
    line-height: 0.75;
    color: rgba(255,255,255,0.04);
    position: absolute;
    top: -8px;
    left: 12px;
    pointer-events: none;
}

.b5-in {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.b5-q {
    font-family: var(--serif);
    font-size: clamp(14px,1.8vw,19px);
    font-style: italic;
    font-weight: 300;
    color: #fff;
    line-height: 1.55;
    margin-bottom: 14px;
}

.b5-attr {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sunw);
}

.b5-role {
    font-family: var(--serif);
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.42);
    margin-top: 3px;
}

.b6 {
    background: var(--parch);
    border-top: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    padding: 28px 0;
    margin-bottom: 3px;
}

.b6-g {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.b6-c {
    text-align: center;
    padding: 10px 12px;
    border-right: 1px solid var(--parch3);
}

.b6-c:last-child {
    border-right: none;
}

.sn {
    font-family: var(--disp);
    font-weight: 900;
    font-style: italic;
    font-size: clamp(34px,4.5vw,50px);
    color: var(--blue);
    line-height: 1;
    display: block;
}

.sl {
    font-family: var(--serif);
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: var(--warm-mid);
    margin-top: 4px;
    line-height: 1.4;
}

.ss {
    font-family: var(--sans);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--warm-lt);
    margin-top: 3px;
}

.b7 {
    background: var(--warm-dk);
    padding: 44px 36px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}

.b7::before {
    content: "CENTRAL";
    font-family: var(--disp);
    font-size: 160px;
    font-weight: 900;
    color: rgba(255,255,255,0.025);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.b7::after {
    content: "";
    position: absolute;
    right: -16px;
    top: -10%;
    width: 110px;
    height: 130%;
    background: rgba(255,218,74,0.04);
    transform: skewX(-40deg);
}

.b7-in {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.b7-h {
    font-family: var(--disp);
    font-weight: 900;
    font-style: italic;
    font-size: clamp(20px,2.8vw,34px);
    color: #fff;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.b7-h em {
    color: var(--sunw);
    font-style: italic;
}

.b7-body {
    font-family: var(--serif);
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.56);
    line-height: 1.65;
    margin-bottom: 24px;
}

.b7-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.btn-cta {
    background: var(--sunw);
    color: #0e2a4e;
    font-family: var(--sans);
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 11px 26px;
    text-decoration: none;
    display: inline-block;
    transition: background 160ms;
}

.btn-cta:hover {
    background: #d9a800;
    color: #0e2a4e;
}

.btn-ctag {
    color: rgba(255,255,255,0.48);
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 1px;
    align-self: center;
}

.btn-ctag:hover {
    color: #fff;
}

.b8 {
    padding: 32px 0 0;
}

.fq-lbl {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4px;
}

.fq-lbl::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--blue);
    opacity: 0.25;
}

.fq-h {
    font-family: var(--serif);
    font-size: clamp(17px,2vw,22px);
    font-weight: 700;
    color: var(--warm-dk);
    line-height: 1.12;
    margin-bottom: 14px;
}

.fq-h em {
    font-style: italic;
    color: var(--blue);
}

.fq-list {
    border-top: 1px solid var(--g200);
}

.fi {
    border-bottom: 1px solid var(--g200);
    p{
        margin-bottom:0;
    }
}

.fi-btn {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.fi-btn:hover .fi-q {
    color: var(--blue);
}

.fi-num {
    font-family: var(--serif);
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    color: var(--blue);
    min-width: 22px;
    line-height: 1.7;
    flex-shrink: 0;
}

.fi-q {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    flex: 1;
    transition: color 120ms;
}

.fi.open .fi-q {
    color: var(--blue);
}

.fi-chev {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    color: var(--storm);
    margin-top: 4px;
    transition: transform 200ms;
}

.fi.open .fi-chev {
    transform: rotate(180deg);
}

.fi-body {
    display: none;
    padding: 0 0 12px 34px;
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1.75;
    color: #4a525e;
    font-weight: 300;
}

.fi-body.open {
    display: block;
}

.fi-body p {
    margin-bottom: 8px;
    line-height: 1.75;
}

.fi-body p:last-child {
    margin-bottom: 0;
}

.footer {
    background: #1b2d40;
    color: #fff;
    padding: 38px 24px 22px;
}

.f-in {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 150px 1fr 1fr 1fr;
    gap: 28px;
}

.f-addr {
    font-size: 12px;
    font-weight: 300;
    color: #8aadca;
    margin-top: 9px;
    line-height: 1.6;
}

.f-soc {
    display: flex;
    gap: 6px;
    margin-top: 9px;
}

.f-soc a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    transition: background 150ms;
}

.f-soc a:hover {
    background: var(--blue);
}

.f-col h5 {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sunw);
    margin-bottom: 9px;
}

.f-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.f-col ul a {
    color: #8aadca;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    transition: color 150ms;
}

.f-col ul a:hover {
    color: #fff;
}

.f-bot {
    max-width: 1100px;
    margin: 18px auto 0;
    padding-top: 13px;
    border-top: 1px solid rgba(255,255,255,0.07);
    font-size: 11px;
    font-weight: 300;
    color: #567390;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.f-bot a {
    color: #567390;
    text-decoration: none;
}

.f-bot a:hover {
    color: #8aadca;
}
