@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap";

body {
    margin: 0;
    position: relative;
    min-height: 100vh
}

.site_header {
    background: #F2F5F6;
    border-bottom: 1px solid #8FAEB9;
    box-sizing: border-box;
    width: 100%
}

.utility_bar {
    background: #527999;
    padding: 8px 24px
}

.utility_bar_pod {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box
}

.utility_contact_deck {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.utility_contact_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #F2F5F6;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.utility_contact_item:hover {
    color: #fff
}

.utility_contact_item svg {
    flex-shrink: 0;
    stroke: #8FAEB9
}

.utility_trust_cell {
    display: flex;
    align-items: center;
    gap: 8px
}

.trust_badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #52799940;
    border: 1px solid #8faeb966;
    border-radius: 34px;
    padding: 8px 16px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    line-height: 1.45;
    color: #F2F5F6
}

.trust_badge svg {
    stroke: #8FAEB9;
    flex-shrink: 0
}

.brand_row {
    padding: 16px 24px;
    background: #F2F5F6
}

.brand_row_pod {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-sizing: border-box
}

.logo_pill {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background: #fff;
    border: 1px solid #8FAEB9;
    box-shadow: -1px 1px 5px 0 #5279990d -1px 6px 14px 0 #52799914;
    padding: 8px 24px;
    flex-shrink: 0;
    text-decoration: none
}

.logo_pill img {
    display: block;
    width: 60px;
    height: 55px;
    object-fit: contain
}

.brand_descriptor {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 700;
    letter-spacing: 0
}

.brand_descriptor span {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8FAEB9;
    margin-top: 8px
}

.rating_cell {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #8FAEB9;
    border-radius: 1px;
    padding: 8px 16px;
    box-shadow: -1px 1px 5px 0 #5279990d
}

.rating_stars {
    display: flex;
    gap: 4px
}

.rating_star_filled {
    width: 16px;
    height: 16px;
    background: #527999;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.rating_star_empty {
    width: 16px;
    height: 16px;
    background: #8FAEB9;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    opacity: .35
}

.rating_label {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 700
}

.nav_bar {
    background: #527999;
    padding: 0 24px
}

.nav_bar_pod {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box
}

.nav_link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #F2F5F6;
    text-decoration: none;
    padding: 16px 24px;
    border-bottom: 2px solid transparent;
    transition: background-color .45s cubic-bezier(0.22, 1, 0.36, 1), border-color .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    box-sizing: border-box
}

.nav_link:hover {
    background-color: #8faeb92e;
    border-bottom-color: #8FAEB9;
    color: #fff
}

.nav_link.active {
    border-bottom-color: #F2F5F6;
    color: #fff;
    font-weight: 700
}

.nav_link svg {
    flex-shrink: 0;
    stroke: #8FAEB9
}

@media (max-width:768px) {
    .utility_bar {
        padding: 8px 16px
    }

    .utility_contact_deck {
        gap: 16px
    }

    .brand_row {
        padding: 16px
    }

    .brand_row_pod {
        flex-wrap: wrap;
        gap: 16px
    }

    .nav_bar {
        padding: 0 16px
    }

    .nav_link {
        padding: 16px;
        font-size: 15px
    }
}

@media (max-width:480px) {
    .utility_contact_deck {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .utility_bar_pod {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .brand_descriptor {
        display: none
    }
}

.site_footer {
    background: #527999;
    padding: 24px;
    box-sizing: border-box
}

.footer_pod {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    box-sizing: border-box
}

.footer_logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background: #F2F5F6;
    border: 1px solid #8FAEB9;
    padding: 8px 16px;
    flex-shrink: 0;
    text-decoration: none
}

.footer_logo_link img {
    display: block;
    width: 40px;
    height: 38px;
    object-fit: contain
}

.footer_nav_deck {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.footer_nav_link {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #F2F5F6;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 1px;
    border: 1px solid #f2f5f633;
    transition: background-color .55s cubic-bezier(0.22, 1, 0.36, 1), border-color .55s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap
}

.footer_nav_link:hover {
    background-color: #f2f5f61f;
    border-color: #f2f5f666
}

.footer_copy_cell {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    line-height: 1.45;
    color: #f2f5f6a6;
    white-space: nowrap
}

.footer_addr_cell {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #f2f5f6a6
}

@media (max-width:768px) {
    .site_footer {
        padding: 24px 16px
    }

    .footer_pod {
        gap: 16px
    }
}

@media (max-width:480px) {
    .footer_addr_cell {
        display: none
    }
}

.cookie_tray {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1500;
    max-width: 420px;
    width: calc(100vw - 48px);
    background: #F2F5F6;
    border: 1px solid #8FAEB9;
    border-radius: 34px;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: -1px 10px 48px 0 #5279991f;
    display: none;
    transform: translateX(0);
    transition: transform .32s cubic-bezier(0.22, 1, 0.36, 1), opacity .32s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 1
}

.cookie_tray.slide_out {
    transform: translateX(calc(-100% - 48px));
    opacity: 0
}

.cookie_tray_text {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #2a3f52;
    margin-bottom: 16px
}

.cookie_tray_text strong {
    font-weight: 700;
    color: #527999
}

.cookie_uses_list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cookie_uses_list li {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #2a3f52;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.cookie_uses_list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 34px;
    background: #527999;
    margin-top: 6px;
    flex-shrink: 0
}

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

.cookie_accept_btn {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #F2F5F6;
    background: #527999;
    border: none;
    border-radius: 1px;
    padding: 8px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .45s cubic-bezier(0.22, 1, 0.36, 1), padding .45s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    min-height: 44px;
    display: flex;
    align-items: center
}

.cookie_accept_btn:hover {
    background-color: #3d6180;
    padding-left: 32px;
    padding-right: 32px
}

.cookie_accept_btn:focus {
    outline: none;
    position: relative
}

.cookie_accept_btn:focus::before {
    content: 'Bestätigen';
    position: absolute;
    top: -20px;
    left: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    color: #527999;
    background: #F2F5F6;
    padding: 0 8px;
    border-radius: 1px;
    white-space: nowrap;
    pointer-events: none
}

.cookie_decline_link {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.cookie_decline_link:hover {
    color: #3d6180
}

.cookie_decline_link:focus {
    outline: none;
    position: relative
}

.cookie_decline_link:focus::before {
    content: 'Ablehnen';
    position: absolute;
    top: -20px;
    left: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    color: #527999;
    background: #F2F5F6;
    padding: 0 8px;
    border-radius: 1px;
    white-space: nowrap;
    pointer-events: none
}

.cookie_policy_note {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    margin-top: 16px
}

.cookie_policy_note a {
    color: #527999;
    text-decoration: underline;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.cookie_policy_note a:hover {
    color: #3d6180
}

.legal-llm-data {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2c3e50;
    line-height: 1.7;
    font-size: 15px
}

.legal-llm-data h1 {
    font-size: 70px;
    line-height: 1.15;
    color: #527999;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #F2F5F6
}

.legal-llm-data h2 {
    font-size: 41px;
    line-height: 1.15;
    color: #527999;
    margin-top: 80px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F2F5F6
}

.legal-llm-data h3 {
    font-size: 31px;
    line-height: 1.45;
    color: #3d6680;
    margin-top: 40px;
    margin-bottom: 16px
}

.legal-llm-data h4 {
    font-size: 24px;
    line-height: 1.45;
    color: #3d6680;
    margin-top: 40px;
    margin-bottom: 16px
}

.legal-llm-data h5 {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-llm-data h6 {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-llm-data ul {
    margin: 16px 0 24px;
    padding-left: 0;
    list-style: none
}

.legal-llm-data ol {
    margin: 16px 0 24px;
    padding-left: 0;
    list-style: none;
    counter-reset: policy-counter
}

.legal-llm-data ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 15px;
    color: #2c3e50
}

.legal-llm-data ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background-color: #8FAEB9;
    transform: rotate(45deg)
}

.legal-llm-data ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 15px;
    color: #2c3e50;
    counter-increment: policy-counter
}

.legal-llm-data ol li::before {
    content: counter(policy-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #527999;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border-radius: 1px;
    flex-shrink: 0
}

.legal-llm-data ul ul,
.legal-llm-data ol ol,
.legal-llm-data ul ol,
.legal-llm-data ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.legal-llm-data ul ul li::before {
    background-color: #F2F5F6;
    border: 1px solid #8FAEB9
}

.legal-llm-data strong,
.legal-llm-data b {
    font-weight: 700;
    color: #527999
}

.legal-llm-data em,
.legal-llm-data i {
    font-style: italic;
    color: #3d6680
}

.legal-llm-data a {
    color: #527999;
    text-decoration: underline;
    text-decoration-color: #8FAEB9;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.legal-llm-data a:hover {
    color: #3d6680;
    text-decoration-color: #527999
}

.legal-llm-data a:visited {
    color: #8FAEB9;
    text-decoration-color: #F2F5F6
}

.legal-llm-data table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: -1px 6px 14px 0 #52799914
}

.legal-llm-data thead {
    background-color: #527999
}

.legal-llm-data thead tr {
    border-bottom: none
}

.legal-llm-data thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    padding: 16px 24px;
    text-align: left;
    border: none
}

.legal-llm-data tbody tr {
    border-bottom: 1px solid #F2F5F6;
    transition: background-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.legal-llm-data tbody tr:last-child {
    border-bottom: none
}

.legal-llm-data tbody tr:nth-child(even) {
    background-color: #F2F5F6
}

.legal-llm-data tbody tr:hover {
    background-color: #e8eef2
}

.legal-llm-data td {
    padding: 16px 24px;
    color: #2c3e50;
    line-height: 1.7;
    font-size: 15px;
    vertical-align: top;
    border: none
}

.legal-llm-data th {
    padding: 16px 24px;
    line-height: 1.45;
    font-size: 15px;
    vertical-align: top
}

.legal-llm-data hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #527999, #8FAEB9, #F2F5F6);
    margin: 80px 0;
    opacity: .6
}

@media (max-width:1280px) {
    .legal-llm-data {
        padding: 80px 40px
    }

    .legal-llm-data h1 {
        font-size: 41px
    }

    .legal-llm-data h2 {
        font-size: 31px
    }
}

@media (max-width:768px) {
    .legal-llm-data {
        padding: 40px 24px
    }

    .legal-llm-data h1 {
        font-size: 31px;
        margin-bottom: 24px
    }

    .legal-llm-data h2 {
        font-size: 24px;
        margin-top: 40px
    }

    .legal-llm-data h3 {
        font-size: 24px
    }

    .legal-llm-data h4 {
        font-size: 15px
    }

    .legal-llm-data table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 24px 0
    }

    .legal-llm-data thead th,
    .legal-llm-data td {
        padding: 16px;
        white-space: nowrap
    }

    .legal-llm-data hr {
        margin: 40px 0
    }
}

@media (max-width:480px) {
    .legal-llm-data {
        padding: 24px 16px
    }

    .legal-llm-data h1 {
        font-size: 24px
    }

    .legal-llm-data h2 {
        font-size: 15px;
        font-weight: 700
    }

    .legal-llm-data h3,
    .legal-llm-data h4 {
        font-size: 15px
    }

    .legal-llm-data ul li,
    .legal-llm-data ol li {
        font-size: 15px
    }
}

.arch_det {
    background: #fff;
    overflow-x: clip
}

.arch_det .ad_wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.arch_det .ad_wrap.narrow {
    max-width: 900px
}

.arch_det .post_head {
    background: linear-gradient(135deg, #527999 0%, #8FAEB9 60%, #F2F5F6 100%);
    padding: 80px 40px;
    position: relative
}

.arch_det .post_head_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px
}

.arch_det .post_head_text {
    flex: 1 1 0;
    min-width: 0
}

.arch_det .post_tag {
    display: inline-block;
    background: #ffffff2e;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    padding: 8px 24px;
    border-radius: 1px;
    margin-bottom: 24px;
    letter-spacing: .04em;
    border: 1px solid #ffffff59
}

.arch_det .post_h1 {
    font-size: 70px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px;
    background: linear-gradient(90deg, #fff 0%, #F2F5F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.arch_det .post_h1 .accent_word {
    background: linear-gradient(90deg, #F2F5F6 0%, #8FAEB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.arch_det .post_brief {
    font-size: 24px;
    line-height: 1.45;
    color: #ffffffeb;
    margin: 0;
    max-width: 680px
}

.arch_det .post_head_img_col {
    flex: 0 0 380px;
    max-width: 380px
}

.arch_det .post_head_img_col img {
    width: 100%;
    border-radius: 34px;
    display: block;
    filter: blur(0px);
    box-shadow: -1px 10px 48px 0 #5279991f;
    transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.arch_det .post_head_img_col img:hover {
    filter: blur(1.5px) brightness(0.96)
}

.arch_det .post_wave {
    display: block;
    width: 100%;
    height: 56px;
    margin-bottom: -2px
}

.arch_det .read_prog {
    background: #F2F5F6;
    padding: 24px 40px;
    border-bottom: 1px solid #e2eaed
}

.arch_det .read_prog_inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.arch_det .prog_label {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 600
}

.arch_det .prog_bar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.arch_det .prog_seg {
    flex: 1 1 0;
    height: 8px;
    border-radius: 1px;
    background: #d0dde5;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.arch_det .prog_seg.filled {
    background: linear-gradient(90deg, #527999, #8FAEB9)
}

.arch_det .prog_seg:hover {
    background: #8FAEB9;
    cursor: default
}

.arch_det .post_body {
    padding: 80px 40px;
    background: #fff
}

.arch_det .post_body_inner {
    max-width: 900px;
    margin: 0 auto
}

.arch_det .post_body_inner p {
    font-size: 15px;
    line-height: 1.7;
    color: #2c3d4a;
    margin: 0 0 24px
}

.arch_det .post_body_inner h2 {
    font-size: 41px;
    line-height: 1.15;
    margin: 40px 0 16px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.arch_det .post_body_inner h3 {
    font-size: 31px;
    line-height: 1.15;
    margin: 40px 0 16px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.arch_det .post_body_inner small {
    font-size: 15px;
    line-height: 1.45;
    color: #7a9aae;
    display: block;
    margin-bottom: 16px
}

.arch_det .post_body_inner ul,
.arch_det .post_body_inner ol {
    margin: 0 0 24px;
    padding: 0 0 0 24px
}

.arch_det .post_body_inner li {
    font-size: 15px;
    line-height: 1.7;
    color: #2c3d4a;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 16px;
    position: relative
}

.arch_det .post_body_inner ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #527999;
    display: block
}

.arch_det .post_body_inner ol {
    counter-reset: ol_count
}

.arch_det .post_body_inner ol li {
    counter-increment: ol_count
}

.arch_det .post_body_inner ol li::before {
    content: counter(ol_count);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    font-weight: 700
}

.arch_det .post_body_inner blockquote {
    margin: 40px 0;
    padding: 24px 40px;
    background: #F2F5F6;
    border-radius: 1px;
    border-top: 3px solid #527999;
    box-shadow: inset -1px 1px 5px 0 #5279990d
}

.arch_det .post_body_inner blockquote p {
    font-size: 24px;
    line-height: 1.45;
    color: #527999;
    margin: 0 0 8px;
    font-style: italic
}

.arch_det .post_body_inner cite {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    font-style: normal;
    display: block
}

.arch_det .post_body_inner details {
    margin-bottom: 16px;
    border-radius: 1px;
    border: 1px solid #d0dde5;
    overflow: hidden
}

.arch_det .post_body_inner summary {
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    cursor: pointer;
    background: #F2F5F6;
    font-weight: 600;
    list-style: none;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.arch_det .post_body_inner summary:hover {
    background: #e6eef2
}

.arch_det .post_body_inner details[open] summary {
    border-bottom: 1px solid #d0dde5
}

.arch_det .post_body_inner details>:not(summary) {
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #2c3d4a
}

.arch_det .steps_block {
    padding: 80px 40px;
    background: #F2F5F6;
    position: relative
}

.arch_det .steps_inner {
    max-width: 1500px;
    margin: 0 auto
}

.arch_det .steps_heading {
    font-size: 41px;
    line-height: 1.15;
    margin: 0 0 40px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 700px
}

.arch_det .steps_row {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    position: relative
}

.arch_det .step_item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(24px) translateX(24px);
    animation: diag_reveal .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.arch_det .step_item:nth-child(1) {
    animation-delay: .05s
}

.arch_det .step_item:nth-child(2) {
    animation-delay: .18s
}

.arch_det .step_item:nth-child(3) {
    animation-delay: .31s
}

.arch_det .step_item:nth-child(4) {
    animation-delay: .44s
}

.arch_det .step_item:nth-child(5) {
    animation-delay: .57s
}

@keyframes diag_reveal {
    to {
        opacity: 1;
        transform: translateY(0) translateX(0)
    }
}

.arch_det .step_connector {
    position: absolute;
    top: 28px;
    left: 50%;
    right: -50%;
    height: 2px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    z-index: 0
}

.arch_det .step_item:last-child .step_connector {
    display: none
}

.arch_det .step_icon_wrap {
    width: 56px;
    height: 56px;
    border-radius: 34px;
    background: #527999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: -1px 6px 14px 0 #52799914;
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.arch_det .step_item:hover .step_icon_wrap {
    background: #8FAEB9
}

.arch_det .step_icon_wrap svg {
    width: 26px;
    height: 26px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.arch_det .step_num {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    font-weight: 700;
    margin-bottom: 8px
}

.arch_det .step_label {
    font-size: 15px;
    line-height: 1.45;
    color: #2c3d4a;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0 8px
}

.arch_det .step_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    padding: 0 8px
}

.arch_det .key_block_wrap {
    padding: 80px 40px;
    background: #fff
}

.arch_det .key_block_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.arch_det .key_dashed {
    border: 2px dashed #8FAEB9;
    border-radius: 34px;
    padding: 40px;
    position: relative;
    box-shadow: inset -1px 1px 5px 0 #5279990d
}

.arch_det .key_dashed_label {
    position: absolute;
    top: -14px;
    left: 40px;
    background: #fff;
    padding: 0 16px;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 700;
    letter-spacing: .05em
}

.arch_det .key_dashed_heading {
    font-size: 31px;
    line-height: 1.15;
    margin: 0 0 16px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.arch_det .key_dashed p {
    font-size: 15px;
    line-height: 1.7;
    color: #2c3d4a;
    margin: 0 0 16px
}

.arch_det .key_dashed p:last-child {
    margin-bottom: 0
}

.arch_det .key_cards_col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.arch_det .key_card {
    background: #F2F5F6;
    border-radius: 34px;
    padding: 24px 40px;
    box-shadow: -1px 1px 5px 0 #5279990d;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default
}

.arch_det .key_card:hover {
    background: #eaf0f4;
    box-shadow: -1px 6px 14px 0 #52799914
}

.arch_det .key_card_h {
    font-size: 24px;
    line-height: 1.45;
    margin: 0 0 8px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.arch_det .key_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #2c3d4a;
    margin: 0
}

.arch_det .word_hover span {
    display: inline;
    transition: background .45s ease-in-out, color .45s ease-in-out;
    border-radius: 1px;
    padding: 0 2px;
    cursor: default
}

.arch_det .word_hover span:hover {
    background: linear-gradient(90deg, #52799921, #8faeb921);
    color: #527999
}

.arch_det .bg_img_sec {
    position: relative;
    padding: 80px 40px;
    background: #2c3d4a
}

.arch_det .bg_img_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1500&q=60) center/cover no-repeat;
    opacity: .22;
    border-radius: 0;
    pointer-events: none
}

.arch_det .bg_img_inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.arch_det .bg_img_heading {
    font-size: 41px;
    line-height: 1.15;
    color: #F2F5F6;
    margin: 0 0 24px;
    max-width: 700px
}

.arch_det .bg_img_heading .accent_br {
    color: #8FAEB9
}

.arch_det .bg_img_sec p {
    font-size: 15px;
    line-height: 1.7;
    color: #f2f5f6e0;
    max-width: 700px;
    margin: 0 0 24px
}

.arch_det .bg_img_sec p:last-child {
    margin-bottom: 0
}

.arch_det .bg_img_cta {
    display: inline-block;
    background: #F2F5F6;
    color: #527999;
    font-size: 15px;
    line-height: 1.45;
    padding: 16px 40px;
    border-radius: 1px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    margin-top: 8px;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out;
    box-shadow: -1px 6px 14px 0 #52799914
}

.arch_det .bg_img_cta:hover {
    padding: 16px 56px;
    background: #fff
}

@media (max-width:1280px) {
    .arch_det .post_head_img_col {
        flex: 0 0 280px;
        max-width: 280px
    }

    .arch_det .key_block_inner {
        grid-template-columns: 1fr
    }
}

@media (max-width:768px) {
    .arch_det .post_head {
        padding: 40px 24px
    }

    .arch_det .post_head_inner {
        flex-direction: column;
        gap: 24px
    }

    .arch_det .post_head_img_col {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .arch_det .post_h1 {
        font-size: 41px
    }

    .arch_det .post_brief {
        font-size: 15px
    }

    .arch_det .steps_row {
        flex-direction: column;
        gap: 24px
    }

    .arch_det .step_connector {
        display: none
    }

    .arch_det .step_item {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 16px
    }

    .arch_det .step_icon_wrap {
        flex-shrink: 0;
        margin-bottom: 0
    }

    .arch_det .step_label,
    .arch_det .step_desc,
    .arch_det .step_num {
        padding: 0
    }

    .arch_det .key_dashed {
        padding: 24px
    }

    .arch_det .post_body,
    .arch_det .steps_block,
    .arch_det .key_block_wrap,
    .arch_det .bg_img_sec {
        padding: 40px 24px
    }

    .arch_det .read_prog {
        padding: 16px 24px
    }

    .arch_det .post_body_inner h2 {
        font-size: 31px
    }

    .arch_det .steps_heading {
        font-size: 31px
    }

    .arch_det .bg_img_heading {
        font-size: 31px
    }
}

@media (max-width:480px) {
    .arch_det .post_h1 {
        font-size: 31px
    }

    .arch_det .post_body_inner h2 {
        font-size: 24px
    }

    .arch_det .post_body_inner h3 {
        font-size: 24px
    }

    .arch_det .steps_heading {
        font-size: 24px
    }

    .arch_det .bg_img_heading {
        font-size: 24px
    }

    .arch_det .key_dashed_heading {
        font-size: 24px
    }

    .arch_det .ad_wrap {
        padding: 0 16px
    }
}

.cont_us {
    background: #fff;
    overflow: hidden
}

.cont_us .pg_reveal {
    animation: mask_reveal .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes mask_reveal {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: 0
    }

    to {
        clip-path: inset(0 0% 0 0%);
        opacity: 1
    }
}

.cont_us .fade_up {
    animation: fade_up_in .6s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes fade_up_in {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cont_us .fade_up.delay_1 {
    animation-delay: .1s
}

.cont_us .fade_up.delay_2 {
    animation-delay: .2s
}

.cont_us .fade_up.delay_3 {
    animation-delay: .3s
}

.cont_us .fade_up.delay_4 {
    animation-delay: .4s
}

.cont_us .vignette_bg {
    position: relative
}

.cont_us .vignette_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at bottom right, transparent 40%, #52799921 100%);
    pointer-events: none;
    z-index: 0
}

.cont_us .inner_max {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.cont_us .sec_divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 0 0 40px
}

.cont_us .sec_divider .div_line {
    flex: 1;
    height: 1px;
    background: #8FAEB9;
    opacity: .4
}

.cont_us .sec_divider .div_num {
    font-size: 15px;
    color: #8FAEB9;
    letter-spacing: .08em;
    font-variant-numeric: tabular-nums;
    padding: 0 8px
}

.cont_us .grad_text {
    background: radial-gradient(circle at bottom right, #8FAEB9, #527999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cont_us .curved_deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.cont_us .curved_deco svg {
    position: absolute;
    top: -40px;
    left: -80px;
    opacity: .07;
    width: 600px;
    height: 400px
}

.cont_us .top_strip {
    position: relative;
    padding: 80px 0 40px;
    background: #F2F5F6
}

.cont_us .top_strip .strip_inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    position: relative;
    z-index: 1
}

.cont_us .top_strip .strip_text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 40px 40px 0
}

.cont_us .top_strip .accent_phrase {
    font-size: 15px;
    color: #527999;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.cont_us .top_strip .strip_h1 {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0
}

.cont_us .top_strip .strip_sub {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a72;
    max-width: 480px
}

.cont_us .top_strip .strip_shape {
    flex: 0 0 420px;
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cont_us .top_strip .shape_clip {
    width: 100%;
    height: 280px;
    background: linear-gradient(135deg, #527999 0%, #8FAEB9 60%, #F2F5F6 100%);
    clip-path: polygon(12% 0%, 100% 0%, 100% 82%, 88% 100%, 0% 100%, 0% 18%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.cont_us .top_strip .shape_inner_text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    padding: 24px;
    z-index: 1;
    position: relative
}

.cont_us .top_strip .shape_inner_text span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    opacity: .85;
    margin-top: 8px
}

.cont_us .info_form_sec {
    position: relative;
    padding: 80px 0;
    background: #fff
}

.cont_us .info_form_sec .if_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    position: relative;
    z-index: 1
}

.cont_us .info_form_sec .addr_col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont_us .info_form_sec .addr_label {
    font-size: 15px;
    color: #8FAEB9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding-bottom: 8px;
    border-bottom: 1px solid #8FAEB9;
    margin-bottom: 0
}

.cont_us .info_form_sec .addr_item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont_us .info_form_sec .addr_item_label {
    font-size: 15px;
    color: #8FAEB9;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #8faeb94d
}

.cont_us .info_form_sec .addr_item_val {
    font-size: 15px;
    line-height: 1.7;
    color: #2a3f50;
    font-weight: 400
}

.cont_us .info_form_sec .addr_item_val a {
    color: #527999;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont_us .info_form_sec .addr_item_val a:hover {
    color: #8FAEB9
}

.cont_us .info_form_sec .empty_zone {
    flex: 1;
    min-height: 40px
}

.cont_us .info_form_sec .form_col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont_us .info_form_sec .form_h {
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0
}

.cont_us .contact_form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont_us .contact_form .field_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.cont_us .contact_form .field_grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont_us .contact_form .field_grp.full {
    grid-column: 1 / -1
}

.cont_us .contact_form label {
    font-size: 15px;
    font-weight: 700;
    color: #2a3f50
}

.cont_us .contact_form input[type="text"],
.cont_us .contact_form input[type="email"] {
    padding: 16px;
    font-size: 15px;
    border: 1px solid #5279994d;
    border-radius: 1px;
    background: #F2F5F6;
    color: #2a3f50;
    outline: none;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    box-sizing: border-box
}

.cont_us .contact_form input[type="text"]::placeholder,
.cont_us .contact_form input[type="email"]::placeholder {
    color: #52799973
}

.cont_us .contact_form input[type="text"]:focus,
.cont_us .contact_form input[type="email"]:focus {
    border-color: #527999;
    box-shadow: -1px 6px 14px 0 #52799914
}

.cont_us .contact_form .channel_group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont_us .contact_form .channel_group legend {
    font-size: 15px;
    font-weight: 700;
    color: #2a3f50;
    margin-bottom: 8px
}

.cont_us .contact_form .channel_opts {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.cont_us .contact_form .ch_opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.cont_us .contact_form .ch_opt input[type="radio"] {
    accent-color: #527999;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.cont_us .contact_form .ch_opt .ch_label {
    font-size: 15px;
    color: #2a3f50;
    cursor: pointer
}

.cont_us .contact_form .privacy_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cont_us .contact_form .privacy_row input[type="checkbox"] {
    accent-color: #527999;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer
}

.cont_us .contact_form .privacy_txt {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a72
}

.cont_us .contact_form .privacy_txt a {
    color: #527999;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont_us .contact_form .privacy_txt a:hover {
    color: #8FAEB9
}

.cont_us .contact_form .submit_btn {
    align-self: flex-start;
    background: #527999;
    color: #fff;
    border: none;
    border-radius: 1px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), padding .45s cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: .04em
}

.cont_us .contact_form .submit_btn:hover {
    background: #3a5a72;
    padding: 16px 56px
}

.cont_us .contact_form .submit_btn:focus {
    outline: 2px solid #527999;
    outline-offset: 3px
}

.cont_us .contact_form .submit_btn:active {
    background: #2a3f50
}

.cont_us .reach_sec {
    position: relative;
    padding: 80px 0;
    background: #F2F5F6
}

.cont_us .reach_sec .reach_inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.cont_us .reach_sec .reach_text_col {
    flex: 2 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cont_us .reach_sec .reach_h2 {
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0
}

.cont_us .reach_sec .reach_body {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a72
}

.cont_us .reach_sec .metrics_col {
    flex: 1 0 280px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cont_us .reach_sec .metric_card {
    background: #fff;
    border-radius: 1px;
    padding: 24px;
    box-shadow: -1px 6px 14px 0 #52799914;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box
}

.cont_us .reach_sec .metric_card:hover {
    box-shadow: -1px 10px 48px 0 #5279991f
}

.cont_us .reach_sec .metric_card:active {
    outline: 2px solid #527999;
    outline-offset: 0;
    animation: border_pulse .45s cubic-bezier(0.22, 1, 0.36, 1)
}

@keyframes border_pulse {
    0% {
        outline-width: 2px
    }

    50% {
        outline-width: 5px
    }

    100% {
        outline-width: 2px
    }
}

.cont_us .reach_sec .metric_num {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 800;
    background: radial-gradient(circle at bottom right, #8FAEB9, #527999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cont_us .reach_sec .metric_desc {
    font-size: 15px;
    color: #3a5a72;
    line-height: 1.45;
    padding-top: 8px;
    border-top: 1px solid #8faeb94d
}

.cont_us .horiz_deco {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0 40px;
    max-width: 1500px;
    margin: 0 auto
}

.cont_us .horiz_deco .deco_line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #8FAEB9, transparent)
}

.cont_us .horiz_deco .deco_center {
    width: 24px;
    height: 24px;
    border: 1px solid #8FAEB9;
    border-radius: 1px;
    transform: rotate(45deg);
    flex-shrink: 0
}

@media (max-width:1280px) {
    .cont_us .top_strip .strip_shape {
        flex: 0 0 320px
    }

    .cont_us .top_strip .shape_clip {
        height: 240px
    }
}

@media (max-width:768px) {
    .cont_us .inner_max {
        padding: 0 24px
    }

    .cont_us .horiz_deco {
        padding: 0 24px
    }

    .cont_us .top_strip {
        padding: 40px 0 24px
    }

    .cont_us .top_strip .strip_inner {
        flex-direction: column
    }

    .cont_us .top_strip .strip_text {
        padding: 0
    }

    .cont_us .top_strip .strip_shape {
        flex: 0 0 auto;
        min-height: 0;
        width: 100%
    }

    .cont_us .top_strip .shape_clip {
        height: 180px;
        width: 100%
    }

    .cont_us .top_strip .strip_h1 {
        font-size: 31px
    }

    .cont_us .info_form_sec {
        padding: 40px 0
    }

    .cont_us .info_form_sec .if_grid {
        grid-template-columns: 1fr
    }

    .cont_us .contact_form .field_row {
        grid-template-columns: 1fr
    }

    .cont_us .reach_sec {
        padding: 40px 0
    }

    .cont_us .reach_sec .reach_inner {
        flex-direction: column
    }

    .cont_us .reach_sec .metrics_col {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width:480px) {
    .cont_us .inner_max {
        padding: 0 16px
    }

    .cont_us .horiz_deco {
        padding: 0 16px
    }

    .cont_us .top_strip .strip_h1 {
        font-size: 24px
    }

    .cont_us .info_form_sec .form_h {
        font-size: 24px
    }

    .cont_us .reach_sec .reach_h2 {
        font-size: 24px
    }

    .cont_us .contact_form .channel_opts {
        flex-direction: column
    }

    .cont_us .contact_form .submit_btn {
        width: 100%;
        text-align: center
    }
}

.abt_pg {
    background: #fff;
    overflow-x: clip
}

.abt_pg .grad_text {
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent 70%), linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt_pg .divider_line {
    width: 64px;
    height: 2px;
    background: #527999;
    margin: 16px 0
}

.abt_pg .pulse_bg {
    animation: bg_breathe 10s ease-in-out infinite;
    background-size: 120% 120%
}

@keyframes bg_breathe {

    0%,
    100% {
        background-size: 110% 110%
    }

    50% {
        background-size: 130% 130%
    }
}

.abt_pg .fade_in {
    opacity: 0;
    transform: translateY(16px);
    animation: fade_up .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

@keyframes fade_up {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.abt_pg .title_blk {
    position: relative;
    padding: 80px 40px 40px;
    background: radial-gradient(circle at 85% 90%, #8FAEB9 0%, #F2F5F6 55%, #fff 100%);
    background-size: 120% 120%;
    animation: bg_breathe 10s ease-in-out infinite;
    overflow: hidden
}

.abt_pg .title_blk .bg_num {
    position: absolute;
    top: -16px;
    right: 40px;
    font-size: 260px;
    line-height: 1.15;
    font-weight: 900;
    color: #527999;
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.abt_pg .title_blk .t_inner {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.abt_pg .title_blk .t_text {
    display: flex;
    flex-direction: column
}

.abt_pg .title_blk .eyebrow {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px
}

.abt_pg .title_blk h1 {
    font-size: 70px;
    line-height: 1.15;
    color: #1e3a50;
    margin: 0 0 16px
}

.abt_pg .title_blk .tagline {
    font-size: 24px;
    line-height: 1.45;
    color: #527999;
    font-style: italic;
    margin: 0 0 24px
}

.abt_pg .title_blk .t_body {
    font-size: 15px;
    line-height: 1.7;
    color: #2c4a5e
}

.abt_pg .title_blk .t_img_wrap {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 10px 48px 0 #5279991f
}

.abt_pg .title_blk .t_img_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #5279991f;
    pointer-events: none
}

.abt_pg .title_blk .t_img_wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .title_blk .t_img_wrap:hover img {
    transform: scale(1.03)
}

.abt_pg .story_blk {
    padding: 80px 40px;
    background: #1e3a50;
    position: relative;
    overflow: hidden
}

.abt_pg .story_blk .curl_deco {
    position: absolute;
    bottom: 24px;
    left: 40px;
    width: 120px;
    height: 120px;
    opacity: .06;
    pointer-events: none
}

.abt_pg .story_blk .s_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 80px;
    align-items: start
}

.abt_pg .story_blk .s_aside {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.abt_pg .story_blk .metric_card {
    background: #8faeb91f;
    border-radius: 34px;
    padding: 24px;
    box-shadow: inset -1px 6px 14px 0 #52799914;
    transition: background .5s ease-in-out
}

.abt_pg .story_blk .metric_card:hover {
    background: #8faeb933
}

.abt_pg .story_blk .metric_num {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    color: #8FAEB9;
    margin: 0 0 8px
}

.abt_pg .story_blk .metric_label {
    font-size: 15px;
    line-height: 1.45;
    color: #a8c4cf
}

.abt_pg .story_blk .progress_wrap {
    margin-top: 16px
}

.abt_pg .story_blk .prog_label {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.abt_pg .story_blk .prog_track {
    height: 6px;
    background: #8faeb933;
    border-radius: 1px;
    overflow: hidden
}

.abt_pg .story_blk .prog_fill {
    height: 100%;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    border-radius: 1px;
    transform-origin: left;
    animation: fill_bar 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

@keyframes fill_bar {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.abt_pg .story_blk .s_text {
    display: flex;
    flex-direction: column
}

.abt_pg .story_blk h2 {
    font-size: 41px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px
}

.abt_pg .story_blk .divider_line_light {
    width: 64px;
    height: 2px;
    background: #8FAEB9;
    margin: 0 0 24px
}

.abt_pg .story_blk .s_para {
    font-size: 15px;
    line-height: 1.7;
    color: #c5d8e0;
    margin: 0 0 24px
}

.abt_pg .story_blk .s_para:last-child {
    margin-bottom: 0
}

.abt_pg .story_blk .img_pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px
}

.abt_pg .story_blk .img_frame {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 10px 48px 0 #5279991f
}

.abt_pg .story_blk .img_frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .story_blk .img_frame:hover img {
    transform: scale(1.04)
}

.abt_pg .approach_blk {
    padding: 80px 40px;
    background: radial-gradient(circle at 15% 85%, #8FAEB9 0%, #F2F5F6 50%, #fff 100%);
    animation: bg_breathe 10s ease-in-out infinite;
    background-size: 120% 120%;
    position: relative;
    overflow: hidden
}

.abt_pg .approach_blk .spiral_deco {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    opacity: .07;
    pointer-events: none
}

.abt_pg .approach_blk .a_inner {
    max-width: 1500px;
    margin: 0 auto
}

.abt_pg .approach_blk .a_head {
    max-width: 640px;
    margin: 0 auto 40px;
    text-align: center
}

.abt_pg .approach_blk h2 {
    font-size: 41px;
    line-height: 1.15;
    color: #1e3a50;
    margin: 0 0 16px
}

.abt_pg .approach_blk .a_intro {
    font-size: 15px;
    line-height: 1.7;
    color: #2c4a5e
}

.abt_pg .approach_blk .divider_center {
    width: 64px;
    height: 2px;
    background: #527999;
    margin: 16px auto 24px
}

.abt_pg .approach_blk .pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.abt_pg .approach_blk .pillar {
    background: #fff;
    border-radius: 34px;
    padding: 40px 24px;
    box-shadow: -1px 6px 14px 0 #52799914;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .approach_blk .pillar:hover {
    box-shadow: -1px 10px 48px 0 #5279991f;
    transform: translateY(-4px)
}

.abt_pg .approach_blk .pillar_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #527999, #8FAEB9);
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.abt_pg .approach_blk .pillar_icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.abt_pg .approach_blk .pillar h4 {
    font-size: 24px;
    line-height: 1.15;
    color: #1e3a50;
    margin: 0
}

.abt_pg .approach_blk .pillar p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7e;
    margin: 0
}

.abt_pg .approach_blk .team_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.abt_pg .approach_blk .team_card {
    background: #fff;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 6px 14px 0 #52799914;
    display: grid;
    grid-template-columns: 200px 1fr;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .approach_blk .team_card:hover {
    box-shadow: -1px 10px 48px 0 #5279991f
}

.abt_pg .approach_blk .team_img {
    overflow: hidden
}

.abt_pg .approach_blk .team_img img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .approach_blk .team_card:hover .team_img img {
    transform: scale(1.05)
}

.abt_pg .approach_blk .team_info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt_pg .approach_blk .team_name {
    font-size: 24px;
    line-height: 1.15;
    color: #1e3a50;
    margin: 0
}

.abt_pg .approach_blk .team_role {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 600
}

.abt_pg .approach_blk .team_bio {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7e;
    margin: 0
}

@media (max-width:1280px) {
    .abt_pg .title_blk h1 {
        font-size: 41px
    }

    .abt_pg .story_blk .s_inner {
        grid-template-columns: 280px 1fr;
        gap: 40px
    }

    .abt_pg .approach_blk .pillars {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:768px) {
    .abt_pg .title_blk {
        padding: 40px 16px 24px
    }

    .abt_pg .title_blk .t_inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt_pg .title_blk h1 {
        font-size: 31px
    }

    .abt_pg .title_blk .tagline {
        font-size: 15px
    }

    .abt_pg .title_blk .bg_num {
        font-size: 140px
    }

    .abt_pg .title_blk .t_img_wrap img {
        height: 260px
    }

    .abt_pg .story_blk {
        padding: 40px 16px
    }

    .abt_pg .story_blk .s_inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt_pg .story_blk h2 {
        font-size: 31px
    }

    .abt_pg .story_blk .img_pair {
        grid-template-columns: 1fr
    }

    .abt_pg .story_blk .img_frame img {
        height: 200px
    }

    .abt_pg .approach_blk {
        padding: 40px 16px
    }

    .abt_pg .approach_blk h2 {
        font-size: 31px
    }

    .abt_pg .approach_blk .pillars {
        grid-template-columns: 1fr
    }

    .abt_pg .approach_blk .team_row {
        grid-template-columns: 1fr
    }

    .abt_pg .approach_blk .team_card {
        grid-template-columns: 1fr
    }

    .abt_pg .approach_blk .team_img img {
        width: 100%;
        height: 200px
    }
}

@media (max-width:480px) {
    .abt_pg .title_blk h1 {
        font-size: 31px
    }

    .abt_pg .story_blk .metric_num {
        font-size: 31px
    }

    .abt_pg .approach_blk .pillar {
        padding: 24px 16px
    }
}

.prm {
    background: #fff;
    overflow-x: clip
}

.prm * {
    box-sizing: border-box
}

.prm::selection {
    background: linear-gradient(90deg, #527999, #8FAEB9);
    color: #fff
}

.prm .grad_text {
    background: linear-gradient(135deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

@keyframes prm_reveal {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.prm .reveal {
    opacity: 0;
    animation: prm_reveal .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.prm .reveal.d1 {
    animation-delay: .08s
}

.prm .reveal.d2 {
    animation-delay: .22s
}

.prm .reveal.d3 {
    animation-delay: .38s
}

.prm .reveal.d4 {
    animation-delay: .54s
}

.prm .reveal.d5 {
    animation-delay: .7s
}

.prm .title_row {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: center
}

.prm .title_img_card {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    flex-shrink: 0
}

.prm .title_img_card img {
    width: 340px;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 34px;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .title_img_card:hover img {
    transform: scale(1.03)
}

.prm .title_img_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #5279998c 0%, transparent 60%);
    border-radius: 34px;
    pointer-events: none
}

.prm .title_deco_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 34px;
    overflow: hidden
}

.prm .title_deco_line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25
}

.prm .title_text_zone {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px 0
}

.prm .title_eyebrow {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    letter-spacing: .06em;
    text-transform: uppercase
}

.prm .title_h1 {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0
}

.prm .title_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5368;
    max-width: 520px;
    margin: 0
}

.prm .title_actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.prm .btn_prim {
    display: inline-block;
    padding: 16px 40px;
    background: #527999;
    color: #F2F5F6;
    font-size: 15px;
    line-height: 1.45;
    border-radius: 34px;
    text-decoration: none;
    font-weight: 600;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), padding .45s cubic-bezier(0.22, 1, 0.36, 1);
    border: 2px solid #527999
}

.prm .btn_prim:hover {
    background: #3a5a72;
    padding-left: 52px;
    padding-right: 52px;
    border-color: #3a5a72
}

.prm .btn_prim:focus {
    outline: 2px solid #527999;
    outline-offset: 3px
}

.prm .btn_sec {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #527999;
    font-size: 15px;
    line-height: 1.45;
    border-radius: 34px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #8FAEB9;
    transition: border-color .45s ease-in-out, color .45s ease-in-out, padding .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .btn_sec:hover {
    border-color: #527999;
    color: #3a5368;
    padding-left: 52px;
    padding-right: 52px
}

.prm .btn_sec:focus {
    outline: 2px solid #8FAEB9;
    outline-offset: 3px
}

.prm .flow_deco {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.prm .flow_deco span {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #527999, transparent);
    border-radius: 1px
}

.prm .flow_deco span:nth-child(2) {
    width: 22px;
    margin-left: 8px
}

.prm .flow_deco span:nth-child(3) {
    width: 14px;
    margin-left: 16px
}

.prm .div_curve {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.prm .div_curve svg {
    display: block;
    width: 100%
}

.prm .fit_section {
    background: #F2F5F6;
    padding: 80px 0
}

.prm .fit_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.prm .fit_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px
}

.prm .fit_heading {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 16px
}

.prm .fit_lead {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5368;
    margin: 0
}

.prm .fit_img_wrap {
    position: relative;
    border-radius: 34px;
    overflow: hidden
}

.prm .fit_img_wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 34px;
    border: 2px solid transparent;
    transition: border-color .55s ease-in-out, transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .fit_img_wrap:hover img {
    border-color: #527999;
    transform: scale(1.02)
}

.prm .usage_bar_wrap {
    background: #fff;
    border-radius: 34px;
    padding: 24px;
    box-shadow: -1px 6px 14px 0 #52799914;
    margin-bottom: 40px
}

.prm .usage_bar_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.prm .usage_bar_label span {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 600
}

.prm .usage_bar_label em {
    font-style: normal;
    font-size: 15px;
    color: #8FAEB9
}

.prm .usage_track {
    width: 100%;
    height: 10px;
    background: #e8eef2;
    border-radius: 34px;
    overflow: hidden
}

.prm .usage_fill {
    height: 100%;
    width: 68%;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    border-radius: 34px;
    transition: width .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .usage_note {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    margin-top: 8px
}

.prm .fit_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.prm .fit_card {
    background: #fff;
    border-radius: 34px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 1px 5px 0 #5279990d;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .fit_card:hover {
    box-shadow: -1px 10px 48px 0 #5279991f
}

.prm .fit_card::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8FAEB9, transparent);
    transform: rotate(45deg);
    pointer-events: none
}

.prm .fit_card_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: #527999
}

.prm .fit_card h4 {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #2b3f50;
    margin: 0 0 8px
}

.prm .fit_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    margin: 0
}

.prm .div_line_pair {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 40px;
    max-width: 1500px;
    margin: 0 auto
}

.prm .div_line_pair span {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8FAEB9 30%, #527999 70%, transparent)
}

.prm .team_section {
    background: #2b3f50;
    padding: 80px 0
}

.prm .team_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.prm .team_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.prm .team_left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prm .team_heading {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0;
    color: #F2F5F6
}

.prm .team_heading .grad_text {
    background: linear-gradient(135deg, #8FAEB9, #F2F5F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prm .team_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #a8c0cc;
    margin: 0
}

.prm .team_subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.prm .team_card {
    background: #3a5368;
    border-radius: 34px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 6px 14px 0 #5279991f;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .team_card:hover {
    background: #4a6880
}

.prm .team_card::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 140px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8faeb94d, transparent);
    transform: rotate(-45deg);
    pointer-events: none
}

.prm .team_card_name {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #F2F5F6;
    margin: 0 0 8px
}

.prm .team_card_role {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    margin: 0 0 8px
}

.prm .team_card_detail {
    font-size: 15px;
    line-height: 1.7;
    color: #a8c0cc;
    margin: 0
}

.prm .team_right {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 10px 48px 0 #5279991f
}

.prm .team_img_zone {
    position: relative;
    overflow: hidden
}

.prm .team_img_zone img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border: 2px solid transparent;
    transition: border-color .6s ease-in-out, transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .team_img_zone:hover img {
    border-color: #8FAEB9;
    transform: scale(1.02)
}

.prm .team_zone_a {
    background: #527999;
    padding: 24px
}

.prm .team_zone_a p {
    font-size: 15px;
    line-height: 1.7;
    color: #F2F5F6;
    margin: 0
}

.prm .team_zone_b {
    background: #8FAEB9;
    padding: 16px 24px
}

.prm .team_zone_b p {
    font-size: 15px;
    line-height: 1.45;
    color: #2b3f50;
    margin: 0;
    font-weight: 600
}

.prm .div_accent {
    height: 4px;
    background: linear-gradient(90deg, #527999 0%, #8FAEB9 50%, #F2F5F6 100%)
}

.prm .avail_section {
    padding: 80px 0;
    background: #fff
}

.prm .avail_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.prm .avail_top {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px
}

.prm .avail_heading {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 16px
}

.prm .avail_lead {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5368;
    margin: 0
}

.prm .avail_img_wrap {
    position: relative;
    border-radius: 34px;
    overflow: hidden
}

.prm .avail_img_wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 34px;
    border: 2px solid transparent;
    transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .avail_img_wrap:hover img {
    border-color: #527999;
    transform: scale(1.02)
}

.prm .avail_outer_grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.prm .avail_courses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.prm .course_card {
    background: #F2F5F6;
    border-radius: 34px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: inset -1px 1px 5px 0 #5279990d;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prm .course_card:hover {
    background: #e8eef2;
    box-shadow: -1px 6px 14px 0 #52799914
}

.prm .course_card .card_upper {
    transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .course_card:hover .card_upper {
    opacity: 0
}

.prm .course_card .card_lower {
    position: absolute;
    inset: 24px;
    opacity: 0;
    transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.prm .course_card:hover .card_lower {
    opacity: 1
}

.prm .course_card::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8FAEB9, transparent);
    transform: rotate(45deg);
    pointer-events: none
}

.prm .course_card_num {
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    color: #8FAEB9
}

.prm .course_card h4 {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #2b3f50;
    margin: 0
}

.prm .course_card_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    margin: 0
}

.prm .card_lower p {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    margin: 0
}

.prm .card_lower strong {
    font-size: 15px;
    color: #2b3f50;
    font-weight: 700
}

.prm .avail_sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .sidebar_stat {
    background: #527999 !important;
    border-radius: 34px;
    padding: 24px;
    color: #F2F5F6;
    box-shadow: -1px 6px 14px 0 #5279991f
}

.prm .sidebar_stat_num {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    color: #F2F5F6;
    display: block;
    margin-bottom: 8px
}

.prm .sidebar_stat p {
    font-size: 15px;
    line-height: 1.45;
    color: #d0e2ea;
    margin: 0
}

.prm .sidebar_note {
    background: #F2F5F6;
    border-radius: 34px;
    padding: 24px;
    box-shadow: inset -1px 1px 5px 0 #5279990d
}

.prm .sidebar_note p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5368;
    margin: 0
}

.prm .sidebar_link {
    display: inline-block;
    margin-top: 16px;
    padding: 16px 40px;
    background: #2b3f50;
    color: #F2F5F6;
    font-size: 15px;
    font-weight: 600;
    border-radius: 34px;
    text-decoration: none;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), padding .45s cubic-bezier(0.22, 1, 0.36, 1);
    border: 2px solid #2b3f50
}

.prm .sidebar_link:hover {
    background: #527999;
    border-color: #527999;
    padding-left: 52px;
    padding-right: 52px
}

.prm .sidebar_link:focus {
    outline: 2px solid #527999;
    outline-offset: 3px
}

@media (max-width:1280px) {
    .prm .title_row {
        grid-template-columns: 280px 1fr;
        padding: 80px 24px
    }

    .prm .title_h1 {
        font-size: 41px
    }

    .prm .fit_cards {
        grid-template-columns: 1fr 1fr
    }

    .prm .avail_top {
        grid-template-columns: 1fr 360px
    }

    .prm .avail_outer_grid {
        grid-template-columns: 1fr
    }

    .prm .avail_sidebar {
        flex-direction: row;
        flex-wrap: wrap
    }

    .prm .sidebar_stat {
        flex: 1 1 180px
    }
}

@media (max-width:768px) {
    .prm .title_row {
        grid-template-columns: 1fr;
        padding: 40px 16px;
        gap: 24px
    }

    .prm .title_img_card img {
        width: 100%;
        height: 240px
    }

    .prm .title_h1 {
        font-size: 41px
    }

    .prm .fit_top {
        grid-template-columns: 1fr
    }

    .prm .fit_cards {
        grid-template-columns: 1fr
    }

    .prm .team_grid {
        grid-template-columns: 1fr
    }

    .prm .team_subgrid {
        grid-template-columns: 1fr
    }

    .prm .avail_top {
        grid-template-columns: 1fr
    }

    .prm .avail_courses {
        grid-template-columns: 1fr
    }

    .prm .avail_outer_grid {
        grid-template-columns: 1fr
    }

    .prm .fit_inner,
    .prm .team_inner,
    .prm .avail_inner {
        padding: 0 16px
    }

    .prm .fit_section,
    .prm .team_section,
    .prm .avail_section {
        padding: 40px 0
    }
}

@media (max-width:480px) {
    .prm .title_h1 {
        font-size: 31px
    }

    .prm .team_heading,
    .prm .fit_heading,
    .prm .avail_heading {
        font-size: 31px
    }

    .prm .title_actions {
        flex-direction: column
    }

    .prm .btn_prim,
    .prm .btn_sec {
        text-align: center
    }
}

.lp-prog {
    background: #fff;
    overflow-x: clip
}

.lp-prog .lp-prog__schema {
    display: none
}

.lp-prog .grad-text {
    background: linear-gradient(135deg, #527999 0%, #8FAEB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .num-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 34px;
    background: #527999;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0
}

.lp-prog .title_block {
    background: #F2F5F6;
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.lp-prog .title_block__inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: end
}

.lp-prog .title_block__text {
    padding-bottom: 40px
}

.lp-prog .title_block__eyebrow {
    font-size: 15px;
    color: #527999;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.lp-prog .title_block__eyebrow-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #527999;
    border-radius: 1px
}

.lp-prog .title_block__h1 {
    font-size: 70px;
    line-height: 1.15;
    color: #1e3a50;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #527999 0%, #8FAEB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .title_block__desc {
    font-size: 24px;
    line-height: 1.45;
    color: #3a5a72;
    max-width: 560px
}

.lp-prog .title_block__deco {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 320px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #8FAEB9;
    opacity: .12;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.lp-prog .title_block__img-wrap {
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: -1px 10px 48px 0 #5279991f
}

.lp-prog .title_block__img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) contrast(1.15);
    transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .title_block__img-wrap:hover img {
    transform: translateX(-6px)
}

.lp-prog .title_block__arrow {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #527999;
    font-size: 15px
}

.lp-prog .title_block__arrow svg {
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .title_block__arrow:hover svg {
    transform: translateX(8px)
}

@keyframes split-left {
    from {
        clip-path: inset(0 50% 0 0);
        opacity: 0
    }

    to {
        clip-path: inset(0 0% 0 0);
        opacity: 1
    }
}

@keyframes split-right {
    from {
        clip-path: inset(0 0 0 50%);
        opacity: 0
    }

    to {
        clip-path: inset(0 0 0 0%);
        opacity: 1
    }
}

.lp-prog .title_block__text {
    animation: split-left .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lp-prog .title_block__img-wrap {
    animation: split-right .7s cubic-bezier(0.22, 1, 0.36, 1) .1s both
}

.lp-prog .prog_structure {
    background: #fff;
    padding: 80px 40px
}

.lp-prog .prog_structure__inner {
    max-width: 1500px;
    margin: 0 auto
}

.lp-prog .prog_structure__top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px
}

.lp-prog .prog_structure__lead {
    max-width: 520px
}

.lp-prog .prog_structure__h2 {
    font-size: 41px;
    line-height: 1.15;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #527999 0%, #8FAEB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .prog_structure__intro {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a72
}

.lp-prog .prog_structure__meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 260px
}

.lp-prog .meta_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    border-radius: 1px;
    background: #F2F5F6;
    box-shadow: -1px 1px 5px 0 #5279990d inset 0 2px 8px 0 #8faeb914
}

.lp-prog .meta_item__label {
    font-size: 15px;
    color: #8FAEB9;
    text-transform: uppercase;
    letter-spacing: .06em
}

.lp-prog .meta_item__val {
    font-size: 31px;
    line-height: 1.15;
    color: #527999;
    font-weight: 700
}

.lp-prog .prog_structure__modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.lp-prog .module_card {
    border-radius: 1px;
    padding: 40px 24px 24px;
    background: #F2F5F6;
    box-shadow: -1px 6px 14px 0 #52799914 inset 0 3px 10px 0 #8faeb91a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .module_card:hover {
    box-shadow: -1px 10px 48px 0 #5279991f inset 0 3px 10px 0 #8faeb91a
}

.lp-prog .module_card__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.lp-prog .module_card__h4 {
    font-size: 24px;
    line-height: 1.15;
    color: #1e3a50
}

.lp-prog .module_card__body {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a72
}

.lp-prog .module_card__topics {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.lp-prog .module_card__topic {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    padding-left: 16px;
    position: relative
}

.lp-prog .module_card__topic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 34px;
    background: #8FAEB9
}

.lp-prog .faq_block {
    background: #527999;
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.lp-prog .faq_block__deco {
    position: absolute;
    right: -40px;
    bottom: -40px;
    font-size: 400px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #8FAEB9;
    opacity: .1;
    pointer-events: none;
    user-select: none
}

.lp-prog .faq_block__inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1
}

.lp-prog .faq_block__aside {
    position: sticky;
    top: 40px
}

.lp-prog .faq_block__h2 {
    font-size: 41px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 24px
}

.lp-prog .faq_block__sub {
    font-size: 15px;
    line-height: 1.7;
    color: #d4e4ec
}

.lp-prog .faq_list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-prog .faq_item {
    border-radius: 1px;
    background: #f2f5f61a;
    overflow: hidden;
    box-shadow: -1px 1px 5px 0 #5279990d;
    transition: background .4s ease-in-out
}

.lp-prog .faq_item:hover {
    background: #f2f5f62e
}

.lp-prog .faq_item__toggle {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left
}

.lp-prog .faq_item__q {
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
    font-weight: 600
}

.lp-prog .faq_item__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative
}

.lp-prog .faq_item__icon svg {
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .faq_item details[open] .faq_item__icon svg {
    transform: rotate(45deg)
}

.lp-prog .faq_item details summary {
    list-style: none;
    cursor: pointer
}

.lp-prog .faq_item details summary::-webkit-details-marker {
    display: none
}

.lp-prog .faq_item details {
    border-radius: 1px
}

.lp-prog .faq_item details summary {
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.lp-prog .faq_item details summary .faq_item__q {
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
    font-weight: 600
}

.lp-prog .faq_item__icon-wrap {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-prog .faq_item__icon-wrap .icon-plus,
.lp-prog .faq_item__icon-wrap .icon-x {
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    position: absolute
}

.lp-prog .faq_item details .icon-plus {
    opacity: 1;
    transform: rotate(0deg)
}

.lp-prog .faq_item details .icon-x {
    opacity: 0;
    transform: rotate(-45deg)
}

.lp-prog .faq_item details[open] .icon-plus {
    opacity: 0;
    transform: rotate(45deg)
}

.lp-prog .faq_item details[open] .icon-x {
    opacity: 1;
    transform: rotate(0deg)
}

.lp-prog .faq_item__ans {
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #d4e4ec
}

@media (max-width:1280px) {
    .lp-prog .title_block__h1 {
        font-size: 41px
    }

    .lp-prog .title_block__inner {
        grid-template-columns: 1fr 320px
    }

    .lp-prog .prog_structure__modules {
        grid-template-columns: repeat(2, 1fr)
    }

    .lp-prog .faq_block__inner {
        grid-template-columns: 280px 1fr;
        gap: 40px
    }
}

@media (max-width:768px) {
    .lp-prog .title_block {
        padding: 40px 24px
    }

    .lp-prog .title_block__inner {
        grid-template-columns: 1fr
    }

    .lp-prog .title_block__h1 {
        font-size: 41px
    }

    .lp-prog .title_block__img-wrap img {
        height: 260px
    }

    .lp-prog .prog_structure {
        padding: 40px 24px
    }

    .lp-prog .prog_structure__top {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px
    }

    .lp-prog .prog_structure__modules {
        grid-template-columns: 1fr
    }

    .lp-prog .faq_block {
        padding: 40px 24px
    }

    .lp-prog .faq_block__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lp-prog .faq_block__aside {
        position: static
    }

    .lp-prog .faq_block__h2 {
        font-size: 31px
    }
}

@media (max-width:480px) {
    .lp-prog .title_block__h1 {
        font-size: 31px
    }

    .lp-prog .prog_structure__h2,
    .lp-prog .faq_block__h2 {
        font-size: 31px
    }

    .lp-prog .meta_item__val {
        font-size: 24px
    }

    .lp-prog .module_card {
        padding: 24px 16px 16px
    }
}

.archv {
    background: #fff;
    overflow-x: clip
}

.archv .pg_lead {
    background: #2a3d4f;
    padding: 80px 24px;
    position: relative
}

.archv .pg_lead::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    border-radius: 34px 34px 0 0
}

.archv .pg_lead_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.archv .pg_lead_eyebrow {
    display: flex;
    align-items: center;
    gap: 8px
}

.archv .pg_lead_eyebrow span {
    font-size: 15px;
    color: #8FAEB9;
    letter-spacing: .04em;
    text-transform: uppercase
}

.archv .pg_lead_eyebrow svg {
    color: #8FAEB9
}

.archv .pg_lead_h {
    font-size: 41px;
    line-height: 1.15;
    color: #F2F5F6;
    background: linear-gradient(135deg, #F2F5F6, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    max-width: 700px
}

.archv .pg_lead_sub {
    font-size: 15px;
    line-height: 1.7;
    color: #8FAEB9;
    max-width: 560px;
    margin: 0
}

.archv .pg_lead_pts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.archv .pg_lead_pt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.45;
    color: #F2F5F6
}

.archv .pg_lead_pt svg {
    flex-shrink: 0;
    color: #8FAEB9
}

.archv .deco_shape {
    position: absolute;
    top: 24px;
    right: 80px;
    width: 180px;
    height: 180px;
    border: 1px solid #8faeb926;
    border-radius: 34px;
    transform: rotate(18deg);
    pointer-events: none
}

.archv .deco_shape_sm {
    position: absolute;
    top: 56px;
    right: 120px;
    width: 100px;
    height: 100px;
    border: 1px solid #8faeb91a;
    border-radius: 34px;
    transform: rotate(38deg);
    pointer-events: none
}

.archv .posts_band {
    background: #fff;
    padding: 80px 24px
}

.archv .posts_band_inner {
    max-width: 1500px;
    margin: 0 auto
}

.archv .posts_label {
    font-size: 15px;
    color: #527999;
    margin-bottom: 40px;
    display: block
}

.archv .posts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media (max-width:1280px) {
    .archv .posts_grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .archv .posts_grid {
        grid-template-columns: 1fr
    }

    .archv .pg_lead_h {
        font-size: 31px
    }

    .archv .pg_lead {
        padding: 40px 24px 64px
    }

    .archv .posts_band {
        padding: 40px 24px
    }

    .archv .deco_shape,
    .archv .deco_shape_sm {
        display: none
    }
}

@media (max-width:480px) {
    .archv .pg_lead_h {
        font-size: 24px
    }
}

.archv .post_card {
    display: flex;
    flex-direction: column;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 6px 14px 0 #52799914;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #F2F5F6
}

.archv .post_card:hover {
    box-shadow: -1px 10px 48px 0 #5279991f;
    transform: translateY(-4px)
}

.archv .post_img_wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0
}

.archv .post_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.archv .post_card:hover .post_img_wrap img {
    transform: scale(1.04)
}

.archv .post_body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.archv .post_title {
    font-size: 24px;
    line-height: 1.15;
    margin: 0;
    background: linear-gradient(135deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.archv .post_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a4d5c;
    margin: 0;
    flex: 1
}

.archv .post_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
    background: #527999;
    padding: 8px 24px;
    border-radius: 1px;
    text-decoration: none;
    align-self: flex-start;
    transition: padding .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.archv .post_link:hover {
    background: #2a3d4f;
    padding: 8px 40px
}

.archv .post_link svg {
    flex-shrink: 0
}

.archv .about_band {
    background: #F2F5F6;
    padding: 80px 24px;
    position: relative
}

.archv .about_band::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    border-radius: 0 0 34px 34px
}

.archv .about_band_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

@media (max-width:768px) {
    .archv .about_band_inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .archv .about_band {
        padding: 64px 24px
    }
}

.archv .about_img_frame {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 10px 48px 0 #5279991f;
    position: relative
}

.archv .about_img_frame img {
    width: 100%;
    display: block;
    object-fit: cover
}

.archv .about_img_frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 100%, #8faeb959, transparent 65%);
    pointer-events: none
}

.archv .about_txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.archv .about_h {
    font-size: 31px;
    line-height: 1.15;
    margin: 0;
    background: linear-gradient(135deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.archv .about_p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a4d5c;
    margin: 0
}

.archv .about_stat_row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.archv .about_stat {
    flex: 1;
    background: #fff;
    border-radius: 34px;
    padding: 24px;
    box-shadow: -1px 1px 5px 0 #5279990d;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.archv .about_stat_num {
    font-size: 41px;
    line-height: 1.15;
    color: #527999
}

.archv .about_stat_lbl {
    font-size: 15px;
    line-height: 1.45;
    color: #527999
}

.archv .progress_band {
    background: #2a3d4f;
    padding: 80px 24px;
    position: relative
}

.archv .progress_band::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: #F2F5F6;
    border-radius: 0 0 34px 34px
}

.archv .progress_band::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    border-radius: 34px 34px 0 0
}

.archv .progress_band_inner {
    max-width: 1500px;
    margin: 0 auto
}

.archv .progress_h {
    font-size: 31px;
    line-height: 1.15;
    color: #F2F5F6;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #F2F5F6, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.archv .progress_intro {
    font-size: 15px;
    line-height: 1.7;
    color: #8FAEB9;
    max-width: 640px;
    margin: 0 0 40px
}

.archv .progress_steps {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.archv .progress_step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    background: #8faeb914;
    border-radius: 34px;
    padding: 24px;
    box-shadow: inset -1px 1px 5px 0 #5279990d;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.archv .progress_step:hover {
    background: #8faeb926
}

.archv .step_num {
    font-size: 41px;
    line-height: 1.15;
    color: #527999;
    flex-shrink: 0;
    width: 56px;
    text-align: center
}

.archv .step_body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.archv .step_title {
    font-size: 24px;
    line-height: 1.15;
    color: #F2F5F6;
    margin: 0
}

.archv .step_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #8FAEB9;
    margin: 0
}

.archv .step_bar_wrap {
    margin-top: 8px;
    height: 4px;
    background: #8faeb926;
    border-radius: 1px;
    overflow: hidden
}

.archv .step_bar {
    height: 100%;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    border-radius: 1px;
    transform-origin: left;
    animation: bar_grow .65s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

@keyframes bar_grow {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.archv .step_bar.w30 {
    width: 30%
}

.archv .step_bar.w55 {
    width: 55%
}

.archv .step_bar.w80 {
    width: 80%
}

.archv .step_bar.w100 {
    width: 100%
}

@media (max-width:480px) {
    .archv .progress_step {
        flex-direction: column;
        gap: 16px
    }

    .archv .step_num {
        width: auto
    }
}

.archv .cta_band {
    background: #fff;
    padding: 80px 24px
}

.archv .cta_band_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #F2F5F6;
    border-radius: 34px;
    padding: 40px;
    box-shadow: inset -1px 1px 5px 0 #5279990d
}

@media (max-width:768px) {
    .archv .cta_band_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px
    }

    .archv .cta_band {
        padding: 40px 24px
    }
}

.archv .cta_txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px
}

.archv .cta_h {
    font-size: 31px;
    line-height: 1.15;
    margin: 0;
    background: linear-gradient(135deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.archv .cta_p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a4d5c;
    margin: 0
}

.archv .cta_act {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0
}

.archv .btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
    background: #527999;
    padding: 16px 40px;
    border-radius: 1px;
    text-decoration: none;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1);
    border: none;
    cursor: pointer;
    white-space: nowrap
}

.archv .btn_primary:hover {
    background: #2a3d4f;
    padding: 16px 56px
}

.archv .btn_secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    background: transparent;
    padding: 16px 40px;
    border-radius: 1px;
    text-decoration: none;
    border: 1px solid #527999;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    white-space: nowrap
}

.archv .btn_secondary:hover {
    background: #527999;
    color: #fff;
    padding: 16px 56px
}

.archv .reveal_grow {
    animation: height_reveal .65s cubic-bezier(0.22, 1, 0.36, 1) both;
    overflow: hidden
}

@keyframes height_reveal {
    from {
        max-height: 0;
        opacity: 0
    }

    to {
        max-height: 2000px;
        opacity: 1
    }
}

.archv .quote_mark {
    font-size: 70px;
    line-height: 1.15;
    color: #5279991f;
    display: block;
    margin-bottom: -16px
}

.success_page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background-color: #F2F5F6
}

.success_page .confirmation_card {
    max-width: 1500px;
    width: 100%;
    background: #fff;
    border-radius: 34px;
    padding: 80px;
    box-shadow: -1px 10px 48px 0 #5279991f;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.success_page .icon_wrap {
    width: 80px;
    height: 80px;
    border-radius: 34px;
    background: linear-gradient(135deg, #527999 0%, #8FAEB9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    box-shadow: -1px 6px 14px 0 #52799914
}

.success_page .icon_wrap svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success_page .confirm_heading {
    font-size: 41px;
    line-height: 1.15;
    margin: 0 0 16px;
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent), linear-gradient(90deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success_page .confirm_subtext {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a72;
    max-width: 520px;
    margin: 0 0 40px
}

.success_page .divider_line {
    width: 64px;
    height: 1px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    margin: 0 0 40px;
    border-radius: 1px
}

.success_page .detail_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 40px;
    width: 100%;
    max-width: 440px
}

.success_page .detail_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #F2F5F6;
    border-radius: 34px;
    padding: 16px 24px;
    box-shadow: inset -1px 1px 5px 0 #8faeb90d
}

.success_page .detail_item .item_dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 1px;
    background: #527999;
    margin-top: 6px
}

.success_page .detail_item .item_text {
    font-size: 15px;
    line-height: 1.45;
    color: #2d4a5e;
    text-align: left;
    margin: 0
}

.success_page .back_btn {
    display: inline-block;
    text-decoration: none;
    background: #527999;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    padding: 16px 40px;
    border-radius: 34px;
    border: none;
    cursor: pointer;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out;
    box-shadow: -1px 6px 14px 0 #52799914
}

.success_page .back_btn:hover {
    background: #3d6280;
    padding: 16px 56px
}

.success_page .back_btn:focus {
    outline: 2px solid #527999;
    outline-offset: 4px
}

.success_page .back_btn:active {
    background: #2d4a5e
}

@media (max-width:768px) {
    .success_page {
        padding: 40px 16px
    }

    .success_page .confirmation_card {
        padding: 40px 24px
    }

    .success_page .confirm_heading {
        font-size: 31px
    }
}

@media (max-width:480px) {
    .success_page .confirm_heading {
        font-size: 24px
    }

    .success_page .confirmation_card {
        padding: 40px 16px
    }
}

.not_found_page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background-color: #F2F5F6;
    text-align: center
}

.not_found_page .error_display {
    margin-bottom: 40px;
    position: relative
}

.not_found_page .error_display .error_code {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 700;
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent);
    background-color: #527999;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
    display: block
}

.not_found_page .error_display .error_label {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 24px;
    background-color: #527999;
    color: #F2F5F6;
    font-size: 15px;
    line-height: 1.45;
    border-radius: 1px;
    box-shadow: -1px 6px 14px 0 #52799914
}

.not_found_page .error_body {
    max-width: 520px;
    margin-bottom: 40px
}

.not_found_page .error_body .error_heading {
    font-size: 31px;
    line-height: 1.15;
    font-weight: 600;
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent);
    background-color: #527999;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px
}

.not_found_page .error_body .error_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e;
    margin-bottom: 8px
}

.not_found_page .error_actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.not_found_page .error_actions .btn_primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #527999;
    color: #F2F5F6;
    font-size: 15px;
    line-height: 1.45;
    border-radius: 1px;
    text-decoration: none;
    border: 2px solid #527999;
    box-shadow: -1px 6px 14px 0 #52799914;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background-color .45s ease-in-out;
    cursor: pointer
}

.not_found_page .error_actions .btn_primary:hover {
    padding: 16px 56px;
    background-color: #3d5f78
}

.not_found_page .error_actions .btn_primary:focus {
    outline: 3px solid #8FAEB9;
    outline-offset: 3px
}

.not_found_page .error_actions .btn_secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #527999;
    font-size: 15px;
    line-height: 1.45;
    border-radius: 1px;
    text-decoration: none;
    border: 2px solid #527999;
    transition: padding .55s cubic-bezier(0.22, 1, 0.36, 1), background-color .45s ease-in-out, color .45s ease-in-out;
    cursor: pointer
}

.not_found_page .error_actions .btn_secondary:hover {
    padding: 16px 56px;
    background-color: #527999;
    color: #F2F5F6
}

.not_found_page .error_actions .btn_secondary:focus {
    outline: 3px solid #8FAEB9;
    outline-offset: 3px
}

.not_found_page .error_divider {
    width: 40px;
    height: 2px;
    background-color: #8FAEB9;
    margin: 40px auto;
    border-radius: 1px
}

.not_found_page .error_hint {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    max-width: 400px
}

.not_found_page .error_hint a {
    color: #527999;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .4s ease-in-out
}

.not_found_page .error_hint a:hover {
    color: #3d5f78
}

@media (max-width:480px) {
    .not_found_page {
        padding: 40px 16px
    }

    .not_found_page .error_display .error_code {
        font-size: 41px
    }

    .not_found_page .error_body .error_heading {
        font-size: 24px
    }

    .not_found_page .error_actions {
        flex-direction: column;
        align-items: center
    }

    .not_found_page .error_actions .btn_primary,
    .not_found_page .error_actions .btn_secondary {
        width: 100%;
        text-align: center;
        box-sizing: border-box
    }
}

.q5pg {
    background: #fff;
    overflow-x: clip
}

.q5pg * {
    box-sizing: border-box
}

.q5pg .drop-a {
    opacity: 0;
    transform: translateY(-32px);
    animation: dropIn .6s cubic-bezier(0.22, 1, 0.36, 1) .1s forwards
}

.q5pg .drop-b {
    opacity: 0;
    transform: translateY(-28px);
    animation: dropIn .65s cubic-bezier(0.22, 1, 0.36, 1) .25s forwards
}

.q5pg .drop-c {
    opacity: 0;
    transform: translateY(-24px);
    animation: dropIn .7s cubic-bezier(0.22, 1, 0.36, 1) .4s forwards
}

.q5pg .drop-d {
    opacity: 0;
    transform: translateY(-20px);
    animation: dropIn .65s cubic-bezier(0.22, 1, 0.36, 1) .55s forwards
}

@keyframes dropIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.q5pg .pg_label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px
}

.q5pg .grad_text {
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent 70%), #527999;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.q5pg .inline_mark {
    background: linear-gradient(90deg, #52799926, #8faeb933);
    padding: 0 8px;
    border-radius: 1px;
    -webkit-text-fill-color: #2d4a5e;
    background-clip: unset;
    -webkit-background-clip: unset
}

.q5pg .pattern_dots {
    position: absolute;
    pointer-events: none
}

.q5pg .pattern_dots span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #5279992e
}

.q5pg .curved_divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block
}

.q5pg .curved_divider svg {
    display: block;
    width: 100%
}

.q5pg::selection {
    background: linear-gradient(90deg, #527999, #8FAEB9);
    color: #fff
}

.q5pg .err_frame {
    background: #fff;
    position: relative
}

.q5pg .err_split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative
}

.q5pg .err_text_zone {
    background: #527999;
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1px
}

.q5pg .err_text_zone .pattern_dots {
    top: 24px;
    right: 24px;
    display: grid;
    grid-template-columns: repeat(6, 12px);
    gap: 8px
}

.q5pg .err_text_zone .pattern_dots span {
    background: #fff3
}

.q5pg .err_num {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff1f;
    position: absolute;
    top: 40px;
    left: 40px;
    pointer-events: none;
    user-select: none
}

.q5pg .err_label {
    font-size: 15px;
    line-height: 1.45;
    color: #ffffffb3;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 40px
}

.q5pg .err_heading {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    margin: 0 0 24px
}

.q5pg .err_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd9;
    max-width: 420px;
    margin: 0 0 40px
}

.q5pg .err_actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.q5pg .btn_primary {
    display: inline-block;
    background: #fff;
    color: #527999;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 1px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .4s ease-in-out;
    box-shadow: -1px 6px 14px 0 #5279992e
}

.q5pg .btn_primary:hover {
    padding: 16px 40px;
    background: #F2F5F6
}

.q5pg .btn_ghost {
    display: inline-block;
    background: transparent;
    color: #ffffffe6;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 1px;
    text-decoration: none;
    border: 1px solid #fff6;
    cursor: pointer;
    transition: padding .55s cubic-bezier(0.22, 1, 0.36, 1), border-color .4s ease-in-out
}

.q5pg .btn_ghost:hover {
    padding: 16px 40px;
    border-color: #fffc
}

.q5pg .err_img_zone {
    background: #F2F5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 40px
}

.q5pg .err_img_zone .pattern_dots {
    bottom: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: repeat(5, 12px);
    gap: 8px
}

.q5pg .img_shifted {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: cover;
    border-radius: 1px;
    display: block;
    filter: saturate(0.7) contrast(1.1) brightness(0.95);
    box-shadow: -1px 10px 48px 0 #52799938 -1px 6px 14px 0 #52799924;
    transition: filter .6s ease-in-out
}

.q5pg .img_shifted:hover {
    filter: saturate(1) contrast(1.05) brightness(1)
}

.q5pg .nav_strip {
    background: #fff;
    border-top: 1px solid #5279991f;
    border-bottom: 1px solid #52799914
}

.q5pg .nav_strip_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 80px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.q5pg .nav_strip_label {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    font-weight: 600;
    flex-shrink: 0
}

.q5pg .nav_links_row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.q5pg .nav_links_row li {
    margin: 0;
    padding: 0
}

.q5pg .nav_link_item {
    display: inline-block;
    font-size: 15px;
    line-height: 1.45;
    color: #2d4a5e;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 1px;
    border: 1px solid #52799933;
    background: #F2F5F6;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1), padding .5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 500
}

.q5pg .nav_link_item:hover {
    background: #527999;
    color: #fff;
    padding: 8px 24px
}

.q5pg .context_strip {
    background: #F2F5F6;
    position: relative
}

.q5pg .context_top_curve {
    background: #fff
}

.q5pg .context_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.q5pg .context_main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.q5pg .context_heading {
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0
}

.q5pg .context_body {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5568;
    margin: 0
}

.q5pg .context_body strong {
    color: #2d4a5e;
    font-weight: 600
}

.q5pg .context_aside {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.q5pg .aside_card {
    background: #fff;
    border-radius: 1px;
    padding: 24px;
    box-shadow: -1px 6px 14px 0 #52799914;
    box-shadow: inset 0 2px 6px 0 #5279990f -1px 6px 14px 0 #52799914
}

.q5pg .aside_card_title {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #527999;
    margin: 0 0 8px
}

.q5pg .aside_card_text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6278;
    margin: 0
}

.q5pg .aside_card_text a {
    color: #527999;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .4s ease-in-out
}

.q5pg .aside_card_text a:hover {
    color: #2d4a5e
}

.q5pg .char_hover_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0
}

.q5pg .char_hover_row span {
    display: inline-block;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1);
    color: #2d4a5e
}

.q5pg .char_hover_row:hover span:nth-child(1) {
    color: #527999
}

.q5pg .char_hover_row:hover span:nth-child(2) {
    color: #5a839e;
    transition-delay: .03s
}

.q5pg .char_hover_row:hover span:nth-child(3) {
    color: #638da3;
    transition-delay: .06s
}

.q5pg .char_hover_row:hover span:nth-child(4) {
    color: #6c97a8;
    transition-delay: .09s
}

.q5pg .char_hover_row:hover span:nth-child(5) {
    color: #7aa1ae;
    transition-delay: .12s
}

.q5pg .char_hover_row:hover span:nth-child(6) {
    color: #83abb3;
    transition-delay: .15s
}

.q5pg .char_hover_row:hover span:nth-child(7) {
    color: #8baeb8;
    transition-delay: .18s
}

.q5pg .char_hover_row:hover span:nth-child(8) {
    color: #8FAEB9;
    transition-delay: .21s
}

.q5pg .char_hover_row:hover span:nth-child(9) {
    color: #8baeb8;
    transition-delay: .24s
}

.q5pg .char_hover_row:hover span:nth-child(10) {
    color: #83abb3;
    transition-delay: .27s
}

.q5pg .char_hover_row:hover span:nth-child(n+11) {
    color: #7aa1ae;
    transition-delay: .3s
}

.q5pg .bottom_curve {
    background: #F2F5F6
}

@media (max-width:1280px) {
    .q5pg .err_text_zone {
        padding: 80px 40px
    }

    .q5pg .context_inner {
        padding: 80px 40px
    }

    .q5pg .nav_strip_inner {
        padding: 40px
    }
}

@media (max-width:768px) {
    .q5pg .err_split {
        grid-template-columns: 1fr
    }

    .q5pg .err_img_zone {
        display: none
    }

    .q5pg .err_text_zone {
        padding: 80px 24px
    }

    .q5pg .err_heading {
        font-size: 31px
    }

    .q5pg .context_inner {
        grid-template-columns: 1fr;
        padding: 80px 24px;
        gap: 40px
    }

    .q5pg .nav_strip_inner {
        padding: 40px 24px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:480px) {
    .q5pg .err_heading {
        font-size: 24px
    }

    .q5pg .err_actions {
        flex-direction: column
    }

    .q5pg .btn_primary,
    .q5pg .btn_ghost {
        text-align: center
    }

    .q5pg .context_inner {
        padding: 40px 16px
    }

    .q5pg .nav_strip_inner {
        padding: 40px 16px
    }
}

.error_403_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background-color: #F2F5F6
}

.error_403_page .error_stage {
    max-width: 1500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.error_403_page .error_code_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.error_403_page .error_code_block .code_numeral {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 700;
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent);
    background-color: #527999;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
    user-select: none
}

.error_403_page .error_code_block .code_label {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9;
    text-transform: uppercase;
    letter-spacing: 3px
}

.error_403_page .divider_line {
    width: 48px;
    height: 1px;
    background-color: #8FAEB9;
    border: none;
    margin: 0
}

.error_403_page .error_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 560px
}

.error_403_page .error_body .error_heading {
    font-size: 31px;
    line-height: 1.15;
    color: #2c4a5e;
    background: radial-gradient(circle at 100% 100%, #8FAEB9, transparent);
    background-color: #527999;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.error_403_page .error_body .error_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6070;
    margin: 0
}

.error_403_page .error_body .error_detail {
    font-size: 15px;
    line-height: 1.45;
    color: #7a9aaa;
    margin: 0
}

.error_403_page .action_group {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.error_403_page .action_group .btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background-color: #527999;
    color: #F2F5F6;
    font-size: 15px;
    line-height: 1.45;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), padding .6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: -1px 6px 14px 0 #52799914
}

.error_403_page .action_group .btn_primary:hover {
    background-color: #3d5f78;
    padding: 16px 48px
}

.error_403_page .action_group .btn_primary:focus {
    outline: 2px solid #527999;
    outline-offset: 3px
}

.error_403_page .action_group .btn_secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background-color: transparent;
    color: #527999;
    font-size: 15px;
    line-height: 1.45;
    border: 1px solid #8FAEB9;
    border-radius: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .5s ease-in-out, color .5s ease-in-out, padding .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.error_403_page .action_group .btn_secondary:hover {
    border-color: #527999;
    color: #3d5f78;
    padding: 16px 48px
}

.error_403_page .action_group .btn_secondary:focus {
    outline: 2px solid #527999;
    outline-offset: 3px
}

.error_403_page .contact_hint {
    font-size: 15px;
    line-height: 1.45;
    color: #7a9aaa;
    text-align: center
}

.error_403_page .contact_hint a {
    color: #527999;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.error_403_page .contact_hint a:hover {
    color: #3d5f78
}

.error_403_page .lock_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.error_403_page .lock_icon svg {
    width: 48px;
    height: 48px;
    stroke: #8FAEB9;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

@media (max-width:480px) {
    .error_403_page {
        padding: 40px 16px
    }

    .error_403_page .error_code_block .code_numeral {
        font-size: 41px
    }

    .error_403_page .error_body .error_heading {
        font-size: 24px
    }

    .error_403_page .action_group {
        flex-direction: column;
        width: 100%
    }

    .error_403_page .action_group .btn_primary,
    .error_403_page .action_group .btn_secondary {
        width: 100%;
        justify-content: center
    }
}

.mntnc {
    background: #fff;
    overflow-x: clip
}

.mntnc * {
    box-sizing: border-box
}

.mntnc .grad_text {
    background: linear-gradient(135deg, #527999, #8FAEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.mntnc .pg_wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

@media (max-width:768px) {
    .mntnc .pg_wrap {
        padding: 0 16px
    }
}

.mntnc .title_band {
    display: grid;
    grid-template-columns: 38% 62%;
    min-height: 420px
}

@media (max-width:768px) {
    .mntnc .title_band {
        grid-template-columns: 1fr;
        min-height: unset
    }
}

.mntnc .title_left {
    background: #527999;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.mntnc .title_left::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom right, #8FAEB9, transparent);
    pointer-events: none
}

.mntnc .title_left_abbr {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 900;
    color: #ffffff17;
    position: absolute;
    bottom: 16px;
    right: 16px;
    letter-spacing: -2px;
    pointer-events: none;
    user-select: none
}

.mntnc .title_label {
    font-size: 15px;
    line-height: 1.45;
    color: #ffffffb3;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px
}

.mntnc .title_h1 {
    font-size: 41px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px
}

.mntnc .title_h1 .underlined_kw {
    text-decoration: underline;
    text-decoration-color: #8FAEB9;
    text-underline-offset: 6px
}

.mntnc .title_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd1;
    max-width: 340px
}

.mntnc .title_right {
    background: #F2F5F6;
    padding: 80px 40px 80px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.mntnc .title_right_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.96) saturate(0.85);
    opacity: .22
}

.mntnc .title_right_content {
    position: relative;
    z-index: 1
}

.mntnc .title_arrow_row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.mntnc .arrow_line {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #527999, #8FAEB9);
    border-radius: 1px
}

.mntnc .arrow_tip {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #527999
}

.mntnc .title_right_h2 {
    font-size: 31px;
    line-height: 1.15;
    color: #2c4a5e;
    margin: 0 0 16px
}

.mntnc .title_right_p {
    font-size: 15px;
    line-height: 1.7;
    color: #3d5a6e;
    max-width: 500px
}

.mntnc .title_right_meta {
    margin-top: 24px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap
}

.mntnc .meta_item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mntnc .meta_num {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #527999
}

.mntnc .meta_lbl {
    font-size: 15px;
    line-height: 1.45;
    color: #527999;
    opacity: .7
}

@media (max-width:768px) {
    .mntnc .title_left {
        padding: 40px 24px
    }

    .mntnc .title_right {
        padding: 40px 24px
    }

    .mntnc .title_h1 {
        font-size: 31px
    }
}

.mntnc .divider_tri {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 48px;
    background: #F2F5F6
}

.mntnc .divider_tri svg {
    display: block;
    width: 100%;
    height: 48px
}

.mntnc .steps_band {
    background: #fff;
    padding: 80px 0
}

.mntnc .steps_inner {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 80px;
    align-items: start
}

@media (max-width:768px) {
    .mntnc .steps_inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.mntnc .steps_aside {
    position: sticky;
    top: 40px
}

.mntnc .steps_aside_abbr {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 900;
    color: #52799912;
    pointer-events: none;
    user-select: none;
    margin-bottom: 8px;
    display: block
}

.mntnc .steps_aside_h2 {
    font-size: 31px;
    line-height: 1.15;
    color: #2c4a5e;
    margin: 0 0 16px
}

.mntnc .steps_aside_p {
    font-size: 15px;
    line-height: 1.7;
    color: #527999
}

.mntnc .steps_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.mntnc .steps_list::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #527999 0%, #8FAEB9 60%, transparent 100%);
    border-radius: 1px
}

.mntnc .step_item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 0;
    opacity: 0;
    animation: blur_in .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.mntnc .step_item:nth-child(1) {
    animation-delay: .1s
}

.mntnc .step_item:nth-child(2) {
    animation-delay: .22s
}

.mntnc .step_item:nth-child(3) {
    animation-delay: .34s
}

.mntnc .step_item:nth-child(4) {
    animation-delay: .46s
}

.mntnc .step_item:nth-child(5) {
    animation-delay: .58s
}

@keyframes blur_in {
    from {
        opacity: 0;
        filter: blur(6px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0)
    }
}

.mntnc .step_num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #527999;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: -1px 6px 14px 0 #52799914;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.mntnc .step_item:hover .step_num {
    background: #8FAEB9;
    transform: scale(1.1)
}

.mntnc .step_body {
    padding-top: 8px
}

.mntnc .step_h {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #2c4a5e;
    margin: 0 0 8px
}

.mntnc .step_p {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    margin: 0
}

.mntnc .divider_line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8FAEB9 30%, #527999 70%, transparent)
}

.mntnc .img_band {
    position: relative;
    padding: 80px 0;
    overflow: hidden
}

.mntnc .img_band_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.mntnc .img_band_overlay {
    position: absolute;
    inset: 0;
    background: #f2f5f6e0;
    z-index: 1
}

.mntnc .img_band_inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

@media (max-width:768px) {
    .mntnc .img_band_inner {
        grid-template-columns: 1fr
    }
}

@media (max-width:1280px) {
    .mntnc .img_band_inner {
        grid-template-columns: 1fr 1fr
    }
}

.mntnc .fact_card {
    background: #fff;
    border-radius: 34px;
    padding: 40px 24px;
    box-shadow: -1px 10px 48px 0 #5279991f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: inset 0 2px 8px #8faeb91a -1px 10px 48px 0 #5279991f
}

.mntnc .fact_card:hover {
    transform: translateY(-6px);
    box-shadow: inset 0 2px 8px #8faeb91a -1px 10px 48px 0 #5279992e
}

.mntnc .fact_icon_wrap {
    width: 48px;
    height: 48px;
    border-radius: 34px;
    background: #527999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 6px 14px 0 #52799914
}

.mntnc .fact_icon_wrap svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.mntnc .fact_h {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #2c4a5e;
    margin: 0
}

.mntnc .fact_p {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    margin: 0
}

.mntnc .divider_dots {
    display: flex;
    justify-content: flex-end;
    padding: 24px 40px;
    gap: 8px;
    background: #fff
}

.mntnc .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8FAEB9
}

.mntnc .dot.big {
    width: 12px;
    height: 12px;
    background: #527999
}

.mntnc .notice_band {
    background: #F2F5F6;
    padding: 80px 0
}

.mntnc .notice_inner {
    display: grid;
    grid-template-columns: 62% 38%;
    gap: 40px;
    align-items: center
}

@media (max-width:768px) {
    .mntnc .notice_inner {
        grid-template-columns: 1fr
    }
}

.mntnc .notice_left_h2 {
    font-size: 41px;
    line-height: 1.15;
    color: #2c4a5e;
    margin: 0 0 24px
}

.mntnc .notice_left_p {
    font-size: 15px;
    line-height: 1.7;
    color: #527999;
    margin: 0 0 16px
}

.mntnc .notice_left_p:last-child {
    margin-bottom: 0
}

.mntnc .notice_right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
}

.mntnc .notice_contact_card {
    background: #fff;
    border-radius: 34px;
    padding: 24px;
    width: 100%;
    box-shadow: -1px 1px 5px 0 #5279990d -1px 6px 14px 0 #52799914;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mntnc .contact_row {
    display: flex;
    align-items: center;
    gap: 16px
}

.mntnc .contact_icon {
    width: 36px;
    height: 36px;
    border-radius: 1px;
    background: #8FAEB9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.mntnc .contact_icon svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.mntnc .contact_val {
    font-size: 15px;
    line-height: 1.45;
    color: #2c4a5e;
    font-weight: 600;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.mntnc .contact_val:hover {
    color: #527999
}

.mntnc .contact_lbl {
    font-size: 15px;
    line-height: 1.45;
    color: #8FAEB9
}

.mntnc .back_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #527999;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    border: none;
    border-radius: 34px;
    padding: 16px 40px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 8px;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out
}

.mntnc .back_btn:hover {
    padding: 16px 56px;
    background: #2c4a5e
}

.mntnc .back_btn svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

@media (max-width:480px) {
    .mntnc .title_h1 {
        font-size: 24px
    }

    .mntnc .title_right_h2 {
        font-size: 24px
    }

    .mntnc .notice_left_h2 {
        font-size: 31px
    }

    .mntnc .steps_aside_h2 {
        font-size: 24px
    }

    .mntnc .title_right_meta {
        gap: 24px
    }

    .mntnc .divider_dots {
        padding: 24px 16px
    }
}

::selection {
    background: linear-gradient(135deg, #527999, #8FAEB9);
    color: #fff
}