@import "https://cdn.jsdelivr.net/npm/@fontsource/jetbrains-mono@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/jetbrains-mono@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/jetbrains-mono@latest/700.css";

html {
    font-size: 100%
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden;
    font-family: 'JetBrains Mono', 'Courier New', monospace
}

.top_strip {
    background-color: #1E2137;
    padding: 6px 0
}

.top_strip_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.top_links {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.top_links li {
    display: flex;
    align-items: center
}

.top_links li+li::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #ff370180;
    margin-right: 6px
}

.top_links a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #ffffffb3;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1)
}

.top_links a:hover {
    color: #FF3701
}

.top_links a:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 2px;
    border-radius: 3px;
    transform: scale(1.02)
}

.credential_mark {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #FF3701;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap
}

.credential_mark .cert_dot {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #FF3701;
    flex-shrink: 0
}

.brand_row {
    background: #FFF;
    border-bottom: 1px solid #1e213714;
    padding: 20px 0;
    box-shadow: 1px 6px 28px -2px #ff370114
}

.brand_row_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.brand_block {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.logo_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 5px;
    background: #1E2137;
    box-shadow: 1px 2px 2px -2px #1e21370d 1px 6px 28px -2px #1e213714;
    border: 1px solid #ff370133
}

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

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

.brand_name {
    font-family: 'JetBrains Mono', monospace;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    color: #1E2137;
    letter-spacing: .02em;
    text-decoration: none;
    display: block
}

.brand_name:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 3px;
    border-radius: 3px;
    transform: scale(1.02)
}

.brand_tagline {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #1e21378c;
    letter-spacing: .03em
}

.primary_nav {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.primary_nav ul {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-end
}

.primary_nav ul li {
    display: flex
}

.primary_nav ul li a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    color: #1E2137;
    text-decoration: none;
    padding: 12px;
    border-radius: 5px;
    letter-spacing: .03em;
    display: block;
    white-space: nowrap;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), background-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.primary_nav ul li a:hover {
    color: #FF3701;
    background-color: #ff37010f
}

.primary_nav ul li a:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 2px;
    border-radius: 5px;
    transform: scale(1.02)
}

.primary_nav ul li.active_item a {
    color: #FF3701;
    background-color: #ff370114
}

.contact_strip {
    background: #1e21370a;
    border-top: 1px solid #1e21370f;
    padding: 6px 0
}

.contact_strip_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

.contact_item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #1E2137;
    text-decoration: none;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.contact_item:hover {
    color: #FF3701
}

.contact_item:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 2px;
    border-radius: 3px;
    transform: scale(1.02)
}

.contact_icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: currentColor
}

.contact_label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #1e213773;
    margin-right: 3px
}

.site_footer {
    background: #1E2137;
    padding: 80px 0 0
}

.footer_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ffffff14
}

.footer_col_label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    color: #FF3701;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block
}

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

.footer_nav_list li a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffb3;
    text-decoration: none;
    display: block;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.footer_nav_list li a:hover {
    color: #FFF
}

.footer_nav_list li a:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 2px;
    border-radius: 3px;
    transform: scale(1.02)
}

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

.footer_contact_list li {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.footer_contact_list .fc_label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #ffffff59;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600
}

.footer_contact_list a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    line-height: 1.65;
    color: #fffc;
    text-decoration: none;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer_contact_list a:hover {
    color: #FF3701
}

.footer_contact_list a:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 2px;
    border-radius: 3px;
    transform: scale(1.02)
}

.footer_contact_list .fc_address {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.65;
    color: #ffffff8c
}

.footer_bottom {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer_logo_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.footer_logo_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 5px;
    background: #ffffff0f;
    border: 1px solid #ff370140;
    box-shadow: 1px 2px 2px -2px #ff37010d
}

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

.footer_copy {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #ffffff4d;
    text-align: center;
    letter-spacing: .03em
}

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

.footer_legal_links a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.15;
    color: #fff6;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.footer_legal_links a:hover {
    color: #fffc
}

.footer_legal_links a:focus-visible {
    outline: 2px solid #FF3701;
    outline-offset: 2px;
    border-radius: 3px;
    transform: scale(1.02)
}

.footer_accent_bar {
    height: 4px;
    background: linear-gradient(90deg, #FF3701 0%, #ff37014d 60%, transparent 100%);
    border-radius: 0
}

@media (max-width: 1024px) {

    .top_strip_inner,
    .brand_row_inner,
    .contact_strip_inner,
    .footer_inner {
        padding: 0 20px
    }

    .footer_grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .brand_row_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

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

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

    .footer_grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

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

    .footer_legal_links {
        align-items: center
    }

    .credential_mark {
        display: none
    }
}

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

    .contact_strip_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px
    }

    .brand_name {
        font-size: 15px
    }

    .primary_nav ul li a {
        padding: 12px 6px;
        font-size: 13px
    }
}

.legal-body {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px
}

.legal-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin-bottom: 20px
}

.legal-body ul,
.legal-body ol {
    padding-left: 40px;
    margin-bottom: 20px
}

.legal-body ul {
    list-style: none;
    padding-left: 20px
}

.legal-body ul li {
    position: relative;
    padding-left: 20px
}

.legal-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #FF3701;
    border-radius: 3px;
    flex-shrink: 0
}

.legal-body ol {
    list-style: decimal
}

.legal-body ol li {
    padding-left: 6px
}

.legal-body ol li::marker {
    color: #FF3701;
    font-size: 15px
}

.legal-body li {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin-bottom: 6px
}

.legal-body li:last-child {
    margin-bottom: 0
}

.legal-body strong,
.legal-body b {
    font-weight: 700;
    color: #1E2137
}

.legal-body a {
    color: #FF3701;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.legal-body a:hover {
    color: #1E2137;
    text-decoration-color: #FF3701
}

.legal-body a:active {
    color: #1E2137
}

.legal-body hr {
    border: none;
    border-top: 1px solid #1e213726;
    margin: 40px 0
}

@media (max-width: 1024px) {
    .legal-body {
        padding: 80px 40px
    }
}

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

    .legal-body p,
    .legal-body li {
        font-size: 15px
    }

    .legal-body ul,
    .legal-body ol {
        padding-left: 20px
    }
}

@media (max-width: 480px) {
    .legal-body {
        padding: 40px 12px
    }

    .legal-body hr {
        margin: 20px 0
    }
}

.services_detail {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden
}

.services_detail .divider_double {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0
}

.services_detail .divider_double span {
    display: block;
    height: 1px;
    background: #1E2137;
    opacity: .18
}

.services_detail .inner_limit {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

@media (max-width: 768px) {
    .services_detail .inner_limit {
        padding: 0 20px
    }
}

.services_detail .hero_row {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    padding: 80px 0 60px;
    align-items: start
}

.services_detail .hero_text {
    position: relative
}

.services_detail .hero_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px
}

.services_detail .tag_pill {
    display: inline-block;
    background: #FF3701;
    color: #fff;
    font-size: 13px;
    line-height: 1.15;
    padding: 6px 12px;
    border-radius: 3px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.services_detail .user_badge {
    display: inline-block;
    border: 1.5px solid #1E2137;
    color: #1E2137;
    font-size: 13px;
    line-height: 1.15;
    padding: 6px 12px;
    border-radius: 3px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.services_detail .hero_heading {
    font-size: 62px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -.01em
}

.services_detail .hero_desc {
    font-size: 18px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .78;
    max-width: 560px;
    margin: 0 0 40px
}

.services_detail .hero_stats_row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap
}

.services_detail .stat_item {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services_detail .stat_label {
    font-size: 13px;
    line-height: 1.15;
    color: #1E2137;
    opacity: .5;
    text-transform: uppercase;
    letter-spacing: .07em
}

.services_detail .stat_value {
    font-size: 18px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700
}

.services_detail .stat_value.accent {
    color: #FF3701
}

.services_detail .curve_connector {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 180px;
    height: 30px;
    pointer-events: none
}

.services_detail .curve_connector svg {
    width: 100%;
    height: 100%
}

.services_detail .sidebar_card {
    background: #1E2137;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 9px 44px -2px #ff37011f;
    position: sticky;
    top: 40px
}

.services_detail .sidebar_img_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden
}

.services_detail .sidebar_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .15s cubic-bezier(0.4, 0, 1, 1)
}

.services_detail .sidebar_img_wrap img:hover {
    filter: saturate(0)
}

.services_detail .vignette_overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, transparent 40%, #1e2137b8 100%);
    pointer-events: none
}

.services_detail .dots_path {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: grid;
    grid-template-columns: repeat(5, 6px);
    grid-template-rows: repeat(3, 6px);
    gap: 4px;
    pointer-events: none
}

.services_detail .dot_item {
    width: 4px;
    height: 4px;
    border-radius: 20px;
    background: #ffffff73
}

.services_detail .sidebar_body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services_detail .price_block {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services_detail .price_main {
    font-size: 32px;
    line-height: 1.15;
    color: #FF3701;
    font-weight: 800
}

.services_detail .price_desc {
    font-size: 13px;
    line-height: 1.65;
    color: #ffffffa6
}

.services_detail .price_note {
    font-size: 13px;
    line-height: 1.65;
    color: #fff6
}

.services_detail .sidebar_meta_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.services_detail .sidebar_meta_list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ffffff1a;
    font-size: 13px;
    line-height: 1.15
}

.services_detail .sidebar_meta_list li:last-child {
    border-bottom: none
}

.services_detail .meta_key {
    color: #ffffff80;
    text-transform: uppercase;
    letter-spacing: .06em
}

.services_detail .meta_val {
    color: #fff;
    font-weight: 600
}

.services_detail .seats_badge {
    background: #ff37012e;
    color: #FF3701;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 700
}

.services_detail .enroll_btn {
    display: block;
    width: 100%;
    background: #FF3701;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 1px 6px 28px -2px #ff370114
}

.services_detail .enroll_btn:hover {
    background: #d42e00;
    box-shadow: 1px 9px 44px -2px #ff37012e
}

.services_detail .enroll_btn:active {
    box-shadow: inset 0 2px 6px #ff370138
}

@keyframes sd_shake {

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

    20% {
        transform: translateX(-5px)
    }

    40% {
        transform: translateX(5px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(3px)
    }
}

.services_detail .enroll_btn.shake {
    animation: sd_shake .18s cubic-bezier(0.4, 0, 1, 1)
}

@media (max-width: 1024px) {
    .services_detail .hero_row {
        grid-template-columns: 1fr;
        padding: 60px 0 40px
    }

    .services_detail .sidebar_card {
        position: static;
        max-width: 480px
    }

    .services_detail .hero_heading {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .services_detail .hero_heading {
        font-size: 32px
    }

    .services_detail .hero_stats_row {
        gap: 20px
    }
}

.services_detail .program_section {
    background: #f4f3f0;
    padding: 80px 0;
    position: relative
}

.services_detail .program_section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(118deg, #ff370108 0%, #1e21370a 100%);
    pointer-events: none
}

@keyframes sd_grad_shift {
    0% {
        background-position: 0 50%
    }

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

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

.services_detail .program_section::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #1E2137 40%, transparent);
    opacity: .12
}

.services_detail .program_grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 80px;
    align-items: start
}

.services_detail .program_aside {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services_detail .accent_line {
    display: block;
    width: 40px;
    height: 3px;
    background: #FF3701;
    border-radius: 3px;
    margin-bottom: 6px
}

.services_detail .program_aside_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 800;
    margin: 0
}

.services_detail .program_aside_sub {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .6;
    margin: 0
}

.services_detail .readtime_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: 1px 2px 2px -2px #1e21370d
}

.services_detail .readtime_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.services_detail .readtime_text {
    font-size: 13px;
    line-height: 1.15;
    color: #1E2137;
    opacity: .7
}

.services_detail .views_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #1E2137;
    opacity: .5
}

.services_detail .program_body {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services_detail .program_body h2 {
    font-size: 18px;
    line-height: 1.15;
    color: #FF3701;
    font-weight: 700;
    margin: 20px 0 6px
}

.services_detail .program_body h3 {
    font-size: 15px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 12px 0 6px
}

.services_detail .program_body p {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .8;
    margin: 0
}

.services_detail .program_body ol {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services_detail .program_body li {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .8;
    padding-bottom: 6px;
    border-bottom: 1px solid #1e21371a
}

.services_detail .program_body li:last-child {
    border-bottom: none
}

.services_detail .program_body dl {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0
}

.services_detail .program_body dt {
    font-size: 15px;
    font-weight: 700;
    color: #1E2137;
    line-height: 1.15
}

.services_detail .program_body dd {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .7;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #1e213714
}

.services_detail .program_body blockquote {
    border-top: 3px solid #FF3701;
    background: #ff37010d;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    font-style: italic
}

.services_detail .program_body abbr {
    text-decoration: underline dotted;
    cursor: help
}

@media (max-width: 1024px) {
    .services_detail .program_grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.services_detail .desc_section {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.services_detail .desc_section_bg {
    position: absolute;
    inset: 0;
    background-image:url({{image_src}});
    background-size: cover;
    background-position: center;
    opacity: .04;
    pointer-events: none;
    filter: saturate(0)
}

.services_detail .desc_columns {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 80px;
    align-items: start
}

.services_detail .desc_main {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services_detail .desc_heading_row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 6px
}

.services_detail .desc_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 800;
    margin: 0
}

.services_detail .desc_body {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services_detail .desc_body p {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .8;
    margin: 0
}

.services_detail .desc_body p:nth-child(odd) {
    max-width: 520px
}

.services_detail .desc_body p:nth-child(even) {
    max-width: 420px
}

.services_detail .desc_body h2 {
    font-size: 18px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 12px 0 0
}

.services_detail .desc_body mark {
    background: #ff37011f;
    color: #FF3701;
    border-radius: 3px;
    padding: 0 4px
}

.services_detail .desc_body small {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .55;
    display: block
}

.services_detail .desc_body ul,
.services_detail .desc_body ol {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services_detail .desc_body li {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .8;
    padding-bottom: 6px;
    border-bottom: 1px solid #1e21371a
}

.services_detail .desc_body li:last-child {
    border-bottom: none
}

.services_detail .desc_body details {
    border-radius: 5px;
    background: #1e21370a;
    padding: 12px 20px
}

.services_detail .desc_body summary {
    font-size: 15px;
    font-weight: 700;
    color: #1E2137;
    cursor: pointer;
    line-height: 1.15
}

.services_detail .poll_card {
    background: #1E2137;
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 1px 6px 28px -2px #1e213714;
    position: sticky;
    top: 40px
}

.services_detail .poll_heading {
    font-size: 18px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    margin: 0
}

.services_detail .poll_sub {
    font-size: 13px;
    line-height: 1.65;
    color: #ffffff80;
    margin: 0
}

.services_detail .poll_options {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.services_detail .poll_option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.services_detail .poll_option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff4d;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: none
}

.services_detail .poll_option input[type="radio"]:checked {
    border-color: #FF3701;
    background: #FF3701;
    box-shadow: inset 0 0 0 3px #1E2137
}

.services_detail .poll_option label {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffbf;
    cursor: pointer;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.services_detail .poll_option input[type="radio"]:checked+label {
    color: #fff;
    font-weight: 700
}

.services_detail .poll_note {
    font-size: 13px;
    line-height: 1.65;
    color: #ffffff4d;
    margin: 0
}

@media (max-width: 1024px) {
    .services_detail .desc_columns {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .services_detail .poll_card {
        position: static;
        max-width: 480px
    }
}

@media (max-width: 768px) {
    .services_detail .program_section {
        padding: 60px 0
    }

    .services_detail .desc_section {
        padding: 60px 0
    }
}

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

    .services_detail .inner_limit {
        padding: 0 12px
    }
}

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

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

.services_detail .hero_meta {
    animation: sd_rise .15s cubic-bezier(0.4, 0, 1, 1) both;
    animation-delay: .04s
}

.services_detail .hero_heading {
    animation: sd_rise .15s cubic-bezier(0.4, 0, 1, 1) both;
    animation-delay: .08s
}

.services_detail .hero_desc {
    animation: sd_rise .15s cubic-bezier(0.4, 0, 1, 1) both;
    animation-delay: .12s
}

.services_detail .hero_stats_row {
    animation: sd_rise .15s cubic-bezier(0.4, 0, 1, 1) both;
    animation-delay: .16s
}

.services_detail .four_col_block {
    display: grid;
    grid-template-columns: 80px 1fr 80px 1fr;
    gap: 20px;
    align-items: start;
    background: #ff37010a;
    border-radius: 10px;
    padding: 20px
}

.services_detail .four_col_label {
    font-size: 13px;
    line-height: 1.15;
    color: #FF3701;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding-top: 3px
}

.services_detail .four_col_text {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .8
}

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

    .services_detail .four_col_label {
        margin-top: 12px
    }
}

.learning-program {
    max-width: 100%;
    overflow-x: hidden
}

.learning-program .prog-hero {
    position: relative;
    background: linear-gradient(180deg, transparent 0%, transparent 30%, #1E2137 78%, #1E2137 100%);
    padding: 80px 20px
}

.learning-program .prog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, #FF3701 0%, #1E2137 60%, #1E2137 100%);
    opacity: .18;
    pointer-events: none
}

.learning-program .prog-hero-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 80px
}

.learning-program .prog-hero-text {
    flex: 1 1 520px;
    position: relative;
    z-index: 2
}

.learning-program .prog-hero-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.learning-program .prog-hero-deco-line {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 320px;
    height: 320px;
    border: 2px dashed #ff37012e;
    border-radius: 20px;
    transform: rotate(12deg)
}

.learning-program .prog-accent-label {
    display: inline-block;
    background: #FF3701;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 3px;
    margin-bottom: 20px
}

.learning-program .prog-hero-h1 {
    font-size: 62px;
    line-height: 1.15;
    color: #FFF;
    margin: 0 0 20px;
    font-weight: 800
}

.learning-program .prog-hero-h1 .accent-word {
    color: #FF3701;
    font-weight: 900
}

.learning-program .prog-hero-desc {
    font-size: 18px;
    line-height: 1.65;
    color: #ffffffd1;
    margin: 0 0 40px;
    max-width: 480px
}

.learning-program .prog-hero-stats {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 0
}

.learning-program .prog-stat {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.learning-program .prog-stat-num {
    font-size: 32px;
    line-height: 1.15;
    color: #FF3701;
    font-weight: 800
}

.learning-program .prog-stat-label {
    font-size: 13px;
    line-height: 1.65;
    color: #fff9;
    text-transform: uppercase;
    letter-spacing: .08em
}

.learning-program .prog-hero-img-col {
    flex: 0 0 420px;
    position: relative;
    z-index: 2
}

.learning-program .prog-img-mask {
    width: 420px;
    height: 480px;
    overflow: hidden;
    clip-path: polygon(0 0, 88% 0, 100% 10%, 100% 100%, 12% 100%, 0 90%);
    border-radius: 10px;
    box-shadow: 1px 9px 44px -2px #ff37011f;
    transition: filter .15s cubic-bezier(0.4, 0, 1, 1)
}

.learning-program .prog-img-mask:hover {
    filter: saturate(0)
}

.learning-program .prog-img-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.learning-program .prog-img-counter {
    position: absolute;
    bottom: -12px;
    right: -12px;
    background: #FF3701;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    box-shadow: 1px 6px 28px -2px #ff370114
}

.learning-program .prog-img-counter span {
    font-size: 18px;
    font-weight: 900
}

.learning-program .prog-divider {
    max-width: 1366px;
    margin: 0 auto;
    height: 2px;
    background: #e8e8ec;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .prog-divider::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #FF3701
}

.learning-program .prog-modules {
    background: #f4f4f7;
    padding: 80px 20px;
    position: relative
}

.learning-program .prog-modules::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f4f4f7;
    z-index: 0
}

.learning-program .prog-modules-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.learning-program .prog-section-top {
    margin-bottom: 40px
}

.learning-program .prog-top-line {
    width: 36px;
    height: 3px;
    background: #FF3701;
    border-radius: 3px;
    margin-bottom: 12px
}

.learning-program .prog-section-h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0 0 12px;
    font-weight: 700
}

.learning-program .prog-section-sub {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4e6b;
    max-width: 560px;
    margin: 0
}

.learning-program .prog-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.learning-program .prog-card {
    background: #FFF;
    border-radius: 10px;
    padding: 40px 20px 20px;
    box-shadow: 1px 2px 2px -2px #ff37010d;
    position: relative;
    overflow: hidden;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    border: 1.5px solid #e8e8ec
}

.learning-program .prog-card:hover {
    box-shadow: 1px 6px 28px -2px #ff370114
}

.learning-program .prog-card-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    color: #ff370114;
    pointer-events: none
}

.learning-program .prog-card-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg, #ff37010a 0%, #ff37011a 100%);
    transition: height .18s cubic-bezier(0.4, 0, 1, 1);
    pointer-events: none;
    border-radius: 0 0 10px 10px
}

.learning-program .prog-card:hover .prog-card-fill {
    height: 100%
}

.learning-program .prog-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .prog-card-h4 {
    font-size: 18px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0 0 12px
}

.learning-program .prog-card-text {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4e6b;
    margin: 0 0 20px
}

.learning-program .prog-card-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.learning-program .prog-card-list li {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    padding: 6px 0;
    border-bottom: 1px solid #e8e8ec
}

.learning-program .prog-card-list li:last-child {
    border-bottom: none
}

.learning-program .prog-card-list li strong {
    color: #FF3701
}

.learning-program .prog-divider2 {
    max-width: 1366px;
    margin: 0 auto;
    height: 2px;
    background: #e8e8ec;
    position: relative
}

.learning-program .prog-divider2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #1E2137
}

.learning-program .prog-format {
    background: #FFF;
    padding: 80px 20px
}

.learning-program .prog-format-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.learning-program .prog-format-left {
    flex: 0 0 420px
}

.learning-program .prog-format-right {
    flex: 1 1 0
}

.learning-program .prog-format-h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0 0 20px
}

.learning-program .prog-format-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4e6b;
    margin: 0 0 40px;
    max-width: 380px
}

.learning-program .prog-format-desc.narrow {
    max-width: 300px
}

.learning-program .prog-dashed-box {
    border: 2px dashed #ff370159;
    border-radius: 10px;
    padding: 40px 20px;
    position: relative
}

.learning-program .prog-dashed-box-label {
    position: absolute;
    top: -13px;
    left: 20px;
    background: #FFF;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: #FF3701;
    text-transform: uppercase;
    letter-spacing: .1em
}

.learning-program .prog-format-items {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.learning-program .prog-format-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px
}

.learning-program .prog-format-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    background: #1E2137;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 2px -2px #1e21370d
}

.learning-program .prog-format-item-text h5 {
    font-size: 15px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0 0 6px
}

.learning-program .prog-format-item-text p {
    font-size: 13px;
    line-height: 1.65;
    color: #4a4e6b;
    margin: 0
}

.learning-program .prog-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px
}

.learning-program .prog-metric-card {
    background: #f4f4f7;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.learning-program .prog-metric-num {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    color: #FF3701;
    margin-bottom: 6px
}

.learning-program .prog-metric-label {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    font-weight: 600
}

.learning-program .prog-metric-corner {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #ff37011a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #FF3701
}

.learning-program .prog-divider3 {
    max-width: 1366px;
    margin: 0 auto;
    height: 2px;
    background: #e8e8ec;
    position: relative
}

.learning-program .prog-divider3::after {
    content: '';
    position: absolute;
    right: 20%;
    width: 60px;
    height: 2px;
    background: #FF3701
}

.learning-program .prog-outcomes {
    background: #1E2137;
    padding: 80px 20px;
    position: relative
}

.learning-program .prog-outcomes::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1E2137 60%, #2a2f52 100%);
    pointer-events: none
}

.learning-program .prog-outcomes-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.learning-program .prog-outcomes-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.learning-program .prog-outcomes-h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.learning-program .prog-outcomes-note {
    font-size: 13px;
    line-height: 1.65;
    color: #ffffff80;
    max-width: 320px;
    text-align: right;
    margin: 0
}

.learning-program .prog-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.learning-program .prog-outcome-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1.5px solid #ffffff14;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1)
}

.learning-program .prog-outcome-item:hover {
    border-color: #ff370166;
    background: #ff37010d
}

.learning-program .prog-outcome-num {
    flex: 0 0 44px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    color: #ff370140
}

.learning-program .prog-outcome-text h5 {
    font-size: 15px;
    line-height: 1.15;
    color: #FFF;
    font-weight: 700;
    margin: 0 0 6px
}

.learning-program .prog-outcome-text p {
    font-size: 13px;
    line-height: 1.65;
    color: #fff9;
    margin: 0
}

.learning-program .prog-cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 40px
}

.learning-program .prog-btn-primary {
    display: inline-block;
    background: #FF3701;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 1px 6px 28px -2px #ff370114;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
    letter-spacing: .02em
}

.learning-program .prog-btn-primary:hover {
    background: #d42e00;
    box-shadow: 1px 9px 44px -2px #ff37011f;
    color: #FFF;
    text-decoration: none
}

.learning-program .prog-btn-primary:active {
    box-shadow: inset 1px 2px 2px -2px #ff37011f
}

.learning-program .prog-btn-ghost {
    display: inline-block;
    background: transparent;
    color: #ffffffbf;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    border: 1.5px solid #fff3;
    cursor: pointer;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1)
}

.learning-program .prog-btn-ghost:hover {
    border-color: #fff9;
    color: #FFF;
    text-decoration: none
}

.learning-program .prog-glow-border {
    border-radius: 10px;
    box-shadow: 0 0 0 0 #ff370100;
    animation: prog-glow-build 1.2s .4s cubic-bezier(0.4, 0, 1, 1) forwards
}

@keyframes prog-glow-build {
    0% {
        box-shadow: 0 0 0 0 #ff370100
    }

    100% {
        box-shadow: 0 0 0 3px #ff370138
    }
}

@media (max-width: 1024px) {
    .learning-program .prog-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px
    }

    .learning-program .prog-hero-img-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 420px
    }

    .learning-program .prog-img-mask {
        width: 100%;
        max-width: 420px
    }

    .learning-program .prog-hero-h1 {
        font-size: 32px
    }

    .learning-program .prog-cards-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .learning-program .prog-format-inner {
        flex-direction: column;
        gap: 40px
    }

    .learning-program .prog-format-left {
        flex: 0 0 auto;
        width: 100%
    }

    .learning-program .prog-outcomes-header {
        flex-direction: column;
        align-items: flex-start
    }

    .learning-program .prog-outcomes-note {
        text-align: left
    }
}

@media (max-width: 768px) {
    .learning-program .prog-hero {
        padding: 40px 20px
    }

    .learning-program .prog-hero-h1 {
        font-size: 32px
    }

    .learning-program .prog-hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px
    }

    .learning-program .prog-cards-grid {
        grid-template-columns: 1fr
    }

    .learning-program .prog-modules {
        padding: 40px 20px
    }

    .learning-program .prog-format {
        padding: 40px 20px
    }

    .learning-program .prog-outcomes {
        padding: 40px 20px
    }

    .learning-program .prog-outcomes-grid {
        grid-template-columns: 1fr
    }

    .learning-program .prog-metrics {
        grid-template-columns: 1fr
    }

    .learning-program .prog-cta-row {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .learning-program .prog-hero-h1 {
        font-size: 32px
    }

    .learning-program .prog-img-mask {
        height: 260px
    }

    .learning-program .prog-format-desc {
        max-width: 100%
    }

    .learning-program .prog-format-desc.narrow {
        max-width: 100%
    }
}

.about_us {
    max-width: 100%;
    overflow-x: hidden
}

.about_us .constrained {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.about_us .split_screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
    position: relative
}

.about_us .split_left {
    background-color: #1E2137;
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.about_us .split_left::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 40px;
    width: 48px;
    height: 3px;
    background-color: #FF3701;
    border-radius: 3px
}

.about_us .split_left_deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.about_us .split_left_deco svg {
    position: absolute;
    bottom: -20px;
    left: -20px;
    opacity: .06
}

.about_us .split_label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FF3701;
    margin-bottom: 20px;
    line-height: 1.15
}

.about_us .split_heading {
    font-size: 62px;
    line-height: 1.15;
    color: #FFF;
    margin-bottom: 40px;
    font-weight: 700
}

.about_us .split_heading em {
    color: #FF3701;
    font-style: normal
}

.about_us .point_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about_us .point_list li {
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffd1;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.about_us .point_list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.about_us .point_num {
    font-size: 13px;
    font-weight: 700;
    color: #FF3701;
    letter-spacing: .08em
}

.about_us .split_right {
    position: relative;
    overflow: hidden
}

.about_us .split_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .18s cubic-bezier(0.4, 0, 1, 1)
}

.about_us .split_right:hover img {
    filter: saturate(0)
}

.about_us .split_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, #1e2137b8 0%, #1e21372e 55%, #ff370114 100%);
    pointer-events: none
}

.about_us .split_counter_badge {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-color: #FF3701;
    color: #FFF;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: 1px 6px 28px -2px #ff37011f;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.about_us .split_counter_badge span {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700
}

.about_us .stair_divider {
    display: flex;
    flex-direction: row;
    height: 32px;
    overflow: hidden
}

.about_us .stair_divider .stair_a {
    flex: 0 0 33.33%;
    background-color: #1E2137
}

.about_us .stair_divider .stair_b {
    flex: 0 0 33.33%;
    background-color: #f2f0ed;
    border-top: 32px solid #1E2137
}

.about_us .stair_divider .stair_c {
    flex: 0 0 33.34%;
    background-color: #f2f0ed
}

.about_us .about_body {
    background-color: #f2f0ed;
    padding-top: 0;
    padding-bottom: 80px
}

.about_us .body_grid {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 40px;
    padding-top: 80px
}

.about_us .sidebar_left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 6px
}

.about_us .sidebar_right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
    padding-top: 6px
}

.about_us .metric_card {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 2px 2px -2px #ff37010d 1px 6px 28px -2px #ff370114;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    position: relative;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.about_us .metric_card:hover {
    box-shadow: 1px 9px 44px -2px #ff37011f
}

.about_us .metric_card:active {
    box-shadow: inset 1px 2px 2px -2px #ff37011a
}

.about_us .metric_value {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    color: #1E2137
}

.about_us .metric_label {
    font-size: 13px;
    line-height: 1.65;
    color: #1e213799;
    text-transform: uppercase;
    letter-spacing: .08em
}

.about_us .metric_accent {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF3701;
    animation: shadow_pulse 2.2s cubic-bezier(0.4, 0, 1, 1) infinite
}

@keyframes shadow_pulse {
    0% {
        box-shadow: 0 0 0 0 #ff370138
    }

    55% {
        box-shadow: 0 0 0 7px #ff370100
    }

    100% {
        box-shadow: 0 0 0 0 #ff370100
    }
}

.about_us .body_center {
    display: flex;
    flex-direction: column;
    gap: 40px
}

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

.about_us .center_heading_wrap {
    position: relative;
    padding-top: 20px
}

.about_us .center_heading_wrap::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #FF3701;
    border-radius: 3px;
    margin-bottom: 12px
}

.about_us .center_h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0 0 20px
}

.about_us .center_h2 strong {
    color: #FF3701
}

.about_us .body_para {
    font-size: 15px;
    line-height: 1.65;
    color: #1e2137d1;
    margin: 0
}

.about_us .body_para.narrow {
    max-width: 68%
}

.about_us .body_para.wide {
    max-width: 100%
}

.about_us .para_stack {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about_us .image_pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px
}

.about_us .img_frame {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 6px 28px -2px #1e213714
}

.about_us .img_frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: filter .14s cubic-bezier(0.4, 0, 1, 1)
}

.about_us .img_frame:hover img {
    filter: saturate(0)
}

.about_us .img_frame_tall img {
    height: 320px
}

.about_us .img_overlay_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #1e2137b8 0%, #1e213700 100%);
    padding: 20px 20px 12px
}

.about_us .img_caption {
    font-size: 13px;
    color: #ffffffe0;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.15
}

.about_us .bracket_wrap {
    position: relative;
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 2px 2px -2px #ff37010d
}

.about_us .bracket_wrap::before,
.about_us .bracket_wrap::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 40px;
    border: 3px solid #FF3701;
    border-radius: 3px
}

.about_us .bracket_wrap::before {
    top: 20px;
    left: 20px;
    border-right: none;
    border-bottom: none
}

.about_us .bracket_wrap::after {
    bottom: 20px;
    right: 20px;
    border-left: none;
    border-top: none
}

.about_us .bracket_text {
    font-size: 18px;
    line-height: 1.65;
    color: #1E2137;
    font-weight: 600;
    margin: 0
}

.about_us .bracket_text em {
    color: #FF3701;
    font-style: normal;
    font-weight: 700
}

.about_us .team_strip {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

.about_us .team_row {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.about_us .team_card {
    flex: 1;
    background-color: #1E2137;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 1px 6px 28px -2px #1e213714;
    transition: box-shadow .13s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.about_us .team_card:hover {
    box-shadow: 1px 9px 44px -2px #1e21371f
}

.about_us .team_name {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.15
}

.about_us .team_role {
    font-size: 13px;
    color: #ffffff8c;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.15
}

.about_us .team_note {
    font-size: 13px;
    color: #ffffffb8;
    line-height: 1.65;
    margin-top: 6px
}

.about_us .team_corner_num {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 13px;
    color: #ff3701b3;
    font-weight: 700;
    letter-spacing: .06em
}

.about_us .img_single_wide {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 6px 28px -2px #1e213714
}

.about_us .img_single_wide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.about_us .img_single_wide:hover img {
    filter: saturate(0)
}

.about_us .img_single_wide .img_overlay_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #1e2137ad 0%, #1e213700 100%);
    padding: 20px 20px 12px
}

.about_us .sidebar_img_frame {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 6px 28px -2px #1e213714;
    width: 100%
}

.about_us .sidebar_img_frame img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    transition: filter .15s cubic-bezier(0.4, 0, 1, 1)
}

.about_us .sidebar_img_frame:hover img {
    filter: saturate(0)
}

.about_us .tri_pattern_bg {
    background-color: #f2f0ed;
    background-image: linear-gradient(60deg, #1e21370a 25%, transparent 25%), linear-gradient(-60deg, #1e21370a 25%, transparent 25%), linear-gradient(60deg, transparent 75%, #1e21370a 75%), linear-gradient(-60deg, transparent 75%, #1e21370a 75%);
    background-size: 28px 28px
}

@media (max-width: 1024px) {
    .about_us .split_screen {
        grid-template-columns: 1fr 1fr;
        min-height: 70vh
    }

    .about_us .split_heading {
        font-size: 42px
    }

    .about_us .body_grid {
        grid-template-columns: 140px 1fr 140px;
        gap: 20px
    }
}

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

    .about_us .split_right {
        height: 320px
    }

    .about_us .split_heading {
        font-size: 32px
    }

    .about_us .split_left {
        padding: 80px 20px 40px
    }

    .about_us .body_grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .about_us .sidebar_left,
    .about_us .sidebar_right {
        flex-direction: row;
        flex-wrap: wrap
    }

    .about_us .metric_card {
        flex: 1 1 140px
    }

    .about_us .center_top {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .about_us .image_pair {
        grid-template-columns: 1fr
    }

    .about_us .constrained {
        padding-left: 20px;
        padding-right: 20px
    }

    .about_us .body_para.narrow {
        max-width: 100%
    }

    .about_us .team_row {
        flex-direction: column
    }
}

@media (max-width: 480px) {
    .about_us .split_heading {
        font-size: 32px
    }

    .about_us .bracket_wrap {
        padding: 40px 20px
    }

    .about_us .sidebar_left,
    .about_us .sidebar_right {
        flex-direction: column
    }
}

.services {
    background: #FFF;
    max-width: 100%;
    overflow-x: hidden
}

.services .pg_wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

.services .row_wave>* {
    opacity: 0;
    transform: translateY(18px);
    animation: row_in .16s cubic-bezier(0.4, 0, 1, 1) forwards
}

.services .row_wave> :nth-child(1) {
    animation-delay: .04s
}

.services .row_wave> :nth-child(2) {
    animation-delay: .08s
}

.services .row_wave> :nth-child(3) {
    animation-delay: .12s
}

.services .row_wave> :nth-child(4) {
    animation-delay: .16s
}

.services .row_wave> :nth-child(5) {
    animation-delay: .2s
}

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

.services .accent_line {
    display: block;
    width: 32px;
    height: 3px;
    background: #FF3701;
    margin-bottom: 12px;
    border-radius: 3px
}

.services .title_block {
    padding: 80px 0 40px;
    margin-left: 40px;
    margin-right: 0
}

.services .title_grid {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 40px;
    align-items: start;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

.services .title_text_col {
    padding: 40px 20px 40px 0;
    position: relative
}

.services .title_text_col::before,
.services .title_text_col::after {
    content: '';
    position: absolute;
    border: 2px solid #FF3701
}

.services .title_text_col::before {
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-right: none;
    border-bottom: none;
    border-radius: 3px 0 0 0
}

.services .title_text_col::after {
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 3px 0
}

.services .title_h1 {
    font-size: 62px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0 0 20px;
    font-weight: 800;
    letter-spacing: -.5px
}

.services .title_h1 span {
    color: #FF3701;
    font-weight: 800
}

.services .title_desc {
    font-size: 18px;
    line-height: 1.65;
    color: #1E2137;
    max-width: 420px;
    margin: 0 0 20px
}

.services .title_img_col {
    position: relative;
    padding: 0
}

.services .title_img_wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 9px 44px -2px #ff37011f
}

.services .title_img_wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.services .title_img_wrap:hover img {
    filter: saturate(0)
}

.services .title_img_wrap::before,
.services .title_img_wrap::after {
    content: '';
    position: absolute;
    border: 2px solid #fff9;
    z-index: 2;
    pointer-events: none
}

.services .title_img_wrap::before {
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-right: none;
    border-bottom: none;
    border-radius: 3px 0 0 0
}

.services .title_img_wrap::after {
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 3px 0
}

.services .img_blur_fg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, #1e21378c 0%, #1e213700 100%);
    pointer-events: none;
    z-index: 1
}

.services .concentric_corner {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 0
}

.services .concentric_corner span {
    position: absolute;
    border: 1px solid #ff37012e;
    border-radius: 5px
}

.services .concentric_corner span:nth-child(1) {
    inset: 0
}

.services .concentric_corner span:nth-child(2) {
    inset: 10px
}

.services .concentric_corner span:nth-child(3) {
    inset: 20px
}

.services .concentric_corner span:nth-child(4) {
    inset: 30px
}

.services .divider_triangles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 0
}

.services .divider_triangles svg {
    display: block
}

.services .cards_section {
    padding: 40px 0 80px;
    margin-left: 0;
    margin-right: 40px
}

.services .cards_heading {
    max-width: 1366px;
    margin: 0 auto 40px;
    padding: 0 40px
}

.services .cards_heading h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0;
    font-weight: 700
}

.services .cards_grid {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.services .card {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 1px 6px 28px -2px #1e213714;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.services .card:hover {
    box-shadow: 1px 9px 44px -2px #ff37011f;
    transform: translateY(-4px)
}

.services .card_img_wrap {
    position: relative;
    overflow: hidden
}

.services .card_img_wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.services .card:hover .card_img_wrap img {
    filter: saturate(0)
}

.services .card_tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FF3701;
    color: #FFF;
    font-size: 13px;
    line-height: 1.15;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    z-index: 2
}

.services .card_user_badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #1e2137d1;
    color: #FFF;
    font-size: 13px;
    line-height: 1.15;
    padding: 4px 10px;
    border-radius: 3px;
    z-index: 2
}

.services .card_body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px
}

.services .card_title {
    font-size: 18px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0
}

.services .card_desc {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4f6a;
    margin: 0
}

.services .card_meta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.services .card_meta_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1E2137;
    line-height: 1.15
}

.services .card_meta_item svg {
    flex-shrink: 0
}

.services .card_sep {
    height: 1px;
    background: #1e21371a;
    margin: 0
}

.services .card_footer {
    padding: 12px 20px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.services .card_price_block {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services .card_price {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 800
}

.services .card_price_des {
    font-size: 13px;
    color: #FF3701;
    line-height: 1.15;
    font-weight: 500
}

.services .card_price_note {
    font-size: 13px;
    color: #4a4f6a;
    line-height: 1.15
}

.services .card_seats {
    font-size: 13px;
    line-height: 1.15;
    color: #FFF;
    background: #1E2137;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap
}

.services .card_cta {
    display: inline-block;
    background: #FF3701;
    color: #FFF;
    font-size: 15px;
    line-height: 1.15;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1);
    white-space: nowrap
}

.services .card_cta:hover {
    background: #1E2137;
    color: #FFF
}

.services .card_views {
    font-size: 13px;
    color: #4a4f6a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.services .card_readtime {
    font-size: 13px;
    color: #4a4f6a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.services .split_section {
    padding: 0;
    position: relative;
    margin-left: 40px;
    margin-right: 0
}

.services .split_bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 320px
}

.services .split_left {
    background: #1E2137;
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative
}

.services .split_right {
    background: #FF3701;
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.services .split_h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.services .split_text {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffd9;
    margin: 0;
    max-width: 380px
}

.services .split_text_wide {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffe6;
    margin: 0
}

.services .split_stat {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services .split_num {
    font-size: 62px;
    line-height: 1.15;
    color: #FFF;
    font-weight: 800
}

.services .fill_bar {
    width: 100%;
    height: 3px;
    background: #fff3;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

.services .fill_bar_inner {
    height: 100%;
    background: #FF3701;
    border-radius: 3px
}

.services .split_left .fill_bar_inner {
    background: #FF3701
}

.services .split_right .fill_bar_inner {
    background: #ffffffe6
}

.services .split_label {
    font-size: 13px;
    line-height: 1.15;
    color: #fff9;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600
}

.services .pyramid_section {
    padding: 80px 0;
    margin-left: 0;
    margin-right: 40px;
    position: relative
}

.services .pyramid_section_bg {
    background: #f5f5f7;
    position: relative
}

.services .sand_pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.services .sand_pattern svg {
    width: 100%;
    height: 100%
}

.services .pyramid_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1
}

.services .pyramid_text_col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services .pyramid_h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0
}

.services .pyramid_desc {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin: 0
}

.services .pyramid_desc_narrow {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin: 0;
    max-width: 320px
}

.services .pyramid_chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.services .pyr_layer {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .04em;
    text-transform: uppercase;
    height: 48px;
    transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.services .pyr_layer:hover {
    transform: scaleX(1.03)
}

.services .pyr_l1 {
    width: 100%;
    background: #1E2137
}

.services .pyr_l2 {
    width: 82%;
    background: #2e3250
}

.services .pyr_l3 {
    width: 64%;
    background: #FF3701
}

.services .pyr_l4 {
    width: 46%;
    background: #ff5a2e
}

.services .pyr_l5 {
    width: 30%;
    background: #ff7a55
}

.services .contact_section {
    padding: 80px 0;
    margin-left: 40px;
    margin-right: 0
}

.services .contact_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

.services .contact_grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: start
}

.services .contact_left {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services .contact_h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0
}

.services .contact_desc {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin: 0
}

.services .contact_desc strong {
    color: #FF3701;
    font-weight: 700
}

.services .contact_form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.services .form_field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.services .form_label {
    font-size: 13px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em
}

.services .form_input {
    border: 1px solid #1e213733;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    background: #FFF;
    outline: none;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
    box-sizing: border-box
}

.services .form_input::placeholder {
    text-transform: uppercase;
    font-size: 13px;
    color: #1e213766;
    letter-spacing: .04em
}

.services .form_input:focus {
    border-color: #FF3701;
    box-shadow: inset 1px 2px 2px -2px #ff37010d
}

.services .form_textarea {
    min-height: 100px;
    resize: vertical
}

.services .form_submit {
    background: #FF3701;
    color: #FFF;
    border: none;
    border-radius: 5px;
    padding: 12px 40px;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    cursor: pointer;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1);
    align-self: flex-start
}

.services .form_submit:hover {
    background: #1E2137
}

.services .form_submit:active {
    box-shadow: inset 1px 2px 2px -2px #ff37011f
}

.services .contact_info_list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.services .contact_info_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #1e21371a
}

.services .contact_info_item:last-child {
    border-bottom: none
}

.services .contact_icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #FF3701;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.services .contact_info_text {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137
}

.services .contact_info_label {
    font-size: 13px;
    color: #FF3701;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.15
}

@media (max-width: 1024px) {
    .services .title_grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 0 20px
    }

    .services .title_h1 {
        font-size: 32px
    }

    .services .cards_grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px
    }

    .services .cards_heading {
        padding: 0 20px
    }

    .services .split_left {
        padding: 40px 20px 40px 40px
    }

    .services .split_right {
        padding: 40px 40px 40px 20px
    }

    .services .pyramid_inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px
    }

    .services .contact_grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .services .contact_inner {
        padding: 0 20px
    }

    .services .title_block {
        margin-left: 20px
    }

    .services .cards_section {
        margin-right: 20px
    }

    .services .split_section {
        margin-left: 20px
    }

    .services .pyramid_section {
        margin-right: 20px
    }

    .services .contact_section {
        margin-left: 20px
    }
}

@media (max-width: 768px) {
    .services .title_grid {
        grid-template-columns: 1fr;
        padding: 0 20px
    }

    .services .title_h1 {
        font-size: 32px
    }

    .services .title_img_wrap img {
        height: 280px
    }

    .services .cards_grid {
        grid-template-columns: 1fr;
        padding: 0 20px
    }

    .services .split_bg {
        grid-template-columns: 1fr
    }

    .services .split_left {
        padding: 40px 20px
    }

    .services .split_right {
        padding: 40px 20px
    }

    .services .split_num {
        font-size: 32px
    }

    .services .pyramid_inner {
        padding: 0 20px
    }

    .services .contact_grid {
        grid-template-columns: 1fr
    }

    .services .contact_inner {
        padding: 0 20px
    }

    .services .title_block {
        margin-left: 0;
        padding: 40px 0 20px
    }

    .services .cards_section {
        margin-right: 0;
        padding: 20px 0 40px
    }

    .services .split_section {
        margin-left: 0
    }

    .services .pyramid_section {
        margin-right: 0
    }

    .services .contact_section {
        margin-left: 0;
        padding: 40px 0
    }
}

@media (max-width: 480px) {
    .services .pg_wrap {
        padding: 0 20px
    }

    .services .title_h1 {
        font-size: 32px
    }

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

    .services .split_h2 {
        font-size: 32px
    }
}

.lead {
    max-width: 100%;
    overflow-x: hidden
}

.lead .bounded {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .lead .bounded {
        padding-left: 20px;
        padding-right: 20px
    }
}

.lead .opener {
    background: linear-gradient(112deg, #1E2137 0%, #2a1a2e 28%, #FF3701 72%, #1E2137 100%);
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative
}

.lead .opener_grid {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px
}

.lead .opener_text {
    flex: 1 1 55%;
    position: relative;
    z-index: 2
}

.lead .opener_img_wrap {
    flex: 0 0 38%;
    max-width: 38%;
    position: relative
}

.lead .opener_img_wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
    opacity: .45;
    filter: saturate(0.6);
    display: block
}

.lead .tag_line {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FF3701;
    background: #ffffff14;
    border-radius: 3px;
    padding: 6px 12px;
    margin-bottom: 20px
}

.lead .opener_h1 {
    font-size: 62px;
    line-height: 1.15;
    color: #FFF;
    margin: 0 0 20px;
    font-weight: 800
}

.lead .opener_h1 span {
    color: #FF3701
}

.lead .opener_sub {
    font-size: 18px;
    line-height: 1.65;
    color: #ffffffc7;
    max-width: 520px;
    margin: 0 0 40px
}

.lead .opener_h2_small {
    font-size: 32px;
    line-height: 1.15;
    color: #ffffff8c;
    margin: 0 0 12px;
    font-weight: 400
}

.lead .opener_links {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.lead .btn_primary {
    display: inline-block;
    background: #FF3701;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 1px 6px 28px -2px #ff370114;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1)
}

.lead .btn_primary:hover {
    background: #d42e00;
    box-shadow: 1px 9px 44px -2px #ff37011f
}

.lead .btn_outline {
    display: inline-block;
    background: transparent;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 5px;
    border: 2px solid #ffffff59;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s ease-in, color .15s ease-in
}

.lead .btn_outline:hover {
    border-color: #FF3701;
    color: #FF3701
}

@media (max-width: 768px) {
    .lead .opener_grid {
        flex-direction: column;
        align-items: flex-start
    }

    .lead .opener_img_wrap {
        display: none
    }

    .lead .opener_h1 {
        font-size: 32px
    }

    .lead .opener_h2_small {
        font-size: 18px
    }
}

.lead .team {
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 80px
}

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

.lead .accent_line {
    width: 40px;
    height: 3px;
    background: #FF3701;
    margin-bottom: 12px;
    border-radius: 3px
}

.lead .team_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0 0 20px;
    font-weight: 700
}

.lead .team_heading strong {
    color: #FF3701
}

.lead .team_para {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin: 0 0 20px
}

.lead .team_para.narrow {
    max-width: 72%
}

.lead .team_right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lead .person_card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
    background: #f4f4f6;
    box-shadow: 1px 2px 2px -2px #1e21370d;
    transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.lead .person_card:hover {
    box-shadow: 1px 6px 28px -2px #1e213714
}

.lead .person_img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center top;
    flex-shrink: 0;
    filter: saturate(1);
    transition: filter .16s ease-in
}

.lead .person_card:hover .person_img {
    filter: saturate(0)
}

.lead .person_info {
    flex: 1
}

.lead .person_name {
    font-size: 15px;
    font-weight: 700;
    color: #1E2137;
    margin: 0 0 6px
}

.lead .person_role {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF3701;
    margin: 0 0 6px
}

.lead .person_desc {
    font-size: 13px;
    line-height: 1.65;
    color: #4a4e6a;
    margin: 0
}

.lead .cred_list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.lead .cred_list li {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    padding: 12px 0;
    border-bottom: 1px solid #1e21371f
}

.lead .cred_list li:last-child {
    border-bottom: none
}

@media (max-width: 1024px) {
    .lead .team_grid {
        grid-template-columns: 1fr
    }

    .lead .team_para.narrow {
        max-width: 100%
    }
}

.lead .outcomes {
    background: #1E2137;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.lead .outcomes_bg {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.lead .spotlight {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff370112 0%, transparent 70%);
    animation: spot_drift 9s ease-in-out infinite alternate;
    top: -100px;
    left: -100px
}

@keyframes spot_drift {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(260px, 180px)
    }
}

.lead .outcomes_inner {
    position: relative;
    z-index: 1
}

.lead .outcomes_top {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px
}

.lead .outcomes_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #FFF;
    margin: 0;
    font-weight: 700;
    flex: 0 0 38%
}

.lead .outcomes_heading strong {
    color: #FF3701
}

.lead .outcomes_intro {
    flex: 1;
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffb8;
    margin: 0
}

.lead .outcomes_mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px
}

.lead .out_item {
    background: #ffffff0d;
    border-radius: 10px;
    padding: 20px;
    border-top: 2px solid #ff370159;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.lead .out_item:hover {
    background: #ffffff17
}

.lead .out_item.wide {
    grid-column: span 2
}

.lead .out_img_wrap {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.lead .out_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.7);
    transition: filter .17s ease-in
}

.lead .out_img_wrap:hover img {
    filter: saturate(0)
}

.lead .out_img_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #ff370100;
    transition: background .17s ease-in;
    pointer-events: none;
    border-radius: 5px
}

.lead .out_img_wrap:hover::after {
    background: #ff37012e
}

.lead .out_label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF3701;
    margin: 0 0 6px
}

.lead .out_text {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffc7;
    margin: 0
}

.lead .out_text.narrow {
    max-width: 80%
}

@media (max-width: 1024px) {
    .lead .outcomes_top {
        flex-direction: column
    }

    .lead .outcomes_mosaic {
        grid-template-columns: 1fr 1fr
    }

    .lead .out_item.wide {
        grid-column: span 2
    }
}

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

    .lead .out_item.wide {
        grid-column: span 1
    }

    .lead .outcomes_heading {
        font-size: 32px
    }
}

.lead .scale {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f2f2f5;
    position: relative
}

.lead .scale_frame {
    position: relative
}

.lead .scale_frame::before,
.lead .scale_frame::after {
    content: '';
    position: absolute;
    background: #FF3701;
    border-radius: 3px;
    pointer-events: none
}

.lead .scale_frame::before {
    width: 2px;
    height: 60px;
    top: -20px;
    left: 0;
    animation: line_rotate 8s linear infinite;
    transform-origin: top center
}

.lead .scale_frame::after {
    width: 60px;
    height: 2px;
    top: 0;
    left: 0
}

@keyframes line_rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.lead .scale_top {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-end;
    margin-bottom: 40px
}

.lead .scale_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0;
    font-weight: 700;
    flex: 0 0 auto
}

.lead .scale_heading strong {
    color: #FF3701
}

.lead .scale_note {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4e6a;
    max-width: 480px;
    margin: 0
}

.lead .metrics_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.lead .metric {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 2px 2px -2px #1e21370d;
    transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.lead .metric:hover {
    box-shadow: 1px 6px 28px -2px #1e213714;
    transform: translateY(-2px)
}

.lead .metric_num {
    font-size: 62px;
    line-height: 1.15;
    font-weight: 800;
    color: #FF3701;
    display: block;
    margin-bottom: 6px
}

.lead .metric_label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #1E2137;
    display: block;
    margin-bottom: 6px
}

.lead .metric_desc {
    font-size: 13px;
    line-height: 1.65;
    color: #4a4e6a;
    margin: 0
}

.lead .scale_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start
}

.lead .scale_img_wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.lead .scale_img_wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85);
    transition: filter .16s ease-in
}

.lead .scale_img_wrap:hover img {
    filter: saturate(0)
}

.lead .scale_img_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #ff370100;
    transition: background .16s ease-in;
    pointer-events: none
}

.lead .scale_img_wrap:hover::after {
    background: #ff370126
}

.lead .scale_text_block {
    padding: 20px 0
}

.lead .scale_text_block .accent_line {
    margin-bottom: 12px
}

.lead .scale_sub_heading {
    font-size: 18px;
    line-height: 1.15;
    color: #1E2137;
    font-weight: 700;
    margin: 0 0 12px
}

.lead .scale_para {
    font-size: 15px;
    line-height: 1.65;
    color: #4a4e6a;
    margin: 0 0 20px
}

.lead .scale_para.narrow {
    max-width: 85%
}

.lead .reach_list {
    list-style: none;
    padding: 0;
    margin: 0
}

.lead .reach_list li {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    padding: 12px 0;
    border-bottom: 1px solid #1e21371a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.lead .reach_list li:last-child {
    border-bottom: none
}

.lead .reach_dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF3701;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .lead .metrics_row {
        grid-template-columns: repeat(2, 1fr)
    }

    .lead .scale_top {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start
    }

    .lead .scale_bottom {
        grid-template-columns: 1fr
    }
}

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

    .lead .metric_num {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .lead .metrics_row {
        grid-template-columns: 1fr
    }

    .lead .opener_links {
        flex-direction: column
    }
}

.contact-us {
    background: #FFF;
    overflow-x: clip
}

.contact-us .panel {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

.contact-us .reach {
    position: relative;
    padding: 80px 0 60px;
    background: #1E2137;
    overflow: hidden
}

.contact-us .reach::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, #ff37012e 0%, #1e213700 60%, #ff37010f 100%);
    pointer-events: none
}

.contact-us .reach::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #FF3701 40%, #ff37014d 100%);
    animation: edge-glow 2.8s cubic-bezier(0.4, 0, 1, 1) infinite alternate
}

@keyframes edge-glow {
    0% {
        opacity: .3;
        box-shadow: 0 0 6px 0 #ff370133
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 22px 2px #ff37018c
    }
}

.contact-us .reach_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.contact-us .reach_label {
    display: block;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffff73;
    margin-bottom: 6px;
    line-height: 1.15
}

.contact-us .reach_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #FFF;
    margin: 0 0 20px;
    font-weight: 700
}

.contact-us .reach_heading span {
    color: #FF3701
}

.contact-us .reach_desc {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffa6;
    margin: 0 0 40px
}

.contact-us .reach_items {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-us .reach_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff14
}

.contact-us .reach_item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.contact-us .reach_item_value {
    font-size: 18px;
    line-height: 1.15;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    transition: color .14s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us .reach_item_value:hover {
    color: #FF3701
}

.contact-us .reach_item_value.small {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65
}

.contact-us .reach_visual {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 9px 44px -2px #ff37011f
}

.contact-us .reach_visual img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us .reach_visual:hover img {
    filter: saturate(1)
}

.contact-us .reach_visual_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, #1e21378c 0%, #ff370126 100%);
    pointer-events: none
}

.contact-us .reach_badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FF3701;
    color: #FFF;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: 700
}

.contact-us .reach_quote {
    font-size: 62px;
    line-height: 1.15;
    color: #ff37011f;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    user-select: none;
    line-height: 1
}

.contact-us .reach_col {
    position: relative
}

.contact-us .divider_diagonal {
    width: 100%;
    height: 48px;
    background: #FFF;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    margin-top: -1px
}

.contact-us .form_area {
    padding: 80px 0;
    background: #FFF;
    position: relative
}

.contact-us .form_area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #1e213726 50%, transparent 100%)
}

.contact-us .form_grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start
}

.contact-us .form_intro {
    position: relative
}

.contact-us .form_intro_accent {
    display: block;
    width: 40px;
    height: 3px;
    background: #FF3701;
    border-radius: 3px;
    margin-bottom: 20px
}

.contact-us .form_intro_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0 0 20px;
    font-weight: 700
}

.contact-us .form_intro_heading strong {
    color: #FF3701
}

.contact-us .form_intro_text {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin: 0 0 20px;
    opacity: .75
}

.contact-us .form_intro_text.narrow {
    max-width: 260px
}

.contact-us .form_intro_detail {
    margin-top: 40px;
    padding: 20px;
    border: 1.5px dashed #ff370159;
    border-radius: 10px;
    background: #ff370108
}

.contact-us .form_intro_detail_label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #FF3701;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.15
}

.contact-us .form_intro_detail_text {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .7;
    margin: 0
}

.contact-us .form_wrap {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 1px 6px 28px -2px #1e213714;
    padding: 40px
}

.contact-us .form_wrap form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-us .field_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.contact-us .field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-us .field label {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1E2137;
    font-weight: 600;
    line-height: 1.15
}

.contact-us .field input[type="text"],
.contact-us .field input[type="email"],
.contact-us .field select,
.contact-us .field textarea {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    background: #FFF;
    border: 1.5px solid #1e21372e;
    border-radius: 5px;
    outline: none;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.contact-us .field input::placeholder,
.contact-us .field textarea::placeholder {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .06em;
    color: #1e213759
}

.contact-us .field input:focus,
.contact-us .field select:focus,
.contact-us .field textarea:focus {
    border-color: #FF3701;
    box-shadow: 1px 2px 2px -2px #ff37010d
}

.contact-us .field input:focus-visible,
.contact-us .field select:focus-visible,
.contact-us .field textarea:focus-visible {
    outline: 2px solid #FF3701 !important;
    outline-offset: 2px !important
}

.contact-us .field select {
    cursor: pointer;
    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='%231E2137' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.contact-us .field textarea {
    resize: vertical;
    min-height: 100px
}

.contact-us .conditional_toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 5px;
    background: #1e213708;
    border: 1.5px solid #1e21371a;
    cursor: pointer
}

.contact-us .conditional_toggle input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #FF3701;
    cursor: pointer;
    flex-shrink: 0
}

.contact-us .conditional_toggle_label {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .8;
    cursor: pointer
}

.contact-us .conditional_extra {
    display: none;
    flex-direction: column;
    gap: 20px
}

.contact-us #has_company:checked~.conditional_extra {
    display: flex
}

.contact-us .privacy_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 20px;
    background: #1e213708;
    border-radius: 5px;
    border: 1.5px solid #1e213714
}

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

.contact-us .privacy_row label {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .75;
    cursor: pointer
}

.contact-us .privacy_row label a {
    color: #FF3701;
    text-decoration: underline;
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us .privacy_row label a:hover {
    opacity: .7
}

.contact-us .privacy_row label a:focus-visible {
    outline: 2px solid #FF3701 !important;
    outline-offset: 2px !important;
    border-radius: 3px
}

.contact-us .submit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 40px;
    background: #FF3701;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 1px 6px 28px -2px #ff370114;
    align-self: flex-start
}

.contact-us .submit_btn:hover {
    background: #d42e00;
    box-shadow: 1px 9px 44px -2px #ff37011f
}

.contact-us .submit_btn:active {
    background: #b82700;
    box-shadow: inset 1px 2px 2px -2px #ff370133
}

.contact-us .submit_btn:focus-visible {
    outline: 2px solid #FF3701 !important;
    outline-offset: 3px !important
}

.contact-us .submit_btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.contact-us .img_secondary {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    filter: saturate(0.75);
    box-shadow: 1px 6px 28px -2px #1e213714;
    transition: filter .15s cubic-bezier(0.4, 0, 1, 1);
    margin-top: 20px
}

.contact-us .img_secondary:hover {
    filter: saturate(1)
}

@media (max-width: 1024px) {
    .contact-us .reach_grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .contact-us .reach_visual {
        grid-column: span 2
    }

    .contact-us .form_grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .contact-us .form_intro_text.narrow {
        max-width: 100%
    }
}

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

    .contact-us .reach_visual {
        grid-column: span 1
    }

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

    .contact-us .panel {
        padding: 0 20px
    }

    .contact-us .reach {
        padding: 60px 0 40px
    }

    .contact-us .form_area {
        padding: 60px 0
    }

    .contact-us .form_wrap {
        padding: 20px
    }

    .contact-us .reach_heading {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .contact-us .panel {
        padding: 0 12px
    }

    .contact-us .submit_btn {
        width: 100%;
        justify-content: center
    }

    .contact-us .form_wrap {
        padding: 20px 12px
    }
}

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

.success_page .success_wrap {
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success_page .success_icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.success_page .success_icon svg {
    width: 72px;
    height: 72px
}

.success_page .success_heading {
    font-size: 32px;
    line-height: 1.15;
    color: #1E2137;
    margin: 0 0 20px;
    font-weight: 700
}

.success_page .success_heading span {
    color: #FF3701;
    font-weight: 700
}

.success_page .success_text {
    font-size: 15px;
    line-height: 1.65;
    color: #1E2137;
    margin: 0 0 40px;
    opacity: .82
}

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

.success_page .success_link {
    display: inline-block;
    padding: 12px 40px;
    background: #1E2137;
    color: #FFF;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #1E2137;
    box-shadow: 1px 6px 28px -2px #1e213714;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s ease-in
}

.success_page .success_link:hover {
    background: #FF3701;
    border-color: #FF3701;
    color: #FFF;
    box-shadow: 1px 9px 44px -2px #ff37011f
}

.success_page .success_link:focus {
    outline: 2px solid #FF3701;
    outline-offset: 3px
}

.success_page .success_link:active {
    box-shadow: inset 1px 2px 2px -2px #1e21371f
}

.success_page .success_note {
    font-size: 13px;
    line-height: 1.65;
    color: #1E2137;
    opacity: .55;
    margin: 20px 0 0
}

@media (max-width: 480px) {
    .success_page {
        padding: 40px 20px
    }

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