@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";

html,
body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #1a1d24;
    background: #fff
}

.top_accent_strip {
    height: 4px;
    background: linear-gradient(90deg, #03625F 0%, #8224F1 100%);
    width: 100%
}

.hd_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 16px 16px
}

.hd_logo_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px
}

.logo_shield {
    width: 44px;
    height: 44px;
    padding: 8px;
    background: #F1FDF3;
    border-radius: 11px;
    box-shadow: 0 2px 6px 0 #03625f0f 0 5px 14px 0 #03625f1a;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo_shield img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.hd_brand_row {
    text-align: center;
    margin-bottom: 32px
}

.brand_name {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    color: #03625F;
    letter-spacing: -.02em
}

.hd_divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #8224F1 20%, #03625F 80%, transparent 100%);
    margin-bottom: 16px;
    opacity: .3
}

.hd_nav_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    padding: 0 16px
}

.nav_link {
    font-size: 15px;
    line-height: 1.3;
    color: #03625F;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: transparent;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    display: inline-block
}

.nav_link:hover {
    background: #F1FDF3;
    color: #8224F1
}

.nav_link:focus {
    outline: 2px solid #8224F1;
    outline-offset: 4px
}

.nav_link:focus::before {
    content: 'focused';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #8224F1;
    font-weight: 700;
    white-space: nowrap
}

.ft_wrapper {
    background: linear-gradient(180deg, #fff 0%, #F1FDF3 100%);
    border-top: 1px solid #03625f1a;
    margin-top: 96px
}

.ft_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 16px 32px
}

.ft_logo_section {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #03625f14
}

.ft_logo_box {
    width: 48px;
    height: 48px;
    padding: 8px;
    background: #fff;
    border-radius: 11px;
    box-shadow: inset 0 2px 6px 0 #8224f10f 0 5px 14px 0 #03625f1a;
    display: flex;
    align-items: center;
    justify-content: center
}

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

.ft_main_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 32px
}

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

.ft_column_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #03625F;
    margin-bottom: 8px
}

.ft_link {
    font-size: 15px;
    line-height: 1.55;
    color: #1a1d24;
    text-decoration: none;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1), transform .4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block
}

.ft_link:hover {
    color: #8224F1;
    transform: translateX(4px)
}

.ft_link:focus {
    outline: 2px solid #03625F;
    outline-offset: 4px
}

.ft_link:focus::before {
    content: 'link focused';
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 13px;
    color: #03625F;
    font-weight: 700;
    margin-bottom: 4px
}

.ft_contact_item {
    font-size: 15px;
    line-height: 1.55;
    color: #1a1d24;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.ft_contact_item a {
    color: #03625F;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ft_contact_item a:hover {
    color: #8224F1
}

.contact_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 4px
}

.contact_icon_phone {
    fill: none;
    stroke: #03625F;
    stroke-width: 2
}

.contact_icon_email {
    fill: none;
    stroke: #03625F;
    stroke-width: 2
}

.contact_icon_location {
    fill: none;
    stroke: #03625F;
    stroke-width: 2
}

.ft_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #03625f14
}

.ft_copyright {
    font-size: 13px;
    line-height: 1.55;
    color: #1a1d2499
}

.ft_service_links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px
}

.ft_service_link {
    font-size: 13px;
    line-height: 1.3;
    color: #1a1d24b3;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ft_service_link:hover {
    color: #8224F1
}

.cookie_popup {
    position: fixed;
    top: 32px;
    right: 32px;
    width: 380px;
    max-width: calc(100vw - 64px);
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 9px 60px 0 #03625f21 0 5px 14px 0 #8224f11a;
    padding: 32px;
    z-index: 1200;
    display: none;
    transform: translateX(120%);
    transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1)
}

.cookie_popup.visible_state {
    transform: translateX(0)
}

.cookie_icon_wrapper {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #03625F 0%, #8224F1 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.cookie_icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #fff;
    stroke-width: 2
}

.cookie_text {
    font-size: 15px;
    line-height: 1.55;
    color: #1a1d24;
    margin-bottom: 16px
}

.cookie_buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px
}

.cookie_btn_accept {
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    background: #03625F;
    border: none;
    border-radius: 6px;
    padding: 16px 32px;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: 'Inter', sans-serif
}

.cookie_btn_accept:hover {
    background: #8224F1;
    box-shadow: 0 5px 14px 0 #8224f11a
}

.cookie_btn_accept:active {
    box-shadow: inset 0 2px 6px 0 #0003
}

.cookie_btn_accept:focus {
    outline: 2px solid #8224F1;
    outline-offset: 4px
}

.cookie_btn_decline {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #03625F;
    background: transparent;
    border: 1px solid #03625f4d;
    border-radius: 6px;
    padding: 12px 16px;
    cursor: pointer;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: 'Inter', sans-serif
}

.cookie_btn_decline:hover {
    border-color: #8224F1;
    color: #8224F1
}

.cookie_btn_decline:active {
    box-shadow: inset 0 2px 6px 0 #8224f11a
}

.cookie_btn_decline:focus {
    outline: 2px solid #03625F;
    outline-offset: 4px
}

.cookie_manage_trigger {
    font-size: 13px;
    line-height: 1.3;
    color: #8224F1;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
    display: block
}

.cookie_manage_trigger:hover {
    color: #03625F
}

.cookie_preferences {
    display: none;
    border-top: 1px solid #03625f1a;
    padding-top: 16px;
    margin-top: 16px
}

.cookie_preferences.expanded {
    display: block
}

.cookie_preference_item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.cookie_checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #03625F;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .4s cubic-bezier(0.22, 1, 0.36, 1), border-color .4s cubic-bezier(0.22, 1, 0.36, 1);
    appearance: none;
    flex-shrink: 0
}

.cookie_checkbox:checked {
    background-color: #03625F;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' d='M3 8l3 3 7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px
}

.cookie_checkbox:hover {
    border-color: #8224F1
}

.cookie_checkbox:focus {
    outline: 2px solid #8224F1;
    outline-offset: 2px
}

.cookie_preference_label {
    font-size: 15px;
    line-height: 1.3;
    color: #1a1d24;
    cursor: pointer
}

.cookie_policy_link {
    font-size: 13px;
    line-height: 1.55;
    color: #8224F1;
    text-decoration: none;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.cookie_policy_link:hover {
    color: #03625F
}

.cookie_mini_banner {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: #03625F;
    color: #fff;
    padding: 16px 32px;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0 #03625f1a;
    cursor: pointer;
    z-index: 1200;
    display: none;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700
}

.cookie_mini_banner:hover {
    background: #8224F1;
    transform: translateY(-4px)
}

.cookie_mini_banner.visible_state {
    display: block
}

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

    .hd_brand_row {
        margin-bottom: 16px
    }

    .brand_name {
        font-size: 18px
    }

    .hd_nav_row {
        gap: 8px;
        padding: 0 8px
    }

    .nav_link {
        padding: 8px 12px;
        font-size: 13px
    }

    .ft_container {
        padding: 32px 16px 16px
    }

    .ft_main_grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

    .cookie_popup {
        top: 16px;
        right: 16px;
        left: 16px;
        width: auto;
        max-width: none;
        padding: 24px
    }

    .cookie_buttons {
        flex-direction: column
    }

    .cookie_mini_banner {
        bottom: 16px;
        right: 16px;
        padding: 12px 24px;
        font-size: 13px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hd_container {
        padding: 24px 32px 16px
    }

    .ft_container {
        padding: 48px 32px 24px
    }

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

@media (min-width: 1025px) and (max-width: 1440px) {
    .hd_container {
        padding: 32px 48px 16px
    }

    .ft_container {
        padding: 64px 48px 32px
    }
}

@media (min-width: 1441px) {
    .hd_container {
        padding: 32px 64px 16px
    }

    .ft_container {
        padding: 64px 64px 32px
    }
}

.text-policy {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 32px;
    background: #fff
}

.text-policy h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #03625F;
    margin: 0 0 64px
}

.text-policy h2 {
    font-size: 45px;
    line-height: 1.3;
    color: #03625F;
    margin: 96px 0 32px
}

.text-policy h3 {
    font-size: 23px;
    line-height: 1.3;
    color: #03625F;
    margin: 64px 0 16px
}

.text-policy h4 {
    font-size: 18px;
    line-height: 1.55;
    color: #03625F;
    margin: 32px 0 16px
}

.text-policy h5 {
    font-size: 15px;
    line-height: 1.55;
    color: #03625F;
    margin: 32px 0 8px;
    font-weight: 600
}

.text-policy h6 {
    font-size: 15px;
    line-height: 1.55;
    color: #03625F;
    margin: 32px 0 8px;
    font-weight: 500
}

.text-policy h1:first-child,
.text-policy h2:first-child,
.text-policy h3:first-child,
.text-policy h4:first-child,
.text-policy h5:first-child,
.text-policy h6:first-child {
    margin-top: 0
}

.text-policy p {
    font-size: 18px;
    line-height: 1.75;
    color: #1a1a2e;
    margin: 0 0 32px
}

.text-policy ul,
.text-policy ol {
    font-size: 18px;
    line-height: 1.75;
    color: #1a1a2e;
    margin: 0 0 32px;
    padding: 0 0 0 32px
}

.text-policy ul {
    list-style-type: disc
}

.text-policy ol {
    list-style-type: decimal
}

.text-policy li {
    margin: 0 0 16px;
    padding-left: 8px
}

.text-policy li:last-child {
    margin-bottom: 0
}

.text-policy ul ul,
.text-policy ul ol,
.text-policy ol ul,
.text-policy ol ol {
    margin-top: 16px;
    margin-bottom: 16px
}

.text-policy em,
.text-policy i {
    font-style: italic
}

.text-policy strong,
.text-policy b {
    font-weight: 600;
    color: #03625F
}

.text-policy a {
    color: #8224F1;
    text-decoration: none;
    border-bottom: 1px solid #8224f14d;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.text-policy a:hover {
    color: #03625F;
    border-bottom-color: #03625f99
}

.text-policy div {
    margin: 0 0 32px
}

.text-policy div:last-child {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .text-policy {
        padding: 64px 32px
    }

    .text-policy h1 {
        font-size: 45px
    }

    .text-policy h2 {
        font-size: 23px;
        margin-top: 64px
    }
}

@media (max-width: 768px) {
    .text-policy {
        padding: 32px 16px
    }

    .text-policy h1 {
        font-size: 45px;
        margin-bottom: 32px
    }

    .text-policy h2 {
        font-size: 23px;
        margin-top: 64px;
        margin-bottom: 16px
    }

    .text-policy h3 {
        font-size: 18px;
        margin-top: 32px
    }

    .text-policy h4 {
        font-size: 15px;
        margin-top: 32px
    }

    .text-policy p,
    .text-policy ul,
    .text-policy ol {
        font-size: 15px
    }

    .text-policy ul,
    .text-policy ol {
        padding-left: 16px
    }

    .text-policy li {
        margin-bottom: 8px
    }
}

@media (max-width: 320px) {
    .text-policy {
        padding: 32px 8px
    }

    .text-policy h1 {
        font-size: 23px
    }

    .text-policy h2 {
        font-size: 18px
    }
}

.neural_edu {
    background: #F1FDF3;
    color: #1a1a2e;
    overflow-x: clip
}

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

.neural_edu .title_anchor {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: center
}

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

.neural_edu .title_eyebrow {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8224F1;
    font-weight: 600
}

.neural_edu .title_main {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    color: #03625F;
    margin: 0
}

.neural_edu .title_right {
    position: relative
}

.neural_edu .title_img_wrap {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #03625f21
}

.neural_edu .title_img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    filter: contrast(1.05) brightness(0.98)
}

.neural_edu .title_img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, #03625f05 2px, #03625f05 4px);
    pointer-events: none
}

.neural_edu .title_pattern {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 180px;
    height: 180px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    opacity: .15;
    pointer-events: none
}

.neural_edu .title_pattern_dot {
    width: 100%;
    height: 24px;
    background: #8224F1;
    border-radius: 6px
}

.neural_edu .approach_wrap {
    background: linear-gradient(135deg, #fff 0%, #F1FDF3 50%, #fff 100%);
    padding: 96px 32px;
    position: relative
}

.neural_edu .approach_container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: start
}

.neural_edu .approach_content {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.neural_edu .approach_heading {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 3px solid #8224F1;
    display: inline-block
}

.neural_edu .approach_text {
    font-size: 18px;
    line-height: 1.75;
    color: #2d2d3a;
    margin: 0
}

.neural_edu .approach_quote_block {
    background: #fff;
    padding: 32px;
    border-radius: 11px;
    border-left: 4px solid #8224F1;
    box-shadow: 0 2px 6px 0 #8224f10f;
    margin-top: 16px
}

.neural_edu .approach_quote {
    font-size: 23px;
    line-height: 1.55;
    color: #03625F;
    font-weight: 600;
    margin: 0;
    font-style: italic
}

.neural_edu .approach_visual {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.neural_edu .approach_img_frame {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #03625f1a;
    position: relative;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.neural_edu .approach_img_frame:hover {
    transform: scale(1.02)
}

.neural_edu .approach_img_frame:hover .approach_img {
    box-shadow: inset 0 0 120px 40px #03625f40
}

.neural_edu .approach_img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: box-shadow .65s cubic-bezier(0.22, 1, 0.36, 1)
}

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

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

.neural_edu .approach_skill_label {
    font-size: 15px;
    line-height: 1.3;
    color: #2d2d3a;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.neural_edu .approach_skill_percent {
    font-size: 13px;
    color: #8224F1;
    font-weight: 700
}

.neural_edu .approach_skill_track {
    width: 100%;
    height: 8px;
    background: #8224f11f;
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

.neural_edu .approach_skill_fill {
    height: 100%;
    background: linear-gradient(90deg, #03625F 0%, #8224F1 100%);
    border-radius: 30px;
    transition: width .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.neural_edu .catalog_section {
    background: #fff;
    padding: 96px 32px;
    position: relative
}

.neural_edu .catalog_divider {
    max-width: 1280px;
    margin: 0 auto 64px;
    height: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.neural_edu .catalog_cross {
    width: 12px;
    height: 12px;
    position: relative
}

.neural_edu .catalog_cross::before,
.neural_edu .catalog_cross::after {
    content: '';
    position: absolute;
    background: #8224F1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.neural_edu .catalog_cross::before {
    width: 2px;
    height: 12px
}

.neural_edu .catalog_cross::after {
    width: 12px;
    height: 2px
}

.neural_edu .catalog_inner {
    max-width: 1280px;
    margin: 0 auto
}

.neural_edu .catalog_heading {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0 0 64px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 2px solid #8224F1;
    display: inline-block;
    width: 100%
}

.neural_edu .catalog_grid {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory
}

.neural_edu .catalog_card {
    min-width: 340px;
    background: #F1FDF3;
    border-radius: 11px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 6px 0 #03625f0f;
    transition: all .5s cubic-bezier(0.22, 1, 0.36, 1);
    scroll-snap-align: start;
    border-right: 3px solid transparent
}

.neural_edu .catalog_card:hover {
    box-shadow: 0 9px 60px 0 #8224f121;
    transform: translateY(-4px);
    border-right-color: #8224F1
}

.neural_edu .catalog_card_title {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0
}

.neural_edu .catalog_card_desc {
    font-size: 15px;
    line-height: 1.75;
    color: #2d2d3a;
    margin: 0
}

.neural_edu .catalog_card_meta {
    font-size: 13px;
    line-height: 1.55;
    color: #8224F1;
    font-weight: 600;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #8224f133
}

.neural_edu .distinction_zone {
    background: #03625F;
    padding: 96px 32px;
    position: relative;
    overflow: hidden
}

.neural_edu .distinction_bg_layer {
    position: absolute;
    inset: 0;
    background-image: url(./illustrations/attachment-3.jpg);
    background-size: cover;
    background-position: center;
    opacity: .15;
    pointer-events: none
}

.neural_edu .distinction_bg_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #03625feb 0%, #8224f1e0 100%);
    pointer-events: none
}

.neural_edu .distinction_content {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.neural_edu .distinction_text_block {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.neural_edu .distinction_heading {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #F1FDF3;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 3px solid #fff;
    display: inline-block
}

.neural_edu .distinction_para {
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    margin: 0
}

.neural_edu .distinction_list_wrap {
    background: #ffffff14;
    border-radius: 11px;
    padding: 32px;
    backdrop-filter: blur(8px)
}

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

.neural_edu .distinction_list_card {
    background: #fffffff2;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 #00000014;
    transition: all .45s ease-in-out
}

.neural_edu .distinction_list_card:hover {
    transform: translateX(8px);
    box-shadow: 0 5px 14px 0 #8224f11a
}

.neural_edu .distinction_list_text {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d3a;
    margin: 0;
    font-weight: 500
}

.neural_edu .longterm_area {
    background: linear-gradient(225deg, #F1FDF3 0%, #fff 50%, #F1FDF3 100%);
    padding: 96px 32px
}

.neural_edu .longterm_container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.neural_edu .longterm_header {
    text-align: center
}

.neural_edu .longterm_heading {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid #8224F1;
    display: inline-block
}

.neural_edu .longterm_intro {
    font-size: 18px;
    line-height: 1.75;
    color: #2d2d3a;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.neural_edu .longterm_diagram_wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start
}

.neural_edu .longterm_diagram {
    background: #fff;
    border-radius: 30px;
    padding: 32px;
    box-shadow: 0 5px 14px 0 #03625f1a;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.neural_edu .longterm_diagram_title {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0;
    text-align: center
}

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

.neural_edu .longterm_flow_step {
    display: flex;
    align-items: center;
    gap: 16px
}

.neural_edu .longterm_flow_num {
    width: 48px;
    height: 48px;
    border-radius: 46px;
    background: linear-gradient(135deg, #03625F 0%, #8224F1 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    animation: pulse_scale 3s cubic-bezier(0.22, 1, 0.36, 1) infinite
}

@keyframes pulse_scale {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.02)
    }
}

.neural_edu .longterm_flow_label {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d3a;
    margin: 0;
    flex: 1
}

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

.neural_edu .longterm_legend_item {
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 #8224f10f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.neural_edu .longterm_legend_label {
    font-size: 13px;
    line-height: 1.3;
    color: #8224F1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.neural_edu .longterm_legend_text {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d3a;
    margin: 0
}

.neural_edu .graduation_space {
    background: #fff;
    padding: 96px 32px;
    position: relative
}

.neural_edu .graduation_inner {
    max-width: 1280px;
    margin: 0 auto
}

.neural_edu .graduation_heading {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0 0 64px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 2px solid #8224F1
}

.neural_edu .graduation_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.neural_edu .graduation_profile {
    background: linear-gradient(135deg, #F1FDF3 0%, #fff 100%);
    border-radius: 11px;
    padding: 32px;
    display: flex;
    gap: 32px;
    align-items: start;
    box-shadow: 0 2px 6px 0 #03625f0f;
    transition: all .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.neural_edu .graduation_profile:hover {
    box-shadow: 0 9px 60px 0 #8224f121;
    transform: translateY(-6px)
}

.neural_edu .graduation_avatar_frame {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 5px 14px 0 #03625f1a
}

.neural_edu .graduation_avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.neural_edu .graduation_profile_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.neural_edu .graduation_profile_name {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0
}

.neural_edu .graduation_profile_role {
    font-size: 13px;
    line-height: 1.3;
    color: #8224F1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.neural_edu .graduation_profile_desc {
    font-size: 15px;
    line-height: 1.75;
    color: #2d2d3a;
    margin: 0
}

.neural_edu .graduation_outcome {
    background: #F1FDF3;
    border-radius: 11px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 6px 0 #8224f10f
}

.neural_edu .graduation_outcome_title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #03625F;
    margin: 0
}

.neural_edu .graduation_outcome_text {
    font-size: 15px;
    line-height: 1.75;
    color: #2d2d3a;
    margin: 0
}

@media (max-width: 1024px) {
    .neural_edu .title_anchor {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 64px 32px 32px
    }

    .neural_edu .title_main {
        font-size: 45px
    }

    .neural_edu .approach_container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .neural_edu .distinction_content {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .neural_edu .longterm_diagram_wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

@media (max-width: 768px) {
    .neural_edu .title_main {
        font-size: 35px
    }

    .neural_edu .approach_heading,
    .neural_edu .catalog_heading,
    .neural_edu .distinction_heading,
    .neural_edu .longterm_heading,
    .neural_edu .graduation_heading {
        font-size: 32px
    }

    .neural_edu .catalog_grid {
        flex-direction: column
    }

    .neural_edu .catalog_card {
        min-width: 100%
    }

    .neural_edu .graduation_profile {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 320px) {
    .neural_edu .title_main {
        font-size: 28px
    }

    .neural_edu .approach_heading,
    .neural_edu .catalog_heading,
    .neural_edu .distinction_heading,
    .neural_edu .longterm_heading,
    .neural_edu .graduation_heading {
        font-size: 26px
    }
}

.reach_pg {
    background: #F1FDF3;
    color: #1a1a2e;
    overflow-x: hidden
}

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

.reach_pg .title_zone {
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 32px 64px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    position: relative
}

.reach_pg .title_zone::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 180px;
    height: 2px;
    background: linear-gradient(135deg, #03625F 0%, #8224F1 50%, #F1FDF3 100%)
}

.reach_pg .img_strip {
    width: 280px;
    flex-shrink: 0;
    position: relative
}

.reach_pg .img_strip img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 11px;
    display: block;
    position: relative
}

.reach_pg .img_strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 11px;
    background: radial-gradient(circle at 30% 30%, transparent 40%, #03625f66 100%);
    pointer-events: none;
    z-index: 1
}

.reach_pg .txt_area {
    flex: 1;
    padding-top: 96px
}

.reach_pg .main_headline {
    font-size: 62px;
    line-height: 1.1;
    margin: 0 0 32px;
    color: #03625F;
    font-weight: 700;
    letter-spacing: -.02em
}

.reach_pg .intro_text {
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    color: #2d3748;
    max-width: 680px
}

.reach_pg .form_wrap {
    background: #fff;
    padding: 96px 32px;
    position: relative;
    overflow: hidden
}

.reach_pg .zigzag_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16px;
    background: linear-gradient(135deg, #03625F 25%, transparent 25%), linear-gradient(225deg, #03625F 25%, transparent 25%);
    background-size: 32px 16px;
    background-position: 0 0, 16px 0;
    background-repeat: repeat-x
}

.reach_pg .form_container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 64px;
    align-items: start
}

.reach_pg .form_main {
    background: #F1FDF3;
    padding: 64px;
    border-radius: 11px;
    box-shadow: 0 5px 14px 0 #03625f1a
}

.reach_pg .form_headline {
    font-size: 45px;
    line-height: 1.1;
    margin: 0 0 8px;
    color: #03625F;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 3px solid #8224F1;
    display: inline-block
}

.reach_pg .form_desc {
    font-size: 15px;
    line-height: 1.55;
    margin: 32px 0 0;
    color: #4a5568
}

.reach_pg .contact_form {
    margin-top: 64px
}

.reach_pg .field_row {
    margin-bottom: 32px
}

.reach_pg .field_label {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #2d3748;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

.reach_pg .field_input {
    width: 100%;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.55;
    color: #2d3748;
    background: #fff;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.reach_pg .field_input::placeholder {
    color: #a0aec0;
    font-weight: 300
}

.reach_pg .field_input:focus {
    outline: none;
    border-color: #03625F;
    box-shadow: 0 2px 6px 0 #03625f0f
}

.reach_pg .field_select {
    width: 100%;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.55;
    color: #2d3748;
    background: #fff;
    cursor: pointer;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%232d3748' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px
}

.reach_pg .field_select:focus {
    outline: none;
    border-color: #03625F;
    box-shadow: 0 2px 6px 0 #03625f0f
}

.reach_pg .field_textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.55;
    color: #2d3748;
    background: #fff;
    min-height: 160px;
    resize: vertical;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.reach_pg .field_textarea::placeholder {
    color: #a0aec0;
    font-weight: 300
}

.reach_pg .field_textarea:focus {
    outline: none;
    border-color: #03625F;
    box-shadow: 0 2px 6px 0 #03625f0f
}

.reach_pg .privacy_check {
    margin: 32px 0;
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.reach_pg .privacy_input {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    appearance: none;
    background: #fff;
    transition: border-color .4s ease-in-out, background-color .4s ease-in-out, box-shadow .4s ease-in-out;
    position: relative
}

.reach_pg .privacy_input:checked {
    background-color: #03625F;
    border-color: #03625F;
    box-shadow: inset 0 2px 4px 0 #00000026
}

.reach_pg .privacy_input:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.reach_pg .privacy_label {
    font-size: 13px;
    line-height: 1.55;
    color: #4a5568;
    flex: 1
}

.reach_pg .privacy_label a {
    color: #8224F1;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.reach_pg .privacy_label a:hover {
    color: #03625F
}

.reach_pg .submit_btn {
    padding: 16px 64px;
    background: linear-gradient(135deg, #03625F 0%, #8224F1 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 5px 14px 0 #8224f11a;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden
}

.reach_pg .submit_btn::before {
    content: '→';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: left .5s cubic-bezier(0.22, 1, 0.36, 1), opacity .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.reach_pg .submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 60px 0 #8224f121
}

.reach_pg .submit_btn:hover::before {
    left: 24px;
    opacity: 1
}

.reach_pg .submit_btn:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 4px 0 #00000026
}

.reach_pg .side_labels {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.reach_pg .label_card {
    background: #F1FDF3;
    padding: 32px;
    border-radius: 11px;
    border: 2px solid #e2e8f0;
    transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.reach_pg .label_card:hover {
    border-color: #8224F1;
    box-shadow: 0 5px 14px 0 #8224f11a;
    transform: translateX(-4px)
}

.reach_pg .label_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #03625F 0%, #8224F1 100%);
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    animation: float_loop 4s ease-in-out infinite
}

@keyframes float_loop {

    0%,
    100% {
        transform: translateY(0)
    }

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

.reach_pg .label_icon svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.reach_pg .label_title {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #8224F1;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

.reach_pg .label_value {
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    color: #2d3748;
    word-break: break-word
}

.reach_pg .info_section {
    background: #03625F;
    padding: 96px 32px;
    position: relative;
    overflow: hidden
}

.reach_pg .step_divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: linear-gradient(to right, #fff 0%, #fff 16px, transparent 16px, transparent 32px, #fff 32px, #fff 48px, transparent 48px, transparent 64px, #fff 64px, #fff 80px, transparent 80px, transparent 96px, #fff 96px, #fff 112px, transparent 112px, transparent 128px);
    background-size: 128px 32px;
    background-repeat: repeat-x
}

.reach_pg .info_inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 96px;
    align-items: center
}

.reach_pg .quote_block {
    background: #f1fdf314;
    padding: 64px;
    border-radius: 11px;
    border-left: 6px solid #8224F1;
    position: relative
}

.reach_pg .quote_mark {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 96px;
    line-height: 1;
    color: #8224f133;
    font-weight: 700
}

.reach_pg .quote_text {
    font-size: 23px;
    line-height: 1.55;
    margin: 0;
    color: #F1FDF3;
    position: relative;
    z-index: 1
}

.reach_pg .info_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.reach_pg .info_item {
    background: #f1fdf314;
    padding: 32px;
    border-radius: 11px;
    border: 1px solid #f1fdf326;
    transition: background-color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.reach_pg .info_item:hover {
    background-color: #8224f126;
    border-color: #8224F1
}

.reach_pg .info_heading {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 16px;
    color: #F1FDF3;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid #8224F1
}

.reach_pg .info_detail {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    color: #f1fdf3d9
}

.reach_pg .info_detail a {
    color: #F1FDF3;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.reach_pg .info_detail a:hover {
    color: #8224F1
}

@media (max-width: 1024px) {
    .reach_pg .title_zone {
        flex-direction: column;
        padding: 64px 32px
    }

    .reach_pg .img_strip {
        width: 100%
    }

    .reach_pg .img_strip img {
        height: 380px
    }

    .reach_pg .txt_area {
        padding-top: 0
    }

    .reach_pg .main_headline {
        font-size: 45px
    }

    .reach_pg .form_container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .reach_pg .form_main {
        padding: 32px
    }

    .reach_pg .form_headline {
        font-size: 32px
    }

    .reach_pg .side_labels {
        flex-direction: row;
        flex-wrap: wrap
    }

    .reach_pg .label_card {
        flex: 1;
        min-width: 240px
    }

    .reach_pg .info_inner {
        grid-template-columns: 1fr;
        gap: 64px
    }

    .reach_pg .quote_block {
        padding: 32px
    }

    .reach_pg .info_grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .reach_pg .title_zone {
        padding: 32px 16px
    }

    .reach_pg .title_zone::after {
        left: 16px;
        width: 120px
    }

    .reach_pg .main_headline {
        font-size: 32px
    }

    .reach_pg .intro_text {
        font-size: 15px
    }

    .reach_pg .form_wrap {
        padding: 64px 16px
    }

    .reach_pg .form_main {
        padding: 32px 16px
    }

    .reach_pg .form_headline {
        font-size: 28px
    }

    .reach_pg .submit_btn {
        width: 100%;
        padding: 16px 32px
    }

    .reach_pg .side_labels {
        flex-direction: column
    }

    .reach_pg .info_section {
        padding: 64px 16px
    }

    .reach_pg .quote_block {
        padding: 32px 16px
    }

    .reach_pg .quote_text {
        font-size: 18px
    }
}

@media (max-width: 320px) {
    .reach_pg .main_headline {
        font-size: 23px
    }

    .reach_pg .form_headline {
        font-size: 23px
    }

    .reach_pg .img_strip img {
        height: 280px
    }
}

.abt_pg {
    background: #F1FDF3;
    color: #1a1a1a
}

.abt_pg .diag_hero {
    position: relative;
    padding: 96px 16px;
    max-width: 1280px;
    margin: 0 auto;
    background: linear-gradient(127deg, #03625F 0%, #03625F 48%, #8224F1 48%, #8224F1 100%);
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 96px
}

.abt_pg .diag_hero_inner {
    position: relative;
    z-index: 2;
    max-width: 680px
}

.abt_pg .diag_hero h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.abt_pg .diag_hero .desc {
    font-size: 18px;
    line-height: 1.55;
    color: #ffffffeb;
    margin: 0
}

.abt_pg .geom_shape {
    position: absolute;
    border-radius: 46px;
    opacity: .15
}

.abt_pg .geom_one {
    width: 180px;
    height: 180px;
    background: #F1FDF3;
    top: 32px;
    right: 64px;
    transform: rotate(23deg)
}

.abt_pg .geom_two {
    width: 120px;
    height: 120px;
    background: #fff;
    bottom: 64px;
    left: 480px;
    transform: rotate(-17deg)
}

.abt_pg .hero_img_wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    overflow: hidden;
    border-radius: 0 30px 30px 0
}

.abt_pg .hero_img_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #8224F1 0%, #8224f100 100%);
    pointer-events: none
}

.abt_pg .hero_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width: 1024px) {
    .abt_pg .diag_hero {
        padding: 64px 16px
    }

    .abt_pg .diag_hero h1 {
        font-size: 45px
    }

    .abt_pg .hero_img_wrap {
        width: 45%
    }
}

@media (max-width: 768px) {
    .abt_pg .diag_hero {
        background: linear-gradient(135deg, #03625F 0%, #03625F 52%, #8224F1 52%, #8224F1 100%);
        padding: 64px 16px;
        margin-bottom: 64px
    }

    .abt_pg .hero_img_wrap {
        display: none
    }

    .abt_pg .diag_hero h1 {
        font-size: 45px
    }

    .abt_pg .geom_one {
        width: 100px;
        height: 100px;
        right: 32px
    }

    .abt_pg .geom_two {
        width: 80px;
        height: 80px;
        left: 240px
    }
}

@media (max-width: 320px) {
    .abt_pg .diag_hero h1 {
        font-size: 45px
    }
}

.abt_pg .origin_sec {
    max-width: 1280px;
    margin: 0 auto 96px;
    padding: 0 16px
}

.abt_pg .origin_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px
}

.abt_pg .origin_main {
    background: #fff;
    padding: 64px;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0 #03625f1a;
    position: relative
}

.abt_pg .origin_main::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #03625F
}

.abt_pg .origin_main h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #03625F;
    margin: 0 0 32px;
    border-bottom: 3px solid #8224F1;
    padding-bottom: 16px
}

.abt_pg .origin_main .body_txt {
    font-size: 15px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0 0 32px
}

.abt_pg .origin_main .body_txt:last-child {
    margin-bottom: 0
}

.abt_pg .pull_quote {
    font-size: 23px;
    line-height: 1.3;
    color: #8224F1;
    font-weight: 600;
    margin: 32px 0;
    padding: 16px;
    background: #8224f10d;
    border-radius: 11px;
    border-left: 4px solid #8224F1
}

.abt_pg .origin_side {
    background: #fff;
    padding: 32px;
    border-radius: 30px;
    box-shadow: 0 2px 6px 0 #03625f0f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .origin_side:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 60px 0 #03625f21
}

.abt_pg .origin_side h3 {
    font-size: 23px;
    line-height: 1.3;
    color: #03625F;
    margin: 0 0 8px
}

.abt_pg .origin_side .side_txt {
    font-size: 15px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0
}

.abt_pg .stat_num {
    font-size: 45px;
    line-height: 1.1;
    color: #8224F1;
    font-weight: 700;
    margin: 16px 0 8px
}

@media (max-width: 1024px) {
    .abt_pg .origin_grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .abt_pg .origin_main {
        grid-column: 1 / -1;
        padding: 32px
    }

    .abt_pg .origin_main h2 {
        font-size: 45px
    }
}

@media (max-width: 768px) {
    .abt_pg .origin_sec {
        margin-bottom: 64px
    }

    .abt_pg .origin_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt_pg .origin_main {
        padding: 32px
    }

    .abt_pg .origin_main h2 {
        font-size: 45px
    }

    .abt_pg .pull_quote {
        font-size: 18px
    }
}

.abt_pg .method_sec {
    background: #fff;
    position: relative;
    padding: 96px 16px;
    margin-bottom: 96px
}

.abt_pg .method_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 64px);
    height: 3px;
    background: repeating-linear-gradient(90deg, #03625F 0px, #03625F 8px, transparent 8px, transparent 16px)
}

.abt_pg .method_sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 64px);
    height: 3px;
    background: repeating-linear-gradient(90deg, #8224F1 0px, #8224F1 8px, transparent 8px, transparent 16px)
}

.abt_pg .method_inner {
    max-width: 1280px;
    margin: 0 auto
}

.abt_pg .method_hdr {
    text-align: center;
    margin-bottom: 64px
}

.abt_pg .method_hdr h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #03625F;
    margin: 0 0 16px
}

.abt_pg .method_hdr .sub_hdr {
    font-size: 18px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.abt_pg .method_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.abt_pg .method_card {
    background: linear-gradient(135deg, #F1FDF3 0%, #fff 100%);
    padding: 32px;
    border-radius: 30px;
    border: 2px solid transparent;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden
}

.abt_pg .method_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" /></filter><rect width="100" height="100" filter="url(%23noise)" opacity="0.03"/></svg>');
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .method_card:hover::before {
    opacity: 1
}

.abt_pg .method_card:hover {
    border-color: #03625F;
    transform: translateY(-6px)
}

.abt_pg .method_card h3 {
    font-size: 23px;
    line-height: 1.3;
    color: #8224F1;
    margin: 0 0 16px
}

.abt_pg .method_card .card_txt {
    font-size: 15px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0
}

.abt_pg .method_card .highlight_term {
    background: #8224f126;
    padding: 2px 6px;
    border-radius: 6px;
    color: #8224F1;
    font-weight: 600
}

@media (max-width: 1024px) {
    .abt_pg .method_sec {
        padding: 64px 16px;
        margin-bottom: 64px
    }

    .abt_pg .method_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

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

    .abt_pg .method_hdr h2 {
        font-size: 45px
    }
}

.abt_pg .team_sec {
    max-width: 1280px;
    margin: 0 auto 96px;
    padding: 0 16px
}

.abt_pg .team_wrap {
    background: linear-gradient(135deg, #03625F 0%, #8224F1 50%, #F1FDF3 100%);
    padding: 64px;
    border-radius: 30px;
    position: relative;
    overflow: hidden
}

.abt_pg .team_wrap::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    border: 2px solid #ffffff4d;
    border-radius: 11px;
    pointer-events: none
}

.abt_pg .team_wrap::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 32px;
    width: 64px;
    height: 2px;
    background: transparent
}

.abt_pg .team_content {
    display: flex;
    gap: 64px;
    align-items: flex-start;
    position: relative;
    z-index: 2
}

.abt_pg .team_txt_area {
    flex: 1
}

.abt_pg .team_txt_area h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 32px
}

.abt_pg .team_txt_area .team_p {
    font-size: 15px;
    line-height: 1.75;
    color: #ffffffeb;
    margin: 0 0 16px
}

.abt_pg .team_txt_area .team_p:last-child {
    margin-bottom: 0
}

.abt_pg .team_visual {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center
}

.abt_pg .prof_img_hold {
    width: 180px;
    height: 270px;
    border-radius: 46px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #03625f21;
    position: relative;
    animation: bounce_appear .6s cubic-bezier(0.22, 1, 0.36, 1) .3s backwards
}

@keyframes bounce_appear {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95)
    }

    60% {
        transform: translateY(-8px) scale(1.02)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.abt_pg .prof_img_hold img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.abt_pg .indicators_row {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center
}

.abt_pg .circ_indicator {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff3;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: transform .4s cubic-bezier(0.22, 1, 0.36, 1), background .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt_pg .circ_indicator:hover {
    transform: scale(1.15);
    background: #ffffff59
}

@media (max-width: 1024px) {
    .abt_pg .team_wrap {
        padding: 32px
    }

    .abt_pg .team_content {
        gap: 32px
    }

    .abt_pg .team_txt_area h2 {
        font-size: 45px
    }

    .abt_pg .prof_img_hold {
        width: 140px;
        height: 210px
    }
}

@media (max-width: 768px) {
    .abt_pg .team_sec {
        margin-bottom: 64px
    }

    .abt_pg .team_content {
        flex-direction: column;
        gap: 32px
    }

    .abt_pg .team_visual {
        width: 100%
    }

    .abt_pg .prof_img_hold {
        width: 120px;
        height: 180px
    }

    .abt_pg .circ_indicator {
        width: 48px;
        height: 48px;
        font-size: 15px
    }
}

.abt_pg ::selection {
    background: #03625f1f;
    color: inherit
}

.expert_view {
    background: #F1FDF3;
    color: #1a1a1a;
    overflow-x: clip
}

.expert_view .lead_frame {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative
}

.expert_view .img_container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 11px;
    overflow: hidden
}

.expert_view .img_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03625F;
    opacity: .15;
    z-index: 2;
    pointer-events: none
}

.expert_view .img_container::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 2px solid #03625f66;
    border-radius: 6px;
    z-index: 3;
    pointer-events: none
}

.expert_view .img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.expert_view .corner_accent {
    position: absolute;
    z-index: 4;
    pointer-events: none
}

.expert_view .corner_accent.top_left {
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    border-top: 2px solid #8224F1;
    border-left: 2px solid #8224F1;
    border-radius: 11px 0 0 0
}

.expert_view .corner_accent.bottom_right {
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    border-bottom: 2px solid #8224F1;
    border-right: 2px solid #8224F1;
    border-radius: 0 0 11px 0
}

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

.expert_view .lead_text h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #03625F;
    margin: 0
}

.expert_view .lead_text p {
    font-size: 18px;
    line-height: 1.55;
    color: #333;
    margin: 0
}

.expert_view .insights_split {
    background: linear-gradient(135deg, #03625F 0%, #8224F1 50%, #f1fdf3e6 100%);
    padding: 96px 0;
    position: relative
}

.expert_view .insights_split::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 96px;
    background: linear-gradient(to bottom, #8224F1, transparent);
    opacity: .3;
    pointer-events: none
}

.expert_view .insights_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px
}

.expert_view .insight_zone {
    background: #fffffff2;
    padding: 64px;
    border-radius: 30px;
    box-shadow: 0 9px 60px 0 #8224f121;
    position: relative;
    overflow: hidden
}

.expert_view .insight_zone::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 70% 30%, #03625f0d 0%, transparent 60%);
    pointer-events: none
}

.expert_view .insight_zone h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #03625F;
    margin: 0 0 32px;
    border-bottom: 3px solid #8224F1;
    padding-bottom: 16px
}

.expert_view .insight_zone p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin: 0 0 16px
}

.expert_view .insight_zone p:last-of-type {
    margin-bottom: 0
}

.expert_view .neutral_zone {
    background: #fff
}

.expert_view .colored_zone {
    background: #03625f08
}

.expert_view .data_showcase {
    background: #fff;
    padding: 96px 0;
    position: relative
}

.expert_view .data_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.expert_view .data_container h2 {
    font-size: 45px;
    line-height: 1.3;
    color: #03625F;
    margin: 0 0 64px;
    text-align: center;
    position: relative
}

.expert_view .data_container h2::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: linear-gradient(90deg, #03625F 0%, #8224F1 100%);
    border-radius: 6px
}

.expert_view .cards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.expert_view .metric_card {
    background: #F1FDF3;
    padding: 32px;
    border-radius: 11px;
    border: 2px solid #03625f1a;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    animation: card_flip_in .7s cubic-bezier(0.22, 1, 0.36, 1) backwards
}

.expert_view .metric_card:nth-child(1) {
    animation-delay: .1s
}

.expert_view .metric_card:nth-child(2) {
    animation-delay: .25s
}

.expert_view .metric_card:nth-child(3) {
    animation-delay: .4s
}

@keyframes card_flip_in {
    0% {
        transform: rotateY(-90deg);
        opacity: 0
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1
    }
}

.expert_view .metric_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 9px 60px 0 #8224f121;
    border-color: #8224F1
}

.expert_view .metric_card h3 {
    font-size: 23px;
    line-height: 1.3;
    color: #03625F;
    margin: 0 0 16px
}

.expert_view .metric_card p {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    margin: 0
}

.expert_view .metric_number {
    font-size: 62px;
    line-height: 1.1;
    color: #8224F1;
    font-weight: 700;
    margin: 0 0 16px;
    display: block
}

.expert_view .pulse_icon {
    width: 64px;
    height: 64px;
    margin: 0 0 16px;
    animation: pulse_continuous 2.5s ease-in-out infinite
}

@keyframes pulse_continuous {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.15);
        opacity: .8
    }
}

.expert_view .pulse_icon svg {
    width: 100%;
    height: 100%;
    fill: #03625F
}

.expert_view .quote_editorial {
    background: #F1FDF3;
    padding: 96px 0;
    position: relative
}

.expert_view .quote_editorial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: linear-gradient(to bottom, #03625f1a, transparent);
    pointer-events: none
}

.expert_view .quote_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 96px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start
}

.expert_view .body_column {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.expert_view .body_column h2 {
    font-size: 45px;
    line-height: 1.3;
    color: #03625F;
    margin: 0;
    border-bottom: 3px solid #8224F1;
    padding-bottom: 16px
}

.expert_view .body_column p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin: 0
}

.expert_view .pull_quote {
    background: #fff;
    padding: 32px;
    border-radius: 11px;
    border-left: 6px solid #8224F1;
    box-shadow: 0 5px 14px 0 #03625f1a;
    position: sticky;
    top: 96px
}

.expert_view .pull_quote p {
    font-size: 23px;
    line-height: 1.55;
    color: #03625F;
    margin: 0 0 16px;
    font-style: italic
}

.expert_view .pull_quote cite {
    font-size: 15px;
    line-height: 1.3;
    color: #8224F1;
    font-style: normal;
    display: block
}

@media (max-width: 1024px) {
    .expert_view .lead_frame {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 64px 32px
    }

    .expert_view .lead_text h1 {
        font-size: 45px
    }

    .expert_view .insights_container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .expert_view .insight_zone {
        padding: 32px
    }

    .expert_view .insight_zone h2 {
        font-size: 23px
    }

    .expert_view .cards_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .expert_view .quote_container {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 32px
    }

    .expert_view .pull_quote {
        position: static
    }
}

@media (max-width: 768px) {
    .expert_view .lead_frame {
        padding: 32px 16px
    }

    .expert_view .lead_text h1 {
        font-size: 23px
    }

    .expert_view .lead_text p {
        font-size: 15px
    }

    .expert_view .insights_split {
        padding: 64px 0
    }

    .expert_view .insights_container {
        padding: 0 16px
    }

    .expert_view .insight_zone {
        padding: 32px 16px
    }

    .expert_view .data_showcase {
        padding: 64px 0
    }

    .expert_view .data_container {
        padding: 0 16px
    }

    .expert_view .data_container h2 {
        font-size: 23px;
        margin-bottom: 32px
    }

    .expert_view .metric_card {
        padding: 16px
    }

    .expert_view .metric_number {
        font-size: 45px
    }

    .expert_view .quote_editorial {
        padding: 64px 0
    }

    .expert_view .quote_container {
        padding: 0 16px
    }

    .expert_view .body_column h2 {
        font-size: 23px
    }

    .expert_view .body_column p {
        font-size: 15px
    }

    .expert_view .pull_quote p {
        font-size: 18px
    }
}

@media (max-width: 320px) {
    .expert_view .lead_frame {
        padding: 32px 8px
    }

    .expert_view .insights_container {
        padding: 0 8px
    }

    .expert_view .data_container {
        padding: 0 8px
    }

    .expert_view .quote_container {
        padding: 0 8px
    }
}

.arch_main {
    background: #F1FDF3;
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow-x: clip
}

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

.arch_main ::selection {
    background: #03625f26;
    color: inherit
}

.arch_intro {
    background: linear-gradient(127deg, #03625F 0%, #8224F1 52%, #F1FDF3 100%);
    padding: 96px 32px 64px;
    position: relative;
    overflow: hidden
}

.arch_intro_container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.arch_intro_visual {
    flex: 0 0 340px;
    position: relative
}

.arch_intro_img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 11px;
    display: block;
    filter: brightness(0.72);
    transition: filter .55s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 9px 60px 0 #03625f21;
    position: relative
}

.arch_intro_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, transparent 0%, #03625f73 100%);
    pointer-events: none;
    border-radius: 11px
}

.arch_intro_img:hover {
    filter: brightness(1.08)
}

.arch_intro_content {
    flex: 1;
    padding: 96px 0 0;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.arch_intro_label {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #ffffffd9;
    font-weight: 300;
    margin: 0
}

.arch_intro_heading {
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    font-weight: 700;
    position: relative
}

.arch_intro_number {
    color: #F1FDF3;
    font-weight: 800;
    display: inline-block;
    margin-right: 16px
}

.arch_intro_text {
    font-size: 18px;
    line-height: 1.75;
    color: #ffffffeb;
    margin: 0;
    max-width: 620px
}

.arch_intro_mark {
    position: absolute;
    top: -48px;
    right: 96px;
    font-size: 280px;
    line-height: 1;
    color: #8224f114;
    font-weight: 800;
    pointer-events: none;
    user-select: none
}

.arch_divider_mono {
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff
}

.arch_divider_symbol {
    font-size: 45px;
    line-height: 1;
    color: #03625F;
    font-weight: 700;
    letter-spacing: .05em
}

.arch_timeline {
    background: #fff;
    padding: 96px 32px;
    position: relative
}

.arch_timeline_container {
    max-width: 1280px;
    margin: 0 auto
}

.arch_timeline_header {
    margin-bottom: 64px;
    text-align: center
}

.arch_timeline_title {
    font-size: 45px;
    line-height: 1.3;
    color: #03625F;
    margin: 0 0 16px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.arch_timeline_title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #8224F1 50%, transparent 100%)
}

.arch_timeline_subtitle {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #03625fa6;
    margin: 32px 0 0
}

.arch_timeline_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.arch_timeline_card {
    background: #F1FDF3;
    border-radius: 11px;
    padding: 32px;
    box-shadow: 0 2px 6px 0 #8224f10f;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden
}

.arch_timeline_card:hover {
    box-shadow: 0 9px 60px 0 #8224f121;
    transform: translateY(-4px)
}

.arch_timeline_card_header {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 16px
}

.arch_timeline_date {
    font-size: 23px;
    line-height: 1.3;
    color: #8224F1;
    font-weight: 700;
    margin: 0
}

.arch_timeline_card_title {
    font-size: 18px;
    line-height: 1.55;
    color: #03625F;
    margin: 0 0 16px;
    font-weight: 600
}

.arch_timeline_card_text {
    font-size: 15px;
    line-height: 1.75;
    color: #03625fd9;
    margin: 0
}

.arch_metrics {
    background: #03625f0a;
    padding: 96px 32px;
    position: relative;
    overflow: hidden;
    animation: arch_bg_shift 8s ease-in-out infinite alternate
}

@keyframes arch_bg_shift {
    0% {
        background: #03625f0a
    }

    100% {
        background: #8224f10a
    }
}

.arch_metrics_container {
    max-width: 1280px;
    margin: 0 auto
}

.arch_metrics_header {
    margin-bottom: 64px
}

.arch_metrics_heading {
    font-size: 45px;
    line-height: 1.3;
    color: #03625F;
    margin: 0 0 16px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.arch_metrics_heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 140px;
    height: 3px;
    background: #8224F1
}

.arch_metrics_intro {
    font-size: 18px;
    line-height: 1.75;
    color: #03625fd9;
    margin: 32px 0 0;
    max-width: 720px
}

.arch_metrics_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: flex-start
}

.arch_metrics_text_zone {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.arch_metrics_para {
    font-size: 15px;
    line-height: 1.75;
    color: #03625fd9;
    margin: 0
}

.arch_metrics_quote {
    font-size: 23px;
    line-height: 1.55;
    color: #8224F1;
    font-weight: 600;
    margin: 32px 0;
    padding: 32px;
    background: #fff;
    border-radius: 11px;
    border-left: 4px solid #8224F1;
    box-shadow: 0 5px 14px 0 #03625f1a;
    position: relative
}

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

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

.arch_chart_label {
    font-size: 13px;
    line-height: 1.55;
    color: #03625F;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.arch_chart_bar_wrapper {
    background: #03625f14;
    border-radius: 30px;
    height: 32px;
    position: relative;
    overflow: hidden
}

.arch_chart_bar {
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #03625F 0%, #8224F1 100%);
    transition: width .7s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
    box-shadow: inset 0 2px 6px 0 #00000026
}

.arch_chart_value {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: 700
}

.arch_chart_bar.one {
    width: 88%
}

.arch_chart_bar.two {
    width: 76%
}

.arch_chart_bar.three {
    width: 92%
}

.arch_chart_bar.four {
    width: 68%
}

.arch_chart_bar.five {
    width: 81%
}

@media (max-width: 1024px) {
    .arch_intro_container {
        flex-direction: column;
        gap: 48px
    }

    .arch_intro_visual {
        flex: 0 0 auto;
        width: 100%
    }

    .arch_intro_content {
        padding: 0
    }

    .arch_intro_heading {
        font-size: 45px
    }

    .arch_intro_mark {
        font-size: 180px;
        right: 32px;
        top: -32px
    }

    .arch_timeline_grid {
        grid-template-columns: 1fr
    }

    .arch_metrics_content {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .arch_metrics_quote {
        margin: 0
    }
}

@media (max-width: 768px) {
    .arch_intro {
        padding: 64px 16px 48px
    }

    .arch_intro_heading {
        font-size: 23px
    }

    .arch_intro_img {
        height: 280px
    }

    .arch_intro_text {
        font-size: 15px
    }

    .arch_intro_mark {
        font-size: 120px;
        right: 16px
    }

    .arch_timeline {
        padding: 64px 16px
    }

    .arch_timeline_title {
        font-size: 23px
    }

    .arch_timeline_header {
        margin-bottom: 48px
    }

    .arch_timeline_grid {
        gap: 16px
    }

    .arch_timeline_card {
        padding: 16px
    }

    .arch_metrics {
        padding: 64px 16px
    }

    .arch_metrics_heading {
        font-size: 23px
    }

    .arch_metrics_intro {
        font-size: 15px
    }

    .arch_metrics_quote {
        font-size: 18px;
        padding: 16px
    }
}

@media (max-width: 320px) {
    .arch_intro {
        padding: 32px 8px
    }

    .arch_intro_heading {
        font-size: 18px
    }

    .arch_timeline {
        padding: 32px 8px
    }

    .arch_metrics {
        padding: 32px 8px
    }
}

.success_page {
    background: linear-gradient(127deg, #03625F 0%, #8224F1 52%, #F1FDF3 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 16px
}

.success_page .confirm_wrapper {
    background: #fff;
    max-width: 680px;
    width: 100%;
    padding: 64px 32px;
    border-radius: 30px;
    box-shadow: 0 9px 60px 0 #03625f21;
    text-align: center
}

.success_page .icon_check {
    width: 92px;
    height: 92px;
    margin: 0 auto 32px;
    background: linear-gradient(127deg, #03625F 0%, #8224F1 100%);
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.success_page .icon_check::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 18px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg) translateY(-4px)
}

.success_page .confirm_title {
    font-size: 45px;
    line-height: 1.1;
    color: #03625F;
    margin: 0 0 16px
}

.success_page .confirm_message {
    font-size: 18px;
    line-height: 1.55;
    color: #1a1a1a;
    margin: 0 0 32px
}

.success_page .confirm_detail {
    font-size: 15px;
    line-height: 1.75;
    color: #4a4a4a;
    margin: 0 0 32px;
    padding: 16px;
    background: #F1FDF3;
    border-radius: 11px;
    border-left: 4px solid #8224F1
}

.success_page .action_group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.success_page .btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 15px;
    color: #fff;
    background: #03625F;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), transform .4s ease-in-out;
    box-shadow: 0 5px 14px 0 #03625f1a
}

.success_page .btn_primary:hover {
    background: #024d4b;
    transform: translateX(4px)
}

.success_page .btn_primary:active {
    box-shadow: inset 0 2px 6px 0 #03625f4d
}

.success_page .btn_secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 15px;
    color: #03625F;
    background: transparent;
    border: 2px solid #03625F;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.success_page .btn_secondary:hover {
    background: #03625F;
    color: #fff
}

.success_page .info_box {
    margin: 32px 0 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 11px;
    text-align: left
}

.success_page .info_box_title {
    font-size: 18px;
    line-height: 1.3;
    color: #03625F;
    margin: 0 0 8px
}

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

.success_page .info_list li {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    padding-left: 24px;
    position: relative
}

.success_page .info_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #8224F1;
    border-radius: 6px
}

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

    .success_page .confirm_wrapper {
        padding: 32px 16px
    }

    .success_page .confirm_title {
        font-size: 23px
    }

    .success_page .confirm_message {
        font-size: 15px
    }

    .success_page .action_group {
        flex-direction: column
    }

    .success_page .btn_primary,
    .success_page .btn_secondary {
        width: 100%;
        justify-content: center
    }
}