* {
    box-sizing: border-box
}

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

.site-header {
    font-family: 'IBM Plex Sans', sans-serif;
    background: linear-gradient(160deg, #f7f5ef 0%, #edeade 60%, #e3decb 100%);
    border-bottom: 2px solid #9BA794;
    position: relative
}

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

.brand-shell {
    display: flex;
    align-items: center;
    gap: 24px;
    text-decoration: none;
    flex-shrink: 0
}

.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 68px;
    background-color: #f0ede3;
    border: 1.5px solid #9BA794;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 #54635c0d 0 5px 22px 0 #54635c1c;
    padding: 8px;
    flex-shrink: 0
}

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

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 0
}

.brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #54635C;
    line-height: 1.2;
    letter-spacing: -.02em
}

.brand-tagline {
    font-size: 15px;
    font-weight: 400;
    color: #9BA794;
    line-height: 1.55;
    letter-spacing: .02em
}

.hd-contacts {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0
}

.hd-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 48px;
    border: 1.5px solid #9BA794;
    background: #e3decb59;
    transition: background .18s ease-out, border-color .15s ease-out
}

.hd-contact-item:hover,
.hd-contact-item:focus {
    background: #9ba79438;
    border-color: #54635C
}

.hd-contact-item:focus {
    outline: 2px solid #54635C;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #54635c26
}

.hd-contact-item .pi {
    font-size: 15px;
    color: #54635C
}

.hd-contact-label {
    font-size: 15px;
    color: #54635C;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .01em
}

.hd-nav-strip {
    background: #54635C;
    position: relative
}

.hd-nav-hold {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.hd-nav-hold a {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #E3DECB;
    text-decoration: none;
    padding: 24px;
    line-height: 1.2;
    letter-spacing: .03em;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    transition: color .15s ease-out, border-color .18s ease-out, background .15s ease-out;
    white-space: nowrap
}

.hd-nav-hold a:hover {
    color: #fff;
    border-bottom-color: #9BA794;
    background: #9ba79426
}

.hd-nav-hold a:focus {
    outline: 2px solid #E3DECB;
    outline-offset: -3px;
    color: #fff
}

.hd-nav-hold a[data-active="true"] {
    color: #fff;
    border-bottom-color: #E3DECB;
    font-weight: 700
}

@media (max-width: 1024px) {
    .hd-top {
        padding: 24px;
        gap: 24px
    }

    .hd-nav-hold {
        padding: 0 24px
    }

    .hd-nav-hold a {
        padding: 24px 16px
    }
}

@media (max-width: 768px) {
    .hd-top {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 24px
    }

    .hd-contacts {
        flex-wrap: wrap;
        gap: 8px
    }

    .hd-nav-hold {
        padding: 0 8px
    }

    .hd-nav-hold a {
        padding: 16px;
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .hd-top {
        padding: 24px 8px;
        gap: 24px
    }

    .brand-tagline {
        display: none
    }

    .hd-nav-hold {
        padding: 0
    }

    .hd-nav-hold a {
        padding: 16px 8px;
        font-size: 15px
    }
}

.site-footer {
    font-family: 'IBM Plex Sans', sans-serif;
    background: linear-gradient(170deg, #54635C 0%, #3e4d46 100%);
    padding: 80px 40px 40px
}

.ft-top-bar {
    max-width: 1320px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #9ba79466
}

.ft-tagline-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e3decb1f;
    border: 1px solid #e3decb4d;
    border-radius: 48px;
    padding: 8px 24px
}

.ft-tagline-pill span {
    font-size: 15px;
    color: #E3DECB;
    letter-spacing: .04em;
    line-height: 1.2
}

.ft-tagline-pill .pi {
    font-size: 15px;
    color: #9BA794
}

.ft-hours-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9ba7942e;
    border: 1px solid #9ba79459;
    border-radius: 48px;
    padding: 8px 24px
}

.ft-hours-pill .pi {
    font-size: 15px;
    color: #9BA794
}

.ft-hours-text {
    font-size: 15px;
    color: #E3DECB;
    line-height: 1.2;
    letter-spacing: .02em
}

.ft-cols {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px
}

.ft-col-links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-col-label {
    font-size: 15px;
    font-weight: 700;
    color: #9BA794;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px
}

.ft-col-links a {
    font-size: 15px;
    color: #E3DECB;
    text-decoration: none;
    line-height: 1.55;
    letter-spacing: .01em;
    padding: 8px 24px;
    border-radius: 48px;
    border: 1px solid transparent;
    display: inline-block;
    transition: background .16s ease-out, border-color .14s ease-out
}

.ft-col-links a:hover {
    background: #e3decb1a;
    border-color: #9ba79466
}

.ft-col-links a:focus {
    outline: 2px solid #E3DECB;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #9ba79440
}

.ft-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-contact-entry {
    display: flex;
    align-items: center;
    gap: 8px
}

.ft-contact-entry .pi {
    font-size: 15px;
    color: #9BA794;
    flex-shrink: 0
}

.ft-contact-entry a,
.ft-contact-entry span {
    font-size: 15px;
    color: #E3DECB;
    text-decoration: none;
    line-height: 1.55;
    letter-spacing: .01em;
    transition: color .14s ease-out
}

.ft-contact-entry a:hover {
    color: #fff
}

.ft-contact-entry a:focus {
    outline: 2px solid #E3DECB;
    outline-offset: 2px
}

.ft-logo-mount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 68px;
    background-color: #e3decb1f;
    border: 1.5px solid #e3decb59;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 #54635c0d 0 5px 22px 0 #54635c1c;
    padding: 8px;
    flex-shrink: 0
}

.ft-logo-mount img {
    width: 40px;
    height: 52px;
    object-fit: contain;
    display: block
}

.ft-bottom {
    max-width: 1320px;
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid #9ba79440;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.ft-copy {
    font-size: 15px;
    color: #e3decb99;
    line-height: 1.2;
    letter-spacing: .01em
}

.ft-legal-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.ft-legal-links a {
    font-size: 15px;
    color: #e3decbb3;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 48px;
    border: 1px solid #9ba79440;
    line-height: 1.2;
    letter-spacing: .01em;
    transition: background .16s ease-out, color .14s ease-out
}

.ft-legal-links a:hover {
    background: #e3decb1a;
    color: #E3DECB
}

.ft-legal-links a:focus {
    outline: 2px solid #E3DECB;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .site-footer {
        padding: 80px 24px 40px
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 24px
    }

    .ft-top-bar {
        flex-direction: column;
        align-items: flex-start
    }

    .ft-cols {
        flex-direction: column;
        gap: 40px
    }

    .ft-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 40px 8px
    }
}

.consent-bar {
    font-family: 'IBM Plex Sans', sans-serif
}

.consent-bar .cb-accept-btn {
    background: linear-gradient(135deg, #54635C 0%, #9BA794 100%);
    color: #fff;
    border: none;
    border-radius: 48px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s ease-out, box-shadow .15s ease-out;
    min-height: 44px
}

.consent-bar .cb-accept-btn:hover {
    background: linear-gradient(135deg, #9BA794 0%, #54635C 100%);
    box-shadow: 0 5px 22px 0 #54635c1c
}

.consent-bar .cb-accept-btn:focus {
    outline: 2px solid #54635C;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #54635c26
}

.consent-bar .cb-decline-link {
    font-size: 15px;
    color: #54635C;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px;
    min-height: 44px;
    transition: color .14s ease-out
}

.consent-bar .cb-decline-link:hover {
    color: #3e4d46
}

.consent-bar .cb-decline-link:focus {
    outline: 2px solid #54635C;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #54635c26
}

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

.legal-block h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #54635C;
    margin-bottom: 40px;
    margin-top: 0
}

.legal-block h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #54635C;
    margin-top: 80px;
    margin-bottom: 24px
}

.legal-block h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.005em;
    color: #54635C;
    margin-top: 40px;
    margin-bottom: 24px
}

.legal-block h4 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #54635C;
    margin-top: 40px;
    margin-bottom: 8px
}

.legal-block h5 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #54635C;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-block h6 {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #9BA794;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-block p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #2e3b34;
    margin-top: 0;
    margin-bottom: 24px
}

.legal-block ul,
.legal-block ol {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .01em;
    color: #2e3b34;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 40px
}

.legal-block ul {
    list-style: none;
    padding-left: 24px
}

.legal-block ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px
}

.legal-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background-color: #9BA794
}

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

.legal-block ol li {
    padding-left: 8px;
    margin-bottom: 8px
}

.legal-block ol li::marker {
    color: #9BA794;
    font-size: 15px
}

.legal-block ul ul,
.legal-block ol ol,
.legal-block ul ol,
.legal-block ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.legal-block a {
    color: #54635C;
    text-decoration: underline;
    text-decoration-color: #9BA794;
    text-underline-offset: 3px;
    transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.legal-block a:hover {
    color: #9BA794;
    text-decoration-color: #54635C
}

.legal-block hr {
    border: none;
    border-top: 1px solid #E3DECB;
    margin-top: 40px;
    margin-bottom: 40px
}

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

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

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

    .legal-block h3 {
        font-size: 22px
    }
}

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

    .legal-block h1 {
        font-size: 28px;
        margin-bottom: 24px
    }

    .legal-block h2 {
        font-size: 22px;
        margin-top: 40px
    }

    .legal-block h3 {
        font-size: 18px;
        margin-top: 24px
    }

    .legal-block h4,
    .legal-block h5,
    .legal-block h6 {
        font-size: 15px;
        margin-top: 24px
    }

    .legal-block p,
    .legal-block ul,
    .legal-block ol {
        font-size: 15px
    }
}

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

    .legal-block h1 {
        font-size: 22px
    }

    .legal-block h2 {
        font-size: 18px
    }

    .legal-block hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.lp-det {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.lp-det .geo-spin {
    position: fixed;
    top: 12%;
    right: -120px;
    width: 340px;
    height: 340px;
    border: 2px solid #9ba79421;
    border-radius: 6px;
    animation: geo-rotate 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.lp-det .geo-spin::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border: 1px solid #54635c17;
    border-radius: 6px
}

@keyframes geo-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.lp-det .float-icon {
    animation: icon-sway 4s ease-in-out infinite;
    display: inline-block
}

@keyframes icon-sway {

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

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

.lp-det .pg-top {
    scroll-margin-top: 0
}

.lp-det .entry-band {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(to left, #9BA794, #54635C)
}

.lp-det .entry-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 18% 30%, #e3decb2e 1px, transparent 1px), radial-gradient(circle at 52% 68%, #e3decb1f 1px, transparent 1px), radial-gradient(circle at 80% 20%, #e3decb26 1px, transparent 1px), radial-gradient(circle at 35% 82%, #e3decb1a 1px, transparent 1px), radial-gradient(circle at 70% 55%, #e3decb24 1px, transparent 1px), radial-gradient(circle at 90% 78%, #e3decb1c 1px, transparent 1px), radial-gradient(circle at 12% 60%, #e3decb21 1px, transparent 1px);
    background-size: 120px 120px, 90px 90px, 150px 150px, 80px 80px, 110px 110px, 70px 70px, 100px 100px;
    pointer-events: none
}

.lp-det .entry-band .band-frame {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1
}

.lp-det .entry-band .band-text {
    flex: 3
}

.lp-det .entry-band .band-img {
    flex: 1;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.lp-det .entry-band .band-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 6px
}

.lp-det .entry-band .band-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #54635c8c, transparent 60%);
    border-radius: 6px;
    pointer-events: none
}

.lp-det .meta-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.lp-det .cat-tag {
    background: #e3decb38;
    color: #E3DECB;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .06em;
    padding: 8px 24px;
    border-radius: 48px;
    font-weight: 600;
    border: 1px solid #e3decb59
}

.lp-det .user-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #e3decbcc;
    font-size: 15px;
    line-height: 1.2
}

.lp-det .user-badge i {
    font-size: 15px;
    color: #E3DECB
}

.lp-det .read-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #e3decbcc;
    font-size: 15px;
    line-height: 1.2
}

.lp-det .read-badge i {
    font-size: 15px;
    color: #E3DECB
}

.lp-det .entry-h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px
}

.lp-det .entry-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #e3decbe0;
    margin-bottom: 40px;
    max-width: 640px
}

.lp-det .entry-actions {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.lp-det .btn-enroll {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 24px 40px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #54635C;
    background: linear-gradient(to left, #E3DECB, #fff);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s ease-out, color .15s ease-out, box-shadow .18s ease-out;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.lp-det .btn-enroll:hover {
    background: linear-gradient(to left, #fff, #E3DECB 40%, #9BA794);
    color: #fff;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.lp-det .btn-enroll:focus {
    outline: 3px solid #E3DECB;
    outline-offset: 2px
}

.lp-det .btn-secondary-lnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 24px 40px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #E3DECB;
    background: transparent;
    border: 2px solid #e3decb80;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease, background .18s ease-out
}

.lp-det .btn-secondary-lnk:hover {
    border-color: #E3DECB;
    background: #e3decb1f;
    color: #fff
}

.lp-det .btn-secondary-lnk:focus {
    outline: 3px solid #E3DECB;
    outline-offset: 2px
}

.lp-det .desc-area {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.lp-det .desc-main {
    flex: 3
}

.lp-det .desc-aside {
    flex: 1;
    position: sticky;
    top: 40px
}

.lp-det .aside-card {
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 40px 24px;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.lp-det .aside-price-lbl {
    font-size: 15px;
    line-height: 1.2;
    color: #e3decbbf;
    letter-spacing: .05em;
    margin-bottom: 8px;
    font-weight: 600
}

.lp-det .aside-price-val {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 8px
}

.lp-det .aside-pricedes {
    font-size: 15px;
    line-height: 1.55;
    color: #e3decbd1;
    margin-bottom: 24px
}

.lp-det .aside-note {
    font-size: 15px;
    line-height: 1.55;
    color: #e3decba6;
    margin-bottom: 24px;
    font-style: italic
}

.lp-det .aside-enroll-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 24px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #54635C;
    background: linear-gradient(to left, #E3DECB, #fff);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s ease-out, color .15s ease-out;
    box-shadow: 0 5px 22px 0 #54635c1c;
    margin-bottom: 24px
}

.lp-det .aside-enroll-btn:hover {
    background: linear-gradient(to left, #fff, #E3DECB 40%, #9BA794);
    color: #fff
}

.lp-det .aside-enroll-btn:focus {
    outline: 3px solid #E3DECB;
    outline-offset: 2px
}

.lp-det .aside-copy-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 24px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #E3DECB;
    background: transparent;
    border: 1px solid #e3decb66;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease
}

.lp-det .aside-copy-btn:hover {
    border-color: #E3DECB;
    background: #e3decb1a
}

.lp-det .aside-copy-btn:focus {
    outline: 3px solid #E3DECB;
    outline-offset: 2px
}

.lp-det .desc-heading-wrap {
    display: inline-block;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 8px 24px;
    margin-bottom: 24px
}

.lp-det .desc-heading {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.01em
}

.lp-det .desc-body {
    font-size: 18px;
    line-height: 1.55;
    color: #2e3a34
}

.lp-det .desc-body p {
    margin-bottom: 24px
}

.lp-det .desc-body h2 {
    font-size: 22px;
    line-height: 1.2;
    color: #54635C;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 40px
}

.lp-det .desc-body strong {
    color: #54635C;
    font-weight: 700
}

.lp-det .desc-body ul {
    padding-left: 24px;
    margin-bottom: 24px
}

.lp-det .desc-body li {
    margin-bottom: 8px;
    line-height: 1.55
}

.lp-det .desc-body blockquote {
    border-top: 2px solid #9BA794;
    border-bottom: 2px solid #9BA794;
    padding: 24px;
    margin: 40px 0;
    color: #54635C;
    font-size: 18px;
    line-height: 1.55;
    font-style: italic;
    background: #9ba79412;
    border-radius: 6px
}

.lp-det .desc-body dl {
    margin-bottom: 24px
}

.lp-det .desc-body dt {
    font-weight: 700;
    color: #54635C;
    font-size: 18px;
    margin-bottom: 8px
}

.lp-det .desc-body dd {
    margin-left: 24px;
    margin-bottom: 8px;
    color: #2e3a34;
    font-size: 18px;
    line-height: 1.55
}

.lp-det .prog-area {
    background: #E3DECB;
    position: relative
}

.lp-det .prog-area .prog-bg-blur {
    position: absolute;
    inset: 0;
    background-image:url({{image_src}});
    background-size: cover;
    background-position: center;
    filter: blur(18px) brightness(0.55) saturate(0.7);
    pointer-events: none
}

.lp-det .prog-area .prog-frame {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
    z-index: 1
}

.lp-det .prog-heading-wrap {
    display: inline-block;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 8px 24px;
    margin-bottom: 40px
}

.lp-det .prog-heading {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.01em
}

.lp-det .prog-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.lp-det .prog-col {
    background: #ffffffeb;
    border-radius: 6px;
    padding: 40px 24px;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.lp-det .prog-col.shorter {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 40px
}

.lp-det .prog-col-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.lp-det .prog-col-icon i {
    color: #fff;
    font-size: 22px
}

.lp-det .prog-col-num {
    font-size: 52px;
    line-height: 1.2;
    color: #54635C;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.lp-det .prog-col-bar {
    height: 3px;
    background: #9ba79440;
    border-radius: 48px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden
}

.lp-det .prog-col-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 48px
}

.lp-det .prog-col-heading {
    font-size: 22px;
    line-height: 1.2;
    color: #54635C;
    font-weight: 700;
    margin-bottom: 8px
}

.lp-det .prog-col-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    margin-bottom: 24px;
    font-style: italic
}

.lp-det .prog-body {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3a34
}

.lp-det .prog-body p {
    margin-bottom: 8px
}

.lp-det .prog-body h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #54635C;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 24px
}

.lp-det .prog-body ul,
.lp-det .prog-body ol {
    padding-left: 24px;
    margin-bottom: 8px
}

.lp-det .prog-body li {
    margin-bottom: 8px;
    line-height: 1.55
}

.lp-det .prog-body ol {
    counter-reset: prog-counter;
    list-style: none;
    padding-left: 0
}

.lp-det .prog-body ol li {
    counter-increment: prog-counter;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start
}

.lp-det .prog-body ol li::before {
    content: counter(prog-counter);
    color: #54635C;
    font-weight: 700;
    font-size: 15px;
    min-width: 20px;
    flex-shrink: 0
}

.lp-det .prog-body cite {
    font-style: italic;
    color: #54635C
}

.lp-det .prog-body dl {
    margin-bottom: 8px
}

.lp-det .prog-body dt {
    font-weight: 700;
    color: #54635C;
    margin-bottom: 8px
}

.lp-det .prog-body dd {
    margin-left: 24px;
    margin-bottom: 8px;
    color: #2e3a34
}

.lp-det .bottom-strip {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.lp-det .back-top-lnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #54635C;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #54635c4d;
    padding: 8px 24px;
    border-radius: 6px;
    transition: border-color .15s ease, background .15s ease, color .15s ease
}

.lp-det .back-top-lnk:hover {
    border-color: #54635C;
    background: #54635c12;
    color: #54635C
}

.lp-det .back-top-lnk:focus {
    outline: 3px solid #54635C;
    outline-offset: 2px
}

.lp-det .back-prog-lnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #54635C;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s ease
}

.lp-det .back-prog-lnk:hover {
    color: #9BA794
}

.lp-det .back-prog-lnk:focus {
    outline: 3px solid #54635C;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .lp-det .entry-band .band-frame {
        gap: 40px;
        padding: 0 24px
    }

    .lp-det .entry-h1 {
        font-size: 38px
    }

    .lp-det .desc-area {
        padding: 80px 24px;
        gap: 24px
    }

    .lp-det .prog-area .prog-frame {
        padding: 80px 24px
    }

    .lp-det .prog-cols {
        grid-template-columns: 1fr 1fr
    }

    .lp-det .prog-col.shorter {
        margin-top: 0
    }

    .lp-det .bottom-strip {
        padding: 40px 24px
    }
}

@media (max-width: 768px) {
    .lp-det .entry-band {
        padding: 40px 0
    }

    .lp-det .entry-band .band-frame {
        flex-direction: column;
        gap: 24px
    }

    .lp-det .entry-band .band-img {
        display: none
    }

    .lp-det .entry-h1 {
        font-size: 28px
    }

    .lp-det .entry-desc {
        font-size: 15px
    }

    .lp-det .desc-area {
        flex-direction: column;
        padding: 40px 24px
    }

    .lp-det .desc-aside {
        position: static;
        width: 100%
    }

    .lp-det .prog-cols {
        grid-template-columns: 1fr
    }

    .lp-det .bottom-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 24px
    }

    .lp-det .geo-spin {
        display: none
    }
}

@media (max-width: 480px) {
    .lp-det .entry-band .band-frame {
        padding: 0 24px
    }

    .lp-det .entry-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .lp-det .btn-enroll,
    .lp-det .btn-secondary-lnk {
        width: 100%;
        justify-content: center
    }

    .lp-det .meta-row {
        gap: 8px
    }

    .lp-det .desc-area {
        padding: 40px 24px
    }

    .lp-det .prog-area .prog-frame {
        padding: 40px 24px
    }
}

.lrn-prog {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.lrn-prog .arc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.lrn-prog .arc-bg svg {
    position: absolute;
    top: -80px;
    right: -120px;
    opacity: .04;
    width: 600px;
    height: 600px
}

.lrn-prog .arc-bg-b {
    position: absolute;
    bottom: -160px;
    left: -80px;
    width: 480px;
    height: 480px;
    border-radius: 48px;
    border: 2px solid #54635C;
    opacity: .04;
    pointer-events: none
}

.lrn-prog .pg-lim {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.lrn-prog .strip-top {
    padding: 80px 0 40px;
    position: relative
}

.lrn-prog .strip-top-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .img-strip {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 340px
}

.lrn-prog .img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.1) brightness(0.97)
}

.lrn-prog .img-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #9ba79447 0%, #54635c2e 100%);
    pointer-events: none
}

.lrn-prog .strip-curves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.lrn-prog .strip-curves svg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .07
}

.lrn-prog .txt-area {
    padding: 8px 0 8px 40px
}

.lrn-prog .lbl-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .08em;
    color: #54635C;
    background: #E3DECB;
    border-radius: 6px;
    padding: 8px 24px;
    margin-bottom: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.lrn-prog .pg-heading {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #2c3830;
    margin: 0 0 24px;
    font-weight: 800
}

.lrn-prog .pg-heading .hl-strip {
    background: linear-gradient(to left, #9BA794, #54635C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lrn-prog .pg-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #3d4a43;
    max-width: 580px;
    margin: 0
}

@keyframes brt-pulse {

    0%,
    100% {
        filter: brightness(1)
    }

    50% {
        filter: brightness(1.04)
    }
}

.lrn-prog .metrics-band {
    background: linear-gradient(to left, #9BA794, #54635C);
    padding: 40px 0;
    animation: brt-pulse 5s ease-in-out infinite
}

.lrn-prog .metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.lrn-prog .met-item {
    text-align: center;
    padding: 24px;
    background: #ffffff14;
    border-radius: 6px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .15s ease-out
}

.lrn-prog .met-item:hover {
    background: #ffffff24
}

.lrn-prog .met-num {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    display: block;
    letter-spacing: -.02em
}

.lrn-prog .met-label {
    font-size: 15px;
    line-height: 1.55;
    color: #ffffffc7;
    display: block;
    margin-top: 8px
}

.lrn-prog .cards-area {
    padding: 80px 0;
    background: #f7f5f0;
    position: relative
}

.lrn-prog .cards-area-deco {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 200px;
    height: 200px;
    border-radius: 48px;
    border: 2px solid #9BA794;
    opacity: .12;
    pointer-events: none
}

.lrn-prog .cards-heading-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 40px
}

.lrn-prog .sec-heading {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #2c3830;
    font-weight: 700;
    margin: 0;
    position: relative;
    display: inline-block
}

.lrn-prog .sec-heading .bg-rect {
    position: absolute;
    left: -8px;
    right: -8px;
    top: 4px;
    bottom: 4px;
    background: #E3DECB;
    border-radius: 6px;
    z-index: -1
}

.lrn-prog .cards-sub {
    font-size: 18px;
    line-height: 1.55;
    color: #54635C;
    margin: 0
}

.lrn-prog .prog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.lrn-prog .prog-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 #54635c0d 0 5px 22px 0 #54635c1c;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .18s ease-out, transform .18s ease-out
}

.lrn-prog .prog-card:hover {
    box-shadow: 0 8px 44px 0 #54635c1f;
    transform: translateY(-4px)
}

.lrn-prog .card-img-wrap {
    position: relative;
    height: 180px;
    background: #E3DECB;
    overflow: hidden
}

.lrn-prog .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lrn-prog .card-cat {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(to left, #9BA794, #54635C);
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .06em;
    padding: 8px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase
}

.lrn-prog .card-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.lrn-prog .card-no-img svg {
    opacity: .3
}

.lrn-prog .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.lrn-prog .card-meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.lrn-prog .card-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.55;
    color: #54635C
}

.lrn-prog .card-meta-item i {
    font-size: 15px;
    color: #9BA794
}

.lrn-prog .card-ttl {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2c3830;
    font-weight: 700;
    margin: 8px 0 0
}

.lrn-prog .card-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5a51;
    margin: 0;
    flex: 1
}

.lrn-prog .card-foot {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.lrn-prog .price-wrap {
    display: flex;
    flex-direction: column;
    gap: 0
}

.lrn-prog .price-val {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #54635C
}

.lrn-prog .price-terms {
    font-size: 15px;
    line-height: 1.55;
    color: #9BA794
}

.lrn-prog .price-note {
    font-size: 15px;
    line-height: 1.55;
    color: #9BA794;
    font-style: italic
}

.lrn-prog .btn-prog {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 6px;
    background: linear-gradient(to left, #9BA794, #54635C);
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .04em;
    border: none;
    cursor: pointer;
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position .2s ease-out, box-shadow .15s ease-out
}

.lrn-prog .btn-prog:hover {
    background-position: left center;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.lrn-prog .btn-prog:focus {
    outline: 3px solid #54635C;
    outline-offset: 2px
}

.lrn-prog .about-strip {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.lrn-prog .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .about-col-main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .about-col-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.lrn-prog .about-heading {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #2c3830;
    font-weight: 700;
    margin: 0;
    position: relative;
    display: inline-block
}

.lrn-prog .about-heading .bg-rect {
    position: absolute;
    left: -8px;
    right: -8px;
    top: 4px;
    bottom: 4px;
    background: #E3DECB;
    border-radius: 6px;
    z-index: -1
}

.lrn-prog .about-p {
    font-size: 18px;
    line-height: 1.8;
    color: #3d4a43;
    margin: 0
}

.lrn-prog .num-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .num-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px
}

.lrn-prog .num-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 48px;
    background: linear-gradient(to left, #9BA794, #54635C);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

.lrn-prog .num-text {
    font-size: 18px;
    line-height: 1.8;
    color: #3d4a43
}

.lrn-prog .side-stat-card {
    background: linear-gradient(to left, #9ba7941f, #54635c14);
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #54635c0d
}

.lrn-prog .side-stat-card .stat-num {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 800;
    color: #54635C;
    letter-spacing: -.02em;
    display: block
}

.lrn-prog .side-stat-card .stat-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #4a5a51;
    display: block;
    margin-top: 8px
}

.lrn-prog .frosted-band {
    padding: 80px 0;
    background: linear-gradient(to left, #9ba7942e, #54635c1f);
    position: relative
}

.lrn-prog .frosted-band::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none;
    z-index: 0
}

.lrn-prog .frosted-inner {
    position: relative;
    z-index: 1
}

.lrn-prog .faq-heading {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #2c3830;
    font-weight: 700;
    margin: 0 0 40px;
    position: relative;
    display: inline-block
}

.lrn-prog .faq-heading .bg-rect {
    position: absolute;
    left: -8px;
    right: -8px;
    top: 4px;
    bottom: 4px;
    background: #e3decb99;
    border-radius: 6px;
    z-index: -1
}

.lrn-prog .faq-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lrn-prog .faq-item {
    background: #ffffffb8;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #54635c0d
}

.lrn-prog .faq-q {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #2c3830;
    margin: 0 0 8px
}

.lrn-prog .faq-a {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5a51;
    margin: 0
}

.lrn-prog .cta-band {
    padding: 80px 0;
    background: #fff
}

.lrn-prog .cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.lrn-prog .cta-txt {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .cta-h {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    margin: 0
}

.lrn-prog .cta-p {
    font-size: 18px;
    line-height: 1.55;
    color: #ffffffd1;
    margin: 0
}

.lrn-prog .btn-cta-inv {
    display: inline-block;
    padding: 24px 40px;
    border-radius: 6px;
    background: #fff;
    color: #54635C;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: .02em;
    white-space: nowrap;
    transition: background .18s ease-out, color .18s ease-out
}

.lrn-prog .btn-cta-inv:hover {
    background: #E3DECB;
    color: #2c3830
}

.lrn-prog .btn-cta-inv:focus {
    outline: 3px solid #fff;
    outline-offset: 2px
}

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

    .lrn-prog .metrics-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrn-prog .strip-top-grid {
        grid-template-columns: 160px 1fr
    }

    .lrn-prog .img-strip {
        height: 280px
    }
}

@media (max-width: 768px) {
    .lrn-prog .strip-top-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .img-strip {
        display: none
    }

    .lrn-prog .txt-area {
        padding: 0
    }

    .lrn-prog .pg-heading {
        font-size: 38px
    }

    .lrn-prog .prog-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .about-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .about-col-side {
        padding-top: 0
    }

    .lrn-prog .faq-cols {
        grid-template-columns: 1fr
    }

    .lrn-prog .cta-row {
        flex-direction: column;
        text-align: center
    }

    .lrn-prog .metrics-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrn-prog .cards-heading-row {
        flex-direction: column;
        gap: 8px
    }
}

@media (max-width: 480px) {
    .lrn-prog .pg-heading {
        font-size: 28px
    }

    .lrn-prog .sec-heading,
    .lrn-prog .about-heading,
    .lrn-prog .faq-heading {
        font-size: 28px
    }

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

    .lrn-prog .strip-top {
        padding: 40px 0 24px
    }

    .lrn-prog .cards-area,
    .lrn-prog .about-strip,
    .lrn-prog .frosted-band,
    .lrn-prog .cta-band {
        padding: 40px 0
    }

    .lrn-prog .cta-row {
        padding: 24px
    }
}

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

.fst .db-ring-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 6px
}

.fst .db-ring-bg::before,
.fst .db-ring-bg::after {
    content: "";
    position: absolute;
    border-radius: 48px;
    border: 2px solid #9ba7942e
}

.fst .db-ring-bg::before {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -60px
}

.fst .db-ring-bg::after {
    width: 200px;
    height: 200px;
    top: 40px;
    right: 60px;
    border-color: #54635c1f
}

.fst .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.fst .lbl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #54635C;
    flex-shrink: 0
}

.fst .lbl-dot.sec {
    background: #9BA794
}

.fst .strip-head {
    display: inline-block;
    background: #E3DECB;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #54635C;
    letter-spacing: .04em;
    line-height: 1.2
}

.fst .dbl-border {
    border: 2px solid #9BA794;
    outline: 4px solid #E3DECB;
    outline-offset: -6px
}

.fst ::selection {
    background: #54635C;
    color: #fff
}

.fst input::placeholder,
.fst textarea::placeholder {
    font-style: italic;
    opacity: .55
}

.fst .btn-main {
    display: inline-block;
    padding: 8px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to left, #9BA794, #54635C);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-position .18s ease-out, box-shadow .15s ease-out;
    background-size: 200% 100%;
    background-position: right center;
    box-shadow: 0 2px 6px 0 #54635c0d;
    letter-spacing: .02em
}

.fst .btn-main:hover {
    background-position: left center;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .btn-main:focus {
    outline: 3px solid #54635C;
    outline-offset: 2px
}

.fst .btn-main:active {
    box-shadow: 0 2px 6px 0 #54635c0d
}

.fst .btn-ghost {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #54635C;
    background: linear-gradient(to left, #E3DECB, #fff);
    border: 2px solid #9BA794;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .12s ease, background .18s ease-out
}

.fst .btn-ghost:hover {
    border-color: #54635C;
    background: linear-gradient(to left, #d6d0b8, #E3DECB)
}

.fst .btn-ghost:focus {
    outline: 3px solid #54635C;
    outline-offset: 2px
}

.fst .num-accent {
    color: #54635C;
    font-weight: 800
}

.fst .fade-pulse {
    animation: fstPulse 6s ease-in-out infinite
}

@keyframes fstPulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .72
    }
}

.fst .title-blk {
    position: relative;
    background: linear-gradient(to left, #E3DECB 0%, #f5f3ec 40%, #fff 100%);
    padding: 40px 0
}

.fst .title-blk .pg-wrap {
    position: relative;
    z-index: 1
}

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

.fst .title-img-col {
    flex: 0 0 260px;
    position: relative
}

.fst .title-img-wrap {
    width: 260px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.3) saturate(1.1) brightness(0.95);
    transition: filter .18s ease-out
}

.fst .title-img-wrap:hover img {
    filter: sepia(0.1) saturate(1.2) brightness(1.0)
}

.fst .title-shape1 {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 48px;
    border: 3px solid #9ba7944d;
    top: -16px;
    left: -16px;
    pointer-events: none
}

.fst .title-shape2 {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #54635c33;
    bottom: -12px;
    right: -12px;
    pointer-events: none
}

.fst .title-text-col {
    flex: 1 1 0;
    min-width: 0
}

.fst .title-text-col h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #2a3330;
    letter-spacing: -.02em;
    margin: 0 0 8px
}

.fst .title-slogan {
    font-size: 18px;
    line-height: 1.55;
    color: #54635C;
    font-style: italic;
    margin: 0 0 24px;
    max-width: 540px
}

.fst .title-actions {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.fst .title-tag-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px
}

.fst .title-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #54635C;
    background: #e3decb80;
    border-radius: 6px;
    padding: 8px
}

.fst .current-blk {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.fst .current-blk .pg-wrap {
    position: relative
}

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

.fst .current-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .current-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .current-img-wrap {
    width: 100%;
    height: 280px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .current-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .18s ease-out
}

.fst .current-img-wrap:hover img {
    transform: scale(1.03)
}

.fst .current-img-overlay {
    position: absolute;
    inset: 0;
    background: #2a3330b8;
    opacity: 0;
    transition: opacity .15s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.fst .current-img-wrap:hover .current-img-overlay {
    opacity: 1
}

.fst .current-img-overlay span {
    color: #E3DECB;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: center;
    padding: 8px
}

.fst .current-text h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #2a3330;
    letter-spacing: -.01em;
    margin: 0 0 8px
}

.fst .current-text p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4a45;
    margin: 0 0 24px
}

.fst .current-items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fst .curr-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    border-radius: 6px;
    background: #e3decb4d;
    transition: background .15s ease-out
}

.fst .curr-item:hover {
    background: #e3decbb3
}

.fst .curr-item-body {
    flex: 1 1 0;
    min-width: 0
}

.fst .curr-item-body strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #2a3330;
    margin-bottom: 4px
}

.fst .curr-item-body span {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C
}

.fst .current-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.fst .stat-card {
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .stat-card .stat-num {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -.02em
}

.fst .stat-card .stat-label {
    font-size: 15px;
    color: #E3DECB;
    line-height: 1.55
}

.fst .stat-card.light {
    background: #E3DECB;
    box-shadow: 0 2px 6px 0 #54635c0d
}

.fst .stat-card.light .stat-num {
    color: #54635C
}

.fst .stat-card.light .stat-label {
    color: #54635C;
    opacity: .8
}

.fst .story-blk {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(to left, #f5f3ec 0%, #eceae0 50%, #E3DECB 100%)
}

.fst .story-blk .db-ring-bg::before {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -80px
}

.fst .story-blk .db-ring-bg::after {
    width: 260px;
    height: 260px;
    bottom: -60px;
    right: -40px;
    top: auto
}

.fst .story-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1
}

.fst .story-cards-col {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fst .story-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #54635c0d;
    border-top: 3px solid #E3DECB;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .15s ease-out, border-top-color .15s ease-out
}

.fst .story-card:hover {
    box-shadow: 0 5px 22px 0 #54635c1c;
    border-top-color: #54635C
}

.fst .story-card .sc-name {
    font-size: 15px;
    font-weight: 700;
    color: #2a3330
}

.fst .story-card .sc-role {
    font-size: 15px;
    color: #9BA794;
    margin-bottom: 4px
}

.fst .story-card .sc-text {
    font-size: 15px;
    line-height: 1.55;
    color: #3d4a45
}

.fst .story-text-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .story-text-col h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #2a3330;
    letter-spacing: -.01em;
    margin: 0
}

.fst .story-text-col p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4a45;
    margin: 0
}

.fst .story-img-wrap {
    width: 100%;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.fst .story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.2) saturate(1.1) brightness(0.97);
    transition: filter .18s ease-out
}

.fst .story-img-overlay {
    position: absolute;
    inset: 0;
    background: #2a3330b8;
    opacity: 0;
    transition: opacity .15s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.fst .story-img-wrap:hover .story-img-overlay {
    opacity: 1
}

.fst .story-img-overlay span {
    color: #E3DECB;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px
}

.fst .story-img-wrap:hover img {
    filter: sepia(0) saturate(1.2) brightness(1.0)
}

.fst .hesit-blk {
    padding: 80px 0;
    background: #fff
}

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

.fst .hesit-left {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .hesit-right {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .hesit-left h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #2a3330;
    letter-spacing: -.01em;
    margin: 0
}

.fst .hesit-left p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4a45;
    margin: 0
}

.fst .hesit-q-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fst .hesit-q {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #E3DECB;
    transition: border-color .15s ease-out, background .12s ease-out
}

.fst .hesit-q:hover {
    border-color: #9BA794;
    background: #e3decb33
}

.fst .hesit-q-num {
    font-size: 22px;
    font-weight: 800;
    color: #9BA794;
    line-height: 1.2;
    flex-shrink: 0;
    width: 32px;
    text-align: center
}

.fst .hesit-q-body {
    flex: 1 1 0;
    min-width: 0
}

.fst .hesit-q-body strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #2a3330;
    margin-bottom: 4px
}

.fst .hesit-q-body span {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C
}

.fst .hesit-img-wrap {
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .hesit-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.15) saturate(1.1) brightness(0.98);
    transition: filter .18s ease-out
}

.fst .hesit-img-overlay {
    position: absolute;
    inset: 0;
    background: #2a3330b8;
    opacity: 0;
    transition: opacity .15s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.fst .hesit-img-wrap:hover .hesit-img-overlay {
    opacity: 1
}

.fst .hesit-img-overlay span {
    color: #E3DECB;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px
}

.fst .hesit-img-wrap:hover img {
    filter: sepia(0) saturate(1.2) brightness(1.0)
}

.fst .hesit-note {
    background: linear-gradient(to left, #E3DECB, #f5f3ec);
    border-radius: 6px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    box-shadow: 0 2px 6px 0 #54635c0d
}

.fst .hesit-note strong {
    color: #2a3330
}

.fst .community-blk {
    padding: 80px 0;
    background: linear-gradient(to left, #E3DECB 0%, #eceae0 50%, #f5f3ec 100%);
    position: relative
}

.fst .community-blk .pg-wrap {
    position: relative;
    z-index: 1
}

.fst .community-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.fst .community-pattern svg {
    position: absolute;
    opacity: .08;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 320px
}

.fst .community-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px
}

.fst .community-top-text h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #2a3330;
    letter-spacing: -.01em;
    margin: 0 0 8px
}

.fst .community-top-text p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4a45;
    margin: 0
}

.fst .community-top-aside {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fst .aside-metric {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #54635c0d;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fst .aside-metric .am-val {
    font-size: 28px;
    font-weight: 800;
    color: #54635C;
    line-height: 1.2
}

.fst .aside-metric .am-label {
    font-size: 15px;
    color: #9BA794;
    line-height: 1.55
}

.fst .community-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.fst .comm-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #54635c0d;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .15s ease-out
}

.fst .comm-card:hover {
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .comm-card .cc-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(to left, #9BA794, #54635C);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.fst .comm-card .cc-icon i {
    color: #fff;
    font-size: 18px
}

.fst .comm-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2a3330;
    margin: 0;
    line-height: 1.2
}

.fst .comm-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    margin: 0
}

.fst .community-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 24px
}

.fst .comm-img-wrap {
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.fst .comm-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.15) saturate(1.1) brightness(0.97);
    transition: filter .18s ease-out
}

.fst .comm-img-overlay {
    position: absolute;
    inset: 0;
    background: #2a3330b8;
    opacity: 0;
    transition: opacity .15s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.fst .comm-img-wrap:hover .comm-img-overlay {
    opacity: 1
}

.fst .comm-img-overlay span {
    color: #E3DECB;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px
}

.fst .comm-img-wrap:hover img {
    filter: sepia(0) saturate(1.2) brightness(1.0)
}

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

    .fst .current-stats {
        grid-template-columns: 1fr 1fr
    }

    .fst .story-inner {
        flex-direction: column
    }

    .fst .story-cards-col {
        flex: none;
        width: 100%
    }

    .fst .hesit-inner {
        flex-direction: column
    }

    .fst .hesit-right {
        flex: none;
        width: 100%
    }

    .fst .community-top {
        grid-template-columns: 1fr
    }

    .fst .community-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .fst .title-inner {
        flex-direction: column
    }

    .fst .title-img-col {
        display: none
    }

    .fst .title-text-col h1 {
        font-size: 38px
    }

    .fst .current-blk,
    .fst .story-blk,
    .fst .hesit-blk,
    .fst .community-blk {
        padding: 40px 0
    }

    .fst .current-stats {
        grid-template-columns: 1fr
    }

    .fst .community-grid {
        grid-template-columns: 1fr
    }

    .fst .community-img-row {
        grid-template-columns: 1fr
    }

    .fst .story-cards-col {
        gap: 8px
    }
}

@media (max-width: 480px) {
    .fst .title-text-col h1 {
        font-size: 28px
    }

    .fst .current-text h2,
    .fst .story-text-col h2,
    .fst .hesit-left h2,
    .fst .community-top-text h2 {
        font-size: 28px
    }

    .fst .title-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .fst .pg-wrap {
        padding: 0 8px
    }

    .fst .title-blk {
        padding: 24px 0
    }
}

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

.srvs-pg .lead-band {
    background: linear-gradient(to left, #9BA794 0%, #54635C 55%, #3d4d46 100%);
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px
}

.srvs-pg .lead-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg, #ffffff0a 0px, #ffffff0a 1px, transparent 1px, transparent 28px);
    pointer-events: none
}

.srvs-pg .lead-text-col {
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.srvs-pg .lead-eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    color: #E3DECB;
    opacity: .8;
    margin-bottom: 24px;
    text-transform: uppercase
}

.srvs-pg .lead-h1 {
    font-size: 68px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 800
}

.srvs-pg .lead-h1 span {
    color: #E3DECB
}

.srvs-pg .lead-sub {
    font-size: 18px;
    line-height: 1.55;
    color: #e3decbd9;
    max-width: 420px;
    margin: 0 0 40px
}

.srvs-pg .lead-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 24px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    background: linear-gradient(to left, #E3DECB, #c8c3b0);
    color: #54635C;
    border: none;
    cursor: pointer;
    transition: background .18s ease-out, color .18s ease-out;
    align-self: flex-start;
    text-decoration: none
}

.srvs-pg .lead-cta:hover {
    background: linear-gradient(to left, #fff, #E3DECB);
    color: #3d4d46
}

.srvs-pg .lead-img-col {
    position: relative;
    overflow: hidden
}

.srvs-pg .lead-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s ease-out
}

.srvs-pg .lead-img-col::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 50%, #54635c8c 0%, transparent 65%), radial-gradient(ellipse at 100% 0%, #54635c59 0%, transparent 55%);
    pointer-events: none
}

.srvs-pg .lead-diamond {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
    background: linear-gradient(to left, #9BA794, #54635C);
    transform: rotate(45deg);
    border-radius: 6px;
    opacity: .7;
    z-index: 2
}

.srvs-pg .zigzag-divider {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.srvs-pg .zigzag-divider svg {
    display: block;
    width: 100%
}

.srvs-pg .offerings-strip {
    background: #f5f3ee;
    padding: 80px 0 40px
}

.srvs-pg .offerings-strip .strip-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.srvs-pg .strip-label {
    display: inline-block;
    background: #E3DECB;
    color: #54635C;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 24px;
    border-radius: 6px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.srvs-pg .strip-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2c3830;
    margin: 0 0 40px;
    font-weight: 700;
    max-width: 680px
}

.srvs-pg .svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.srvs-pg .svc-card {
    background: #fff;
    border-radius: 6px;
    padding: 40px 24px 24px;
    box-shadow: 0 5px 22px 0 #54635c1c;
    position: relative;
    transition: box-shadow .15s ease-out, transform .15s ease-out;
    border-top: 3px solid #9BA794
}

.srvs-pg .svc-card:hover {
    box-shadow: 0 8px 44px 0 #54635c1f;
    transform: translateY(-2px)
}

.srvs-pg .svc-num {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin-bottom: 8px
}

.srvs-pg .svc-num .num-int {
    color: #54635C
}

.srvs-pg .svc-num .num-frac {
    color: #9BA794;
    font-size: 28px
}

.srvs-pg .svc-card-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.srvs-pg .svc-card-icon i {
    color: #fff;
    font-size: 18px
}

.srvs-pg .svc-card-h {
    font-size: 22px;
    line-height: 1.2;
    color: #2c3830;
    margin: 0 0 8px;
    font-weight: 700
}

.srvs-pg .svc-card-p {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    margin: 0
}

.srvs-pg .svc-card-tag {
    display: inline-block;
    margin-top: 24px;
    font-size: 15px;
    color: #9BA794;
    font-weight: 600;
    letter-spacing: .04em
}

.srvs-pg .detail-band {
    background: #fff;
    padding: 80px 0
}

.srvs-pg .detail-band .detail-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.srvs-pg .detail-label {
    display: inline-block;
    background: #54635C;
    color: #E3DECB;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 24px;
    border-radius: 6px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.srvs-pg .detail-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2c3830;
    margin: 0 0 24px;
    font-weight: 700
}

.srvs-pg .detail-body {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4d46;
    margin: 0 0 24px
}

.srvs-pg .process-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    counter-reset: proc-counter
}

.srvs-pg .process-list li {
    counter-increment: proc-counter;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #E3DECB;
    font-size: 15px;
    line-height: 1.55;
    color: #3d4d46;
    transition: background .12s ease-out
}

.srvs-pg .process-list li:last-child {
    border-bottom: none
}

.srvs-pg .proc-num {
    font-size: 28px;
    font-weight: 800;
    color: #54635C;
    line-height: 1.2;
    min-width: 40px;
    flex-shrink: 0
}

.srvs-pg .proc-text strong {
    display: block;
    font-size: 18px;
    color: #2c3830;
    margin-bottom: 8px;
    font-weight: 700
}

.srvs-pg .detail-aside-card {
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 40px 24px;
    color: #fff;
    box-shadow: 0 8px 44px 0 #54635c1f;
    position: sticky;
    top: 40px
}

.srvs-pg .aside-card-h {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 24px;
    color: #fff
}

.srvs-pg .aside-stat-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px
}

.srvs-pg .aside-stat {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvs-pg .aside-stat-val {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #E3DECB
}

.srvs-pg .aside-stat-val .frac {
    font-size: 22px;
    color: #e3decbb3
}

.srvs-pg .aside-stat-lbl {
    font-size: 15px;
    line-height: 1.55;
    color: #fffc
}

.srvs-pg .aside-divider {
    height: 1px;
    background: #fff3;
    margin: 24px 0
}

.srvs-pg .aside-note {
    font-size: 15px;
    line-height: 1.55;
    color: #ffffffd9;
    margin: 0
}

.srvs-pg .img-showcase {
    background: #E3DECB;
    padding: 80px 0;
    position: relative
}

.srvs-pg .img-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#54635c1f 1px, transparent 1px), linear-gradient(90deg, #54635c1f 1px, transparent 1px);
    background-size: 48px 48px;
    animation: grid-pulse 4s ease-in-out infinite;
    pointer-events: none
}

@keyframes grid-pulse {

    0%,
    100% {
        opacity: .4
    }

    50% {
        opacity: 1
    }
}

.srvs-pg .showcase-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.srvs-pg .showcase-label {
    display: inline-block;
    background: #9BA794;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 24px;
    border-radius: 6px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.srvs-pg .showcase-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2c3830;
    margin: 0 0 40px;
    font-weight: 700;
    max-width: 600px
}

.srvs-pg .showcase-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.srvs-pg .showcase-img-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.srvs-pg .showcase-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform .2s ease-out
}

.srvs-pg .showcase-img-wrap:hover img {
    transform: scale(1.03)
}

.srvs-pg .showcase-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #54635c80, transparent 60%);
    opacity: 0;
    transition: opacity .18s ease-out;
    pointer-events: none
}

.srvs-pg .showcase-img-wrap:hover::after {
    opacity: 1
}

.srvs-pg .showcase-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvs-pg .showcase-p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4d46;
    margin: 0
}

.srvs-pg .showcase-features {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvs-pg .feat-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    padding: 8px 0;
    cursor: default
}

.srvs-pg .feat-row:hover .feat-word {
    background: #54635c1f;
    border-radius: 6px;
    padding: 0 8px
}

.srvs-pg .feat-word {
    transition: background .15s ease-out, padding .15s ease-out;
    border-radius: 6px;
    padding: 0 4px;
    font-weight: 600
}

.srvs-pg .feat-icon {
    width: 20px;
    height: 20px;
    background: #54635C;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.srvs-pg .feat-icon i {
    color: #fff;
    font-size: 11px
}

.srvs-pg .contact-band {
    background: #fff;
    padding: 80px 0
}

.srvs-pg .contact-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.srvs-pg .contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvs-pg .contact-label {
    display: inline-block;
    background: #E3DECB;
    color: #54635C;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 24px;
    border-radius: 6px;
    text-transform: uppercase;
    align-self: flex-start
}

.srvs-pg .contact-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2c3830;
    margin: 0;
    font-weight: 700
}

.srvs-pg .contact-p {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4d46;
    margin: 0
}

.srvs-pg .contact-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvs-pg .contact-detail-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.55;
    color: #54635C
}

.srvs-pg .contact-detail-list li i {
    color: #9BA794;
    font-size: 15px
}

.srvs-pg .contact-form-wrap {
    background: #f5f3ee;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 5px 22px 0 #54635c1c
}

.srvs-pg .form-h {
    font-size: 22px;
    line-height: 1.2;
    color: #2c3830;
    margin: 0 0 24px;
    font-weight: 700
}

.srvs-pg .inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvs-pg .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvs-pg .field-group label {
    font-size: 15px;
    font-weight: 600;
    color: #54635C;
    letter-spacing: .02em
}

.srvs-pg .field-group input,
.srvs-pg .field-group select {
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #9BA794;
    background: #fff;
    font-size: 15px;
    line-height: 1.55;
    color: #2c3830;
    transition: border-color .12s ease-out, box-shadow .12s ease-out;
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.srvs-pg .field-group input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #54635C
}

.srvs-pg .field-group input:focus,
.srvs-pg .field-group select:focus {
    border-color: #54635C;
    box-shadow: 0 2px 6px 0 #54635c0d
}

.srvs-pg .field-group select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2354635C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 48px
}

.srvs-pg .privacy-row {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.srvs-pg .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #54635C;
    cursor: pointer
}

.srvs-pg .privacy-row label {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    cursor: pointer
}

.srvs-pg .privacy-row label a {
    color: #54635C;
    text-decoration: underline;
    font-weight: 600;
    transition: color .12s ease-out
}

.srvs-pg .privacy-row label a:hover {
    color: #3d4d46
}

.srvs-pg .submit-btn {
    padding: 24px 40px;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03em;
    cursor: pointer;
    background: linear-gradient(to left, #9BA794, #54635C);
    color: #fff;
    transition: background .18s ease-out, box-shadow .18s ease-out;
    box-shadow: 0 5px 22px 0 #54635c1c;
    width: 100%
}

.srvs-pg .submit-btn:hover {
    background: linear-gradient(to left, #54635C, #3d4d46);
    box-shadow: 0 8px 44px 0 #54635c1f
}

.srvs-pg .submit-btn:focus {
    outline: 2px solid #54635C;
    outline-offset: 3px
}

.srvs-pg .submit-btn:active {
    box-shadow: 0 2px 6px 0 #54635c0d
}

@media (max-width: 1024px) {
    .srvs-pg .lead-band {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .srvs-pg .lead-img-col {
        display: none
    }

    .srvs-pg .lead-text-col {
        padding: 80px 40px
    }

    .srvs-pg .lead-h1 {
        font-size: 52px
    }

    .srvs-pg .svc-grid {
        grid-template-columns: 1fr 1fr
    }

    .srvs-pg .detail-band .detail-inner {
        grid-template-columns: 1fr
    }

    .srvs-pg .detail-aside-card {
        position: static
    }

    .srvs-pg .showcase-layout {
        grid-template-columns: 1fr
    }

    .srvs-pg .showcase-img-wrap {
        display: none
    }

    .srvs-pg .contact-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .srvs-pg .lead-h1 {
        font-size: 38px
    }

    .srvs-pg .lead-text-col {
        padding: 40px 24px
    }

    .srvs-pg .offerings-strip .strip-inner,
    .srvs-pg .detail-band .detail-inner,
    .srvs-pg .showcase-inner,
    .srvs-pg .contact-inner {
        padding: 0 24px
    }

    .srvs-pg .svc-grid {
        grid-template-columns: 1fr
    }

    .srvs-pg .strip-h2,
    .srvs-pg .detail-h2,
    .srvs-pg .showcase-h2,
    .srvs-pg .contact-h2 {
        font-size: 28px
    }

    .srvs-pg .offerings-strip,
    .srvs-pg .detail-band,
    .srvs-pg .img-showcase,
    .srvs-pg .contact-band {
        padding: 40px 0
    }

    .srvs-pg .contact-form-wrap {
        padding: 24px
    }
}

@media (max-width: 480px) {
    .srvs-pg .lead-h1 {
        font-size: 28px
    }

    .srvs-pg .lead-cta {
        padding: 24px;
        font-size: 15px
    }

    .srvs-pg .field-group input,
    .srvs-pg .field-group select {
        padding: 24px 8px
    }
}

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

.abt-us .pg-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.abt-us .divider-cross {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    overflow: hidden
}

.abt-us .divider-cross .cross-repeat {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center
}

.abt-us .cross-item {
    width: 10px;
    height: 10px;
    position: relative;
    flex-shrink: 0
}

.abt-us .cross-item::before,
.abt-us .cross-item::after {
    content: "";
    position: absolute;
    background: #9BA794;
    border-radius: 2px
}

.abt-us .cross-item::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.abt-us .cross-item::after {
    width: 10px;
    height: 2px;
    left: 0;
    top: 4px
}

.abt-us .story-panel {
    padding: 80px 0 40px;
    background: linear-gradient(to left, #9BA794 0%, #54635C 100%);
    position: relative
}

.abt-us .story-panel .curl-deco {
    position: absolute;
    top: 24px;
    right: 40px;
    width: 80px;
    height: 80px;
    opacity: .12;
    pointer-events: none
}

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

.abt-us .story-img-col {
    position: relative
}

.abt-us .img-geo-frame {
    position: relative;
    overflow: hidden;
    border-radius: 48px 6px 48px 6px;
    width: 100%;
    aspect-ratio: 4/5
}

.abt-us .img-geo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: slowZoom 12s ease-in-out infinite alternate
}

@keyframes slowZoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06)
    }
}

.abt-us .img-geo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 55%, #54635c73 100%);
    pointer-events: none
}

.abt-us .img-corner-deco {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 60px;
    height: 60px;
    pointer-events: none;
    z-index: 1
}

.abt-us .story-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.abt-us .label-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e3decb33;
    border-radius: 6px;
    padding: 8px 24px;
    width: fit-content
}

.abt-us .label-tag span {
    font-size: 15px;
    color: #E3DECB;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt-us .label-tag i {
    color: #E3DECB;
    font-size: 15px
}

.abt-us .story-heading {
    display: inline-block;
    background: #e3decb2e;
    border-radius: 6px;
    padding: 8px 24px
}

.abt-us .story-heading h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #E3DECB;
    letter-spacing: -.02em;
    margin: 0
}

.abt-us .story-heading h1 .accent-phrase {
    color: #fff;
    font-style: italic
}

.abt-us .story-body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.abt-us .story-para {
    font-size: 18px;
    line-height: 1.55;
    color: #E3DECB;
    margin: 0
}

.abt-us .story-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .aside-stat {
    background: #e3decb1f;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .aside-stat .stat-num {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -.02em
}

.abt-us .aside-stat .stat-label {
    font-size: 15px;
    line-height: 1.55;
    color: #E3DECB;
    opacity: .85
}

.abt-us .divider-cross-light {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 8px 0;
    background: #E3DECB
}

.abt-us .divider-cross-light .cross-repeat {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center
}

.abt-us .divider-cross-light .cross-item::before,
.abt-us .divider-cross-light .cross-item::after {
    background: #9BA794
}

.abt-us .team-panel {
    padding: 40px 0 80px;
    background: #E3DECB;
    position: relative
}

.abt-us .team-panel .spiral-deco {
    position: absolute;
    bottom: 40px;
    left: 24px;
    width: 70px;
    height: 70px;
    opacity: .1;
    pointer-events: none
}

.abt-us .panel-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px
}

.abt-us .panel-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #54635c1a;
    border-radius: 6px;
    padding: 8px 24px;
    width: fit-content
}

.abt-us .panel-label span {
    font-size: 15px;
    color: #54635C;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt-us .panel-label i {
    color: #54635C;
    font-size: 15px
}

.abt-us .panel-heading-wrap {
    display: inline-block;
    background: #54635c1a;
    border-radius: 6px;
    padding: 8px 24px
}

.abt-us .panel-heading-wrap h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #54635C;
    letter-spacing: -.01em;
    margin: 0
}

.abt-us .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px
}

.abt-us .approach-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 6px 0 #54635c0d;
    position: relative;
    overflow: hidden;
    transition: box-shadow .18s ease-out, transform .15s ease-out
}

.abt-us .approach-card:hover {
    box-shadow: 0 8px 44px 0 #54635c1f;
    transform: scale(1.025)
}

.abt-us .approach-card .card-stripe {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, transparent 50%, #9ba79459 50%);
    border-radius: 0 6px 0 0;
    pointer-events: none
}

.abt-us .approach-card .card-num {
    font-size: 28px;
    line-height: 1.2;
    color: #54635C;
    letter-spacing: -.01em
}

.abt-us .approach-card h4 {
    font-size: 18px;
    line-height: 1.2;
    color: #54635C;
    margin: 0;
    letter-spacing: .01em
}

.abt-us .approach-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    margin: 0;
    opacity: .8
}

.abt-us .featured-split {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 40px;
    align-items: start
}

.abt-us .featured-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .featured-text h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #54635C;
    margin: 0;
    letter-spacing: -.01em
}

.abt-us .featured-body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.abt-us .feat-para {
    font-size: 18px;
    line-height: 1.55;
    color: #54635C;
    margin: 0
}

.abt-us .feat-aside {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .feat-aside-item {
    background: #54635c14;
    border-radius: 6px;
    padding: 8px 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    display: flex;
    align-items: center;
    gap: 8px
}

.abt-us .feat-aside-item i {
    color: #54635C;
    font-size: 15px;
    flex-shrink: 0
}

.abt-us .featured-img-col {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .feat-img-wrap {
    position: relative;
    border-radius: 6px 48px 6px 6px;
    overflow: hidden;
    aspect-ratio: 3/4
}

.abt-us .feat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: slowPan 14s ease-in-out infinite alternate
}

@keyframes slowPan {
    from {
        transform: scale(1.04) translateY(-2%)
    }

    to {
        transform: scale(1) translateY(2%)
    }
}

.abt-us .feat-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #54635c4d 0%, transparent 60%);
    z-index: 1;
    pointer-events: none
}

.abt-us .feat-quote {
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .feat-quote .quote-text {
    font-size: 15px;
    line-height: 1.55;
    color: #E3DECB;
    font-style: italic;
    margin: 0
}

.abt-us .feat-quote .quote-attr {
    font-size: 15px;
    color: #fff;
    opacity: .85
}

.abt-us .team-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px
}

.abt-us .team-member {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 2px 6px 0 #54635c0d;
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s ease-out
}

.abt-us .team-member:hover {
    box-shadow: 0 5px 22px 0 #54635c1c
}

.abt-us .team-member .member-stripe {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, transparent 50%, #9ba79447 50%);
    border-radius: 0 6px 0 0;
    pointer-events: none
}

.abt-us .member-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-radius .18s ease-out
}

.abt-us .team-member:hover .member-icon {
    border-radius: 6px
}

.abt-us .member-icon i {
    color: #fff;
    font-size: 18px
}

.abt-us .member-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.abt-us .member-info h5 {
    font-size: 18px;
    line-height: 1.2;
    color: #54635C;
    margin: 0
}

.abt-us .member-info .member-role {
    font-size: 15px;
    color: #9BA794;
    letter-spacing: .04em
}

.abt-us .member-info p {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    margin: 0;
    opacity: .8
}

.abt-us .img-with-overlay {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 16/7;
    margin-top: 40px
}

.abt-us .img-with-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: slowZoom 16s ease-in-out infinite alternate
}

.abt-us .img-with-overlay .overlay-band {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #54635cb8 0%, #9ba79466 60%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px;
    pointer-events: none
}

.abt-us .overlay-text {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .overlay-text h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin: 0
}

.abt-us .overlay-text p {
    font-size: 15px;
    line-height: 1.55;
    color: #E3DECB;
    margin: 0
}

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

    .abt-us .story-img-col {
        display: none
    }

    .abt-us .story-text-col {
        padding-top: 0
    }

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

    .abt-us .featured-split {
        grid-template-columns: 1fr
    }

    .abt-us .featured-img-col {
        display: none
    }
}

@media (max-width: 768px) {
    .abt-us .story-panel {
        padding: 40px 0 24px
    }

    .abt-us .story-heading h1 {
        font-size: 38px
    }

    .abt-us .story-body {
        grid-template-columns: 1fr
    }

    .abt-us .story-aside {
        flex-direction: row;
        flex-wrap: wrap
    }

    .abt-us .aside-stat {
        flex: 1;
        min-width: 120px
    }

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

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

    .abt-us .featured-body {
        grid-template-columns: 1fr
    }

    .abt-us .panel-heading-wrap h2 {
        font-size: 28px
    }

    .abt-us .img-with-overlay {
        display: none
    }

    .abt-us .team-panel {
        padding: 40px 0
    }
}

@media (max-width: 480px) {
    .abt-us .pg-container {
        padding: 0 8px
    }

    .abt-us .story-heading h1 {
        font-size: 28px
    }

    .abt-us .story-para {
        font-size: 15px
    }

    .abt-us .team-member {
        flex-direction: column
    }

    .abt-us .feat-aside {
        display: none
    }
}

.ctus-pg {
    background: #f5f3ed;
    overflow-x: clip
}

.ctus-pg .reveal-mask {
    animation: maskReveal .7s ease-out forwards;
    clip-path: inset(0 100% 0 0)
}

@keyframes maskReveal {
    to {
        clip-path: inset(0 0% 0 0)
    }
}

.ctus-pg .reach-strip {
    background: #fff;
    padding: 80px 0 40px;
    position: relative
}

.ctus-pg .reach-strip::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, transparent 0px, transparent 6px, #9BA794 6px, #9BA794 10px, transparent 10px, transparent 16px);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='12'%3E%3Cpath d='M0,6 C120,0 240,12 360,6 C480,0 600,12 720,6 C840,0 960,12 1080,6 C1200,0 1320,12 1440,6' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    mask-size: 1440px 12px;
    mask-repeat: repeat-x
}

.ctus-pg .reach-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.ctus-pg .reach-left {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ctus-pg .reach-label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #9BA794;
    text-transform: uppercase;
    font-weight: 600
}

.ctus-pg .reach-heading {
    font-size: 52px;
    line-height: 1.2;
    color: #2a332e;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0
}

.ctus-pg .reach-heading .kw-under {
    display: inline;
    background: linear-gradient(to bottom, transparent 60%, #E3DECB 60%);
    padding-bottom: 2px
}

.ctus-pg .reach-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #3d4a42;
    margin: 0
}

.ctus-pg .contact-pairs {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus-pg .cpair {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3DECB
}

.ctus-pg .cpair:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.ctus-pg .cpair-lbl {
    font-size: 15px;
    color: #9BA794;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.ctus-pg .cpair-lbl i {
    font-size: 15px;
    color: #54635C
}

.ctus-pg .cpair-val {
    font-size: 18px;
    line-height: 1.55;
    color: #2a332e;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s ease-out
}

.ctus-pg .cpair-val:hover {
    color: #54635C
}

.ctus-pg .cpair-divider {
    width: 32px;
    height: 1px;
    background: linear-gradient(to right, #9BA794, #54635C)
}

.ctus-pg .reach-img-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.ctus-pg .reach-img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    filter: saturate(0.85) brightness(0.97)
}

.ctus-pg .reach-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #54635c2e, transparent 60%);
    border-radius: 6px;
    pointer-events: none
}

.ctus-pg .reach-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 5px 22px 0 #54635c1c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 220px
}

.ctus-pg .badge-stat {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #54635C;
    letter-spacing: -.03em
}

.ctus-pg .badge-note {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C
}

.ctus-pg .deco-zigzag {
    width: 100%;
    height: 24px;
    background: #fff;
    clip-path: polygon(0% 0%, 2.5% 100%, 5% 0%, 7.5% 100%, 10% 0%, 12.5% 100%, 15% 0%, 17.5% 100%, 20% 0%, 22.5% 100%, 25% 0%, 27.5% 100%, 30% 0%, 32.5% 100%, 35% 0%, 37.5% 100%, 40% 0%, 42.5% 100%, 45% 0%, 47.5% 100%, 50% 0%, 52.5% 100%, 55% 0%, 57.5% 100%, 60% 0%, 62.5% 100%, 65% 0%, 67.5% 100%, 70% 0%, 72.5% 100%, 75% 0%, 77.5% 100%, 80% 0%, 82.5% 100%, 85% 0%, 87.5% 100%, 90% 0%, 92.5% 100%, 95% 0%, 97.5% 100%, 100% 0%)
}

.ctus-pg .form-area {
    background: linear-gradient(to left, #54635C, #9BA794);
    padding: 80px 0;
    position: relative
}

.ctus-pg .stripe-texture {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, #ffffff08 0px, #ffffff08 1px, transparent 1px, transparent 18px);
    pointer-events: none
}

.ctus-pg .form-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start
}

.ctus-pg .form-meta {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ctus-pg .form-meta-label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #E3DECB;
    text-transform: uppercase;
    font-weight: 600
}

.ctus-pg .form-meta-heading {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0
}

.ctus-pg .form-meta-heading .hstrip {
    display: inline;
    background: #e3decb2e;
    padding: 2px 8px;
    border-radius: 6px
}

.ctus-pg .form-meta-body {
    font-size: 18px;
    line-height: 1.55;
    color: #ffffffd1;
    margin: 0
}

.ctus-pg .timeline-cards {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus-pg .tcard {
    background: #ffffff14;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    transition: background .15s ease-out
}

.ctus-pg .tcard:hover {
    background: #ffffff24
}

.ctus-pg .tcard-num {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #E3DECB;
    min-width: 32px
}

.ctus-pg .tcard-text {
    font-size: 15px;
    line-height: 1.55;
    color: #ffffffd9
}

.ctus-pg .form-card {
    background: #fff;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.ctus-pg .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px
}

.ctus-pg .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px
}

.ctus-pg .form-field:last-of-type {
    margin-bottom: 0
}

.ctus-pg .field-lbl {
    font-size: 15px;
    color: #54635C;
    font-weight: 600;
    letter-spacing: .04em
}

.ctus-pg .field-lbl .req {
    color: #54635C;
    margin-left: 4px
}

.ctus-pg .f-input {
    border: 1.5px solid #E3DECB;
    border-radius: 6px;
    padding: 24px;
    font-size: 15px;
    color: #2a332e;
    background: #f5f3ed;
    outline: none;
    transition: border-color .15s ease-out, box-shadow .15s ease-out;
    width: 100%;
    box-sizing: border-box
}

.ctus-pg .f-input:focus {
    border-color: #54635C;
    box-shadow: 0 2px 6px 0 #54635c0d;
    background: #fff
}

.ctus-pg .f-input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #54635C
}

.ctus-pg .f-select {
    border: 1.5px solid #E3DECB;
    border-radius: 6px;
    padding: 24px;
    font-size: 15px;
    color: #2a332e;
    background: #f5f3ed;
    outline: none;
    transition: border-color .15s ease-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2354635C' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.ctus-pg .f-select:focus {
    border-color: #54635C;
    box-shadow: 0 2px 6px 0 #54635c0d;
    background-color: #fff
}

.ctus-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin: 24px 0
}

.ctus-pg .priv-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #54635C;
    margin-top: 2px;
    cursor: pointer
}

.ctus-pg .priv-text {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C
}

.ctus-pg .priv-text a {
    color: #54635C;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .12s ease-out
}

.ctus-pg .priv-text a:hover {
    color: #2a332e
}

.ctus-pg .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 24px 40px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #9BA794 0%, #54635C 100%);
    background-size: 200% 200%;
    background-position: right center;
    cursor: pointer;
    transition: background-position .18s ease-out, box-shadow .18s ease-out;
    box-shadow: 0 5px 22px 0 #54635c1c;
    letter-spacing: .03em;
    width: 100%;
    justify-content: center
}

.ctus-pg .submit-btn:hover {
    background-position: left center;
    box-shadow: 0 8px 44px 0 #54635c1f
}

.ctus-pg .submit-btn:focus {
    outline: 2px solid #E3DECB;
    outline-offset: 3px
}

.ctus-pg .submit-btn:active {
    box-shadow: 0 2px 6px 0 #54635c0d
}

.ctus-pg .form-sep {
    height: 1px;
    background: linear-gradient(to right, #E3DECB, transparent);
    margin: 24px 0
}

@media (max-width: 1024px) {
    .ctus-pg .reach-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ctus-pg .form-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ctus-pg .reach-heading {
        font-size: 38px
    }
}

@media (max-width: 768px) {
    .ctus-pg .reach-strip {
        padding: 40px 0
    }

    .ctus-pg .reach-img-wrap {
        display: none
    }

    .ctus-pg .form-area {
        padding: 40px 0
    }

    .ctus-pg .form-card {
        padding: 24px
    }

    .ctus-pg .form-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .ctus-pg .reach-heading {
        font-size: 28px
    }

    .ctus-pg .form-meta-heading {
        font-size: 28px
    }
}

@media (max-width: 480px) {
    .ctus-pg .reach-inner {
        padding: 0 24px
    }

    .ctus-pg .form-inner {
        padding: 0 24px
    }

    .ctus-pg .submit-btn {
        padding: 24px;
        font-size: 15px
    }
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: #fff
}

.success-pg .success-wrap {
    max-width: 560px;
    width: 100%;
    background: #f5f3ec;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 5px 22px 0 #54635c1c;
    text-align: center
}

.success-pg .success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-pg .success-icon svg {
    width: 64px;
    height: 64px
}

.success-pg .success-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #54635C;
    margin: 0 0 24px
}

.success-pg .success-text {
    font-size: 18px;
    line-height: 1.55;
    color: #3a453f;
    margin: 0 0 40px
}

.success-pg .success-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 48px;
    margin: 0 auto 40px
}

.success-pg .success-meta {
    font-size: 15px;
    line-height: 1.55;
    color: #54635C;
    margin: 0 0 40px
}

.success-pg .success-actions {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.success-pg .btn-primary {
    display: inline-block;
    padding: 24px 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .03em;
    color: #fff;
    background: linear-gradient(to left, #9BA794, #54635C);
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-position .18s ease-out, opacity .15s ease-out;
    background-size: 200% 100%;
    background-position: right center
}

.success-pg .btn-primary:hover {
    background-position: left center;
    opacity: .92
}

.success-pg .btn-primary:focus {
    outline: 2px solid #54635C;
    outline-offset: 3px
}

.success-pg .btn-secondary {
    display: inline-block;
    padding: 24px 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .03em;
    color: #54635C;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #9BA794;
    cursor: pointer;
    transition: border-color .18s ease-out, color .15s ease-out
}

.success-pg .btn-secondary:hover {
    border-color: #54635C;
    color: #3a453f
}

.success-pg .btn-secondary:focus {
    outline: 2px solid #54635C;
    outline-offset: 3px
}

@media (max-width: 480px) {
    .success-pg {
        padding: 40px 24px
    }

    .success-pg .success-wrap {
        padding: 40px 24px
    }

    .success-pg .success-actions {
        flex-direction: column;
        gap: 24px
    }

    .success-pg .btn-primary,
    .success-pg .btn-secondary {
        width: 100%;
        text-align: center
    }
}