*,
::before,
::after {
    box-sizing: border-box
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%
}

.page_header {
    background: linear-gradient(135deg, #1a2530 0%, #16202b 60%, #0f1820 100%);
    border-bottom: 2px solid #ED6007;
    position: relative
}

.header_top_strip {
    background: #0d141c;
    border-bottom: 1px solid #1b619f47;
    padding: 8px 0
}

.header_top_inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px
}

.header_contact_phone {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #EDFDF4;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .18s ease-out;
    display: flex;
    align-items: center;
    gap: 8px
}

.header_contact_phone:hover {
    color: #ED6007
}

.header_contact_phone .codicon {
    color: #ED6007;
    font-size: 16px
}

.header_main_row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    gap: 28px
}

.brand_identity {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.brand_logo_box {
    background-color: #EDFDF4;
    border: 1px solid #ed600766;
    box-shadow: 2px 3px 6px 1px #ed600714;
    border-radius: 3px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.brand_logo_box img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block
}

.brand_text_group {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.brand_name {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: 700;
    color: #EDFDF4;
    line-height: 1.1;
    letter-spacing: .02em;
    white-space: nowrap
}

.brand_tagline {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    font-weight: 400;
    color: #1B619F;
    line-height: 1.1;
    letter-spacing: .06em;
    white-space: nowrap
}

.primary_navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.primary_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end
}

.primary_navigation ul li {
    display: flex
}

.primary_navigation ul li a {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    font-weight: 400;
    color: #b8c8d8;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 3px;
    border: 1px solid transparent;
    letter-spacing: .03em;
    line-height: 1.1;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .15s ease-out, border-color .18s ease-out, background-color .15s ease-out;
    white-space: nowrap
}

.primary_navigation ul li a:hover {
    color: #EDFDF4;
    border-color: #1b619f80;
    background-color: #1b619f1f
}

.primary_navigation ul li a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #ed600780
}

.primary_navigation ul li a[aria-current="page"] {
    color: #ED6007;
    border-color: #ed600766;
    background-color: #ed600714
}

.page_footer {
    background: #0d141c;
    border-top: 1px solid #1b619f4d
}

.footer_upper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 28px 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 56px;
    align-items: start
}

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

.footer_logo_wrap {
    background-color: #EDFDF4;
    border: 1px solid #ed60074d;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.footer_logo_wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.footer_brand_name {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    line-height: 1.1
}

.footer_contact_group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer_contact_label {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #edfdf480;
    letter-spacing: .08em;
    line-height: 1.1
}

.footer_email_link {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #1B619F;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .14s ease-out;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer_email_link:hover {
    color: #ED6007
}

.footer_email_link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #ed600780;
    border-radius: 3px
}

.footer_address_text {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #edfdf473;
    line-height: 1.75
}

.footer_legal_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end
}

.footer_legal_links a {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #edfdf480;
    text-decoration: none;
    letter-spacing: .03em;
    line-height: 1.1;
    padding: 4px 8px;
    border-radius: 3px;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .16s ease-out
}

.footer_legal_links a:hover {
    color: #EDFDF4
}

.footer_legal_links a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #ed600780
}

.footer_bottom_bar {
    border-top: 1px solid #1b619f33;
    padding: 16px 28px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.footer_copyright {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #edfdf459;
    letter-spacing: .04em;
    line-height: 1.1
}

.footer_domain {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #1b619fb3;
    letter-spacing: .05em;
    line-height: 1.1
}

.cookie_consent_container {
    display: none;
    position: fixed;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    max-width: 640px;
    z-index: 1200;
    border-radius: 13px;
    background: #131e28;
    border: 1px solid #1b619f73;
    box-shadow: 2px 8px 36px 1px #ed60071f;
    padding: 28px
}

.cookie_headline {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 8px;
    line-height: 1.1
}

.cookie_description {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #edfdf4a6;
    line-height: 1.75;
    margin: 0 0 16px
}

.cookie_actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.cookie_accept_button {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    color: #EDFDF4;
    background: #ED6007;
    border: none;
    border-radius: 3px;
    padding: 8px 28px;
    min-height: 44px;
    cursor: pointer;
    letter-spacing: .03em;
    transition: background-color .14s ease-out
}

.cookie_accept_button:hover {
    background: #c94f04
}

.cookie_accept_button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #ed600780
}

.cookie_accept_button:active {
    box-shadow: inset 2px 3px 6px 1px #ed60072e
}

.cookie_decline_link {
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    color: #edfdf480;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    min-height: 44px;
    text-decoration: underline;
    letter-spacing: .03em;
    transition: color .16s ease-out
}

.cookie_decline_link:hover {
    color: #EDFDF4
}

.cookie_decline_link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #ed600766;
    border-radius: 3px
}

@media (max-width: 1280px) {
    .header_main_row {
        flex-wrap: wrap;
        gap: 16px
    }

    .footer_upper {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .footer_legal_links {
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .header_top_inner {
        justify-content: center
    }

    .header_main_row {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px
    }

    .primary_navigation {
        width: 100%;
        justify-content: flex-start
    }

    .primary_navigation ul {
        justify-content: flex-start
    }

    .footer_upper {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 16px
    }

    .footer_legal_links {
        align-items: flex-start
    }

    .footer_bottom_bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 8px
    }
}

.legal-body {
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 28px;
    background: #18160f;
    color: #d8d2c4
}

.legal-body h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #f0ece2;
    margin-bottom: 28px;
    margin-top: 0;
    letter-spacing: -.01em
}

.legal-body h2 {
    font-size: 37px;
    line-height: 1.1;
    color: #f0ece2;
    margin-top: 56px;
    margin-bottom: 16px
}

.legal-body h3 {
    font-size: 27px;
    line-height: 1.1;
    color: #e8e2d6;
    margin-top: 28px;
    margin-bottom: 16px
}

.legal-body h4 {
    font-size: 21px;
    line-height: 1.75;
    color: #e0dace;
    margin-top: 28px;
    margin-bottom: 8px
}

.legal-body h5 {
    font-size: 18px;
    line-height: 1.75;
    color: #d8d2c4;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.legal-body h6 {
    font-size: 16px;
    line-height: 1.75;
    color: #c8c2b4;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.legal-body p {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 16px;
    color: #c8c2b4
}

.legal-body a {
    color: #ED6007;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .18s ease-out, text-decoration-color .14s ease-out
}

.legal-body a:hover {
    color: #ff7a2a;
    text-decoration-color: transparent
}

.legal-body ul {
    padding-left: 28px;
    margin-bottom: 16px;
    list-style: none
}

.legal-body ul li {
    font-size: 18px;
    line-height: 1.75;
    color: #c8c2b4;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative
}

.legal-body ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ED6007;
    border-radius: 3px;
    position: absolute;
    left: -4px;
    top: 11px
}

.legal-body ol {
    padding-left: 28px;
    margin-bottom: 16px;
    counter-reset: policy_list;
    list-style: none
}

.legal-body ol li {
    font-size: 18px;
    line-height: 1.75;
    color: #c8c2b4;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    counter-increment: policy_list
}

.legal-body ol li::before {
    content: counter(policy_list) ".";
    position: absolute;
    left: -16px;
    top: 0;
    color: #ED6007;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75
}

.legal-body hr {
    border: none;
    border-top: 1px solid #2e2b22;
    margin: 56px 0
}

.legal-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.75;
    box-shadow: 2px 4px 22px 1px #ed600714;
    border-radius: 13px;
    overflow: hidden
}

.legal-body thead {
    background: #221e14
}

.legal-body tbody tr {
    border-bottom: 1px solid #2e2b22;
    transition: background .18s ease-out
}

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

.legal-body tbody tr:hover {
    background: #1e1b12
}

.legal-body th {
    padding: 16px;
    text-align: left;
    color: #f0ece2;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    background: #251f13
}

.legal-body td {
    padding: 16px;
    color: #c8c2b4;
    vertical-align: top
}

.legal-body div {
    font-size: 18px;
    line-height: 1.75
}

@media (max-width: 768px) {
    .legal-body {
        padding: 28px 16px
    }

    .legal-body h1 {
        font-size: 37px
    }

    .legal-body h2 {
        font-size: 27px;
        margin-top: 28px
    }

    .legal-body h3 {
        font-size: 21px
    }

    .legal-body table {
        display: block;
        overflow-x: auto;
        border-radius: 3px
    }

    .legal-body th,
    .legal-body td {
        padding: 8px 16px
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .legal-body {
        padding: 56px 28px
    }

    .legal-body h1 {
        font-size: 52px
    }
}

.accreditation {
    background-color: #18160f;
    overflow-x: clip;
    position: relative
}

.accreditation .page_texture {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ED6007' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3Ccircle cx='10' cy='10' r='0.5'/%3E%3Ccircle cx='50' cy='10' r='0.5'/%3E%3Ccircle cx='10' cy='50' r='0.5'/%3E%3Ccircle cx='50' cy='50' r='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.accreditation .max_bound {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    z-index: 1
}

.accreditation .divider_radial {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ED6007 30%, #1B619F 60%, transparent 100%);
    border: none;
    margin: 0;
    opacity: .45
}

.accreditation .divider_radial_alt {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #1B619F 40%, #ED6007 70%, transparent 100%);
    border: none;
    margin: 0;
    opacity: .35
}

.accreditation .title_panel {
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
    background: linear-gradient(127deg, #1B619F 0%, #18160f 38%, #2a1800 65%, #ED6007 120%);
    overflow: hidden
}

.accreditation .title_dot_grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    background-image: radial-gradient(circle, #EDFDF4 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .07;
    mask-image: linear-gradient(90deg, transparent 0%, black 30%, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 30%, black 60%, transparent 100%)
}

.accreditation .title_layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px
}

.accreditation .title_text_area {
    flex: 1 1 0;
    min-width: 0
}

.accreditation .title_label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .14em;
    color: #ED6007;
    background: #ed60071a;
    padding: 4px 16px;
    border-radius: 3px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.accreditation .title_heading {
    font-size: 52px;
    line-height: 1.1;
    color: #EDFDF4;
    font-weight: 700;
    margin: 0 0 16px
}

.accreditation .title_heading_line {
    display: block;
    font-size: 37px;
    line-height: 1.1;
    color: #1B619F;
    font-weight: 300
}

.accreditation .title_sub {
    font-size: 18px;
    line-height: 1.75;
    color: #edfdf4b8;
    max-width: 480px;
    margin: 0
}

.accreditation .title_image_wrap {
    flex: 0 0 360px;
    width: 360px;
    height: 280px;
    border-radius: 13px;
    overflow: hidden;
    position: relative
}

.accreditation .title_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.5) brightness(0.75);
    transition: filter .18s ease-out;
    display: block
}

.accreditation .title_image_wrap:hover img {
    filter: saturate(1) brightness(0.9)
}

.accreditation .title_image_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #1b619f73 0%, #ed600740 100%);
    pointer-events: none
}

.accreditation .drop_item {
    opacity: 0;
    transform: translateY(-28px);
    animation: drop_in .22s ease-out forwards
}

.accreditation .drop_item:nth-child(1) {
    animation-delay: .05s
}

.accreditation .drop_item:nth-child(2) {
    animation-delay: .12s
}

.accreditation .drop_item:nth-child(3) {
    animation-delay: .19s
}

.accreditation .drop_item:nth-child(4) {
    animation-delay: .26s
}

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

.accreditation .registry_panel {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #edfdf406;
    position: relative
}

.accreditation .registry_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px
}

.accreditation .registry_heading_row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px
}

.accreditation .registry_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0
}

.accreditation .registry_lead {
    font-size: 18px;
    line-height: 1.75;
    color: #edfdf4a6;
    max-width: 640px;
    margin: 0
}

.accreditation .accred_card {
    background: #1b619f12;
    border: 1px solid #1b619f33;
    border-radius: 13px;
    padding: 28px;
    position: relative;
    transition: border-color .15s ease-out, box-shadow .15s ease-out
}

.accreditation .accred_card:hover {
    border-color: #1b619f80;
    box-shadow: 2px 8px 36px 1px #1b619f1f
}

.accreditation .accred_card_icon {
    width: 40px;
    height: 40px;
    background: #ed60071f;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.accreditation .accred_card_icon svg {
    width: 22px;
    height: 22px
}

.accreditation .accred_card_name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 8px
}

.accreditation .accred_card_body {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf499;
    margin: 0 0 16px
}

.accreditation .accred_card_status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .06em
}

.accreditation .status_dot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #ED6007;
    flex-shrink: 0
}

.accreditation .status_text {
    color: #ED6007
}

.accreditation .dashed_path_wrapper {
    position: relative
}

.accreditation .dashed_path_svg {
    position: absolute;
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    pointer-events: none;
    overflow: visible
}

.accreditation .registry_panel_full {
    grid-column: 1 / -1
}

.accreditation .standards_panel {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #18160f;
    position: relative
}

.accreditation .standards_layout {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.accreditation .standards_left {
    flex: 0 0 320px;
    position: sticky;
    top: 28px
}

.accreditation .standards_eyebrow {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1B619F;
    margin-bottom: 16px
}

.accreditation .standards_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 16px
}

.accreditation .standards_intro {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf499;
    margin: 0
}

.accreditation .standards_right {
    flex: 1 1 0;
    min-width: 0
}

.accreditation .standard_row {
    border-radius: 13px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative
}

.accreditation .standard_row_reveal {
    background: #edfdf408;
    border: 1px solid #edfdf414;
    border-radius: 13px;
    cursor: pointer;
    overflow: hidden
}

.accreditation .standard_row_reveal:focus-within {
    outline: 2px solid #1B619F;
    outline-offset: 2px
}

.accreditation .standard_row_face {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 28px;
    position: relative;
    z-index: 2
}

.accreditation .standard_row_overlay {
    position: absolute;
    inset: 0;
    background: #1b619f2e;
    opacity: 0;
    transition: opacity .16s ease-out;
    pointer-events: none;
    z-index: 1
}

.accreditation .standard_row_reveal:hover .standard_row_overlay {
    opacity: 1
}

.accreditation .standard_number {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    color: #ed600759;
    flex-shrink: 0;
    width: 56px
}

.accreditation .standard_label {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    flex: 1 1 0
}

.accreditation .standard_detail {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf499;
    padding: 0 28px 16px 100px;
    display: none;
    position: relative;
    z-index: 2
}

.accreditation .standard_row_reveal:hover .standard_detail,
.accreditation .standard_row_reveal:focus-within .standard_detail {
    display: block
}

.accreditation .pull_quote_wrap {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    margin-top: 28px;
    padding: 28px;
    background: #ed60070f;
    border-radius: 13px
}

.accreditation .pull_quote_body {
    flex: 1 1 0;
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf4b3;
    margin: 0
}

.accreditation .pull_quote_accent {
    flex: 0 0 auto;
    font-size: 21px;
    line-height: 1.75;
    font-weight: 700;
    color: #ED6007;
    max-width: 180px;
    text-align: right
}

.accreditation .licenses_panel {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #1b619f0f;
    position: relative
}

.accreditation .licenses_heading_area {
    margin-bottom: 28px
}

.accreditation .licenses_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 8px
}

.accreditation .licenses_sub {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf499;
    max-width: 600px;
    margin: 0
}

.accreditation .license_table_wrap {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 4px 22px 1px #1b619f14
}

.accreditation .license_table {
    width: 100%;
    border-collapse: collapse;
    background: #18160fe6
}

.accreditation .license_table thead tr {
    background: #1b619f38
}

.accreditation .license_table th {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .09em;
    color: #edfdf48c;
    text-transform: uppercase;
    padding: 16px 28px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #1b619f4d
}

.accreditation .license_table td {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf4cc;
    padding: 16px 28px;
    border-bottom: 1px solid #edfdf40d
}

.accreditation .license_table tbody tr {
    transition: background .12s ease-out
}

.accreditation .license_table tbody tr:hover {
    background: #ed60070d
}

.accreditation .license_table tbody tr:last-child td {
    border-bottom: none
}

.accreditation .license_badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.1
}

.accreditation .license_badge_active {
    background: #ed60071f;
    color: #ED6007
}

.accreditation .license_badge_verified {
    background: #1b619f26;
    color: #7ab8e8
}

.accreditation .inline_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    align-items: center
}

.accreditation .inline_list li {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf499
}

.accreditation .inline_list li+li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 40px;
    background: #ED6007;
    vertical-align: middle;
    margin-right: 4px
}

.accreditation .link_double {
    color: #ED6007;
    text-decoration: none;
    border-bottom: 1px solid #ed600759;
    box-shadow: 0 3px 0 0 #ed60072e;
    transition: color .12s ease-out, border-color .12s ease-out
}

.accreditation .link_double:hover {
    color: #EDFDF4;
    border-bottom-color: #EDFDF4;
    box-shadow: 0 3px 0 0 #edfdf44d
}

.accreditation .cta_strip {
    background: #ed600714;
    border-radius: 13px;
    padding: 28px;
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 2px 3px 6px 1px #ed600714
}

.accreditation .cta_strip_text {
    font-size: 18px;
    line-height: 1.75;
    color: #edfdf4cc;
    margin: 0
}

.accreditation .btn_primary {
    display: inline-block;
    padding: 16px 28px;
    background: #ED6007;
    color: #18160f;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease-out, box-shadow .18s ease-out;
    box-shadow: 2px 3px 6px 1px #ed600714;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.accreditation .btn_primary:hover {
    background: #ff7420;
    box-shadow: 2px 8px 36px 1px #ed60071f
}

.accreditation .btn_primary:active {
    box-shadow: inset 0 2px 8px #00000040
}

.accreditation .btn_secondary {
    display: inline-block;
    padding: 16px 28px;
    background: transparent;
    color: #1B619F;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #1b619f80;
    cursor: pointer;
    white-space: nowrap;
    transition: background .14s ease-out, border-color .14s ease-out
}

.accreditation .btn_secondary:hover {
    background: #1b619f1f;
    border-color: #1B619F
}

@media (max-width: 1280px) {
    .accreditation .registry_grid {
        grid-template-columns: 1fr 1fr
    }

    .accreditation .title_image_wrap {
        flex: 0 0 280px;
        width: 280px;
        height: 220px
    }

    .accreditation .title_heading {
        font-size: 37px
    }
}

@media (max-width: 768px) {
    .accreditation .title_layout {
        flex-direction: column;
        gap: 28px
    }

    .accreditation .title_image_wrap {
        flex: none;
        width: 100%;
        height: 200px
    }

    .accreditation .title_heading {
        font-size: 37px
    }

    .accreditation .registry_grid {
        grid-template-columns: 1fr
    }

    .accreditation .standards_layout {
        flex-direction: column;
        gap: 28px
    }

    .accreditation .standards_left {
        flex: none;
        position: static;
        width: 100%
    }

    .accreditation .pull_quote_wrap {
        flex-direction: column;
        gap: 16px
    }

    .accreditation .pull_quote_accent {
        max-width: 100%;
        text-align: left
    }

    .accreditation .cta_strip {
        flex-direction: column;
        align-items: flex-start
    }

    .accreditation .license_table th:nth-child(3),
    .accreditation .license_table td:nth-child(3) {
        display: none
    }

    .accreditation .standard_detail {
        padding-left: 28px
    }
}

.contact-us-page {
    background-color: #18140f;
    overflow-x: hidden;
    position: relative
}

.contact-us-page .split-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0
}

.contact-us-page .split-left {
    background: linear-gradient(157deg, #ED6007 0%, #b84a05 48%, #1B619F 100%);
    padding: 56px 56px 56px 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact-us-page .split-left .faded-letter {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 220px;
    font-weight: 900;
    color: #ffffff0f;
    line-height: 1.1;
    pointer-events: none;
    z-index: 0;
    user-select: none
}

.contact-us-page .split-left .band-text {
    position: relative;
    z-index: 1
}

.contact-us-page .split-left .band-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 28px;
    letter-spacing: -.5px
}

.contact-us-page .split-left .band-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .split-left .band-points li {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffe0;
    padding-left: 16px;
    border-top: 1px solid #ffffff2e;
    padding-top: 16px
}

.contact-us-page .split-right {
    background: #1c1508;
    padding: 56px 28px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact-us-page .split-right .quick-stat {
    font-size: 68px;
    font-weight: 700;
    color: #ED6007;
    line-height: 1.1;
    margin: 0
}

.contact-us-page .split-right .stat-label {
    font-size: 16px;
    color: #ffffff8c;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 8px 0 28px
}

.contact-us-page .split-right .contact-line {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px
}

.contact-us-page .split-right .contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.contact-us-page .split-right .contact-item .ci-icon {
    width: 36px;
    height: 36px;
    background: #ed60071f;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #ed600738
}

.contact-us-page .split-right .contact-item .ci-icon svg {
    width: 16px;
    height: 16px;
    stroke: #ED6007;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .split-right .contact-item .ci-data {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-us-page .split-right .contact-item .ci-label {
    font-size: 16px;
    color: #fff6;
    letter-spacing: .1em;
    text-transform: uppercase
}

.contact-us-page .split-right .contact-item .ci-value {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
    text-decoration: none;
    transition: color .15s ease-out
}

.contact-us-page .split-right .contact-item .ci-value:hover {
    color: #ED6007
}

.contact-us-page .form-section {
    padding: 56px 0;
    background: #211a0e;
    position: relative
}

.contact-us-page .form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ed60072e
}

.contact-us-page .form-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #1b619f33
}

.contact-us-page .geo-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    pointer-events: none;
    overflow: hidden
}

.contact-us-page .geo-pattern .geo-shape {
    position: absolute;
    border: 1px solid #ed60070f
}

.contact-us-page .geo-pattern .gs1 {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    top: 40px;
    right: 60px;
    transform: rotate(22deg)
}

.contact-us-page .geo-pattern .gs2 {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    top: 160px;
    right: 140px;
    transform: rotate(45deg);
    border-color: #1b619f14
}

.contact-us-page .geo-pattern .gs3 {
    width: 110px;
    height: 110px;
    border-radius: 13px;
    bottom: 60px;
    right: 40px;
    transform: rotate(-12deg)
}

.contact-us-page .geo-pattern .gs4 {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    bottom: 180px;
    right: 180px;
    transform: rotate(30deg);
    border-color: #ed60070d
}

.contact-us-page .form-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
    align-items: start
}

.contact-us-page .form-aside {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-us-page .form-aside .aside-heading {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0
}

.contact-us-page .form-aside .aside-body {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff9e;
    margin: 0
}

.contact-us-page .form-aside .aside-pull {
    font-size: 21px;
    font-weight: 300;
    color: #EDFDF4;
    line-height: 1.75;
    padding: 16px;
    background: #ed600714;
    border-radius: 13px;
    border-top: 2px solid #ed600759
}

.contact-us-page .form-aside .method-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.contact-us-page .form-aside .method-list li {
    font-size: 16px;
    color: #ffffffb3;
    padding: 4px 16px;
    background: #1b619f1f;
    border-radius: 24px;
    border: 1px solid #1b619f33
}

.contact-us-page .form-aside .method-list li+li::before {
    content: none
}

.contact-us-page .form-card {
    background: #2a2015;
    border-radius: 24px;
    padding: 56px;
    box-shadow: 2px 8px 36px 1px #ed60071f;
    border: 1px solid #ed60071a;
    position: relative
}

.contact-us-page .form-card .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px
}

.contact-us-page .form-card .form-group label {
    font-size: 16px;
    color: #fff9;
    letter-spacing: .08em;
    text-transform: uppercase
}

.contact-us-page .form-card .form-group input,
.contact-us-page .form-card .form-group textarea,
.contact-us-page .form-card .form-group select {
    background: #ffffff0a;
    border: 1px solid #ffffff1f;
    border-radius: 13px;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    transition: border-color .18s ease-out, box-shadow .18s ease-out;
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.contact-us-page .form-card .form-group input::placeholder,
.contact-us-page .form-card .form-group textarea::placeholder {
    color: #ffffff40;
    font-weight: 300
}

.contact-us-page .form-card .form-group input:focus,
.contact-us-page .form-card .form-group textarea:focus,
.contact-us-page .form-card .form-group select:focus {
    border-color: #ED6007;
    box-shadow: 2px 3px 6px 1px #ed600714
}

.contact-us-page .form-card .form-group textarea {
    resize: vertical;
    min-height: 120px
}

.contact-us-page .form-card .form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ED6007' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.contact-us-page .form-card .form-group select option {
    background: #2a2015;
    color: #fff
}

.contact-us-page .form-card .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px
}

.contact-us-page .form-card .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
    accent-color: #ED6007;
    cursor: pointer
}

.contact-us-page .form-card .privacy-row label {
    font-size: 16px;
    color: #ffffff80;
    line-height: 1.75;
    cursor: pointer
}

.contact-us-page .form-card .privacy-row label a {
    color: #ED6007;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
    transition: color .12s ease-out
}

.contact-us-page .form-card .privacy-row label a:hover {
    color: #EDFDF4
}

.contact-us-page .form-card .privacy-row label a::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ed600766;
    position: relative;
    top: 1px
}

.contact-us-page .form-card .submit-button {
    display: inline-block;
    background: linear-gradient(157deg, #ED6007 0%, #c45205 60%, #1B619F 100%);
    color: #fff;
    font-size: 18px;
    padding: 16px 56px;
    border-radius: 13px;
    border: none;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: .04em;
    transition: opacity .15s ease-out, box-shadow .2s cubic-bezier(0.4, 0, 0.6, 1);
    box-shadow: 2px 4px 22px 1px #ed600714;
    position: relative;
    overflow: hidden
}

.contact-us-page .form-card .submit-button:hover {
    opacity: .9;
    box-shadow: 2px 8px 36px 1px #ed60071f
}

.contact-us-page .form-card .submit-button:active {
    box-shadow: inset 2px 3px 6px 1px #ed60072e;
    opacity: 1
}

.contact-us-page .form-card .submit-button:focus-visible {
    outline: 2px solid #EDFDF4;
    outline-offset: 3px
}

.contact-us-page .form-card .submit-button .btn-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #ffffff1f;
    border-radius: 13px
}

.contact-us-page .form-card .submit-button:active .btn-fill {
    animation: btn-progress .6s linear forwards
}

@keyframes btn-progress {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.contact-us-page .location-section {
    padding: 56px 0;
    background: #18140f;
    position: relative
}

.contact-us-page .location-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #1b619f26
}

.contact-us-page .location-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px
}

.contact-us-page .location-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
    align-items: center
}

.contact-us-page .location-visual {
    position: relative;
    height: 280px;
    background: linear-gradient(157deg, #1b619f26 0%, #ed600714 70%, #edfdf40a 100%);
    border-radius: 24px;
    border: 1px solid #1b619f2e;
    overflow: hidden;
    animation: bg-breathe 10s ease-in-out infinite
}

@keyframes bg-breathe {

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

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

.contact-us-page .location-visual .loc-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ED6007;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 6px #ed600733 2px 4px 22px 1px #ed600714
}

.contact-us-page .location-visual .loc-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 40px;
    border: 1px solid #ed600740;
    animation: ring-pulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.contact-us-page .location-visual .loc-ring-outer {
    width: 120px;
    height: 120px;
    animation-delay: .8s;
    border-color: #ed60071a
}

@keyframes ring-pulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.4)
    }
}

.contact-us-page .location-visual .loc-grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#1b619f0f 1px, transparent 1px), linear-gradient(90deg, #1b619f0f 1px, transparent 1px);
    background-size: 40px 40px
}

.contact-us-page .location-visual .loc-label {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: #18140fe0;
    color: #fffc;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 40px;
    border: 1px solid #ed600733;
    white-space: nowrap
}

.contact-us-page .location-info {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-us-page .location-info .loc-heading {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0
}

.contact-us-page .location-info .loc-body {
    font-size: 16px;
    color: #ffffff94;
    line-height: 1.75;
    margin: 0
}

.contact-us-page .location-info .address-block {
    background: #1b619f1a;
    border-radius: 13px;
    padding: 16px;
    border: 1px solid #1b619f2e
}

.contact-us-page .location-info .address-block .addr-label {
    font-size: 16px;
    color: #ffffff61;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.contact-us-page .location-info .address-block .addr-text {
    font-size: 18px;
    color: #EDFDF4;
    line-height: 1.75
}

.contact-us-page .location-info .viber-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #ED6007;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #ed600759;
    padding-bottom: 4px;
    transition: color .14s ease-out, border-color .14s ease-out;
    align-self: flex-start
}

.contact-us-page .location-info .viber-link:hover {
    color: #EDFDF4;
    border-color: #edfdf480
}

.contact-us-page .location-info .viber-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

@media (max-width: 1280px) {
    .contact-us-page .split-left {
        padding: 56px 28px
    }

    .contact-us-page .split-right {
        padding: 56px 28px
    }

    .contact-us-page .form-container {
        gap: 28px
    }

    .contact-us-page .form-card {
        padding: 28px
    }
}

@media (max-width: 768px) {
    .contact-us-page .split-band {
        grid-template-columns: 1fr
    }

    .contact-us-page .split-left {
        padding: 56px 28px
    }

    .contact-us-page .split-left .band-heading {
        font-size: 37px
    }

    .contact-us-page .split-left .faded-letter {
        font-size: 140px;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none
    }

    .contact-us-page .split-right {
        padding: 28px
    }

    .contact-us-page .form-container {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .contact-us-page .location-grid {
        grid-template-columns: 1fr
    }

    .contact-us-page .location-visual {
        height: 200px
    }

    .contact-us-page .form-card {
        padding: 28px 16px
    }

    .contact-us-page .form-card .submit-button {
        width: 100%;
        padding: 16px 28px
    }
}

.about-us-page {
    background: #18140f;
    color: #d4cfc8;
    overflow-x: hidden
}

.about-us-page .editorial-column {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px
}

.about-us-page .reveal-on-load {
    animation: revealBlock .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes revealBlock {
    from {
        opacity: 0;
        transform: rotate(-1.2deg) translateY(16px)
    }

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

.about-us-page .title-block {
    padding: 56px 0 0;
    position: relative
}

.about-us-page .title-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 56px
}

.about-us-page .title-image-zone {
    flex: 0 0 340px;
    position: relative;
    border-radius: 13px;
    overflow: hidden
}

.about-us-page .title-image-zone img {
    width: 340px;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 13px;
    filter: grayscale(0%);
    transition: filter .18s ease-out
}

.about-us-page .title-image-zone img:hover {
    filter: grayscale(100%)
}

.about-us-page .title-image-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #18140f 0%, #18140f8c 60%, transparent 100%);
    border-radius: 0 0 13px 13px;
    pointer-events: none
}

.about-us-page .title-text-zone {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 0 28px 16px
}

.about-us-page .label-tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .14em;
    color: #ED6007;
    background: #ed60071a;
    border-radius: 3px;
    padding: 4px 16px;
    margin-bottom: 16px;
    font-weight: 300
}

.about-us-page .title-heading {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 28px;
    letter-spacing: -.01em
}

.about-us-page .title-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #ED6007;
    text-decoration: none;
    border-bottom: 2px solid #ED6007;
    box-shadow: inset 0 -1px 0 0 #ed600759;
    padding-bottom: 4px;
    transition: color .16s ease-out, border-color .16s ease-out;
    width: fit-content
}

.about-us-page .title-action-link:hover {
    color: #EDFDF4;
    border-color: #EDFDF4
}

.about-us-page .title-action-link svg {
    transition: transform .14s ease-out
}

.about-us-page .title-action-link:hover svg {
    transform: translateX(4px)
}

.about-us-page .wave-divider {
    width: 100%;
    display: block;
    margin-top: 56px;
    line-height: 0
}

.about-us-page .metrics-band {
    background: #1f1a12;
    padding: 56px 0;
    position: relative
}

.about-us-page .metrics-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(117deg, #ed600712 0%, #1b619f0a 55%, #edfdf408 100%);
    pointer-events: none
}

.about-us-page .metrics-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0
}

.about-us-page .metric-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    position: relative
}

.about-us-page .metric-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #ed600766, transparent)
}

.about-us-page .metric-number {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #ED6007;
    letter-spacing: -.02em
}

.about-us-page .metric-label {
    font-size: 16px;
    line-height: 1.75;
    color: #a09a90;
    text-align: center;
    letter-spacing: .06em;
    margin-top: 8px
}

.about-us-page .diamond-sep {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ED6007;
    transform: rotate(45deg);
    margin: 0 8px;
    vertical-align: middle;
    flex-shrink: 0
}

.about-us-page .story-section {
    padding: 56px 0;
    background: #18140f;
    position: relative
}

.about-us-page .diagonal-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .diagonal-line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-us-page .story-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start
}

.about-us-page .story-sidebar {
    position: sticky;
    top: 28px
}

.about-us-page .sidebar-heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 16px
}

.about-us-page .sidebar-subtext {
    font-size: 16px;
    line-height: 1.75;
    color: #7a7268;
    font-weight: 300;
    margin: 0 0 28px
}

.about-us-page .sidebar-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 13px;
    display: block;
    transition: filter .2s ease-out
}

.about-us-page .sidebar-image:hover {
    filter: grayscale(100%)
}

.about-us-page .story-body {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.about-us-page .story-paragraph {
    font-size: 18px;
    line-height: 1.75;
    color: #c2bdb5;
    margin: 0
}

.about-us-page .pull-quote-wrapper {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start
}

.about-us-page .pull-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.75;
    color: #c2bdb5;
    margin: 0
}

.about-us-page .pull-quote {
    flex: 0 0 200px;
    font-size: 21px;
    line-height: 1.75;
    font-weight: 700;
    color: #ED6007;
    background: #ed600714;
    border-radius: 3px;
    padding: 16px
}

.about-us-page .inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0
}

.about-us-page .inline-list li {
    font-size: 16px;
    color: #c2bdb5
}

.about-us-page .inline-list li::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ED6007;
    transform: rotate(45deg);
    margin: 0 8px;
    vertical-align: middle
}

.about-us-page .inline-list li:last-child::after {
    display: none
}

.about-us-page .team-section {
    padding: 56px 0;
    background: #211c14;
    position: relative
}

.about-us-page .team-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, #1b619f17 0%, transparent 55%, #ed60070d 100%);
    pointer-events: none
}

.about-us-page .section-eyebrow {
    font-size: 16px;
    letter-spacing: .12em;
    color: #1B619F;
    font-weight: 300;
    margin-bottom: 16px;
    display: block
}

.about-us-page .team-heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 300;
    color: #EDFDF4;
    margin: 0 0 56px
}

.about-us-page .team-heading strong {
    font-weight: 700
}

.about-us-page .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}

.about-us-page .team-card {
    background: #ed60070d;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    box-shadow: 2px 4px 22px 1px #ed600714;
    transition: box-shadow .18s ease-out, transform .16s ease-out
}

.about-us-page .team-card:hover {
    box-shadow: 2px 8px 36px 1px #ed60071f;
    transform: translateY(-2px)
}

.about-us-page .team-card-image {
    width: 120px;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
    transition: filter .18s ease-out
}

.about-us-page .team-card:hover .team-card-image {
    filter: grayscale(100%)
}

.about-us-page .team-card-text {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.about-us-page .team-name {
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0
}

.about-us-page .team-role {
    font-size: 16px;
    color: #ED6007;
    letter-spacing: .08em;
    margin: 0;
    font-weight: 300
}

.about-us-page .team-bio {
    font-size: 16px;
    line-height: 1.75;
    color: #8c8278;
    margin: 0
}

.about-us-page .bottom-cta-strip {
    padding: 28px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #edfdf40f;
    margin-top: 56px
}

.about-us-page .cta-label {
    font-size: 21px;
    font-weight: 300;
    color: #EDFDF4
}

.about-us-page .cta-button {
    display: inline-block;
    background: #ED6007;
    color: #18140f;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .06em;
    box-shadow: 2px 3px 6px 1px #ed600714;
    transition: background .14s ease-out, box-shadow .16s ease-out;
    position: relative;
    overflow: hidden
}

.about-us-page .cta-button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #ffffff1f;
    transition: width .6s cubic-bezier(0.4, 0, 0.6, 1)
}

.about-us-page .cta-button:active::after {
    width: 100%
}

.about-us-page .cta-button:hover {
    background: #c94f04;
    box-shadow: 2px 8px 36px 1px #ed60071f
}

.about-us-page .cta-button:focus {
    outline: 2px solid #EDFDF4;
    outline-offset: 3px
}

@media (max-width: 1280px) {
    .about-us-page .title-image-zone {
        flex: 0 0 280px
    }

    .about-us-page .title-image-zone img {
        width: 280px;
        height: 360px
    }

    .about-us-page .title-heading {
        font-size: 37px
    }
}

@media (max-width: 768px) {
    .about-us-page .title-inner {
        flex-direction: column;
        gap: 28px
    }

    .about-us-page .title-image-zone {
        flex: none;
        width: 100%
    }

    .about-us-page .title-image-zone img {
        width: 100%;
        height: 240px
    }

    .about-us-page .title-text-zone {
        padding: 0
    }

    .about-us-page .title-heading {
        font-size: 37px
    }

    .about-us-page .metrics-row {
        flex-direction: column
    }

    .about-us-page .metric-item:not(:last-child)::after {
        display: none
    }

    .about-us-page .story-layout {
        grid-template-columns: 1fr
    }

    .about-us-page .story-sidebar {
        position: static
    }

    .about-us-page .pull-quote-wrapper {
        flex-direction: column
    }

    .about-us-page .pull-quote {
        flex: none;
        width: 100%
    }

    .about-us-page .team-grid {
        grid-template-columns: 1fr
    }

    .about-us-page .bottom-cta-strip {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }
}

.prime {
    background-color: #18140f;
    color: #d4cfc8;
    overflow-x: hidden;
    position: relative
}

.prime .page_schema {
    display: none
}

.prime .title_area {
    position: relative;
    padding: 56px 28px;
    overflow: hidden
}

.prime .title_gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(127deg, #ED6007 0%, #1B619F 38%, #18140f 72%, #EDFDF4 100%);
    background-size: 320% 320%;
    animation: gradshift 9s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
    z-index: 0
}

@keyframes gradshift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 100%
    }
}

.prime .title_noise {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    pointer-events: none
}

.prime .title_fade_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #18140f);
    z-index: 2;
    pointer-events: none
}

.prime .title_body {
    position: relative;
    z-index: 3;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.prime .title_tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .14em;
    color: #EDFDF4;
    border: 1px solid #edfdf44d;
    padding: 4px 16px;
    border-radius: 3px;
    align-self: flex-start;
    background: #1b619f2e
}

.prime .title_statement {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    max-width: 720px;
    margin: 0
}

.prime .title_sub {
    font-size: 21px;
    line-height: 1.75;
    color: #edfdf4d1;
    max-width: 560px;
    margin: 0
}

.prime .divider_fade {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ED6007 30%, #1B619F 70%, transparent);
    max-width: 1170px;
    margin: 0 auto;
    opacity: .35
}

.prime .community_area {
    padding: 56px 28px;
    background: #1a1510
}

.prime .community_inner {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    align-items: start
}

.prime .community_lead {
    grid-column: 1 / 3
}

.prime .community_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 16px
}

.prime .community_body {
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 16px
}

.prime .community_pull {
    font-size: 21px;
    line-height: 1.75;
    color: #ED6007;
    font-weight: 300;
    border-top: 2px solid #ed60074d;
    padding-top: 16px;
    margin-top: 8px
}

.prime .community_image_box {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 4px 22px 1px #ed600714
}

.prime .community_image_box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: filter .18s ease-out
}

.prime .community_image_box:hover img {
    filter: saturate(0)
}

.prime .community_image_fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #1a1510 0%, transparent 40%);
    pointer-events: none
}

.prime .community_peers {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.prime .peer_tag {
    font-size: 16px;
    color: #EDFDF4;
    background: #1b619f38;
    border: 1px solid #1b619f61;
    border-radius: 24px;
    padding: 4px 16px;
    position: relative
}

.prime .peer_tag::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #ED6007;
    margin-left: 8px;
    vertical-align: middle
}

.prime .divider_angle {
    max-width: 1170px;
    margin: 0 auto;
    height: 2px;
    background: linear-gradient(90deg, #1B619F 0%, transparent 100%);
    opacity: .22
}

.prime .journey_area {
    padding: 56px 28px;
    background: #18140f
}

.prime .journey_inner {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 56px;
    align-items: center
}

.prime .journey_image_wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 2px 8px 36px 1px #1b619f1f
}

.prime .journey_image_wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: filter .19s ease-out
}

.prime .journey_image_wrap:hover img {
    filter: saturate(0)
}

.prime .journey_img_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(to top, #18140f, transparent);
    pointer-events: none
}

.prime .journey_text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .journey_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 300;
    color: #EDFDF4;
    margin: 0
}

.prime .journey_heading strong {
    font-weight: 700;
    color: #ED6007
}

.prime .journey_para {
    font-size: 18px;
    line-height: 1.75;
    margin: 0
}

.prime .journey_phases {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.prime .phase_item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.prime .phase_num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 40px;
    background: #ED6007;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #18140f;
    flex-shrink: 0
}

.prime .phase_desc {
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    padding-top: 4px
}

.prime .divider_dots {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding: 8px 0
}

.prime .divider_dots span {
    width: 6px;
    height: 6px;
    border-radius: 40px;
    background: #edfdf41f;
    display: block
}

.prime .divider_dots span:nth-child(3) {
    background: #ed600773
}

.prime .scale_area {
    padding: 56px 28px;
    background: #131009;
    position: relative
}

.prime .scale_bg_circle {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 40px;
    border: 1px solid #ed60070f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.prime .scale_bg_circle_two {
    position: absolute;
    width: 740px;
    height: 740px;
    border-radius: 40px;
    border: 1px solid #1b619f0a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.prime .scale_inner {
    position: relative;
    z-index: 1;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.prime .scale_heading {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0;
    text-align: center
}

.prime .scale_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.prime .scale_card {
    background: linear-gradient(155deg, #1b619f24 0%, #ed600712 100%);
    border: 1px solid #edfdf41a;
    border-radius: 13px;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    box-shadow: 2px 3px 6px 1px #ed600714;
    transition: box-shadow .16s ease-out, border-color .16s ease-out
}

.prime .scale_card:hover {
    box-shadow: 2px 8px 36px 1px #ed60071f;
    border-color: #ed60074d
}

.prime .scale_number {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #ED6007
}

.prime .scale_label {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf4b8;
    letter-spacing: .06em
}

.prime .scale_image_wide {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 4px 22px 1px #1b619f14
}

.prime .scale_image_wide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: filter .22s ease-out
}

.prime .scale_image_wide:hover img {
    filter: saturate(0)
}

.prime .scale_img_fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, #131009 100%);
    pointer-events: none
}

.prime .divider_rule {
    max-width: 1170px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1b619f4d, transparent)
}

.prime .stories_area {
    padding: 56px 28px;
    background: #1c1810
}

.prime .stories_inner {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.prime .stories_left {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.prime .stories_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0
}

.prime .stories_intro {
    font-size: 18px;
    line-height: 1.75;
    margin: 0
}

.prime .story_card {
    background: #1b619f1a;
    border: 1px solid #1b619f38;
    border-radius: 13px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 2px 3px 6px 1px #1b619f14
}

.prime .story_quote {
    font-size: 18px;
    line-height: 1.75;
    color: #d4cfc8;
    font-style: italic;
    margin: 0
}

.prime .story_person {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.prime .story_avatar {
    width: 44px;
    height: 44px;
    border-radius: 40px;
    background: linear-gradient(135deg, #ED6007, #1B619F);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    flex-shrink: 0
}

.prime .story_name {
    font-size: 16px;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0
}

.prime .story_role {
    font-size: 16px;
    color: #d4cfc89e;
    margin: 0
}

.prime .stories_image_stack {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .stories_image_frame {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 8px 36px 1px #ed60071f;
    position: relative
}

.prime .stories_image_frame img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: filter .18s ease-out
}

.prime .stories_image_frame:hover img {
    filter: saturate(0)
}

.prime .stories_img_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #1c1810 0%, transparent 55%);
    pointer-events: none
}

.prime .stories_accent_text {
    font-size: 21px;
    line-height: 1.75;
    color: #EDFDF4;
    background: #ed60071a;
    border-radius: 3px;
    padding: 16px;
    margin: 0
}

.prime .divider_thick {
    max-width: 1170px;
    margin: 0 auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ED6007 20%, #1B619F 80%, transparent);
    opacity: .18
}

.prime .graduation_area {
    padding: 56px 28px;
    position: relative;
    background: #18140f
}

.prime .graduation_bg_image {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden
}

.prime .graduation_bg_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .18;
    filter: saturate(0.4)
}

.prime .graduation_bg_image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #18140f 0%, #18140fb8 50%, #18140f 100%)
}

.prime .graduation_inner {
    position: relative;
    z-index: 1;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.prime .graduation_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0;
    max-width: 640px
}

.prime .graduation_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.prime .grad_item {
    background: #edfdf40a;
    border: 1px solid #edfdf41a;
    border-radius: 13px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 2px 3px 6px 1px #1b619f14;
    transition: background .14s ease-out, border-color .14s ease-out
}

.prime .grad_item:hover {
    background: #ed600714;
    border-color: #ed600747
}

.prime .grad_icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prime .grad_icon svg {
    width: 28px;
    height: 28px
}

.prime .grad_title {
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0
}

.prime .grad_desc {
    font-size: 16px;
    line-height: 1.75;
    color: #d4cfc8b8;
    margin: 0
}

.prime .divider_sparse {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 4px 0
}

.prime .divider_sparse_line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #edfdf41a)
}

.prime .divider_sparse_dot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #ed600766;
    flex-shrink: 0
}

.prime .divider_sparse_line_right {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #edfdf41a, transparent)
}

.prime .gap_area {
    padding: 56px 28px;
    background: #131009
}

.prime .gap_inner {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: start
}

.prime .gap_text {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.prime .gap_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0
}

.prime .gap_para {
    font-size: 18px;
    line-height: 1.75;
    margin: 0
}

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

.prime .gap_list li {
    font-size: 16px;
    color: #EDFDF4;
    padding: 4px 16px;
    border-radius: 3px;
    background: #edfdf40f;
    border: 1px solid #edfdf41f
}

.prime .gap_list li+li::before {
    content: '';
    display: none
}

.prime .gap_separator {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #ED6007;
    vertical-align: middle;
    margin-right: 8px
}

.prime .gap_image_side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .gap_image_frame {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 4px 22px 1px #1b619f14
}

.prime .gap_image_frame img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: filter .2s ease-out
}

.prime .gap_image_frame:hover img {
    filter: saturate(0)
}

.prime .gap_img_gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 50%, #131009 100%);
    pointer-events: none
}

.prime .gap_cta_note {
    font-size: 16px;
    line-height: 1.75;
    color: #edfdf48c;
    border-top: 1px solid #edfdf41a;
    padding-top: 16px;
    margin: 0
}

.prime .gap_link {
    color: #1B619F;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    transition: color .15s ease-out
}

.prime .gap_link:hover {
    color: #ED6007
}

.prime .float_icon_group {
    position: absolute;
    right: 28px;
    top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    pointer-events: none;
    opacity: .1
}

.prime .float_icon {
    animation: icon_float 4.2s ease-out infinite alternate
}

.prime .float_icon_two {
    animation: icon_float 5.1s ease-out infinite alternate-reverse
}

@keyframes icon_float {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@media (max-width: 1280px) {
    .prime .community_inner {
        grid-template-columns: 1fr 1fr
    }

    .prime .community_lead {
        grid-column: 1 / -1
    }

    .prime .community_peers {
        grid-column: 1 / -1
    }

    .prime .scale_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .prime .gap_inner {
        grid-template-columns: 1fr 360px;
        gap: 28px
    }
}

@media (max-width: 768px) {
    .prime .title_statement {
        font-size: 37px
    }

    .prime .community_inner {
        grid-template-columns: 1fr
    }

    .prime .community_lead {
        grid-column: 1 / -1
    }

    .prime .journey_inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prime .journey_image_wrap img {
        height: 240px
    }

    .prime .scale_grid {
        grid-template-columns: 1fr 1fr
    }

    .prime .stories_inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prime .graduation_grid {
        grid-template-columns: 1fr
    }

    .prime .gap_inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prime .gap_image_side {
        display: none
    }

    .prime .float_icon_group {
        display: none
    }
}

.guides {
    background-color: #18160f;
    color: #d8d2c4;
    overflow-x: clip
}

.guides .page_lead {
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    position: relative
}

.guides .lead_text_col {
    padding: 28px 0
}

.guides .lead_accent_phrase {
    display: inline-block;
    background: #ed600721;
    color: #ED6007;
    font-size: 16px;
    letter-spacing: .12em;
    padding: 4px 16px;
    border-radius: 3px;
    margin-bottom: 16px
}

.guides .lead_heading {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 16px
}

.guides .lead_heading span {
    color: #ED6007
}

.guides .lead_sub {
    font-size: 18px;
    line-height: 1.75;
    color: #a09888;
    margin: 0 0 28px;
    max-width: 480px
}

.guides .lead_stats_row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-top: 28px
}

.guides .stat_item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.guides .stat_number {
    font-size: 37px;
    font-weight: 700;
    color: #ED6007;
    line-height: 1.1
}

.guides .stat_label {
    font-size: 16px;
    color: #7a7060;
    letter-spacing: .08em
}

.guides .lead_image_col {
    position: relative
}

.guides .lead_image_col img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 13px;
    display: block;
    filter: saturate(0.7);
    transition: filter .18s ease-out
}

.guides .lead_image_col img:hover {
    filter: saturate(1)
}

.guides .scanline_overlay {
    position: absolute;
    inset: 0;
    border-radius: 13px;
    background: repeating-linear-gradient(0deg, #18160f2e 0px, #18160f2e 1px, transparent 1px, transparent 4px);
    pointer-events: none
}

.guides .pattern_dots {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    overflow: hidden
}

.guides .pattern_dots svg {
    width: 80px;
    height: 80px;
    opacity: .28
}

.guides .lead_image_col .image_badge {
    position: absolute;
    bottom: 28px;
    left: -16px;
    background: #1B619F;
    color: #EDFDF4;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 3px;
    box-shadow: 2px 4px 22px 1px #1b619f14
}

.guides .divider_radial {
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse at 50% 50%, #ED6007 0%, #ed60074d 40%, transparent 100%);
    border: none;
    margin: 0
}

.guides .topics_band {
    background: #141210;
    padding: 56px 0;
    position: relative;
    overflow: hidden
}

.guides .topics_band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(117deg, #ed60070a 0%, #1b619f08 60%, #edfdf405 100%);
    animation: color_wave 7s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
    pointer-events: none
}

@keyframes color_wave {
    0% {
        opacity: .4;
        transform: translateX(-4px)
    }

    100% {
        opacity: 1;
        transform: translateX(4px)
    }
}

.guides .topics_inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px
}

.guides .topics_label {
    font-size: 16px;
    letter-spacing: .14em;
    color: #1B619F;
    margin-bottom: 8px;
    display: block
}

.guides .topics_heading {
    font-size: 37px;
    font-weight: 300;
    color: #EDFDF4;
    line-height: 1.1;
    margin: 0 0 28px
}

.guides .topics_heading strong {
    font-weight: 700
}

.guides .topics_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px
}

.guides .topic_card {
    background: #1d1a12;
    border-radius: 13px;
    padding: 28px;
    box-shadow: 2px 3px 6px 1px #ed600714;
    transition: box-shadow .16s ease-out, background .14s ease-out;
    cursor: default;
    position: relative
}

.guides .topic_card:hover {
    background: #231f14;
    box-shadow: 2px 8px 36px 1px #ed60071f
}

.guides .topic_card_icon {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #ed60071a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.guides .topic_card_icon svg {
    width: 22px;
    height: 22px
}

.guides .topic_card_title {
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 8px;
    line-height: 1.1
}

.guides .topic_card_desc {
    font-size: 16px;
    line-height: 1.75;
    color: #7a7060;
    margin: 0 0 16px
}

.guides .topic_items_inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0
}

.guides .topic_items_inline li {
    font-size: 16px;
    color: #a09888
}

.guides .topic_items_inline li::after {
    content: '·';
    color: #ED6007;
    margin-left: 4px
}

.guides .topic_items_inline li:last-child::after {
    display: none
}

.guides .topic_card_num {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 52px;
    font-weight: 700;
    color: #ed600712;
    line-height: 1.1;
    pointer-events: none;
    user-select: none
}

.guides .divider_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #1b619f4d 30%, #ed600766 60%, transparent 100%);
    border: none;
    margin: 0
}

.guides .process_band {
    padding: 56px 0;
    position: relative;
    background: #18160f
}

.guides .process_inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 56px;
    align-items: start
}

.guides .process_side_label {
    font-size: 16px;
    letter-spacing: .14em;
    color: #ED6007;
    display: block;
    margin-bottom: 8px
}

.guides .process_heading {
    font-size: 37px;
    font-weight: 700;
    color: #EDFDF4;
    line-height: 1.1;
    margin: 0 0 16px
}

.guides .process_body {
    font-size: 16px;
    line-height: 1.75;
    color: #7a7060;
    margin: 0 0 16px
}

.guides .process_pull {
    font-size: 21px;
    font-weight: 700;
    color: #1B619F;
    line-height: 1.1;
    margin: 28px 0 0;
    padding: 16px;
    background: #1b619f14;
    border-radius: 3px
}

.guides .steps_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.guides .step_row {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px;
    border-radius: 13px;
    background: #1d1a12;
    box-shadow: 2px 3px 6px 1px #1b619f14;
    transition: background .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.guides .step_row:hover {
    background: #231f14
}

.guides .step_number {
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background: #ed60071f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #ED6007;
    flex-shrink: 0
}

.guides .step_text_title {
    font-size: 18px;
    font-weight: 700;
    color: #EDFDF4;
    margin: 0 0 4px;
    line-height: 1.1
}

.guides .step_text_body {
    font-size: 16px;
    line-height: 1.75;
    color: #7a7060;
    margin: 0
}

.guides .outlined_shape {
    position: absolute;
    right: 0;
    top: 28px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    overflow: hidden
}

.guides .outlined_shape svg {
    opacity: .04
}

.guides .divider_radial_blue {
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse at 50% 50%, #1B619F 0%, #1b619f40 50%, transparent 100%);
    border: none;
    margin: 0
}

.guides .resources_band {
    background: #141210;
    padding: 56px 0;
    position: relative
}

.guides .resources_inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 28px
}

.guides .resources_top_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 28px;
    gap: 28px
}

.guides .resources_heading {
    font-size: 37px;
    font-weight: 700;
    color: #EDFDF4;
    line-height: 1.1;
    margin: 0
}

.guides .resources_desc {
    font-size: 16px;
    line-height: 1.75;
    color: #7a7060;
    max-width: 400px;
    margin: 0;
    text-align: right
}

.guides .resource_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px
}

.guides .resource_table thead tr th {
    font-size: 16px;
    letter-spacing: .1em;
    color: #4a4438;
    font-weight: 400;
    padding: 8px 16px;
    text-align: left;
    border-bottom: 1px solid #ed60071f
}

.guides .resource_table tbody tr {
    background: #1d1a12;
    transition: background .14s ease-out
}

.guides .resource_table tbody tr:hover {
    background: #231f14
}

.guides .resource_table tbody td {
    padding: 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #a09888;
    vertical-align: middle
}

.guides .resource_table tbody td:first-child {
    border-radius: 13px 0 0 13px;
    color: #EDFDF4;
    font-weight: 700
}

.guides .resource_table tbody td:last-child {
    border-radius: 0 13px 13px 0
}

.guides .resource_tag {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em
}

.guides .tag_beginner {
    background: #edfdf412;
    color: #EDFDF4
}

.guides .tag_intermediate {
    background: #1b619f26;
    color: #6aadde
}

.guides .tag_advanced {
    background: #ed600721;
    color: #ED6007
}

.guides .resource_link {
    color: #1B619F;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    font-size: 16px;
    transition: color .12s ease-out
}

.guides .resource_link:hover {
    color: #ED6007
}

.guides .format_pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #ed600714;
    color: #ED6007;
    border-radius: 40px;
    padding: 4px 16px;
    font-size: 16px
}

.guides .reveal_anim {
    opacity: 0;
    transform: translateY(24px);
    animation: reveal_up .22s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

.guides .reveal_anim.delay_1 {
    animation-delay: .08s
}

.guides .reveal_anim.delay_2 {
    animation-delay: .14s
}

.guides .reveal_anim.delay_3 {
    animation-delay: .2s
}

@keyframes reveal_up {
    to {
        opacity: 1;
        transform: none
    }
}

.guides .hold_btn {
    display: inline-block;
    position: relative;
    background: #ED6007;
    color: #18160f;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .18s ease-out, background .15s ease-out;
    text-decoration: none;
    letter-spacing: .04em
}

.guides .hold_btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #edfdf42e;
    transition: width .22s cubic-bezier(0.4, 0, 0.6, 1);
    pointer-events: none
}

.guides .hold_btn:active::after {
    width: 100%;
    transition: width .8s cubic-bezier(0.4, 0, 0.6, 1)
}

.guides .hold_btn:hover {
    box-shadow: 2px 8px 36px 1px #ed60071f;
    background: #f56c12
}

.guides .hold_btn:active {
    box-shadow: inset 2px 3px 6px 1px #ed600738
}

.guides .hold_btn_secondary {
    display: inline-block;
    position: relative;
    background: transparent;
    color: #ED6007;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 3px;
    border: 1px solid #ed600766;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .16s ease-out, color .14s ease-out;
    text-decoration: none
}

.guides .hold_btn_secondary:hover {
    border-color: #ED6007;
    color: #f56c12
}

.guides .btn_row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 28px;
    flex-wrap: wrap
}

@media (max-width: 1280px) {
    .guides .page_lead {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .guides .topics_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .guides .process_inner {
        grid-template-columns: 300px 1fr;
        gap: 28px
    }
}

@media (max-width: 768px) {
    .guides .page_lead {
        grid-template-columns: 1fr;
        padding: 28px 16px;
        gap: 28px
    }

    .guides .lead_heading {
        font-size: 37px
    }

    .guides .lead_image_col img {
        height: 260px
    }

    .guides .topics_grid {
        grid-template-columns: 1fr
    }

    .guides .topics_inner {
        padding: 0 16px
    }

    .guides .process_inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 28px
    }

    .guides .outlined_shape {
        display: none
    }

    .guides .resources_top_row {
        flex-direction: column;
        align-items: flex-start
    }

    .guides .resources_desc {
        text-align: left
    }

    .guides .resources_inner {
        padding: 0 16px
    }

    .guides .resource_table {
        display: block;
        overflow-x: auto
    }

    .guides .lead_stats_row {
        flex-wrap: wrap
    }
}

.success_page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 16px;
    background: #18150f
}

.success_page .success_card {
    max-width: 540px;
    width: 100%;
    background: #1e1a12;
    border: 1px solid #ed60072e;
    border-radius: 13px;
    padding: 56px;
    box-shadow: 2px 8px 36px 1px #ed60071f;
    text-align: center
}

.success_page .success_icon_wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 28px;
    border-radius: 40px;
    background: #ed60071a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.success_page .success_icon_wrapper svg {
    display: block
}

.success_page .success_heading {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 700;
    color: #f0ede8;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.success_page .success_subtext {
    font-size: 18px;
    line-height: 1.75;
    color: #a89e8e;
    margin: 0 0 28px
}

.success_page .success_divider {
    width: 48px;
    height: 2px;
    background: #ED6007;
    border-radius: 3px;
    margin: 0 auto 28px
}

.success_page .success_note {
    font-size: 16px;
    line-height: 1.75;
    color: #7a7060;
    margin: 0 0 28px
}

.success_page .success_note span {
    color: #ED6007;
    text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: #ed600780;
    transition: color .18s ease-out, text-decoration-color .14s ease-out
}

.success_page .success_note span:hover {
    color: #ff8033;
    text-decoration-color: #ff8033b3
}

.success_page .success_back_button {
    display: inline-block;
    padding: 16px 28px;
    background: #ED6007;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .04em;
    box-shadow: 2px 4px 22px 1px #ed600714;
    transition: background .16s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .2s ease-out
}

.success_page .success_back_button:hover {
    background: #c94f00;
    box-shadow: 2px 8px 36px 1px #ed60072e
}

.success_page .success_back_button:active {
    background: #a83e00;
    box-shadow: inset 2px 3px 6px 1px #ed60072e
}

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

    .success_page .success_heading {
        font-size: 27px
    }
}