* {
    box-sizing: border-box
}

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

body {
    margin: 0;
    scrollbar-gutter: stable;
    min-height: 100vh;
    font-family: 'JetBrains Mono', monospace
}

.page_header {
    position: relative;
    background: linear-gradient(160deg, #953513 0%, #DC7256 60%, #EED3C4 100%);
    border-bottom: 2px solid #953513
}

.header_top_strip {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 28px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

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

.logo_card {
    background: #fff;
    border-radius: 14px 2px 14px 2px;
    padding: 8px;
    box-shadow: -1px 4px 18px -1px #9535131a -1px 3px 2px -1px #9535130f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border: 1.5px solid #9535132e
}

.logo_card img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block
}

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

.brand_name_label {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .04em
}

.brand_sub_label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #EED3C4;
    letter-spacing: .08em
}

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

.region_btn {
    background: transparent;
    border: 1.5px solid #eed3c499;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 700;
    color: #EED3C4;
    cursor: pointer;
    letter-spacing: .06em;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px
}

.region_btn:hover,
.region_btn:focus {
    border-color: #fff;
    color: #fff;
    background: #ffffff14;
    outline: none;
    box-shadow: 0 0 0 3px #eed3c440
}

.region_btn .pe-7s-global {
    font-size: 16px
}

.header_nav_strip {
    background: #95351338;
    border-top: 1px solid #eed3c433
}

.header_nav_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap
}

.nav_item_link {
    display: flex;
    align-items: center;
    padding: 16px 28px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .07em;
    color: #EED3C4;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color .38s ease-in-out, border-color .5s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px;
    white-space: nowrap;
    position: relative
}

.nav_item_link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.nav_item_link:hover,
.nav_item_link:focus {
    color: #fff;
    outline: none;
    box-shadow: none
}

.nav_item_link:hover::after,
.nav_item_link:focus::after {
    transform: scaleX(1)
}

.nav_item_link:focus-visible {
    box-shadow: 0 0 0 3px #eed3c466;
    border-radius: 2px
}

.page_footer {
    background: #2a1008;
    border-top: 3px solid #953513
}

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

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

.footer_logo_card {
    background: #fff;
    border-radius: 2px 14px 2px 14px;
    padding: 8px;
    box-shadow: -1px 4px 18px -1px #dc72561a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1.5px solid #dc72564d
}

.footer_logo_card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block
}

.footer_brand_name {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #EED3C4;
    letter-spacing: .04em
}

.footer_brand_desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #eed3c4a6;
    letter-spacing: .03em
}

.footer_col_heading {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #DC7256;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dc725640
}

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

.contact_entry {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0
}

.contact_entry_icon {
    color: #DC7256;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

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

.contact_entry_label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #eed3c48c;
    letter-spacing: .06em
}

.contact_entry_value {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #EED3C4
}

.contact_entry_value a {
    color: #EED3C4;
    text-decoration: none;
    transition: color .42s ease-in-out
}

.contact_entry_value a:hover,
.contact_entry_value a:focus {
    color: #DC7256;
    outline: none
}

.contact_entry_value a:focus-visible {
    box-shadow: 0 0 0 3px #dc725659;
    border-radius: 2px
}

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

.footer_nav_link {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #eed3c4bf;
    text-decoration: none;
    padding: 4px 0;
    letter-spacing: .03em;
    transition: color .42s ease-in-out;
    display: inline-block
}

.footer_nav_link:hover,
.footer_nav_link:focus {
    color: #DC7256;
    outline: none
}

.footer_nav_link:focus-visible {
    box-shadow: 0 0 0 3px #dc725659;
    border-radius: 2px
}

.footer_bottom_strip {
    background: #1a0905;
    border-top: 1px solid #95351366
}

.footer_bottom_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.footer_logo_bottom_wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_logo_bottom_card {
    background: #fff;
    border-radius: 8px 2px 8px 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #dc725640;
    box-shadow: -1px 3px 2px -1px #9535130f
}

.footer_logo_bottom_card img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block
}

.footer_copyright_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #eed3c473;
    letter-spacing: .04em
}

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

    .footer_brand_col {
        grid-column: 1 / -1
    }
}

@media (max-width: 640px) {
    .header_top_strip {
        padding: 16px;
        flex-wrap: wrap
    }

    .brand_name_label {
        font-size: 16px
    }

    .header_nav_inner {
        padding: 0 8px
    }

    .nav_item_link {
        padding: 16px;
        font-size: 13px
    }

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

    .footer_bottom_inner {
        flex-direction: column;
        text-align: center;
        padding: 16px
    }
}

@media (max-width: 360px) {
    .brand_tagline_text {
        display: none
    }

    .nav_item_link {
        padding: 16px 8px
    }
}

.cookie_bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a1008;
    border-top: 2px solid #953513;
    z-index: 1000;
    box-shadow: -1px 10px 44px -1px #9535131a
}

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

.cookie_text_block {
    flex: 1;
    min-width: 200px
}

.cookie_headline {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #EED3C4;
    letter-spacing: .06em;
    margin-bottom: 4px
}

.cookie_desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #eed3c4b3
}

.cookie_desc a {
    color: #DC7256;
    text-decoration: underline;
    transition: color .42s ease-in-out
}

.cookie_desc a:hover,
.cookie_desc a:focus {
    color: #EED3C4;
    outline: none
}

.cookie_actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.cookie_accept_btn,
.cookie_decline_btn {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
    min-height: 44px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie_accept_btn {
    border: 1.5px solid #DC7256;
    color: #DC7256
}

.cookie_accept_btn:hover,
.cookie_accept_btn:focus {
    background: #dc72561f;
    border-color: #EED3C4;
    color: #EED3C4;
    outline: none;
    box-shadow: 0 0 0 3px #dc725640
}

.cookie_decline_btn {
    border: 1.5px solid #eed3c44d;
    color: #eed3c499
}

.cookie_decline_btn:hover,
.cookie_decline_btn:focus {
    background: #eed3c40f;
    border-color: #eed3c499;
    color: #EED3C4;
    outline: none;
    box-shadow: 0 0 0 3px #eed3c426
}

.cookie_bar.slide_in {
    animation: cookie_slide_in .38s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.cookie_bar.slide_out {
    animation: cookie_slide_out .38s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes cookie_slide_in {
    from {
        transform: translateX(-100%);
        opacity: 0
    }

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

@keyframes cookie_slide_out {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        opacity: 0
    }
}

.legal-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px;
    color: #2a1a12;
    line-height: 1.7;
    font-size: 16px
}

.legal-text h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #953513;
    margin-bottom: 28px;
    margin-top: 0;
    letter-spacing: -.5px
}

.legal-text h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #953513;
    margin-top: 56px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #EED3C4
}

.legal-text h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #7a2b0f;
    margin-top: 28px;
    margin-bottom: 16px
}

.legal-text h4 {
    font-size: 21px;
    line-height: 1.2;
    color: #7a2b0f;
    margin-top: 28px;
    margin-bottom: 8px
}

.legal-text h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #953513;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 8px
}

.legal-text h6 {
    font-size: 13px;
    line-height: 1.2;
    color: #953513;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 8px
}

.legal-text strong,
.legal-text b {
    color: #6b2410;
    font-weight: 700
}

.legal-text a {
    color: #953513;
    text-decoration: underline;
    text-decoration-color: #95351359;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.legal-text a:hover {
    color: #DC7256;
    text-decoration-color: #dc725699
}

.legal-text a:visited {
    color: #7a2b0f;
    text-decoration-color: #7a2b0f4d
}

.legal-text hr {
    border: none;
    border-top: 1px solid #EED3C4;
    margin: 56px 0;
    border-radius: 2px
}

.legal-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 16px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -1px 4px 18px -1px #9535131a
}

.legal-text thead {
    background-color: #953513
}

.legal-text thead th {
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    font-weight: 700;
    border: none
}

.legal-text tbody tr {
    border-bottom: 1px solid #EED3C4;
    transition: background-color .38s ease-in-out
}

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

.legal-text tbody tr:nth-child(even) {
    background-color: #eed3c438
}

.legal-text tbody tr:hover {
    background-color: #eed3c47a
}

.legal-text td {
    padding: 16px;
    color: #2a1a12;
    vertical-align: top;
    border: none;
    border-right: 1px solid #eed3c4b3;
    line-height: 1.7
}

.legal-text td:last-child {
    border-right: none
}

.legal-text th:not(:last-child) {
    border-right: 1px solid #ffffff2e
}

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

    .legal-text h1 {
        font-size: 38px
    }

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

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

    .legal-text h4 {
        font-size: 16px
    }

    .legal-text table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 360px) {
    .legal-text {
        padding: 16px 8px
    }

    .legal-text h1 {
        font-size: 28px
    }

    .legal-text h2 {
        font-size: 21px
    }
}

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

.tm_pg .pg_body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

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

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

.tm_pg .reveal_load {
    animation: clip_reveal .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.tm_pg .scallop_top {
    position: relative;
    margin-top: -1px
}

.tm_pg .scallop_top::before {
    content: "";
    display: block;
    height: 28px;
    background: radial-gradient(circle at 50% 0%, #fff 70%, transparent 70%) center top / 40px 28px repeat-x
}

.tm_pg .scallop_bottom::after {
    content: "";
    display: block;
    height: 28px;
    background: radial-gradient(circle at 50% 100%, #fff 70%, transparent 70%) center bottom / 40px 28px repeat-x
}

.tm_pg .diag_line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit
}

.tm_pg .diag_line::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 60%;
    width: 1px;
    height: 130%;
    background: linear-gradient(83deg, #DC7256 0%, #953513 100%);
    opacity: .13;
    transform: rotate(-18deg);
    transform-origin: top center
}

.tm_pg .title_area {
    text-align: center;
    padding: 56px 16px 28px;
    position: relative
}

.tm_pg .title_area .frame_outer {
    display: inline-block;
    position: relative;
    padding: 28px 56px;
    max-width: 820px;
    width: 100%
}

.tm_pg .title_area .frame_outer::before,
.tm_pg .title_area .frame_outer::after {
    content: "";
    position: absolute;
    border: 1px solid #DC7256;
    opacity: .35;
    border-radius: 2px
}

.tm_pg .title_area .frame_outer::before {
    top: 0;
    left: 0;
    right: 24px;
    bottom: 24px;
    border-radius: 2px
}

.tm_pg .title_area .frame_outer::after {
    top: 24px;
    left: 24px;
    right: 0;
    bottom: 0;
    border-radius: 2px
}

.tm_pg .title_label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #953513;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.tm_pg .title_h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #2a1a12;
    margin: 0 0 16px
}

.tm_pg .title_h1 .grad_word {
    background: linear-gradient(83deg, #DC7256 0%, #953513 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.tm_pg .title_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3328;
    max-width: 560px;
    margin: 0 auto 28px
}

.tm_pg .title_img_wrap {
    position: relative;
    max-width: 900px;
    margin: 28px auto 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -1px 10px 44px -1px #9535131a
}

.tm_pg .title_img_wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border: 1px solid #dc725638;
    border-radius: 8px;
    filter: sepia(0.22) saturate(1.1) brightness(0.96) contrast(1.04)
}

.tm_pg .title_img_wrap .img_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #9535132e 0%, #eed3c414 100%);
    border-radius: 8px;
    pointer-events: none
}

.tm_pg .team_grid_area {
    background: #fff;
    padding: 56px 0 28px;
    position: relative
}

.tm_pg .team_grid_area .pg_body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: start
}

.tm_pg .col_eyebrow {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #DC7256;
    display: block;
    margin-bottom: 8px
}

.tm_pg .col_heading {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    margin: 0 0 16px
}

.tm_pg .col_para {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2418;
    margin: 0 0 16px
}

.tm_pg .person_cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px
}

.tm_pg .person_card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: start;
    background: #fff;
    border: 1px solid #dc72562e;
    border-radius: 14px;
    padding: 16px;
    box-shadow: -1px 4px 18px -1px #9535131a;
    position: relative;
    transition: box-shadow .45s ease-in-out, border-color .45s ease-in-out
}

.tm_pg .person_card:hover {
    box-shadow: -1px 10px 44px -1px #9535131a;
    border-color: #95351347
}

.tm_pg .person_avatar {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.tm_pg .person_avatar.av_a {
    background: linear-gradient(83deg, #DC7256 0%, #953513 100%)
}

.tm_pg .person_avatar.av_b {
    background: linear-gradient(83deg, #953513 0%, #6b2610 100%)
}

.tm_pg .person_avatar.av_c {
    background: linear-gradient(83deg, #EED3C4 0%, #DC7256 100%);
    color: #953513
}

.tm_pg .person_name {
    font-size: 21px;
    line-height: 1.2;
    color: #2a1a12;
    margin: 0 0 4px
}

.tm_pg .person_role {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #DC7256;
    display: block;
    margin-bottom: 8px
}

.tm_pg .person_bio {
    font-size: 13px;
    line-height: 1.7;
    color: #4a3328;
    margin: 0
}

.tm_pg .side_stat_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px
}

.tm_pg .stat_item {
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(83deg, #eed3c461 0%, #dc725614 100%);
    border: 1px solid #dc725626;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), border-color .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.tm_pg .stat_item:hover {
    background: linear-gradient(83deg, #dc725638 0%, #9535131f 100%);
    border-color: #95351347
}

.tm_pg .stat_num {
    font-size: 38px;
    line-height: 1.2;
    background: linear-gradient(83deg, #DC7256 0%, #953513 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block
}

.tm_pg .stat_desc {
    font-size: 13px;
    line-height: 1.7;
    color: #4a3328;
    margin: 4px 0 0;
    display: block
}

.tm_pg .side_note {
    margin-top: 28px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #9535131f;
    box-shadow: -1px 3px 2px -1px #9535130f
}

.tm_pg .side_note_h {
    font-size: 16px;
    line-height: 1.2;
    color: #953513;
    margin: 0 0 8px
}

.tm_pg .side_note_p {
    font-size: 13px;
    line-height: 1.7;
    color: #4a3328;
    margin: 0
}

.tm_pg .approach_area {
    background: linear-gradient(83deg, #eed3c452 0%, #ffff 100%);
    padding: 56px 0;
    position: relative
}

.tm_pg .approach_area .pg_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.tm_pg .approach_img_wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 4px 18px -1px #9535131a
}

.tm_pg .approach_img_wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border: 1px solid #dc725633;
    border-radius: 14px;
    filter: sepia(0.18) saturate(1.12) brightness(0.97)
}

.tm_pg .approach_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #2a1a12;
    margin: 0 0 16px
}

.tm_pg .approach_h2 .grad_word {
    -webkit-text-stroke: 0;
    background: linear-gradient(83deg, #DC7256 0%, #953513 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.tm_pg .approach_para {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2418;
    margin: 0 0 16px
}

.tm_pg .step_list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.tm_pg .step_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    padding-bottom: 16px
}

.tm_pg .step_item:last-child {
    padding-bottom: 0
}

.tm_pg .step_item:not(:last-child) .step_num_col::after {
    content: "";
    position: absolute;
    top: 32px;
    left: 15px;
    width: 1px;
    height: calc(100% - 16px);
    background: linear-gradient(to bottom, #DC7256, #dc72561a)
}

.tm_pg .step_num_col {
    position: relative;
    flex-shrink: 0
}

.tm_pg .step_num {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(83deg, #DC7256 0%, #953513 100%);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0
}

.tm_pg .step_txt_h {
    font-size: 16px;
    line-height: 1.2;
    color: #2a1a12;
    margin: 0 0 4px
}

.tm_pg .step_txt_p {
    font-size: 13px;
    line-height: 1.7;
    color: #4a3328;
    margin: 0
}

.tm_pg .standout_area {
    background: #fff;
    padding: 56px 0;
    position: relative
}

.tm_pg .standout_area .pg_body {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch
}

.tm_pg .standout_header {
    text-align: center
}

.tm_pg .standout_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    margin: 0 0 8px
}

.tm_pg .standout_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3328;
    max-width: 560px;
    margin: 0 auto
}

.tm_pg .value_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.tm_pg .val_card {
    border-radius: 14px;
    padding: 28px 16px;
    border: 1px solid #dc725629;
    background: #fff;
    box-shadow: -1px 3px 2px -1px #9535130f;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out;
    position: relative;
    overflow: hidden
}

.tm_pg .val_card:hover {
    background: linear-gradient(83deg, #eed3c447 0%, #dc72561a 100%);
    box-shadow: -1px 4px 18px -1px #9535131a
}

.tm_pg .val_icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(83deg, #eed3c499 0%, #dc725633 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.tm_pg .val_icon svg {
    width: 22px;
    height: 22px
}

.tm_pg .val_h {
    font-size: 21px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #953513;
    margin: 0 0 8px
}

.tm_pg .val_p {
    font-size: 13px;
    line-height: 1.7;
    color: #4a3328;
    margin: 0
}

.tm_pg .standout_accent_card {
    border-radius: 14px;
    background: linear-gradient(83deg, #953513 0%, #DC7256 100%);
    padding: 28px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    box-shadow: -1px 10px 44px -1px #9535131a;
    position: relative;
    overflow: hidden
}

.tm_pg .standout_accent_card .diag_line::before {
    background: #ffffff1f
}

.tm_pg .accent_card_txt {
    flex: 1
}

.tm_pg .accent_card_h {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 8px
}

.tm_pg .accent_card_p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffe0;
    margin: 0
}

.tm_pg .accent_card_rating {
    flex-shrink: 0;
    text-align: center
}

.tm_pg .rating_num {
    font-size: 66px;
    line-height: 1.2;
    color: #fff;
    display: block
}

.tm_pg .rating_label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffffbf;
    display: block
}

.tm_pg .contact_strip {
    background: linear-gradient(83deg, #eed3c473 0%, #ffff 100%);
    padding: 28px 0 56px;
    position: relative
}

.tm_pg .contact_strip .pg_body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    justify-content: space-between
}

.tm_pg .contact_txt {
    flex: 1
}

.tm_pg .contact_h {
    font-size: 21px;
    line-height: 1.2;
    color: #2a1a12;
    margin: 0 0 8px
}

.tm_pg .contact_p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3328;
    margin: 0
}

.tm_pg .contact_btn {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 8px;
    border: 2px solid #953513;
    color: #953513;
    font-size: 16px;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    flex-shrink: 0
}

.tm_pg .contact_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #953513 0%, #DC7256 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.tm_pg .contact_btn span {
    position: relative;
    z-index: 1
}

.tm_pg .contact_btn:hover {
    color: #fff
}

.tm_pg .contact_btn:hover::before {
    transform: scaleX(1)
}

.tm_pg .contact_btn:focus {
    outline: 2px solid #953513;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .tm_pg .team_grid_area .pg_body {
        grid-template-columns: 1fr
    }

    .tm_pg .approach_area .pg_body {
        grid-template-columns: 1fr
    }

    .tm_pg .approach_img_wrap img {
        height: 260px
    }

    .tm_pg .value_grid {
        grid-template-columns: 1fr 1fr
    }

    .tm_pg .title_h1 {
        font-size: 38px
    }
}

@media (max-width: 640px) {
    .tm_pg .title_area .frame_outer {
        padding: 28px 16px
    }

    .tm_pg .title_h1 {
        font-size: 28px
    }

    .tm_pg .title_img_wrap img {
        height: 220px
    }

    .tm_pg .value_grid {
        grid-template-columns: 1fr
    }

    .tm_pg .standout_accent_card {
        flex-direction: column;
        padding: 28px 16px;
        text-align: center
    }

    .tm_pg .contact_strip .pg_body {
        flex-direction: column;
        align-items: flex-start
    }

    .tm_pg .col_heading,
    .tm_pg .approach_h2,
    .tm_pg .standout_h2 {
        font-size: 28px
    }
}

@media (max-width: 360px) {
    .tm_pg .person_card {
        grid-template-columns: 1fr
    }

    .tm_pg .title_h1 {
        font-size: 21px
    }
}

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

.abt-us .pg-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-28px)
    }

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

.abt-us .drop-item {
    opacity: 0;
    animation: drop-in .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.abt-us .drop-item:nth-child(1) {
    animation-delay: .05s
}

.abt-us .drop-item:nth-child(2) {
    animation-delay: .18s
}

.abt-us .drop-item:nth-child(3) {
    animation-delay: .31s
}

.abt-us .drop-item:nth-child(4) {
    animation-delay: .44s
}

.abt-us .title-block {
    background-color: #fff;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.abt-us .title-block .pg-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.abt-us .title-block .geo-deco {
    position: absolute;
    top: 16px;
    right: 28px;
    width: 90px;
    height: 90px;
    pointer-events: none
}

.abt-us .title-block .geo-deco-rect {
    position: absolute;
    border: 1px solid #DC7256;
    border-radius: 2px
}

.abt-us .title-block .geo-deco-rect.r1 {
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    opacity: .18
}

.abt-us .title-block .geo-deco-rect.r2 {
    width: 66px;
    height: 66px;
    top: 12px;
    left: 12px;
    opacity: .13
}

.abt-us .title-block .geo-deco-rect.r3 {
    width: 44px;
    height: 44px;
    top: 23px;
    left: 23px;
    opacity: .09
}

.abt-us .title-block .img-frame {
    width: 260px;
    height: 180px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EED3C4;
    box-shadow: -1px 4px 18px -1px #9535131a;
    flex-shrink: 0
}

.abt-us .title-block .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .title-block .img-frame:hover img {
    transform: translateX(8px)
}

.abt-us .title-block .text-col {
    text-align: center;
    max-width: 640px
}

.abt-us .title-block .eyebrow {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #953513;
    margin-bottom: 8px;
    display: block
}

.abt-us .title-block .main-heading {
    font-size: 52px;
    line-height: 1.2;
    color: #1d1208;
    margin-bottom: 16px;
    font-weight: 700
}

.abt-us .title-block .main-heading .grad-word {
    background: linear-gradient(83deg, #DC7256, #953513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-us .title-block .sub-heading {
    font-size: 21px;
    line-height: 1.7;
    color: #3d2010;
    margin-bottom: 16px;
    font-weight: 400;
    -webkit-text-stroke: .6px #3d2010;
    color: transparent
}

.abt-us .title-block .desc-text {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2010
}

.abt-us .about-details {
    background-color: #EED3C4;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.abt-us .about-details .pg-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
    align-items: start
}

.abt-us .about-details .accent-col {
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .about-details .accent-img-wrap {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #9535132e;
    box-shadow: -1px 10px 44px -1px #9535131a
}

.abt-us .about-details .accent-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease-in-out
}

.abt-us .about-details .accent-img-wrap:hover img {
    transform: translateY(-10px)
}

.abt-us .about-details .stat-badge {
    background: #953513;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: -1px 4px 18px -1px #9535131a
}

.abt-us .about-details .stat-badge .stat-num {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700
}

.abt-us .about-details .stat-badge .stat-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .08em;
    opacity: .85
}

.abt-us .about-details .text-cols {
    grid-column: 2 / 5;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .about-details .section-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #953513;
    display: block;
    margin-bottom: 8px
}

.abt-us .about-details .detail-heading {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    margin-bottom: 16px
}

.abt-us .about-details .detail-para {
    font-size: 16px;
    line-height: 1.7;
    color: #2a1508
}

.abt-us .about-details .steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.abt-us .about-details .step-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 16px;
    position: relative
}

.abt-us .about-details .step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    width: 2px;
    bottom: 0;
    background: linear-gradient(83deg, #DC7256, #953513);
    opacity: .35
}

.abt-us .about-details .step-num {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(83deg, #DC7256, #953513);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: -1px 3px 2px -1px #9535130f
}

.abt-us .about-details .step-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt-us .about-details .step-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #2a1508
}

.abt-us .about-details .step-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #3d2010
}

.abt-us .about-details .img-pair {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.abt-us .about-details .pair-img-wrap {
    flex: 1;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #95351326;
    box-shadow: -1px 3px 2px -1px #9535130f
}

.abt-us .about-details .pair-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease-in-out
}

.abt-us .about-details .pair-img-wrap:hover img {
    transform: translateX(-8px)
}

.abt-us .team-block {
    background: linear-gradient(83deg, #EED3C4 0%, #fff 60%);
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.abt-us .team-block .deco-corner {
    position: absolute;
    bottom: 28px;
    left: 28px;
    width: 70px;
    height: 70px;
    pointer-events: none
}

.abt-us .team-block .deco-corner-rect {
    position: absolute;
    border: 1px solid #953513;
    border-radius: 2px
}

.abt-us .team-block .deco-corner-rect.cr1 {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    opacity: .15
}

.abt-us .team-block .deco-corner-rect.cr2 {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
    opacity: .1
}

.abt-us .team-block .deco-corner-rect.cr3 {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 20px;
    opacity: .07
}

.abt-us .team-block .pg-container {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .team-block .team-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px
}

.abt-us .team-block .team-heading-wrap {
    max-width: 520px
}

.abt-us .team-block .team-heading {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    margin-bottom: 8px
}

.abt-us .team-block .team-heading .grad-word {
    background: linear-gradient(83deg, #DC7256, #953513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 0
}

.abt-us .team-block .team-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2010
}

.abt-us .team-block .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.abt-us .team-block .member-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #9535131f;
    box-shadow: -1px 4px 18px -1px #9535131a;
    background: #ffffffb8;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column
}

.abt-us .team-block .member-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid #EED3C4;
    flex-shrink: 0
}

.abt-us .team-block .member-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .team-block .member-card:hover .member-img-wrap img {
    transform: translateX(10px)
}

.abt-us .team-block .member-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .team-block .member-name {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #2a1508
}

.abt-us .team-block .member-role {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #953513
}

.abt-us .team-block .member-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #3d2010
}

.abt-us .team-block .member-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.abt-us .team-block .member-icon-wrap .pe-7s-user {
    font-size: 21px;
    color: #953513
}

.abt-us .team-block .member-icon-wrap .dot-ind {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 22px;
    background: #DC7256;
    border: 2px solid #fff
}

@keyframes card-glow {

    0%,
    100% {
        box-shadow: -1px 4px 18px -1px #9535131a
    }

    50% {
        box-shadow: -1px 10px 44px -1px #95351338
    }
}

.abt-us .team-block .member-card:nth-child(1) {
    animation: card-glow 3.6s ease-in-out infinite;
    animation-delay: 0s
}

.abt-us .team-block .member-card:nth-child(2) {
    animation: card-glow 3.6s ease-in-out infinite;
    animation-delay: 1.2s
}

.abt-us .team-block .member-card:nth-child(3) {
    animation: card-glow 3.6s ease-in-out infinite;
    animation-delay: 2.4s
}

@media (max-width: 1024px) {
    .abt-us .about-details .pg-container {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .about-details .accent-col {
        grid-column: 1 / 2
    }

    .abt-us .about-details .text-cols {
        grid-column: 2 / 3
    }

    .abt-us .team-block .team-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .title-block .main-heading {
        font-size: 38px
    }
}

@media (max-width: 640px) {
    .abt-us .about-details .pg-container {
        grid-template-columns: 1fr
    }

    .abt-us .about-details .accent-col {
        grid-column: 1 / 2
    }

    .abt-us .about-details .text-cols {
        grid-column: 1 / 2
    }

    .abt-us .about-details .img-pair {
        flex-direction: column
    }

    .abt-us .about-details .pair-img-wrap {
        height: 180px
    }

    .abt-us .team-block .team-grid {
        grid-template-columns: 1fr
    }

    .abt-us .team-block .team-top {
        flex-direction: column;
        align-items: flex-start
    }

    .abt-us .title-block .main-heading {
        font-size: 28px
    }

    .abt-us .title-block .sub-heading {
        font-size: 16px
    }

    .abt-us .about-details .detail-heading {
        font-size: 28px
    }

    .abt-us .team-block .team-heading {
        font-size: 28px
    }
}

@media (max-width: 360px) {
    .abt-us .pg-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .abt-us .title-block .main-heading {
        font-size: 21px
    }
}

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

.lnch .pg_limit {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.lnch .drop_in {
    animation: dropIn .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.lnch .drop_in.d1 {
    animation-delay: .08s
}

.lnch .drop_in.d2 {
    animation-delay: .22s
}

.lnch .drop_in.d3 {
    animation-delay: .36s
}

.lnch .drop_in.d4 {
    animation-delay: .48s
}

@keyframes dropIn {
    from {
        opacity: 0;
        transform: translateY(-32px)
    }

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

.lnch .fade_up {
    opacity: 0;
    transform: translateY(28px);
    animation: fadeUp .5s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.lnch .fade_up.fu1 {
    animation-delay: .1s
}

.lnch .fade_up.fu2 {
    animation-delay: .22s
}

.lnch .fade_up.fu3 {
    animation-delay: .34s
}

.lnch .fade_up.fu4 {
    animation-delay: .46s
}

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

.lnch .title_blk {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 112px;
    position: relative
}

.lnch .title_blk .blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.lnch .title_blk .blob_a {
    position: absolute;
    top: -40px;
    left: -60px;
    width: 420px;
    height: 420px;
    background: #EED3C4;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .55
}

.lnch .title_blk .blob_b {
    position: absolute;
    bottom: 20px;
    right: -80px;
    width: 340px;
    height: 340px;
    background: #DC7256;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .22
}

.lnch .title_blk .blob_c {
    position: absolute;
    top: 60px;
    right: 30%;
    width: 200px;
    height: 200px;
    background: #953513;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .1
}

.lnch .title_blk_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    position: relative;
    z-index: 1
}

.lnch .title_text_col {
    flex: 1 1 0;
    min-width: 0
}

.lnch .title_label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    color: #953513;
    border: 1px solid #DC7256;
    border-radius: 2px;
    padding: 4px 16px;
    margin-bottom: 28px;
    text-transform: uppercase
}

.lnch .title_h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1007;
    margin-bottom: 28px;
    font-weight: 700
}

.lnch .title_h1 .grad_word {
    background: linear-gradient(83deg, #DC7256, #953513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

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

.lnch .title_points li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a0e
}

.lnch .pt_num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1.5px solid #DC7256;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #953513;
    font-weight: 700;
    margin-top: 2px
}

.lnch .title_deco_col {
    flex: 0 0 380px;
    position: relative
}

.lnch .title_math_sym {
    position: absolute;
    top: -28px;
    right: -16px;
    font-size: 280px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #EED3C4;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.lnch .title_img_wrap {
    position: relative;
    z-index: 1;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EED3C4;
    box-shadow: -1px 4px 18px -1px #9535131a
}

.lnch .title_img_wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.lnch .title_img_fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, #1b1007b8, transparent);
    pointer-events: none
}

.lnch .divider_tri_down {
    display: block;
    width: 100%;
    line-height: 0
}

.lnch .standing_blk {
    background: #EED3C4;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.lnch .standing_blk .math_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 320px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px #9535131f;
    pointer-events: none;
    user-select: none;
    white-space: nowrap
}

.lnch .standing_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    position: relative;
    z-index: 1
}

.lnch .standing_card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: -1px 3px 2px -1px #9535130f;
    border: 1px solid #dc72562e;
    transition: box-shadow .45s ease-in-out, transform .45s ease-in-out
}

.lnch .standing_card:hover {
    box-shadow: -1px 10px 44px -1px #9535131a;
    transform: translateY(-4px)
}

.lnch .standing_card_icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(83deg, #DC7256, #953513);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.lnch .standing_card_icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lnch .standing_card_h {
    font-size: 21px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.2px #953513;
    margin-bottom: 8px;
    font-weight: 700
}

.lnch .standing_card_p {
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a0e
}

.lnch .standing_head_row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    position: relative;
    z-index: 1
}

.lnch .standing_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #1b1007;
    font-weight: 700;
    max-width: 520px
}

.lnch .standing_h2 .grad_word {
    background: linear-gradient(83deg, #DC7256, #953513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lnch .standing_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #4a2a16;
    max-width: 320px;
    text-align: right
}

.lnch .divider_slant {
    width: 100%;
    display: block;
    line-height: 0
}

.lnch .commit_blk {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px
}

.lnch .commit_row {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: stretch
}

.lnch .commit_img_col {
    flex: 0 0 420px;
    position: relative
}

.lnch .commit_img_wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EED3C4;
    box-shadow: -1px 4px 18px -1px #9535131a;
    height: 100%;
    min-height: 360px
}

.lnch .commit_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter .5s ease-in-out
}

.lnch .commit_img_wrap:hover img {
    filter: grayscale(0%)
}

.lnch .commit_img_tint {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(83deg, #95351347, #dc72562e);
    pointer-events: none;
    mix-blend-mode: multiply
}

.lnch .commit_text_col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px
}

.lnch .commit_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    font-weight: 700
}

.lnch .commit_h2 .solid_word {
    color: #1b1007;
    -webkit-text-stroke: 0
}

.lnch .commit_p {
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a0e
}

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

.lnch .commit_step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #EED3C4
}

.lnch .commit_step:last-child {
    border-bottom: none
}

.lnch .step_num_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-shrink: 0
}

.lnch .step_num {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1.5px solid #DC7256;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #953513
}

.lnch .step_line {
    width: 1.5px;
    flex: 1 1 auto;
    min-height: 16px;
    background: linear-gradient(to bottom, #DC7256, transparent);
    margin-top: 4px
}

.lnch .step_text {
    flex: 1 1 0
}

.lnch .step_text_h {
    font-size: 16px;
    font-weight: 700;
    color: #1b1007;
    margin-bottom: 4px
}

.lnch .step_text_p {
    font-size: 13px;
    line-height: 1.7;
    color: #4a2a16
}

.lnch .divider_wave {
    width: 100%;
    display: block;
    line-height: 0
}

.lnch .limits_blk {
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.lnch .limits_blk_bg {
    position: absolute;
    inset: 0;
    background-image: url(./photo_directory/media-11.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 0
}

.lnch .limits_blk_tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, #953513e0, #eed3c4d1);
    z-index: 1
}

.lnch .limits_inner {
    position: relative;
    z-index: 2
}

.lnch .limits_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    -webkit-text-stroke: 1px #fff9
}

.lnch .limits_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #EED3C4;
    margin-bottom: 28px;
    max-width: 560px
}

.lnch .limits_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.lnch .limits_item {
    background: #ffffff1f;
    border: 1px solid #ffffff38;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    backdrop-filter: blur(4px);
    transition: background .45s ease-in-out
}

.lnch .limits_item:hover {
    background: #fff3
}

.lnch .limits_item_icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ffffff2e;
    display: flex;
    align-items: center;
    justify-content: center
}

.lnch .limits_item_icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lnch .limits_item_h {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.lnch .limits_item_p {
    font-size: 13px;
    line-height: 1.7;
    color: #EED3C4
}

.lnch .divider_zigzag {
    width: 100%;
    display: block;
    line-height: 0
}

.lnch .adapt_blk {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px
}

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

.lnch .adapt_text_col {
    flex: 1 1 0;
    min-width: 0
}

.lnch .adapt_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #1b1007;
    font-weight: 700;
    margin-bottom: 16px
}

.lnch .adapt_h2 .grad_word {
    background: linear-gradient(83deg, #DC7256, #953513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lnch .adapt_p {
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a0e;
    margin-bottom: 28px
}

.lnch .matrix_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px
}

.lnch .matrix_cell {
    border-radius: 14px;
    padding: 28px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.lnch .matrix_cell.m_a {
    background: linear-gradient(83deg, #953513, #DC7256)
}

.lnch .matrix_cell.m_b {
    background: #EED3C4
}

.lnch .matrix_cell.m_c {
    background: #EED3C4
}

.lnch .matrix_cell.m_d {
    background: #1b1007
}

.lnch .matrix_cell_label {
    font-size: 13px;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.lnch .matrix_cell.m_a .matrix_cell_label {
    color: #ffffffb3
}

.lnch .matrix_cell.m_b .matrix_cell_label {
    color: #953513
}

.lnch .matrix_cell.m_c .matrix_cell_label {
    color: #953513
}

.lnch .matrix_cell.m_d .matrix_cell_label {
    color: #DC7256
}

.lnch .matrix_cell_h {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700
}

.lnch .matrix_cell.m_a .matrix_cell_h {
    color: #fff
}

.lnch .matrix_cell.m_b .matrix_cell_h {
    color: #1b1007
}

.lnch .matrix_cell.m_c .matrix_cell_h {
    color: #1b1007
}

.lnch .matrix_cell.m_d .matrix_cell_h {
    color: #EED3C4
}

.lnch .matrix_cell_p {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 4px
}

.lnch .matrix_cell.m_a .matrix_cell_p {
    color: #ffffffd9
}

.lnch .matrix_cell.m_b .matrix_cell_p {
    color: #4a2a16
}

.lnch .matrix_cell.m_c .matrix_cell_p {
    color: #4a2a16
}

.lnch .matrix_cell.m_d .matrix_cell_p {
    color: #EED3C4
}

.lnch .adapt_img_col {
    flex: 0 0 340px
}

.lnch .adapt_img_wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EED3C4;
    box-shadow: -1px 4px 18px -1px #9535131a
}

.lnch .adapt_img_wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease-in-out
}

.lnch .adapt_img_wrap:hover img {
    transform: scale(1.04)
}

.lnch .adapt_img_overlay {
    position: absolute;
    inset: 0;
    background: #1b100700;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    transition: background .45s ease-in-out
}

.lnch .adapt_img_wrap:hover .adapt_img_overlay {
    background: #1b10079e
}

.lnch .adapt_img_caption {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .45s ease-in-out, transform .45s ease-in-out
}

.lnch .adapt_img_wrap:hover .adapt_img_caption {
    opacity: 1;
    transform: translateY(0)
}

.lnch .adapt_mini_card {
    margin-top: 16px;
    background: #1b1007;
    border-radius: 14px;
    padding: 28px;
    border: 1px solid #DC7256;
    box-shadow: -1px 10px 44px -1px #9535131a
}

.lnch .adapt_mini_card_label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #DC7256;
    margin-bottom: 8px
}

.lnch .adapt_mini_card_h {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #EED3C4;
    margin-bottom: 8px
}

.lnch .adapt_mini_card_p {
    font-size: 13px;
    line-height: 1.7;
    color: #eed3c4bf
}

.lnch .divider_dots {
    width: 100%;
    display: block;
    line-height: 0
}

.lnch .objection_blk {
    background: #EED3C4;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.lnch .objection_blk .shift_bg {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(83deg, #9535130a 0px, #9535130a 1px, transparent 1px, transparent 48px);
    background-size: 200% 100%;
    animation: patternShift 8s linear infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes patternShift {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.lnch .objection_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.lnch .objection_text_col {
    flex: 1 1 0;
    min-width: 0
}

.lnch .objection_h2 {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    font-weight: 700;
    margin-bottom: 16px
}

.lnch .objection_h2 .solid_word {
    color: #1b1007;
    -webkit-text-stroke: 0
}

.lnch .objection_p {
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a0e;
    margin-bottom: 16px
}

.lnch .objection_img_col {
    flex: 0 0 380px
}

.lnch .objection_img_wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #95351338;
    box-shadow: -1px 4px 18px -1px #9535131a
}

.lnch .objection_img_wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter .5s ease-in-out
}

.lnch .objection_img_wrap:hover img {
    filter: grayscale(0%)
}

.lnch .objection_img_overlay {
    position: absolute;
    inset: 0;
    background: #1b100700;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    transition: background .45s ease-in-out
}

.lnch .objection_img_wrap:hover .objection_img_overlay {
    background: #1b100794
}

.lnch .objection_img_caption {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.lnch .objection_img_wrap:hover .objection_img_caption {
    opacity: 1;
    transform: translateY(0)
}

.lnch .objection_rating_row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-top: 28px;
    flex-wrap: wrap
}

.lnch .rating_pill {
    background: #fff;
    border-radius: 22px;
    padding: 16px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: -1px 3px 2px -1px #9535130f;
    border: 1px solid #dc725638
}

.lnch .rating_pill_val {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #953513
}

.lnch .rating_pill_label {
    font-size: 13px;
    line-height: 1.7;
    color: #4a2a16
}

.lnch .stars_row {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-top: 4px
}

.lnch .star_svg {
    width: 16px;
    height: 16px
}

@media (max-width: 1024px) {
    .lnch .title_blk_row {
        flex-direction: column;
        gap: 28px
    }

    .lnch .title_deco_col {
        flex: none;
        width: 100%
    }

    .lnch .title_math_sym {
        font-size: 160px;
        top: -16px;
        right: 0
    }

    .lnch .standing_grid {
        grid-template-columns: 1fr 1fr
    }

    .lnch .commit_row {
        flex-direction: column;
        gap: 28px
    }

    .lnch .commit_img_col {
        flex: none;
        width: 100%
    }

    .lnch .commit_img_wrap {
        min-height: 260px
    }

    .lnch .adapt_row {
        flex-direction: column;
        gap: 28px
    }

    .lnch .adapt_img_col {
        flex: none;
        width: 100%
    }

    .lnch .objection_inner {
        flex-direction: column;
        gap: 28px
    }

    .lnch .objection_img_col {
        flex: none;
        width: 100%
    }
}

@media (max-width: 640px) {
    .lnch .title_h1 {
        font-size: 38px
    }

    .lnch .standing_h2 {
        font-size: 28px
    }

    .lnch .standing_grid {
        grid-template-columns: 1fr
    }

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

    .lnch .standing_sub {
        text-align: left
    }

    .lnch .commit_h2 {
        font-size: 28px
    }

    .lnch .limits_h2 {
        font-size: 28px
    }

    .lnch .limits_grid {
        grid-template-columns: 1fr
    }

    .lnch .adapt_h2 {
        font-size: 28px
    }

    .lnch .matrix_wrap {
        grid-template-columns: 1fr
    }

    .lnch .objection_h2 {
        font-size: 28px
    }

    .lnch .objection_rating_row {
        flex-direction: column;
        gap: 16px
    }

    .lnch .title_blk {
        padding-bottom: 80px
    }
}

@media (max-width: 360px) {
    .lnch .pg_limit {
        padding-left: 16px;
        padding-right: 16px
    }

    .lnch .title_h1 {
        font-size: 28px
    }

    .lnch .standing_h2,
    .lnch .commit_h2,
    .lnch .limits_h2,
    .lnch .adapt_h2,
    .lnch .objection_h2 {
        font-size: 21px
    }
}

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

.ct-us .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.ct-us .reach-band {
    padding: 56px 0;
    background: linear-gradient(83deg, #EED3C4 0%, #fff 60%);
    position: relative
}

.ct-us .reach-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    box-shadow: inset 0 0 60px -20px #95351314;
    border-radius: 0;
    animation: edge-glow 4s ease-in-out infinite alternate
}

@keyframes edge-glow {
    0% {
        box-shadow: inset 0 0 40px -20px #9535130d
    }

    100% {
        box-shadow: inset 0 0 80px -10px #95351321
    }
}

.ct-us .reach-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 56px;
    align-items: start
}

.ct-us .reach-eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    color: #953513;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ct-us .reach-h1 {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #1b1007
}

.ct-us .reach-h1 .grad-word {
    background: linear-gradient(83deg, #DC7256, #953513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ct-us .reach-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2010;
    max-width: 520px;
    margin: 0 0 28px
}

.ct-us .reach-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px
}

.ct-us .reach-divider-short {
    width: 28px;
    height: 2px;
    background: #953513;
    border-radius: 2px
}

.ct-us .reach-divider-long {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #DC7256, transparent);
    border-radius: 2px
}

.ct-us .contact-points {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .cp-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: -1px 3px 2px -1px #9535130f;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ct-us .cp-item:hover {
    box-shadow: -1px 4px 18px -1px #9535131a;
    transform: translateY(-2px)
}

.ct-us .cp-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(83deg, #EED3C4, #DC7256);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ct-us .cp-icon .pe-7s {
    font-size: 21px;
    color: #fff
}

.ct-us .cp-label {
    font-size: 13px;
    letter-spacing: .08em;
    color: #953513;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px
}

.ct-us .cp-val {
    font-size: 16px;
    line-height: 1.7;
    color: #1b1007;
    margin: 0
}

.ct-us .cp-val a {
    color: #953513;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.ct-us .cp-val a:hover {
    color: #DC7256
}

.ct-us .reach-img-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.ct-us .reach-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #95351326;
    box-shadow: -1px 4px 18px -1px #9535131a;
    position: relative
}

.ct-us .reach-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .5s ease-in-out
}

.ct-us .reach-img-wrap:hover img {
    filter: brightness(1.05)
}

.ct-us .reach-img-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 55%, #95351347 100%);
    pointer-events: none;
    border-radius: 14px
}

.ct-us .dot-cluster {
    position: absolute;
    bottom: -28px;
    right: -16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 72px;
    pointer-events: none
}

.ct-us .dot-cluster span {
    border-radius: 22px;
    background: #DC7256;
    display: block;
    opacity: .35
}

.ct-us .dot-cluster .d-sm {
    width: 6px;
    height: 6px
}

.ct-us .dot-cluster .d-md {
    width: 10px;
    height: 10px;
    opacity: .22
}

.ct-us .dot-cluster .d-lg {
    width: 14px;
    height: 14px;
    opacity: .15
}

.ct-us .form-band {
    padding: 56px 0;
    background: #fff
}

.ct-us .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.ct-us .form-col-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .form-h2 {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #953513;
    margin: 0 0 8px
}

.ct-us .form-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2010;
    margin: 0
}

.ct-us .form-highlight {
    display: inline;
    background: #EED3C4;
    padding: 2px 8px;
    border-radius: 8px;
    color: #953513;
    font-size: 16px
}

.ct-us .form-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
    counter-reset: step-count
}

.ct-us .form-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 16px;
    counter-increment: step-count
}

.ct-us .form-step:last-child {
    padding-bottom: 0
}

.ct-us .step-num {
    width: 28px;
    height: 28px;
    border-radius: 22px;
    border: 1.5px solid #DC7256;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #953513;
    flex-shrink: 0;
    background: #fff;
    position: relative;
    z-index: 1
}

.ct-us .step-line {
    position: absolute;
    left: 13px;
    top: 28px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #DC7256, transparent)
}

.ct-us .form-step:last-child .step-line {
    display: none
}

.ct-us .step-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2010;
    padding-top: 4px;
    margin: 0
}

.ct-us .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: -1px 10px 44px -1px #9535131a;
    border: 1px solid #9535131a
}

.ct-us .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .field-label {
    font-size: 13px;
    letter-spacing: .08em;
    color: #953513;
    text-transform: uppercase
}

.ct-us .field-input {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1.5px solid #95351340;
    font-size: 16px;
    color: #1b1007;
    background: #fff;
    box-shadow: inset -1px 2px 6px -2px #9535130f;
    transition: border-color .45s ease-in-out;
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.ct-us .field-input::placeholder {
    color: #1b100766
}

.ct-us .field-input:focus {
    border-color: #DC7256
}

.ct-us .size-label {
    font-size: 13px;
    letter-spacing: .08em;
    color: #953513;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block
}

.ct-us .size-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.ct-us .size-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.ct-us .size-opt input[type="radio"] {
    accent-color: #953513;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.ct-us .size-opt-label {
    font-size: 16px;
    color: #1b1007;
    cursor: pointer
}

.ct-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.ct-us .privacy-check {
    accent-color: #953513;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    cursor: pointer;
    flex-shrink: 0
}

.ct-us .privacy-text {
    font-size: 13px;
    line-height: 1.7;
    color: #3a2010;
    margin: 0
}

.ct-us .privacy-text a {
    color: #953513;
    text-decoration: underline;
    transition: color .4s ease-in-out
}

.ct-us .privacy-text a:hover {
    color: #DC7256
}

.ct-us .submit-btn {
    padding: 16px 28px;
    border-radius: 8px;
    border: 2px solid #953513;
    background: transparent;
    color: #953513;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: .04em
}

.ct-us .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: 100%;
    bottom: 0;
    background: linear-gradient(83deg, #DC7256, #953513);
    transition: left .5s cubic-bezier(0.16, 1, 0.3, 1), right .5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.ct-us .submit-btn:hover::before {
    left: 0;
    right: 0
}

.ct-us .submit-btn:hover {
    color: #fff;
    border-color: #953513
}

.ct-us .submit-btn span {
    position: relative;
    z-index: 1
}

.ct-us .submit-btn:focus {
    outline: 2px solid #953513;
    outline-offset: 3px
}

.ct-us .map-band {
    padding: 56px 0;
    background: linear-gradient(83deg, #953513 0%, #DC7256 100%);
    position: relative
}

.ct-us .map-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    animation: edge-glow-inv 5s ease-in-out infinite alternate
}

@keyframes edge-glow-inv {
    0% {
        box-shadow: inset 0 0 50px -15px #eed3c414
    }

    100% {
        box-shadow: inset 0 0 90px -5px #eed3c42e
    }
}

.ct-us .map-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.ct-us .map-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .map-h2 {
    font-size: 38px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #EED3C4;
    margin: 0
}

.ct-us .map-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #EED3C4;
    margin: 0
}

.ct-us .addr-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 14px;
    background: #eed3c41f;
    border: 1px solid #eed3c438
}

.ct-us .addr-line {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ct-us .addr-line .pe-7s {
    font-size: 21px;
    color: #EED3C4;
    flex-shrink: 0
}

.ct-us .map-img-col {
    position: relative
}

.ct-us .map-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eed3c44d;
    box-shadow: -1px 10px 44px -1px #9535131a;
    position: relative
}

.ct-us .map-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    transition: filter .55s ease-in-out
}

.ct-us .map-img-wrap:hover img {
    filter: brightness(1.0)
}

.ct-us .map-img-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 50%, #95351359 100%);
    pointer-events: none;
    border-radius: 14px
}

.ct-us .map-dots {
    position: absolute;
    top: -16px;
    left: -16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 56px;
    pointer-events: none
}

.ct-us .map-dots span {
    border-radius: 22px;
    background: #EED3C4;
    display: block;
    opacity: .4
}

.ct-us .map-dots .md-sm {
    width: 6px;
    height: 6px
}

.ct-us .map-dots .md-md {
    width: 10px;
    height: 10px;
    opacity: .25
}

.ct-us .map-dots .md-lg {
    width: 16px;
    height: 16px;
    opacity: .15
}

.ct-us .team-link-row {
    margin-top: 8px
}

.ct-us .team-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #EED3C4;
    text-decoration: none;
    border-bottom: 1px solid #eed3c466;
    padding-bottom: 4px;
    transition: color .4s ease-in-out, border-color .4s ease-in-out
}

.ct-us .team-link:hover {
    color: #fff;
    border-color: #fff
}

.ct-us .team-link .pe-7s {
    font-size: 16px
}

@media (max-width: 1024px) {
    .ct-us .reach-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

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

    .ct-us .map-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ct-us .reach-h1 {
        font-size: 38px
    }
}

@media (max-width: 640px) {
    .ct-us .reach-h1 {
        font-size: 28px
    }

    .ct-us .form-h2 {
        font-size: 28px
    }

    .ct-us .map-h2 {
        font-size: 28px
    }

    .ct-us .reach-band,
    .ct-us .form-band,
    .ct-us .map-band {
        padding: 28px 0
    }

    .ct-us .size-options {
        flex-direction: column
    }

    .ct-us .contact-form {
        padding: 16px
    }
}

@media (max-width: 360px) {
    .ct-us .reach-h1 {
        font-size: 21px
    }

    .ct-us .form-h2,
    .ct-us .map-h2 {
        font-size: 21px
    }
}

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

.success_page .success_card {
    max-width: 560px;
    width: 100%;
    border: 1.5px solid #EED3C4;
    border-radius: 14px;
    padding: 56px 28px;
    box-shadow: -1px 4px 18px -1px #9535131a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background: #fff
}

.success_page .success_icon_wrap {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    border: 2px solid #DC7256;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 3px 2px -1px #9535130f;
    flex-shrink: 0
}

.success_page .success_icon_wrap svg {
    display: block
}

.success_page .success_heading {
    font-size: 28px;
    line-height: 1.2;
    color: #953513;
    text-align: center;
    margin: 0;
    letter-spacing: -.01em
}

.success_page .success_text {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2318;
    text-align: center;
    margin: 0;
    max-width: 420px
}

.success_page .success_divider {
    width: 48px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(83deg, #DC7256, #953513)
}

.success_page .success_back_btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #953513;
    border: 1.5px solid #953513;
    border-radius: 8px;
    padding: 16px 28px;
    text-decoration: none;
    letter-spacing: .04em;
    background: transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .38s ease-in-out;
    position: relative;
    overflow: hidden
}

.success_page .success_back_btn:hover,
.success_page .success_back_btn:focus {
    background: #953513;
    color: #fff;
    border-color: #953513;
    outline: none
}

.success_page .success_back_btn:focus-visible {
    outline: 2px solid #DC7256;
    outline-offset: 3px
}

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

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

    .success_page .success_text {
        font-size: 13px
    }
}