* {
    box-sizing: border-box
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: 'Cabin', sans-serif
}

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

.site_header {
    background: linear-gradient(135deg, #F1F7F8 0%, #e8f3f4 60%, #ADCAC3 100%);
    border-bottom: 2px solid #4FA3A6;
    box-shadow: 0 4px 20px 0 #4fa3a61c;
    position: relative
}

.header_frame {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    min-height: 100px
}

.brand_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.brand_tagline {
    font-size: 15px;
    line-height: 1.4;
    color: #2a6b6e;
    font-weight: 400;
    letter-spacing: .04em
}

.logo_mount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 8px 3px 8px 3px;
    box-shadow: 0 2px 6px 0 #4fa3a60f 0 4px 20px 0 #4fa3a61c;
    border: 1.5px solid #ADCAC3;
    flex-shrink: 0
}

.logo_mount img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block
}

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

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

.primary_menu li {
    position: relative
}

.primary_menu a {
    display: block;
    padding: 12px 20px;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a4a4c;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: .02em;
    transition: color .1s ease-out, background-color .09s ease-out;
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

.primary_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #4FA3A6;
    border-radius: 3px;
    transition: right .12s ease-out;
    z-index: 0
}

.primary_menu a:hover::before,
.primary_menu a:focus::before {
    right: 0
}

.primary_menu a span {
    position: relative;
    z-index: 1
}

.primary_menu a:hover,
.primary_menu a:focus {
    color: #fff;
    outline: none
}

.primary_menu a:focus-visible {
    outline: 2px solid #4FA3A6;
    outline-offset: 2px
}

.menu_parent {
    position: relative
}

.submenu_panel {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border: 1.5px solid #ADCAC3;
    border-radius: 3px 8px 8px 8px;
    box-shadow: 0 9px 48px 0 #4fa3a624;
    list-style: none;
    margin: 0;
    padding: 8px;
    z-index: 200
}

.menu_parent:hover .submenu_panel,
.menu_parent:focus-within .submenu_panel {
    display: block
}

.submenu_bridge {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent
}

.submenu_panel a {
    font-size: 15px;
    font-weight: 400;
    color: #1a4a4c;
    padding: 8px 12px;
    border-radius: 3px;
    display: block;
    white-space: normal
}

.submenu_panel a::before {
    border-radius: 3px
}

.header_accent_bar {
    height: 4px;
    background: linear-gradient(90deg, #4FA3A6 0%, #ADCAC3 60%, #F1F7F8 100%)
}

.site_footer {
    background: #1a4a4c;
    position: relative;
    overflow: hidden
}

.footer_depth_letter {
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-family: 'Cabin', sans-serif;
    font-size: 280px;
    font-weight: 700;
    line-height: 1.1;
    color: #4fa3a614;
    pointer-events: none;
    user-select: none;
    letter-spacing: -.05em
}

.footer_frame {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1
}

.footer_brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.footer_logo_mount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 3px 8px 3px 8px;
    box-shadow: 0 4px 20px 0 #4fa3a61c;
    border: 1.5px solid #4FA3A6
}

.footer_logo_mount img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block
}

.footer_company_name {
    font-family: 'Cabin', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #F1F7F8;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .03em
}

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

.footer_contact_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #ADCAC3;
    text-decoration: none;
    font-family: 'Cabin', sans-serif
}

.footer_contact_item i {
    color: #4FA3A6;
    font-size: 16px;
    flex-shrink: 0
}

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

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

.footer_group_label {
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #4FA3A6;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-bottom: 1px solid #4fa3a640;
    padding-bottom: 8px;
    margin-bottom: 4px
}

.footer_links_group a {
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #ADCAC3;
    text-decoration: none;
    border-radius: 3px;
    padding: 4px 8px;
    margin-left: -8px;
    transition: color .1s ease-out, background-color .09s ease-out;
    display: block
}

.footer_links_group a:hover,
.footer_links_group a:focus {
    color: #F1F7F8;
    background: #4fa3a61f;
    outline: none
}

.footer_links_group a:focus-visible {
    outline: 2px solid #4FA3A6;
    outline-offset: 2px
}

.footer_bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #adcac326;
    position: relative;
    z-index: 1
}

.footer_copyright {
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #adcac399
}

.footer_policy_note {
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #adcac380
}

.footer_policy_note a {
    color: #adcac3b3;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .1s ease-out
}

.footer_policy_note a:hover,
.footer_policy_note a:focus {
    color: #ADCAC3;
    outline: none
}

.footer_policy_note a:focus-visible {
    outline: 2px solid #4FA3A6;
    outline-offset: 2px;
    border-radius: 3px
}

@media (max-width: 1024px) {
    .header_frame {
        padding: 0 20px;
        gap: 20px;
        min-height: 88px
    }

    .footer_frame {
        padding: 40px 20px 20px;
        gap: 40px;
        grid-template-columns: 160px 1fr
    }

    .footer_bottom {
        padding: 20px 20px 40px
    }
}

@media (max-width: 640px) {
    .header_frame {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        padding: 20px;
        gap: 12px;
        min-height: auto;
        justify-items: center
    }

    .brand_left {
        align-items: center
    }

    .nav_right {
        justify-content: center
    }

    .primary_menu {
        justify-content: center
    }

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

    .footer_brand {
        align-items: flex-start
    }

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

    .footer_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 20px 20px 40px
    }

    .footer_depth_letter {
        font-size: 160px
    }
}

@media (max-width: 360px) {
    .header_frame {
        padding: 12px
    }

    .primary_menu a {
        padding: 8px 12px;
        font-size: 15px
    }

    .page_frame {
        padding: 0 12px
    }

    .footer_frame {
        padding: 40px 12px 20px
    }

    .footer_bottom {
        padding: 20px 12px 40px
    }
}

.policy-layout-wjla {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px
}

.policy-layout-wjla h1 {
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b2a2b;
    margin-bottom: 40px;
    margin-top: 0
}

.policy-layout-wjla h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2a2b;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ADCAC3
}

.policy-layout-wjla h3 {
    font-size: 31px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #1b2a2b;
    margin-top: 40px;
    margin-bottom: 20px
}

.policy-layout-wjla h4 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #2a3c3d;
    margin-top: 40px;
    margin-bottom: 12px
}

.policy-layout-wjla h5 {
    font-size: 19px;
    line-height: 1.4;
    color: #2a3c3d;
    margin-top: 20px;
    margin-bottom: 8px
}

.policy-layout-wjla h6 {
    font-size: 16px;
    line-height: 1.4;
    color: #4FA3A6;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 20px;
    margin-bottom: 8px
}

.policy-layout-wjla p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3c3d;
    margin-top: 0;
    margin-bottom: 20px
}

.policy-layout-wjla ul,
.policy-layout-wjla ol {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3c3d;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px
}

.policy-layout-wjla ul {
    list-style: none;
    padding-left: 20px
}

.policy-layout-wjla ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px
}

.policy-layout-wjla ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #4FA3A6;
    border-radius: 3px
}

.policy-layout-wjla ol {
    list-style: decimal
}

.policy-layout-wjla ol li {
    padding-left: 8px;
    margin-bottom: 8px
}

.policy-layout-wjla ol li::marker {
    color: #4FA3A6;
    font-weight: 700
}

.policy-layout-wjla ul ul,
.policy-layout-wjla ol ol,
.policy-layout-wjla ul ol,
.policy-layout-wjla ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.policy-layout-wjla strong,
.policy-layout-wjla b {
    font-weight: 700;
    color: #1b2a2b
}

.policy-layout-wjla em,
.policy-layout-wjla i {
    font-style: italic;
    color: #3a5253
}

.policy-layout-wjla hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, #4FA3A6 0%, #ADCAC3 60%, transparent 100%);
    margin-top: 40px;
    margin-bottom: 40px
}

.policy-layout-wjla table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px 0 #4fa3a60f;
    border-radius: 8px;
    overflow: hidden
}

.policy-layout-wjla thead {
    background: #4FA3A6
}

.policy-layout-wjla thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 12px 20px;
    text-align: left
}

.policy-layout-wjla tbody tr {
    border-bottom: 1px solid #ADCAC3;
    transition: background-color .08s ease-out
}

.policy-layout-wjla tbody tr:last-child {
    border-bottom: none
}

.policy-layout-wjla tbody tr:nth-child(even) {
    background: #F1F7F8
}

.policy-layout-wjla tbody tr:hover {
    background: #e4f0f1
}

.policy-layout-wjla td {
    padding: 12px 20px;
    color: #2a3c3d;
    vertical-align: top
}

.policy-layout-wjla th {
    padding: 12px 20px
}

.policy-layout-wjla div {
    box-sizing: border-box
}

.policy-layout-wjla div[class="notice"],
.policy-layout-wjla div.notice {
    background: #F1F7F8;
    border-top: 3px solid #4FA3A6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f
}

@media (max-width: 1024px) {
    .policy-layout-wjla {
        padding: 80px 40px
    }

    .policy-layout-wjla h1 {
        font-size: 43px
    }

    .policy-layout-wjla h2 {
        font-size: 31px;
        margin-top: 40px
    }
}

@media (max-width: 640px) {
    .policy-layout-wjla {
        padding: 40px 20px
    }

    .policy-layout-wjla h1 {
        font-size: 31px
    }

    .policy-layout-wjla h2 {
        font-size: 23px;
        margin-top: 40px
    }

    .policy-layout-wjla h3 {
        font-size: 19px;
        margin-top: 40px
    }

    .policy-layout-wjla h4 {
        font-size: 16px
    }

    .policy-layout-wjla table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 360px) {
    .policy-layout-wjla {
        padding: 40px 12px
    }

    .policy-layout-wjla h1 {
        font-size: 23px
    }

    .policy-layout-wjla ul,
    .policy-layout-wjla ol {
        padding-left: 20px
    }
}

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

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

.services_page .dot_accent {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #4FA3A6;
    border-radius: 40px;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.services_page .three_dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 40px 0
}

.services_page .three_dots span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #ADCAC3
}

.services_page .corner_bracket {
    position: relative
}

.services_page .corner_bracket::before,
.services_page .corner_bracket::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none
}

.services_page .corner_bracket::before {
    top: 0;
    left: 0;
    border-top: 2px solid #4FA3A6;
    border-left: 2px solid #4FA3A6;
    border-radius: 3px 0 0 0
}

.services_page .corner_bracket::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #4FA3A6;
    border-right: 2px solid #4FA3A6;
    border-radius: 0 0 3px 0
}

.services_page .label_tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #4FA3A6;
    padding: 4px 12px;
    border: 1px solid #ADCAC3;
    border-radius: 3px;
    background: #F1F7F8
}

.services_page .page_top {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(160deg, #F1F7F8 0%, #fff 45%, #ADCAC3 100%);
    overflow: hidden
}

.services_page .page_top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    opacity: .5
}

.services_page .page_top_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1
}

.services_page .page_top_text {
    flex: 1;
    min-width: 0
}

.services_page .page_top_text h1 {
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b3a3b;
    margin: 20px 0
}

.services_page .page_top_text p {
    font-size: 19px;
    line-height: 1.7;
    color: #2d5557;
    max-width: 560px;
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid #4FA3A6
}

.services_page .page_top_image {
    flex: 0 0 420px;
    position: relative
}

.services_page .page_top_image img {
    width: 420px;
    height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
    filter: brightness(1.04) saturate(1.05);
    box-shadow: 0 9px 48px 0 #4fa3a624
}

.services_page .page_top_image::after {
    content: '';
    position: absolute;
    inset: -12px;
    background: radial-gradient(ellipse at 70% 30%, #adcac359 0%, transparent 65%);
    border-radius: 8px;
    pointer-events: none;
    z-index: -1
}

.services_page .offerings_strip {
    background: #1b3a3b;
    padding: 80px 20px
}

.services_page .offerings_strip_inner {
    max-width: 1500px;
    margin: 0 auto
}

.services_page .offerings_header {
    text-align: center;
    margin-bottom: 40px
}

.services_page .offerings_header h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #F1F7F8;
    margin: 12px 0 20px
}

.services_page .offerings_header p {
    font-size: 16px;
    line-height: 1.7;
    color: #ADCAC3;
    max-width: 580px;
    margin: 0 auto
}

.services_page .offerings_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.services_page .offering_card {
    background: #ffffff0a;
    border: 1px solid #adcac32e;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f;
    transition: border-color .1s ease-out, background .12s ease-out
}

.services_page .offering_card:hover {
    border-color: #4fa3a680;
    background: #ffffff12
}

.services_page .offering_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #ADCAC3 0%, #4FA3A6 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.services_page .offering_icon i {
    font-size: 23px;
    color: #1b3a3b
}

.services_page .offering_card h4 {
    font-size: 19px;
    line-height: 1.4;
    color: #F1F7F8;
    margin: 0 0 12px;
    letter-spacing: -.01em
}

.services_page .offering_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #ADCAC3;
    margin: 0
}

.services_page .process_belt {
    padding: 80px 20px;
    background: #F1F7F8
}

.services_page .process_belt_inner {
    max-width: 1500px;
    margin: 0 auto
}

.services_page .process_intro {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 40px
}

.services_page .process_intro_left {
    flex: 0 0 340px
}

.services_page .process_intro_left h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b3a3b;
    margin: 12px 0 0
}

.services_page .process_intro_right {
    flex: 1;
    min-width: 0;
    padding-top: 8px
}

.services_page .process_intro_right p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d5557;
    margin: 0 0 20px
}

.services_page .process_intro_right p:last-child {
    margin-bottom: 0
}

.services_page .process_steps {
    display: flex;
    flex-direction: row;
    gap: 4px;
    counter-reset: step_count
}

.services_page .process_step {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border-top: 3px solid #4FA3A6;
    box-shadow: 0 2px 6px 0 #4fa3a60f;
    counter-increment: step_count;
    position: relative;
    transition: box-shadow .1s ease-out
}

.services_page .process_step:hover {
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.services_page .process_step::before {
    content: counter(step_count, decimal-leading-zero);
    display: block;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 700;
    color: #ADCAC3;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.services_page .process_step h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #1b3a3b;
    margin: 0 0 8px;
    font-weight: 600
}

.services_page .process_step p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a7072;
    margin: 0
}

.services_page .coaches_panel {
    padding: 80px 20px;
    background: #fff;
    position: relative
}

.services_page .coaches_panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F1F7F8 0%, #4FA3A6 50%, #F1F7F8 100%)
}

.services_page .coaches_panel_inner {
    max-width: 1500px;
    margin: 0 auto
}

.services_page .coaches_header {
    text-align: center;
    margin-bottom: 40px
}

.services_page .coaches_header h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b3a3b;
    margin: 12px 0 20px
}

.services_page .coaches_header p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a7072;
    max-width: 560px;
    margin: 0 auto
}

.services_page .coaches_layout {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.services_page .coach_card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    background: #F1F7F8;
    border-radius: 8px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f
}

.services_page .coach_portrait {
    width: 120px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.services_page .coach_portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.services_page .coach_card h5 {
    font-size: 19px;
    line-height: 1.4;
    color: #1b3a3b;
    margin: 0 0 4px;
    font-weight: 600
}

.services_page .coach_role {
    font-size: 15px;
    color: #4FA3A6;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 12px
}

.services_page .coach_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a7072;
    margin: 0
}

.services_page .coaches_standout {
    flex: 0 0 440px;
    background: linear-gradient(180deg, #ADCAC3 0%, #4FA3A6 100%);
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 9px 48px 0 #4fa3a624;
    position: relative
}

.services_page .coaches_standout h3 {
    font-size: 31px;
    line-height: 1.1;
    color: #1b3a3b;
    letter-spacing: -.015em;
    margin: 0 0 20px
}

.services_page .coaches_standout p {
    font-size: 16px;
    line-height: 1.7;
    color: #1b3a3b;
    margin: 0 0 20px;
    opacity: .88
}

.services_page .standout_metrics {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px
}

.services_page .metric_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: #ffffff38;
    border-radius: 8px;
    padding: 12px 20px
}

.services_page .metric_row i {
    font-size: 19px;
    color: #1b3a3b;
    flex-shrink: 0
}

.services_page .metric_row span {
    font-size: 15px;
    line-height: 1.4;
    color: #1b3a3b;
    font-weight: 500
}

.services_page .icon_pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 12px
}

.services_page .icon_pair i {
    font-size: 23px;
    color: #4FA3A6;
    transition: transform .12s ease-out
}

.services_page .icon_pair i:hover {
    transform: rotate(360deg);
    transition: transform .9s ease-out
}

.services_page .icon_pair_label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #1b3a3b
}

.services_page .cta_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #4FA3A6;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px
}

.services_page .cta_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #4FA3A6;
    transition: left .1s ease-out, right .1s ease-out
}

.services_page .cta_link:hover::after {
    left: 0;
    right: 0
}

.services_page .cta_link i {
    font-size: 16px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .08s ease-out, transform .1s ease-out
}

.services_page .cta_link:hover i {
    opacity: 1;
    transform: translateX(0)
}

.services_page .btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #4FA3A6;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.services_page .btn_primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1b3a3b;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    border-radius: 8px
}

.services_page .btn_primary:hover::before {
    transform: translateX(0)
}

.services_page .btn_primary span {
    position: relative;
    z-index: 1
}

.services_page .btn_primary i {
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .services_page .page_top_inner {
        gap: 40px
    }

    .services_page .page_top_image {
        flex: 0 0 320px
    }

    .services_page .page_top_image img {
        width: 320px;
        height: 380px
    }

    .services_page .page_top_text h1 {
        font-size: 43px
    }

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

    .services_page .process_intro {
        flex-direction: column;
        gap: 20px
    }

    .services_page .process_intro_left {
        flex: none
    }

    .services_page .coaches_layout {
        flex-direction: column
    }

    .services_page .coaches_standout {
        flex: none;
        width: 100%
    }

    .services_page .process_steps {
        flex-wrap: wrap
    }

    .services_page .process_step {
        flex: 0 0 calc(50% - 2px)
    }
}

@media (max-width: 640px) {
    .services_page .page_top_inner {
        flex-direction: column;
        gap: 40px
    }

    .services_page .page_top_image {
        flex: none;
        width: 100%
    }

    .services_page .page_top_image img {
        width: 100%;
        height: 320px
    }

    .services_page .page_top_text h1 {
        font-size: 31px
    }

    .services_page .offerings_grid {
        grid-template-columns: 1fr
    }

    .services_page .process_steps {
        flex-direction: column
    }

    .services_page .process_step {
        flex: none
    }

    .services_page .coaches_layout {
        flex-direction: column
    }

    .services_page .page_top {
        padding: 40px 20px
    }

    .services_page .offerings_strip,
    .services_page .process_belt,
    .services_page .coaches_panel {
        padding: 40px 20px
    }

    .services_page .coaches_standout {
        padding: 20px
    }
}

@media (max-width: 360px) {
    .services_page .page_top_text h1 {
        font-size: 23px
    }

    .services_page .offerings_header h2,
    .services_page .coaches_header h2 {
        font-size: 31px
    }

    .services_page .btn_primary {
        padding: 12px 20px;
        font-size: 15px
    }
}

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

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

.events .page_schema {
    display: none
}

.events .reveal_grow {
    animation: growHeight .55s ease-out forwards;
    overflow: hidden
}

@keyframes growHeight {
    from {
        opacity: 0;
        transform: scaleY(0.92) translateY(12px)
    }

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

.events .title_block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    border-top: 3px solid #4FA3A6;
    border-bottom: 2px solid #ADCAC3
}

.events .title_text_zone {
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(160deg, #F1F7F8 0%, #fff 60%)
}

.events .title_shape_a {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    border: 2px solid #4fa3a62e;
    border-radius: 50%;
    pointer-events: none
}

.events .title_shape_b {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    border: 2px solid #adcac340;
    border-radius: 8px;
    transform: rotate(22deg);
    pointer-events: none
}

.events .title_eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    color: #4FA3A6;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600
}

.events .title_heading {
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2a2b;
    margin: 0 0 20px
}

.events .title_heading .gradient_word {
    background: linear-gradient(0deg, #4FA3A6 0%, #ADCAC3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.events .title_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #334e50;
    max-width: 480px;
    margin: 0 0 40px
}

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

.events .btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
    background: #4FA3A6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.events .btn_primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #1b2a2b;
    transform: translateX(100%);
    transition: transform .1s ease-out;
    border-radius: 8px
}

.events .btn_primary:hover::after {
    transform: translateX(0)
}

.events .btn_primary span {
    position: relative;
    z-index: 1
}

.events .btn_secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
    background: transparent;
    color: #1b2a2b;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #ADCAC3;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out, border-color .12s ease-out
}

.events .btn_secondary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #F1F7F8;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    border-radius: 6px
}

.events .btn_secondary:hover::after {
    transform: translateX(0)
}

.events .btn_secondary span {
    position: relative;
    z-index: 1
}

.events .title_image_zone {
    position: relative;
    overflow: hidden
}

.events .title_image_zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) contrast(1.05)
}

.events .title_image_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4fa3a638 0%, transparent 60%);
    pointer-events: none
}

.events .divider_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 80px;
    background: #fff
}

.events .divider_text::before,
.events .divider_text::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ADCAC3
}

.events .divider_text .divider_label {
    font-size: 15px;
    color: #4FA3A6;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600
}

.events .schedule_section {
    background: #F1F7F8;
    padding: 80px;
    position: relative;
    border-left: 5px solid #4FA3A6
}

.events .schedule_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#4fa3a60f 1px, transparent 1px), linear-gradient(90deg, #4fa3a60f 1px, transparent 1px), linear-gradient(#4fa3a608 1px, transparent 1px), linear-gradient(90deg, #4fa3a608 1px, transparent 1px);
    background-size: 60px 60px, 60px 60px, 20px 20px, 20px 20px;
    pointer-events: none
}

.events .schedule_header {
    max-width: 640px;
    margin: 0 0 40px;
    position: relative
}

.events .schedule_header h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2a2b;
    margin: 0 0 12px
}

.events .schedule_header h2 .dot_accent {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4FA3A6;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.events .schedule_header p {
    font-size: 16px;
    line-height: 1.7;
    color: #334e50;
    margin: 0
}

.events .events_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    position: relative
}

.events .event_card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f 0 4px 20px 0 #4fa3a61c;
    border-top: 3px solid #ADCAC3;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .1s ease-out, border-top-color .1s ease-out
}

.events .event_card:hover {
    box-shadow: 0 9px 48px 0 #4fa3a624;
    border-top-color: #4FA3A6
}

.events .event_card.featured {
    border-top-color: #4FA3A6;
    background: linear-gradient(0deg, #fff 70%, #F1F7F8 100%)
}

.events .card_tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: #4FA3A6;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

.events .card_tag i {
    font-size: 16px
}

.events .card_date {
    font-size: 15px;
    color: #5a7a7c;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.events .card_date i {
    font-size: 15px;
    color: #ADCAC3
}

.events .event_card h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #1b2a2b;
    margin: 0;
    letter-spacing: -.01em
}

.events .event_card.featured h3 {
    font-size: 31px
}

.events .card_desc {
    font-size: 16px;
    line-height: 1.7;
    color: #334e50;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em
}

.events .card_meta_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px
}

.events .card_meta_pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: #F1F7F8;
    border-radius: 40px;
    font-size: 15px;
    color: #334e50
}

.events .card_meta_pill i {
    font-size: 14px;
    color: #4FA3A6
}

.events .card_link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: #4FA3A6;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: gap .09s ease-out
}

.events .card_link i {
    font-size: 16px;
    transition: transform .09s ease-out
}

.events .card_link:hover {
    gap: 8px
}

.events .card_link:hover i {
    transform: translateX(3px)
}

.events .divider_text2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 80px;
    background: #F1F7F8
}

.events .divider_text2::before,
.events .divider_text2::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ADCAC3
}

.events .divider_text2 .divider_label {
    font-size: 15px;
    color: #4FA3A6;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600
}

.events .certificate_section {
    background: #fff;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    border-right: 5px solid #ADCAC3
}

.events .certificate_text h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2a2b;
    margin: 0 0 20px
}

.events .certificate_text h2 .dot_accent {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4FA3A6;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.events .certificate_text p {
    font-size: 16px;
    line-height: 1.7;
    color: #334e50;
    margin: 0 0 20px;
    text-indent: -1em;
    padding-left: 1em
}

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

.events .cert_list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #334e50
}

.events .cert_list li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4FA3A6;
    margin-top: 8px
}

.events .diploma_frame {
    background: linear-gradient(0deg, #ADCAC3 0%, #4FA3A6 100%);
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0 9px 48px 0 #4fa3a624
}

.events .diploma_inner {
    background: #fff;
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    position: relative;
    border: 2px solid #F1F7F8
}

.events .diploma_inner::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px solid #4fa3a633;
    border-radius: 3px;
    pointer-events: none
}

.events .diploma_seal {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(0deg, #4FA3A6 0%, #ADCAC3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.events .diploma_seal i {
    font-size: 28px;
    color: #fff
}

.events .diploma_title {
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #4FA3A6;
    margin-bottom: 8px;
    font-weight: 600
}

.events .diploma_name {
    font-size: 31px;
    line-height: 1.1;
    color: #1b2a2b;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.events .diploma_sub {
    font-size: 16px;
    color: #5a7a7c;
    margin: 0 0 20px
}

.events .diploma_divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ADCAC3, transparent);
    margin: 20px 0
}

.events .diploma_course {
    font-size: 19px;
    color: #1b2a2b;
    font-weight: 600;
    margin: 0 0 4px
}

.events .diploma_org {
    font-size: 15px;
    color: #4FA3A6;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.events .divider_text3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 80px;
    background: #fff
}

.events .divider_text3::before,
.events .divider_text3::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ADCAC3
}

.events .divider_text3 .divider_label {
    font-size: 15px;
    color: #4FA3A6;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600
}

.events .voices_section {
    background: #1b2a2b;
    padding: 80px;
    border-top: 3px solid #4FA3A6;
    border-bottom: 3px solid #ADCAC3;
    position: relative
}

.events .voices_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4FA3A6, #ADCAC3);
    pointer-events: none
}

.events .voices_header {
    text-align: center;
    margin-bottom: 40px
}

.events .voices_header h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #F1F7F8;
    margin: 0 0 12px
}

.events .voices_header h2 .dot_accent {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4FA3A6;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.events .voices_header p {
    font-size: 16px;
    line-height: 1.7;
    color: #ADCAC3;
    max-width: 560px;
    margin: 0 auto
}

.events .voices_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.events .voice_card {
    background: #f1f7f80f;
    border-radius: 8px;
    padding: 40px;
    border: 1px solid #adcac333;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f;
    transition: background .1s ease-out, border-color .1s ease-out
}

.events .voice_card:hover {
    background: #f1f7f81a;
    border-color: #4fa3a666
}

.events .voice_quote {
    font-size: 19px;
    line-height: 1.7;
    color: #F1F7F8;
    margin: 0;
    font-style: italic
}

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

.events .voice_portrait {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #4FA3A6
}

.events .voice_portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.events .voice_name {
    font-size: 16px;
    font-weight: 600;
    color: #F1F7F8;
    margin: 0 0 4px
}

.events .voice_role {
    font-size: 15px;
    color: #ADCAC3;
    margin: 0
}

.events .voice_no_portrait {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(0deg, #4FA3A6 0%, #ADCAC3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.events .voice_no_portrait i {
    font-size: 24px;
    color: #fff
}

@media (max-width: 1024px) {
    .events .title_block {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .events .title_image_zone {
        height: 320px
    }

    .events .title_text_zone {
        padding: 40px
    }

    .events .title_heading {
        font-size: 43px
    }

    .events .schedule_section {
        padding: 40px
    }

    .events .events_grid {
        grid-template-columns: 1fr 1fr
    }

    .events .event_card.featured {
        grid-column: span 2
    }

    .events .certificate_section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px
    }

    .events .voices_section {
        padding: 40px
    }

    .events .divider_text,
    .events .divider_text2,
    .events .divider_text3 {
        padding: 20px 40px
    }
}

@media (max-width: 640px) {
    .events .title_heading {
        font-size: 31px
    }

    .events .title_text_zone {
        padding: 40px 20px
    }

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

    .events .schedule_section {
        padding: 40px 20px;
        border-left: none
    }

    .events .events_grid {
        grid-template-columns: 1fr
    }

    .events .event_card.featured {
        grid-column: span 1
    }

    .events .schedule_header h2 {
        font-size: 31px
    }

    .events .certificate_section {
        padding: 40px 20px;
        border-right: none
    }

    .events .certificate_text h2 {
        font-size: 31px
    }

    .events .voices_section {
        padding: 40px 20px
    }

    .events .voices_grid {
        grid-template-columns: 1fr
    }

    .events .voices_header h2 {
        font-size: 31px
    }

    .events .divider_text,
    .events .divider_text2,
    .events .divider_text3 {
        padding: 20px
    }
}

@media (max-width: 360px) {
    .events .title_heading {
        font-size: 23px
    }

    .events .schedule_header h2,
    .events .certificate_text h2,
    .events .voices_header h2 {
        font-size: 23px
    }
}

.about-us-page {
    background: #F1F7F8;
    overflow-x: clip;
    position: relative
}

.about-us-page .geo-circle {
    position: absolute;
    border-radius: 40px;
    border: 1px solid #4fa3a612;
    pointer-events: none;
    z-index: 0
}

.about-us-page .geo-circle.large {
    width: 520px;
    height: 520px;
    top: -80px;
    right: -120px;
    border-radius: 40px;
    border-width: 2px;
    border-color: #adcac317
}

.about-us-page .geo-circle.medium {
    width: 300px;
    height: 300px;
    bottom: 200px;
    left: -60px;
    border-color: #4fa3a60f
}

.about-us-page .geo-circle.small {
    width: 160px;
    height: 160px;
    top: 400px;
    left: 40%;
    border-color: #adcac314
}

.about-us-page .page-divider {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 40px;
    max-width: 1500px;
    margin: 0 auto
}

.about-us-page .page-divider .line-thick {
    height: 3px;
    background: #4fa3a62e;
    border-radius: 3px
}

.about-us-page .page-divider .line-thin {
    height: 1px;
    background: #adcac340
}

.about-us-page .accent-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 40px;
    background: #4FA3A6;
    margin-left: 6px;
    vertical-align: middle;
    flex-shrink: 0
}

.about-us-page .paragraph-hanging {
    text-indent: -20px;
    padding-left: 20px
}

.about-us-page .colored-marker-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.about-us-page .colored-marker-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #1e3a3c
}

.about-us-page .colored-marker-list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #4FA3A6;
    margin-top: 8px;
    flex-shrink: 0
}

.about-us-page .link-arrow {
    color: #4FA3A6;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    transition: gap .09s ease-out
}

.about-us-page .link-arrow .arrow-icon {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .1s ease-out, transform .1s ease-out;
    font-size: 19px
}

.about-us-page .link-arrow:hover .arrow-icon {
    opacity: 1;
    transform: translateX(0)
}

.about-us-page .link-arrow:hover {
    gap: 8px
}

.about-us-page .link-arrow:focus-visible {
    outline: 3px solid #4FA3A6 !important;
    outline-offset: 3px !important;
    border-radius: 3px !important
}

.about-us-page .title-block {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 1
}

.about-us-page .title-image-column {
    position: relative
}

.about-us-page .title-image-frame {
    position: relative;
    display: inline-block;
    width: 100%
}

.about-us-page .title-image-frame::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    right: 12px;
    bottom: 12px;
    border: 2px solid #4FA3A6;
    border-radius: 3px;
    z-index: 0
}

.about-us-page .title-image-frame::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: -12px;
    border: 1px solid #adcac366;
    border-radius: 3px;
    z-index: 0
}

.about-us-page .title-portrait {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    box-shadow: 0 9px 48px 0 #4fa3a624;
    filter: blur(0px)
}

.about-us-page .title-portrait-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, #4fa3a626, transparent);
    border-radius: 0 0 3px 3px;
    z-index: 2;
    pointer-events: none
}

.about-us-page .title-text-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px
}

.about-us-page .title-faded-quote {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 200px;
    line-height: 1.1;
    color: #4fa3a60f;
    font-weight: 900;
    user-select: none;
    pointer-events: none;
    z-index: 0;
    letter-spacing: -8px
}

.about-us-page .title-label {
    font-size: 15px;
    line-height: 1.4;
    color: #4FA3A6;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.about-us-page .title-heading {
    font-size: 43px;
    line-height: 1.1;
    color: #1a3537;
    font-weight: 800;
    letter-spacing: -.02em;
    position: relative;
    z-index: 1;
    margin: 0
}

.about-us-page .title-description {
    font-size: 19px;
    line-height: 1.7;
    color: #2d5254;
    position: relative;
    z-index: 1;
    max-width: 480px
}

.about-us-page .title-description strong {
    color: #1a3537
}

@media (max-width: 1024px) {
    .about-us-page .title-block {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 80px 20px 40px
    }

    .about-us-page .title-image-column {
        max-width: 360px;
        margin: 0 auto
    }
}

@media (max-width: 640px) {
    .about-us-page .title-block {
        padding: 40px 20px 20px
    }

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

    .about-us-page .title-faded-quote {
        font-size: 120px
    }
}

.about-us-page .story-section {
    background: linear-gradient(to top, #ADCAC3 0%, #F1F7F8 100%);
    padding: 80px 40px;
    position: relative;
    z-index: 1
}

.about-us-page .story-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 40px;
    align-items: start
}

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

.about-us-page .story-center-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 40px
}

.about-us-page .story-vertical-line {
    width: 2px;
    height: 80px;
    background: linear-gradient(to top, #4FA3A6, transparent);
    border-radius: 3px
}

.about-us-page .story-year-badge {
    background: #4FA3A6;
    color: #F1F7F8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.about-us-page .story-vertical-line.bottom {
    background: linear-gradient(to top, transparent, #4FA3A6)
}

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

.about-us-page .story-heading {
    font-size: 31px;
    line-height: 1.1;
    color: #1a3537;
    font-weight: 700;
    letter-spacing: -.01em;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.about-us-page .story-text {
    font-size: 16px;
    line-height: 1.7;
    color: #2d5254
}

.about-us-page .story-image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.about-us-page .story-image {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .12s ease-out
}

.about-us-page .story-image-wrap:hover .story-image {
    transform: scale(1.03)
}

.about-us-page .story-image-wash {
    position: absolute;
    inset: 0;
    background: #4fa3a600;
    border-radius: 8px;
    transition: background .1s ease-out;
    pointer-events: none
}

.about-us-page .story-image-wrap:hover .story-image-wash {
    background: #4fa3a638
}

.about-us-page .step-tracker {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    overflow-x: auto;
    padding-bottom: 8px
}

.about-us-page .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 80px;
    position: relative
}

.about-us-page .step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #4FA3A6, #adcac34d)
}

.about-us-page .step-number {
    width: 32px;
    height: 32px;
    border-radius: 40px;
    background: #4FA3A6;
    color: #F1F7F8;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 6px 0 #4fa3a60f;
    transition: background .1s ease-out, box-shadow .1s ease-out
}

.about-us-page .step-item:hover .step-number {
    background: #1a3537;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.about-us-page .step-label {
    font-size: 15px;
    line-height: 1.4;
    color: #2d5254;
    text-align: center;
    margin-top: 8px;
    padding: 0 4px
}

@media (max-width: 1024px) {
    .about-us-page .story-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .about-us-page .story-center-visual {
        flex-direction: row;
        padding-top: 0;
        justify-content: center
    }

    .about-us-page .story-vertical-line {
        width: 80px;
        height: 2px;
        background: linear-gradient(to right, transparent, #4FA3A6)
    }

    .about-us-page .story-vertical-line.bottom {
        background: linear-gradient(to right, #4FA3A6, transparent)
    }
}

@media (max-width: 640px) {
    .about-us-page .story-section {
        padding: 40px 20px
    }

    .about-us-page .story-heading {
        font-size: 23px
    }
}

.about-us-page .approach-section {
    background: #fff;
    padding: 80px 40px;
    position: relative;
    z-index: 1
}

.about-us-page .approach-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.about-us-page .approach-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.about-us-page .approach-text-side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about-us-page .approach-heading {
    font-size: 43px;
    line-height: 1.1;
    color: #1a3537;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.about-us-page .approach-text {
    font-size: 16px;
    line-height: 1.7;
    color: #2d5254
}

.about-us-page .approach-image-side {
    position: relative
}

.about-us-page .approach-image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 9px 48px 0 #4fa3a624;
    box-shadow: inset 0 2px 8px 0 #4fa3a614 0 9px 48px 0 #4fa3a624
}

.about-us-page .approach-image {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .12s ease-out
}

.about-us-page .approach-image-wrap:hover .approach-image {
    transform: scale(1.02)
}

.about-us-page .approach-image-wash {
    position: absolute;
    inset: 0;
    background: #4fa3a600;
    border-radius: 8px;
    transition: background .09s ease-out;
    pointer-events: none
}

.about-us-page .approach-image-wrap:hover .approach-image-wash {
    background: #4fa3a633
}

.about-us-page .approach-cards-row {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 20px
}

.about-us-page .approach-card {
    background: #F1F7F8;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f;
    position: relative;
    overflow: hidden;
    transition: box-shadow .1s ease-out
}

.about-us-page .approach-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #4FA3A6;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    z-index: 0;
    border-radius: 8px
}

.about-us-page .approach-card:hover::before {
    transform: translateX(0)
}

.about-us-page .approach-card:hover {
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.about-us-page .approach-card .card-icon {
    font-size: 23px;
    color: #4FA3A6;
    position: relative;
    z-index: 1;
    transition: color .12s ease-out
}

.about-us-page .approach-card:hover .card-icon {
    color: #F1F7F8
}

.about-us-page .approach-card-heading {
    font-size: 19px;
    line-height: 1.4;
    color: #1a3537;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: color .12s ease-out
}

.about-us-page .approach-card:hover .approach-card-heading {
    color: #F1F7F8
}

.about-us-page .approach-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d5254;
    position: relative;
    z-index: 1;
    transition: color .12s ease-out
}

.about-us-page .approach-card:hover .approach-card-text {
    color: #f1f7f8e6
}

.about-us-page .approach-card.center-card {
    background: #4FA3A6;
    justify-content: center;
    align-items: center;
    text-align: center
}

.about-us-page .approach-card.center-card::before {
    background: #1a3537
}

.about-us-page .approach-card.center-card .card-icon {
    color: #F1F7F8;
    font-size: 43px
}

.about-us-page .approach-card.center-card:hover .card-icon {
    color: #F1F7F8
}

.about-us-page .approach-card.center-card .approach-card-heading {
    color: #F1F7F8
}

.about-us-page .approach-card.center-card .approach-card-text {
    color: #f1f7f8d9
}

.about-us-page .approach-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.about-us-page .approach-image-wrap-second {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.about-us-page .approach-image-second {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .1s ease-out
}

.about-us-page .approach-image-wrap-second:hover .approach-image-second {
    transform: scale(1.02)
}

.about-us-page .approach-image-wash-second {
    position: absolute;
    inset: 0;
    background: #4fa3a600;
    border-radius: 8px;
    transition: background .1s ease-out;
    pointer-events: none
}

.about-us-page .approach-image-wrap-second:hover .approach-image-wash-second {
    background: #4fa3a633
}

.about-us-page .approach-list-side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about-us-page .approach-list-heading {
    font-size: 23px;
    line-height: 1.4;
    color: #1a3537;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.about-us-page .approach-cta-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #4FA3A6;
    color: #F1F7F8;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 #4fa3a60f;
    transition: box-shadow .1s ease-out, color .1s ease-out;
    align-self: flex-start
}

.about-us-page .approach-cta-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1a3537;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    z-index: 0
}

.about-us-page .approach-cta-link:hover::before {
    transform: translateX(0)
}

.about-us-page .approach-cta-link:hover {
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.about-us-page .approach-cta-link span {
    position: relative;
    z-index: 1
}

.about-us-page .approach-cta-link i {
    position: relative;
    z-index: 1
}

.about-us-page .approach-cta-link:focus-visible {
    outline: 3px solid #4FA3A6 !important;
    outline-offset: 3px !important;
    border-radius: 8px !important
}

@media (max-width: 1024px) {
    .about-us-page .approach-top {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .about-us-page .approach-cards-row {
        grid-template-columns: 1fr
    }

    .about-us-page .approach-card.center-card {
        order: -1
    }

    .about-us-page .approach-bottom-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .about-us-page .approach-section {
        padding: 40px 20px
    }

    .about-us-page .approach-heading {
        font-size: 31px
    }

    .about-us-page .page-divider {
        padding: 0 20px
    }
}

@media (max-width: 360px) {
    .about-us-page .title-heading {
        font-size: 23px
    }

    .about-us-page .approach-heading {
        font-size: 23px
    }
}

.contact-us-page {
    background: #F1F7F8;
    overflow-x: clip;
    position: relative
}

.contact-us-page .divider-line {
    width: 100%;
    height: 2px;
    background: #4FA3A6;
    border: none;
    margin: 0
}

.contact-us-page .reach-panel {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px;
    align-items: start;
    position: relative
}

.contact-us-page .reach-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 340px;
    background: radial-gradient(ellipse at 0% 0%, #4fa3a621 0%, transparent 70%);
    pointer-events: none;
    z-index: 0
}

.contact-us-page .reach-left {
    position: relative;
    z-index: 1
}

.contact-us-page .reach-label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #4FA3A6;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.contact-us-page .reach-heading {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a3535;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.contact-us-page .reach-heading .dot-accent {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4FA3A6;
    border-radius: 40px;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -4px
}

.contact-us-page .reach-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #2e4a4a;
    max-width: 560px;
    margin-bottom: 40px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.contact-us-page .reach-desc.no-indent {
    text-indent: 0;
    padding-left: 0
}

.contact-us-page .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px
}

.contact-us-page .info-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px 0 #4fa3a60f 0 4px 20px 0 #4fa3a61c;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.contact-us-page .info-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #ADCAC3, #4FA3A6);
    border-radius: 3px 0 0 3px
}

.contact-us-page .info-card-label {
    font-size: 15px;
    color: #4FA3A6;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.contact-us-page .info-card-label i {
    font-size: 16px
}

.contact-us-page .info-card-value {
    font-size: 15px;
    line-height: 1.4;
    color: #1a3535;
    font-weight: 600;
    word-break: break-word
}

.contact-us-page .info-card-value a {
    color: #1a3535;
    text-decoration: none;
    border-bottom: 1px solid #ADCAC3;
    transition: color .1s ease-out, border-color .1s ease-out
}

.contact-us-page .info-card-value a:hover {
    color: #4FA3A6;
    border-color: #4FA3A6
}

.contact-us-page .info-card.wide {
    grid-column: 1 / -1
}

.contact-us-page .reach-right {
    position: relative;
    z-index: 1
}

.contact-us-page .form-shell {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px 0 #4fa3a61c 0 9px 48px 0 #4fa3a624;
    box-sizing: border-box;
    position: relative
}

.contact-us-page .form-shell::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: linear-gradient(to right, #4FA3A6, #ADCAC3);
    border-radius: 3px
}

.contact-us-page .form-heading {
    font-size: 23px;
    line-height: 1.1;
    color: #1a3535;
    margin-bottom: 4px;
    letter-spacing: -.01em
}

.contact-us-page .form-sub {
    font-size: 15px;
    color: #4a6a6a;
    line-height: 1.4;
    margin-bottom: 40px
}

.contact-us-page .field-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .field-label {
    font-size: 15px;
    color: #1a3535;
    font-weight: 600;
    letter-spacing: .03em
}

.contact-us-page .field-label .req {
    color: #4FA3A6;
    margin-left: 2px
}

.contact-us-page .field-input {
    background: #F1F7F8;
    border: 1.5px solid #ADCAC3;
    border-radius: 3px;
    padding: 12px 20px;
    font-size: 16px;
    color: #1a3535;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .08s ease-out, box-shadow .08s ease-out;
    outline: none;
    appearance: none
}

.contact-us-page .field-input::placeholder {
    color: #7aadad;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .08em
}

.contact-us-page .field-input:focus {
    border-color: #4FA3A6;
    box-shadow: 0 0 0 3px #4fa3a624;
    background: #fff
}

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

.contact-us-page .rating-group {
    margin-bottom: 20px
}

.contact-us-page .rating-label-text {
    font-size: 15px;
    color: #1a3535;
    font-weight: 600;
    margin-bottom: 12px;
    display: block
}

.contact-us-page .rating-stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center
}

.contact-us-page .rating-stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.contact-us-page .rating-stars label {
    cursor: pointer;
    font-size: 28px;
    color: #ADCAC3;
    transition: color .08s ease-out, transform .09s ease-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1;
    padding: 4px;
    border-radius: 3px
}

.contact-us-page .rating-stars label:hover {
    transform: scale(1.15)
}

.contact-us-page .rating-stars label i {
    font-size: 28px;
    color: #ADCAC3;
    transition: color .08s ease-out
}

.contact-us-page .rating-stars input[type="radio"]:checked~label i,
.contact-us-page .rating-stars label:hover i,
.contact-us-page .rating-stars label:hover~label i {
    color: #ADCAC3
}

.contact-us-page .star-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px
}

.contact-us-page .star-row label {
    cursor: pointer;
    padding: 4px;
    border-radius: 3px;
    transition: transform .09s ease-out
}

.contact-us-page .star-row label:hover {
    transform: scale(1.15)
}

.contact-us-page .star-row label i {
    font-size: 28px;
    color: #ADCAC3;
    transition: color .08s ease-out
}

.contact-us-page .star-row input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none
}

.contact-us-page .star-row label:hover i,
.contact-us-page .star-row label:hover~label i {
    color: #4FA3A6
}

.contact-us-page .star-row input[type="radio"]:checked+label i {
    color: #4FA3A6
}

.contact-us-page .star-row input[type="radio"]:checked~label i {
    color: #4FA3A6
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding: 20px;
    background: #F1F7F8;
    border-radius: 8px;
    border: 1.5px solid #ADCAC3
}

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

.contact-us-page .privacy-text {
    font-size: 15px;
    color: #2e4a4a;
    line-height: 1.4
}

.contact-us-page .privacy-text a {
    color: #4FA3A6;
    text-decoration: none;
    border-bottom: 1px solid #4fa3a666;
    transition: border-color .1s ease-out
}

.contact-us-page .privacy-text a:hover {
    border-color: #4FA3A6
}

.contact-us-page .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #4FA3A6;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out;
    width: 100%;
    justify-content: center;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.contact-us-page .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #1a3535;
    border-radius: 3px;
    transition: width .12s ease-out;
    z-index: 0
}

.contact-us-page .submit-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.contact-us-page .submit-btn span,
.contact-us-page .submit-btn i {
    position: relative;
    z-index: 1
}

.contact-us-page .submit-btn:focus {
    outline: 3px solid #4FA3A6;
    outline-offset: 2px
}

.contact-us-page .submit-btn:active {
    transform: translateY(1px)
}

.contact-us-page .curved-connector {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: .25;
    z-index: 0
}

.contact-us-page .alt-band {
    background: #1a3535;
    position: relative;
    overflow: hidden
}

.contact-us-page .alt-band .bleed-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(ellipse at 100% 100%, #4fa3a638 0%, transparent 65%);
    pointer-events: none;
    animation: bleed-emerge 8s ease-in-out infinite alternate
}

@keyframes bleed-emerge {
    0% {
        opacity: .3;
        transform: scale(0.85)
    }

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

.contact-us-page .alt-band-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1
}

.contact-us-page .channel-card {
    border-radius: 8px;
    padding: 40px 20px;
    background: #ffffff0d;
    border: 1px solid #adcac32e;
    box-shadow: inset 0 2px 12px 0 #4fa3a60f;
    text-align: center;
    transition: background .1s ease-out, border-color .1s ease-out;
    position: relative
}

.contact-us-page .channel-card:hover {
    background: #4fa3a61a;
    border-color: #4fa3a659
}

.contact-us-page .alt-band .channel-card:not(:hover) {
    filter: blur(0px)
}

.contact-us-page .alt-band:hover .channel-card:not(:hover) {
    filter: blur(0.8px);
    opacity: .75;
    transition: filter .1s ease-out, opacity .1s ease-out
}

.contact-us-page .channel-icon {
    width: 56px;
    height: 56px;
    border-radius: 40px;
    background: linear-gradient(to top, #ADCAC3, #4FA3A6);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.contact-us-page .channel-icon i {
    font-size: 23px;
    color: #fff
}

.contact-us-page .channel-title {
    font-size: 19px;
    color: #F1F7F8;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -.01em
}

.contact-us-page .channel-detail {
    font-size: 15px;
    color: #ADCAC3;
    line-height: 1.4
}

.contact-us-page .channel-detail a {
    color: #ADCAC3;
    text-decoration: none;
    border-bottom: 1px solid #adcac359;
    transition: color .09s ease-out, border-color .09s ease-out
}

.contact-us-page .channel-detail a:hover {
    color: #fff;
    border-color: #fff
}

.contact-us-page .channel-note {
    font-size: 15px;
    color: #adcac3a6;
    margin-top: 8px;
    line-height: 1.4
}

.contact-us-page .band-heading-block {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 20px
}

.contact-us-page .band-heading {
    font-size: 31px;
    line-height: 1.1;
    color: #F1F7F8;
    letter-spacing: -.015em;
    display: inline-block;
    position: relative
}

.contact-us-page .band-heading .dot-accent {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #4FA3A6;
    border-radius: 40px;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.contact-us-page .band-sub {
    font-size: 16px;
    color: #adcac3cc;
    line-height: 1.7;
    margin-top: 12px
}

@media (max-width: 1024px) {
    .contact-us-page .reach-panel {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 20px
    }

    .contact-us-page .alt-band-inner {
        grid-template-columns: 1fr 1fr;
        padding: 40px 20px
    }

    .contact-us-page .band-heading-block {
        grid-column: 1 / -1
    }
}

@media (max-width: 640px) {
    .contact-us-page .reach-heading {
        font-size: 31px
    }

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

    .contact-us-page .form-shell {
        padding: 20px
    }

    .contact-us-page .alt-band-inner {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .contact-us-page .reach-panel {
        padding: 40px 12px
    }
}

@media (max-width: 360px) {
    .contact-us-page .reach-heading {
        font-size: 23px
    }

    .contact-us-page .band-heading {
        font-size: 23px
    }

    .contact-us-page .form-shell {
        padding: 12px
    }
}

.start {
    background: #fff;
    overflow-x: hidden
}

.start .grid_bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#4fa3a612 1px, transparent 1px), linear-gradient(90deg, #4fa3a612 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0
}

.start .title_row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 40px;
    gap: 40px
}

.start .title_picture {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center
}

.start .title_picture img {
    width: 220px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.3) contrast(1.1) brightness(0.95) sepia(0.12) hue-rotate(0deg)
}

.start .title_picture.right img {
    filter: saturate(1.4) contrast(1.08) brightness(0.92) sepia(0.18)
}

.start .title_center {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    padding: 20px
}

.start .title_eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #4FA3A6;
    margin-bottom: 20px;
    font-weight: 600
}

.start .title_h1 {
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b3a3b;
    margin: 0 0 20px
}

.start .title_h1 .punct {
    color: #4FA3A6
}

.start .title_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #3a5558;
    max-width: 520px;
    margin: 0 auto 40px
}

.start .title_actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.start .btn_primary {
    display: inline-block;
    padding: 12px 40px;
    background: #4FA3A6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid #4FA3A6;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out, border-color .1s ease-out;
    z-index: 0
}

.start .btn_primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #1b3a3b;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    z-index: -1
}

.start .btn_primary:hover::after {
    transform: translateX(0)
}

.start .btn_primary:hover {
    border-color: #1b3a3b
}

.start .btn_secondary {
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    color: #4FA3A6;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid #ADCAC3;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .09s ease-out, border-color .09s ease-out;
    z-index: 0
}

.start .btn_secondary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #F1F7F8;
    transform: translateX(100%);
    transition: transform .1s ease-out;
    z-index: -1
}

.start .btn_secondary:hover::after {
    transform: translateX(0)
}

.start .btn_secondary:hover {
    border-color: #4FA3A6;
    color: #1b3a3b
}

.start .title_outer {
    position: relative;
    background: #F1F7F8;
    overflow: hidden
}

.start .circle_decor {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    pointer-events: none;
    z-index: 0
}

.start .circle_decor circle {
    fill: none;
    stroke: #4FA3A6
}

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

.start .divider_curve svg {
    display: block;
    width: 100%
}

.start .field_outer {
    position: relative;
    background: #fff;
    border-left: 5px solid #4FA3A6;
    padding: 80px 0
}

.start .field_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.start .field_left {
    flex: 0 0 60%;
    max-width: 60%
}

.start .field_right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.start .field_tag {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4FA3A6;
    font-weight: 700;
    margin-bottom: 20px
}

.start .field_h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: #1b3a3b;
    margin: 0 0 20px
}

.start .field_h2 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #4FA3A6;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -4px
}

.start .field_body {
    font-size: 16px;
    line-height: 1.7;
    color: #2e4e50;
    margin: 0 0 20px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.start .field_body:first-of-type {
    text-indent: 0;
    padding-left: 0
}

.start .field_img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.start .metric_card {
    background: #F1F7F8;
    border-radius: 8px;
    padding: 20px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f;
    text-align: center
}

.start .metric_num {
    font-size: 43px;
    line-height: 1.1;
    font-weight: 800;
    color: #4FA3A6;
    letter-spacing: -.03em
}

.start .metric_label {
    font-size: 15px;
    color: #3a5558;
    line-height: 1.4;
    margin-top: 4px
}

.start .divider_band {
    height: 4px;
    background: linear-gradient(to right, #4FA3A6, #ADCAC3, #F1F7F8);
    width: 100%
}

.start .voices_outer {
    position: relative;
    background: #1b3a3b;
    padding: 80px 0;
    overflow: hidden
}

.start .voices_radial {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, #4fa3a621 0%, #1b3a3b00 70%);
    pointer-events: none
}

.start .voices_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.start .voices_header {
    text-align: center;
    margin-bottom: 40px
}

.start .voices_h2 {
    font-size: 43px;
    line-height: 1.1;
    color: #F1F7F8;
    letter-spacing: -.025em;
    margin: 0 0 12px
}

.start .voices_h2 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #4FA3A6;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -4px
}

.start .voices_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #ADCAC3;
    max-width: 560px;
    margin: 0 auto
}

.start .voices_grid {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch
}

.start .voice_card {
    flex: 1 1 0;
    background: #f1f7f80f;
    border: 1px solid #adcac32e;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f;
    transition: background .1s ease-out, border-color .1s ease-out
}

.start .voice_card:hover {
    background: #4fa3a61a;
    border-color: #4fa3a659
}

.start .voice_portrait {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    border: 3px solid #4FA3A6;
    flex-shrink: 0
}

.start .voice_portrait img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

.start .voice_no_portrait {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #4FA3A6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 3px solid #ADCAC3
}

.start .voice_no_portrait i {
    font-size: 31px;
    color: #F1F7F8
}

.start .voice_quote {
    font-size: 16px;
    line-height: 1.7;
    color: #c8dedd;
    font-style: italic
}

.start .voice_name {
    font-size: 15px;
    font-weight: 700;
    color: #4FA3A6;
    letter-spacing: .06em;
    text-transform: uppercase
}

.start .voice_role {
    font-size: 15px;
    color: #ADCAC3
}

.start .divider_svg {
    display: block;
    line-height: 0;
    overflow: hidden
}

.start .team_outer {
    position: relative;
    background: #F1F7F8;
    padding: 80px 0
}

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

.start .team_columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.start .team_portrait_col {
    flex: 0 0 280px
}

.start .team_portrait_frame {
    width: 280px;
    height: 373px;
    overflow: hidden;
    box-shadow: 0 9px 48px 0 #4fa3a624
}

.start .team_portrait_frame img {
    width: 280px;
    height: 373px;
    object-fit: cover;
    object-position: center;
    display: block
}

.start .team_text_col {
    flex: 1 1 0
}

.start .team_tag {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4FA3A6;
    font-weight: 700;
    margin-bottom: 20px
}

.start .team_h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: #1b3a3b;
    margin: 0 0 20px
}

.start .team_h2 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #4FA3A6;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -4px
}

.start .team_body {
    font-size: 16px;
    line-height: 1.7;
    color: #2e4e50;
    margin: 0 0 20px
}

.start .team_body.hanging {
    text-indent: -1.2em;
    padding-left: 1.2em
}

.start .team_steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    position: relative
}

.start .team_steps::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(to bottom, #4FA3A6, #ADCAC3);
    z-index: 0
}

.start .team_step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 12px 0;
    position: relative;
    z-index: 1
}

.start .step_icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #4FA3A6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px 0 #4fa3a60f
}

.start .step_icon i {
    font-size: 19px;
    color: #fff
}

.start .step_text {
    flex: 1 1 0;
    padding-top: 8px
}

.start .step_label {
    font-size: 16px;
    font-weight: 700;
    color: #1b3a3b;
    margin-bottom: 4px
}

.start .step_desc {
    font-size: 15px;
    line-height: 1.4;
    color: #3a5558
}

.start .team_img_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 40px
}

.start .team_img_row img {
    flex: 1 1 0;
    width: 0;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.start .pricing_outer {
    position: relative;
    background: #fff;
    padding: 80px 0
}

.start .pricing_accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #ADCAC3, #4FA3A6)
}

.start .pricing_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px
}

.start .pricing_header {
    text-align: center;
    margin-bottom: 40px
}

.start .pricing_h2 {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: #1b3a3b;
    margin: 0 0 12px
}

.start .pricing_h2 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #4FA3A6;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -4px
}

.start .pricing_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5558;
    max-width: 560px;
    margin: 0 auto
}

.start .pricing_columns {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch
}

.start .pricing_card {
    flex: 1 1 0;
    background: #F1F7F8;
    border-radius: 8px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: inset 0 2px 6px 0 #4fa3a60f 0 4px 20px 0 #4fa3a61c;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: box-shadow .12s ease-out
}

.start .pricing_card:hover {
    box-shadow: inset 0 2px 6px 0 #4fa3a60f 0 9px 48px 0 #4fa3a624
}

.start .pricing_card.featured {
    background: #4FA3A6;
    border: 2px solid #4FA3A6
}

.start .pricing_card_icon {
    font-size: 31px;
    color: #4FA3A6
}

.start .pricing_card.featured .pricing_card_icon {
    color: #F1F7F8
}

.start .pricing_card_name {
    font-size: 19px;
    font-weight: 700;
    color: #1b3a3b
}

.start .pricing_card.featured .pricing_card_name {
    color: #fff
}

.start .pricing_card_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5558
}

.start .pricing_card.featured .pricing_card_desc {
    color: #d6eeec
}

.start .pricing_card_price {
    font-size: 31px;
    font-weight: 800;
    color: #1b3a3b;
    letter-spacing: -.02em
}

.start .pricing_card.featured .pricing_card_price {
    color: #fff
}

.start .pricing_card_note {
    font-size: 15px;
    color: #4FA3A6
}

.start .pricing_card.featured .pricing_card_note {
    color: #c8e8e6
}

.start .pricing_list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.start .pricing_list li {
    font-size: 15px;
    line-height: 1.4;
    color: #2e4e50;
    padding-left: 20px;
    position: relative
}

.start .pricing_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #4FA3A6
}

.start .pricing_card.featured .pricing_list li {
    color: #d6eeec
}

.start .pricing_card.featured .pricing_list li::before {
    background: #F1F7F8
}

.start .pricing_link {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #4FA3A6;
    text-decoration: none;
    position: relative;
    transition: color .09s ease-out
}

.start .pricing_link::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background: #4FA3A6;
    vertical-align: middle;
    margin-left: 4px;
    transition: width .1s ease-out
}

.start .pricing_link:hover::after {
    width: 16px
}

.start .pricing_card.featured .pricing_link {
    color: #fff
}

.start .pricing_card.featured .pricing_link::after {
    background: #fff
}

.start .pricing_note {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    color: #3a5558;
    line-height: 1.7
}

@media (max-width: 1024px) {
    .start .title_row {
        padding: 40px 20px;
        gap: 20px
    }

    .start .title_h1 {
        font-size: 43px
    }

    .start .title_picture {
        flex: 0 0 140px
    }

    .start .title_picture img {
        width: 140px;
        height: 200px
    }

    .start .field_inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px
    }

    .start .field_left {
        flex: 1 1 auto;
        max-width: 100%
    }

    .start .voices_inner {
        padding: 0 20px
    }

    .start .voices_grid {
        flex-direction: column
    }

    .start .team_columns {
        flex-direction: column
    }

    .start .team_portrait_col {
        flex: 0 0 auto
    }

    .start .team_inner {
        padding: 0 20px
    }

    .start .pricing_inner {
        padding: 0 20px
    }

    .start .pricing_columns {
        flex-direction: column
    }

    .start .team_img_row {
        flex-direction: column
    }

    .start .team_img_row img {
        width: 100%;
        height: 180px
    }
}

@media (max-width: 640px) {
    .start .title_row {
        flex-direction: column;
        align-items: center;
        padding: 40px 12px
    }

    .start .title_picture {
        flex: 0 0 auto
    }

    .start .title_picture img {
        width: 140px;
        height: 180px
    }

    .start .title_h1 {
        font-size: 31px
    }

    .start .title_sub {
        font-size: 16px
    }

    .start .field_outer {
        padding: 40px 0
    }

    .start .voices_outer {
        padding: 40px 0
    }

    .start .team_outer {
        padding: 40px 0
    }

    .start .pricing_outer {
        padding: 40px 0
    }

    .start .field_h2,
    .start .voices_h2,
    .start .team_h2,
    .start .pricing_h2 {
        font-size: 31px
    }

    .start .metric_num {
        font-size: 31px
    }

    .start .team_portrait_frame {
        width: 100%;
        height: 260px
    }

    .start .team_portrait_frame img {
        width: 100%;
        height: 260px
    }
}

@media (max-width: 360px) {
    .start .title_h1 {
        font-size: 23px
    }

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

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

.success_page .success_card {
    background: #fff;
    border-radius: 8px;
    padding: 80px 40px;
    max-width: 560px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 20px 0 #4fa3a61c;
    border-top: 4px solid #4FA3A6
}

.success_page .success_card .icon_wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 40px;
    background: #F1F7F8;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.success_page .success_card .icon_wrapper svg {
    display: block
}

.success_page .success_card .success_heading {
    font-size: 31px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2e2f;
    margin: 0 0 20px
}

.success_page .success_card .success_text {
    font-size: 16px;
    line-height: 1.7;
    color: #2e4a4c;
    margin: 0 0 40px
}

.success_page .success_card .return_link {
    display: inline-block;
    background: #4FA3A6;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .03em;
    transition: background .1s ease-out, box-shadow .08s linear;
    box-shadow: 0 2px 6px 0 #4fa3a60f
}

.success_page .success_card .return_link:hover {
    background: #3d8c8f;
    box-shadow: 0 4px 20px 0 #4fa3a61c
}

.success_page .success_card .return_link:focus-visible {
    outline: 2px solid #4FA3A6;
    outline-offset: 3px
}

@media (max-width: 640px) {
    .success_page {
        padding: 40px 12px
    }

    .success_page .success_card {
        padding: 40px 20px
    }

    .success_page .success_card .success_heading {
        font-size: 23px
    }
}