@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/700-italic.css";

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

body {
    margin: 0;
    scrollbar-gutter: stable;
    min-height: 100vh;
    font-family: 'Public Sans', sans-serif
}

.site-hd {
    background: linear-gradient(160deg, #3D8E6C 0%, #2e6e53 60%, #1f4f3c 100%);
    position: relative;
    overflow: hidden
}

.site-hd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #3d8e6c2e 0%, #7fbc9614 100%);
    pointer-events: none
}

.hd-top-row {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 40px 16px;
    display: flex;
    align-items: center;
    gap: 16px
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none
}

.logo-mount {
    width: 60px;
    height: 60px;
    background: #E9F0ED;
    border: 2px solid #e9f0ed99;
    box-shadow: 0 1px 5px 0 #3d8e6c14 0 5px 25px 0 #3d8e6c17;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 0
}

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

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

.hd-nav-row {
    border-top: 1px solid #e9f0ed26;
    background: #1e503a73;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

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

.hd-nav-shell a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #e9f0ede0;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .4s ease-in-out;
    position: relative
}

.hd-nav-shell a:hover {
    color: #E9F0ED;
    border-bottom-color: #7FBC96;
    background: #7fbc961a
}

.hd-nav-shell a:focus-visible {
    outline: 2px solid #E9F0ED;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d8e6c66
}

.hd-nav-shell a.active {
    color: #E9F0ED;
    border-bottom-color: #7FBC96;
    font-weight: 700
}

.hd-region {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 8px 0
}

.region-sel {
    background: #e9f0ed1a;
    border: 1px solid #e9f0ed40;
    color: #E9F0ED;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: .01em;
    transition: background .4s ease-in-out, border-color .4s ease-in-out;
    appearance: none;
    -webkit-appearance: none
}

.region-sel:hover {
    background: #e9f0ed2e;
    border-color: #e9f0ed73
}

.region-sel:focus-visible {
    outline: 2px solid #E9F0ED;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d8e6c66
}

.region-sel option {
    background: #2e6e53;
    color: #E9F0ED
}

.site-ft {
    background: #1f4f3c;
    position: relative;
    overflow: hidden
}

.site-ft::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #7fbc961f 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none
}

.ft-row {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    position: relative
}

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

.ft-logo-mount {
    width: 48px;
    height: 48px;
    background: #E9F0ED;
    border: 2px solid #e9f0ed80;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex-shrink: 0
}

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

.ft-brand-name {
    font-size: 16px;
    font-weight: 700;
    color: #E9F0ED;
    letter-spacing: .02em;
    line-height: 1.2
}

.ft-divider {
    width: 1px;
    height: 40px;
    background: #e9f0ed33;
    flex-shrink: 0
}

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

.ft-links a {
    font-size: 16px;
    color: #e9f0edb8;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.7;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ft-links a:hover {
    color: #E9F0ED;
    border-color: #7fbc9659
}

.ft-links a:focus-visible {
    outline: 2px solid #7FBC96;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d8e6c59
}

.ft-contact {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ft-email-label {
    font-size: 16px;
    color: #e9f0ed8c;
    letter-spacing: .01em;
    line-height: 1.2
}

.ft-email {
    font-size: 16px;
    color: #7FBC96;
    text-decoration: none;
    letter-spacing: .01em;
    font-weight: 700;
    line-height: 1.2;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s ease-in-out
}

.ft-email:hover {
    color: #E9F0ED;
    opacity: .9
}

.ft-email:focus-visible {
    outline: 2px solid #7FBC96;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d8e6c59
}

.ft-copy {
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #e9f0ed61;
    letter-spacing: .01em;
    line-height: 1.7;
    border-top: 1px solid #e9f0ed1a;
    padding-top: 16px;
    margin-top: 8px
}

.ck-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    display: none;
    background: #E9F0ED;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    border-bottom: 2px solid #7FBC96;
    transform: translateX(-100%);
    transition: transform .26s cubic-bezier(0.16, 1, 0.3, 1)
}

.ck-bar.ck-visible {
    transform: translateX(0)
}

.ck-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap
}

.ck-text-block {
    flex: 1;
    min-width: 200px
}

.ck-desc {
    font-size: 16px;
    color: #1f4f3c;
    line-height: 1.7;
    letter-spacing: .01em;
    margin: 0 0 8px
}

.ck-headline {
    font-size: 16px;
    font-weight: 700;
    color: #1f4f3c;
    letter-spacing: .01em;
    line-height: 1.2;
    margin: 0 0 8px
}

.ck-uses {
    margin: 0;
    padding: 0 0 0 16px;
    font-size: 16px;
    color: #2e6e53;
    line-height: 1.7;
    letter-spacing: .01em
}

.ck-panel {
    margin-top: 16px;
    padding: 16px;
    background: #3d8e6c0f;
    border-radius: 8px;
    border: 1px solid #3d8e6c26
}

.ck-toggle-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.ck-toggle-label {
    font-size: 16px;
    color: #1f4f3c;
    letter-spacing: .01em;
    line-height: 1.2;
    flex: 1
}

.ck-toggle {
    width: 40px;
    height: 24px;
    cursor: pointer;
    accent-color: #3D8E6C
}

.ck-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    flex-shrink: 0
}

.ck-btn {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.2;
    padding: 8px 24px;
    background: transparent;
    border: 2px solid #3D8E6C;
    border-radius: 3px;
    color: #1f4f3c;
    cursor: pointer;
    font-weight: 700;
    white-space: nowrap;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px
}

.ck-btn:hover {
    background: #3D8E6C;
    color: #E9F0ED
}

.ck-btn:focus-visible {
    outline: 2px solid #1f4f3c;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d8e6c4d
}

.ck-expand-btn {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.2;
    padding: 8px 24px;
    background: transparent;
    border: 2px solid #3d8e6c66;
    border-radius: 3px;
    color: #2e6e53;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px
}

.ck-expand-btn:hover {
    border-color: #3D8E6C;
    color: #1f4f3c
}

.ck-expand-btn:focus-visible {
    outline: 2px solid #1f4f3c;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d8e6c4d
}

@media (max-width: 900px) {
    .hd-top-row {
        padding: 16px 24px 8px
    }

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

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

    .ft-row {
        padding: 40px 24px
    }

    .ft-contact {
        margin-left: 0
    }

    .ck-inner {
        padding: 16px 24px
    }
}

@media (max-width: 600px) {
    .hd-top-row {
        padding: 16px 16px 8px
    }

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

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

    .ft-row {
        padding: 24px 16px;
        gap: 16px
    }

    .ft-divider {
        display: none
    }

    .ck-inner {
        padding: 16px;
        flex-direction: column
    }

    .ck-actions {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%
    }
}

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

.doc-body ul,
.doc-body ol {
    padding-left: 24px;
    margin-top: 16px;
    margin-bottom: 16px
}

.doc-body ul {
    list-style-type: disc
}

.doc-body ol {
    list-style-type: decimal
}

.doc-body ul ul,
.doc-body ol ol,
.doc-body ul ol,
.doc-body ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 24px
}

.doc-body li {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a3d35;
    margin-bottom: 8px
}

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

.doc-body strong,
.doc-body b {
    font-weight: 700;
    color: #1e3329;
    letter-spacing: .01em
}

.doc-body table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 #3d8e6c14
}

.doc-body thead {
    background-color: #3D8E6C
}

.doc-body thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 16px 24px;
    text-align: left;
    border-bottom: 2px solid #7FBC96
}

.doc-body tbody tr {
    background-color: #fff;
    transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.doc-body tbody tr:nth-child(even) {
    background-color: #E9F0ED
}

.doc-body tbody tr:hover {
    background-color: #d4e8de
}

.doc-body td {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a3d35;
    padding: 16px 24px;
    border-bottom: 1px solid #7fbc9640;
    vertical-align: top
}

.doc-body tbody tr:last-child td {
    border-bottom: none
}

.doc-body th {
    font-size: 16px;
    letter-spacing: .02em
}

.doc-body hr {
    border: none;
    border-top: 2px solid #E9F0ED;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 1px 5px 0 #3d8e6c14
}

.doc-body div {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a3d35
}

.doc-body div+div {
    margin-top: 16px
}

@media (max-width: 900px) {
    .doc-body {
        padding: 40px 24px
    }

    .doc-body table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .doc-body thead th,
    .doc-body td {
        padding: 16px
    }
}

@media (max-width: 600px) {
    .doc-body {
        padding: 40px 16px
    }

    .doc-body li,
    .doc-body div {
        font-size: 16px
    }

    .doc-body ul,
    .doc-body ol {
        padding-left: 16px
    }

    .doc-body hr {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .doc-body thead th,
    .doc-body td {
        padding: 8px 16px;
        font-size: 16px
    }
}

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

.lpd .pg-wrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 600px) {
    .lpd .pg-wrap {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 900px) {
    .lpd .pg-wrap {
        padding-left: 24px;
        padding-right: 24px
    }
}

.lpd .divider-thick {
    height: 4px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border: none;
    margin: 0
}

.lpd .geo-bg {
    position: absolute;
    top: 80px;
    right: -120px;
    width: 480px;
    height: 480px;
    border: 2px solid #3d8e6c14;
    border-radius: 3px;
    animation: geo-spin 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.lpd .geo-bg-inner {
    position: absolute;
    top: 60px;
    right: -80px;
    width: 320px;
    height: 320px;
    border: 1px solid #7fbc961a;
    border-radius: 3px;
    animation: geo-spin 18s linear infinite reverse;
    pointer-events: none;
    z-index: 0
}

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

    to {
        transform: rotate(360deg)
    }
}

.lpd .grad-anim {
    animation: grad-breath 8s ease-in-out infinite;
    background-size: 200% 200%
}

@keyframes grad-breath {
    0% {
        background-position: 0 50%
    }

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

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

.lpd .title-blk {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.lpd .title-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    position: relative;
    z-index: 1
}

.lpd .title-img {
    width: 220px;
    min-width: 180px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.lpd .title-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.92) contrast(1.08);
    border-radius: 8px
}

.lpd .title-img-r {
    width: 160px;
    min-width: 120px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    align-self: center
}

.lpd .title-img-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.6) brightness(0.88) contrast(1.1);
    border-radius: 8px
}

.lpd .title-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

.lpd .title-cat {
    display: inline-block;
    background: #3d8e6c1a;
    color: #3D8E6C;
    font-size: 16px;
    letter-spacing: .02em;
    padding: 4px 16px;
    border-radius: 3px;
    align-self: flex-start;
    line-height: 1.7
}

.lpd .title-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2e25;
    font-weight: 700;
    margin: 0
}

.lpd .title-slogan {
    font-size: 18px;
    line-height: 1.7;
    color: #3a5046;
    margin: 0;
    font-style: italic;
    border-left: 4px solid #7FBC96;
    padding-left: 16px
}

.lpd .title-meta {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.lpd .meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lpd .meta-lbl {
    font-size: 16px;
    color: #3D8E6C;
    letter-spacing: .02em;
    line-height: 1.2;
    font-weight: 600
}

.lpd .meta-val {
    font-size: 16px;
    color: #2a3d32;
    line-height: 1.7
}

.lpd .deco-circle {
    position: absolute;
    bottom: 24px;
    left: 16px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #7fbc9614;
    pointer-events: none;
    z-index: 0
}

@media (max-width: 900px) {
    .lpd .title-inner {
        flex-direction: column;
        gap: 24px
    }

    .lpd .title-img {
        width: 100%;
        min-width: unset;
        height: 200px
    }

    .lpd .title-img-r {
        display: none
    }

    .lpd .title-h1 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .lpd .title-h1 {
        font-size: 32px
    }
}

.lpd .desc-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E9F0ED;
    position: relative
}

.lpd .desc-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start
}

.lpd .desc-txt h2 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #3D8E6C;
    font-weight: 700;
    margin: 0 0 8px;
    text-transform: uppercase
}

.lpd .desc-txt h3 {
    font-size: 18px;
    line-height: 1.7;
    color: #1b2e25;
    font-weight: 700;
    margin: 16px 0 8px
}

.lpd .desc-txt p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3d32;
    margin: 0 0 16px
}

.lpd .desc-txt p:first-of-type::first-word {
    color: #3D8E6C
}

.lpd .desc-txt mark {
    background: #7fbc9640;
    color: #1b2e25;
    border-radius: 2px;
    padding: 0 4px
}

.lpd .desc-txt ul {
    margin: 0 0 16px;
    padding-left: 24px
}

.lpd .desc-txt ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3d32;
    margin-bottom: 4px
}

.lpd .desc-txt dl {
    margin: 0 0 16px
}

.lpd .desc-txt dt {
    font-size: 16px;
    font-weight: 700;
    color: #3D8E6C;
    line-height: 1.7
}

.lpd .desc-txt dd {
    font-size: 16px;
    color: #2a3d32;
    line-height: 1.7;
    margin: 0 0 8px
}

.lpd .desc-txt figure {
    margin: 16px 0
}

.lpd .desc-txt figcaption {
    font-size: 16px;
    color: #3a5046;
    font-style: italic;
    line-height: 1.7
}

.lpd .desc-txt details {
    border: 1px solid #3d8e6c33;
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 8px;
    background: #fff
}

.lpd .desc-txt summary {
    font-size: 16px;
    font-weight: 600;
    color: #3D8E6C;
    cursor: pointer;
    line-height: 1.7
}

.lpd .price-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    padding: 40px 24px;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    box-shadow: 0 5px 25px 0 #3d8e6c17 inset 0 1px 0 0 #7fbc964d inset 0 -1px 0 0 #3d8e6c14
}

.lpd .price-amt {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #3D8E6C;
    letter-spacing: .01em
}

.lpd .price-des {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3d32
}

.lpd .price-note {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5046;
    border-top: 1px solid #3d8e6c26;
    padding-top: 16px
}

.lpd .enroll-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 16px 24px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    cursor: pointer
}

.lpd .enroll-btn::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fff0;
    border-radius: 6px;
    transition: border-color .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.lpd .enroll-btn:hover {
    opacity: .88;
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.lpd .enroll-btn:hover::after {
    border-color: #ffffff73
}

.lpd .seats-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.lpd .seats-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3D8E6C;
    flex-shrink: 0
}

.lpd .seats-txt {
    font-size: 16px;
    color: #3a5046;
    line-height: 1.7
}

.lpd .report-lnk {
    font-size: 16px;
    color: #3D8E6C;
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: .01em;
    transition: opacity .38s ease-in-out;
    line-height: 1.7
}

.lpd .report-lnk:hover {
    opacity: .65
}

@media (max-width: 900px) {
    .lpd .desc-grid {
        grid-template-columns: 1fr
    }

    .lpd .price-card {
        position: static
    }
}

.lpd .prog-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative
}

.lpd .prog-head {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 40px
}

.lpd .prog-h2 {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #1b2e25;
    margin: 0
}

.lpd .prog-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #3D8E6C;
    margin: 0
}

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

.lpd .prog-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lpd .prog-body p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3d32;
    margin: 0
}

.lpd .prog-body h2 {
    font-size: 18px;
    font-weight: 700;
    color: #3D8E6C;
    margin: 0;
    line-height: 1.2
}

.lpd .prog-body small {
    font-size: 16px;
    color: #3a5046;
    line-height: 1.7;
    display: block
}

.lpd .prog-body em {
    color: #3D8E6C;
    font-style: normal;
    font-weight: 600
}

.lpd .prog-body ul,
.lpd .prog-body ol {
    margin: 0;
    padding-left: 24px
}

.lpd .prog-body li {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3d32;
    margin-bottom: 4px
}

.lpd .prog-body dl {
    margin: 0
}

.lpd .prog-body dt {
    font-size: 16px;
    font-weight: 700;
    color: #3D8E6C;
    line-height: 1.7
}

.lpd .prog-body dd {
    font-size: 16px;
    color: #2a3d32;
    line-height: 1.7;
    margin: 0 0 8px 24px
}

.lpd .prog-body blockquote {
    margin: 0;
    padding: 16px 24px;
    border-left: 4px solid #7FBC96;
    background: #e9f0ed99;
    border-radius: 0 8px 8px 0
}

.lpd .prog-body cite {
    font-size: 16px;
    color: #3a5046;
    font-style: italic;
    display: block;
    margin-top: 8px
}

.lpd .prog-body figure {
    margin: 0
}

.lpd .prog-body figcaption {
    font-size: 16px;
    color: #3a5046;
    font-style: italic;
    line-height: 1.7
}

.lpd .prog-body details {
    border: 1px solid #3d8e6c33;
    border-radius: 8px;
    padding: 8px 16px;
    background: #E9F0ED
}

.lpd .prog-body summary {
    font-size: 16px;
    font-weight: 600;
    color: #3D8E6C;
    cursor: pointer;
    line-height: 1.7
}

.lpd .prog-break-el {
    grid-column: 1 / -1;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-top: 16px;
    transform: translateX(40px);
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.lpd .prog-break-el .brk-txt {
    flex: 1;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    letter-spacing: .01em
}

.lpd .prog-break-el .brk-num {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff40;
    letter-spacing: .01em;
    flex-shrink: 0
}

@media (max-width: 900px) {
    .lpd .prog-body {
        grid-template-columns: 1fr
    }

    .lpd .prog-break-el {
        transform: none;
        flex-direction: column;
        gap: 16px
    }

    .lpd .prog-h2 {
        font-size: 36px
    }

    .lpd .prog-head {
        flex-direction: column;
        gap: 8px
    }
}

@media (max-width: 600px) {
    .lpd .prog-break-el {
        padding: 24px
    }
}

.lpd .react-blk {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #fff
}

.lpd .react-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.lpd .react-lbl {
    font-size: 16px;
    color: #3a5046;
    line-height: 1.7;
    flex-shrink: 0
}

.lpd .react-opts {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.lpd .react-opts input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.lpd .react-opts label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1.5px solid #3d8e6c40;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #2a3d32;
    line-height: 1.7;
    background: #fff;
    transition: background .42s cubic-bezier(0.16, 1, 0.3, 1), border-color .42s cubic-bezier(0.16, 1, 0.3, 1), color .42s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none
}

.lpd .react-opts label:hover {
    border-color: #3D8E6C;
    background: #3d8e6c0d
}

.lpd .react-opts label.selected {
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-color: #3D8E6C;
    color: #fff;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.lpd .frosted-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(247deg, #7fbc962e, #3d8e6c1f);
    background-size: 200% 200%;
    position: relative
}

.lpd .frosted-blk.grad-anim {
    animation: grad-breath 8s ease-in-out infinite
}

.lpd .frosted-card {
    background: #ffffff8c;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 12px;
    border: 1px solid #7fbc964d;
    padding: 40px;
    box-shadow: 0 1px 5px 0 #3d8e6c14 inset 0 1px 0 0 #ffffffb3 inset 0 -1px 0 0 #3d8e6c0f;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lpd .fc-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd .fc-lbl {
    font-size: 16px;
    color: #3D8E6C;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase
}

.lpd .fc-val {
    font-size: 18px;
    color: #1b2e25;
    line-height: 1.7;
    font-weight: 600
}

.lpd .fc-note {
    font-size: 16px;
    color: #3a5046;
    line-height: 1.7
}

.lpd .frosted-head {
    text-align: center;
    margin-bottom: 40px
}

.lpd .frosted-head h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1b2e25;
    letter-spacing: .01em;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase
}

.lpd .frosted-head p {
    font-size: 16px;
    color: #3a5046;
    line-height: 1.7;
    margin: 0
}

@media (max-width: 900px) {
    .lpd .frosted-card {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 24px
    }
}

@media (max-width: 600px) {
    .lpd .frosted-card {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.lpd .prog-blk .pg-wrap {
    position: relative;
    z-index: 1
}

.svc-pg {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.svc-pg .col-reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: col-up .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.svc-pg .col-reveal:nth-child(1) {
    animation-delay: .08s
}

.svc-pg .col-reveal:nth-child(2) {
    animation-delay: .22s
}

.svc-pg .col-reveal:nth-child(3) {
    animation-delay: .36s
}

.svc-pg .col-reveal:nth-child(4) {
    animation-delay: .5s
}

@keyframes col-up {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.svc-pg .pg-band {
    height: 4px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C)
}

.svc-pg .svc-lead {
    background: #fff;
    padding: 80px 40px
}

.svc-pg .svc-lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

@media (max-width: 900px) {
    .svc-pg .svc-lead-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.svc-pg .img-col {
    position: relative
}

.svc-pg .img-bracket {
    position: relative;
    display: inline-block
}

.svc-pg .img-bracket::before,
.svc-pg .img-bracket::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: #3D8E6C;
    border-style: solid;
    z-index: 2
}

.svc-pg .img-bracket::before {
    top: -8px;
    left: -8px;
    border-width: 2px 0 0 2px
}

.svc-pg .img-bracket::after {
    bottom: -8px;
    right: -8px;
    border-width: 0 2px 2px 0
}

.svc-pg .lead-img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 8px;
    filter: saturate(0.85) brightness(0.97);
    transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .img-col:hover .lead-img {
    filter: saturate(1.1) brightness(1.02)
}

.svc-pg .img-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #7fbc9647, #3d8e6c2e);
    border-radius: 8px;
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.svc-pg .img-col:hover .img-wash {
    opacity: 1
}

.svc-pg .txt-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.svc-pg .eyebrow {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 8px;
    background: #E9F0ED;
    border-radius: 3px;
    width: fit-content
}

.svc-pg .lead-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e25;
    margin: 0
}

@media (max-width: 900px) {
    .svc-pg .lead-h1 {
        font-size: 40px
    }
}

.svc-pg .lead-desc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2d4a3a;
    margin: 0
}

.svc-pg .lead-desc .acct {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase;
    font-size: 16px
}

.svc-pg .lead-sub {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a5244;
    margin: 0
}

.svc-pg .prog-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.svc-pg .prog-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.svc-pg .prog-lbl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2d4a3a;
    font-weight: 600
}

.svc-pg .prog-track {
    display: flex;
    flex-direction: row;
    gap: 4px;
    height: 8px
}

.svc-pg .prog-seg {
    flex: 1;
    border-radius: 2px;
    background: #E9F0ED;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .prog-seg.filled {
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    box-shadow: 0 1px 5px 0 #3d8e6c14
}

.svc-pg .prog-item:hover .prog-seg.filled {
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.svc-pg .mid-band {
    height: 4px;
    background: #E9F0ED
}

.svc-pg .svc-detail {
    background: linear-gradient(247deg, #E9F0ED 0%, #f4f8f6 100%);
    padding: 80px 40px
}

.svc-pg .detail-hd {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px
}

.svc-pg .detail-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e25;
    margin: 0
}

@media (max-width: 900px) {
    .svc-pg .detail-h2 {
        font-size: 36px
    }
}

.svc-pg .detail-intro {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2d4a3a;
    margin: 0;
    max-width: 680px
}

.svc-pg .four-col {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

@media (max-width: 1200px) {
    .svc-pg .four-col {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 600px) {
    .svc-pg .four-col {
        grid-template-columns: 1fr
    }
}

.svc-pg .feat-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.svc-pg .feat-card:hover {
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    transform: translateY(-3px)
}

.svc-pg .feat-card.accent-left {
    background: linear-gradient(247deg, #3D8E6C, #2a6b50);
    color: #fff
}

.svc-pg .feat-card.accent-left .card-h {
    color: #fff
}

.svc-pg .feat-card.accent-left .card-p {
    color: #ffffffe0
}

.svc-pg .feat-card.accent-left .card-num {
    color: #ffffff80
}

.svc-pg .diamond-acc {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #7FBC96;
    transform: rotate(45deg);
    border-radius: 2px;
    opacity: .7
}

.svc-pg .card-num {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #7FBC96;
    font-weight: 700
}

.svc-pg .card-h {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e25;
    margin: 0
}

.svc-pg .card-p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a5244;
    margin: 0
}

.svc-pg .card-acct {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase
}

.svc-pg .card-img-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.svc-pg .card-img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .card-img-wrap:hover .card-img {
    filter: saturate(1.15) brightness(1.04);
    transform: scale(1.03)
}

.svc-pg .card-img-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #3d8e6c52, #7fbc962e);
    border-radius: 8px;
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.svc-pg .card-img-wrap:hover .card-img-wash {
    opacity: 1
}

.svc-pg .plain-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .5s ease-in-out, transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .plain-card:hover {
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    transform: translateY(-2px)
}

.svc-pg .svc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    margin: 0;
    list-style: decimal inside
}

.svc-pg .svc-list li {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2d4a3a;
    padding: 4px 0;
    border-bottom: 1px solid #E9F0ED
}

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

.svc-pg .inv-strip {
    background: linear-gradient(247deg, #2a6b50, #1b2e25);
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.svc-pg .inv-txt {
    flex: 1;
    min-width: 220px
}

.svc-pg .inv-h {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px
}

.svc-pg .inv-p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #fffc;
    margin: 0
}

.svc-pg .inv-img-wrap {
    flex-shrink: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.svc-pg .inv-img {
    display: block;
    width: 280px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

@media (max-width: 600px) {
    .svc-pg .inv-img {
        width: 100%;
        height: 160px
    }
}

.svc-pg .inv-img-wrap:hover .inv-img {
    filter: saturate(1.2) brightness(1.05)
}

.svc-pg .inv-img-wash {
    position: absolute;
    inset: 0;
    background: #3d8e6c59;
    opacity: 0;
    border-radius: 8px;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.svc-pg .inv-img-wrap:hover .inv-img-wash {
    opacity: 1
}

.svc-pg .inv-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0
}

.svc-pg .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.svc-pg .stat-num {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 700;
    color: #7FBC96
}

.svc-pg .stat-lbl {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #ffffffb3
}

@media (max-width: 900px) {
    .svc-pg .svc-lead {
        padding: 40px 24px
    }

    .svc-pg .svc-detail {
        padding: 40px 24px
    }

    .svc-pg .inv-strip {
        padding: 40px 24px
    }

    .svc-pg .stat-num {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .svc-pg .svc-lead {
        padding: 40px 16px
    }

    .svc-pg .svc-detail {
        padding: 40px 16px
    }

    .svc-pg .inv-strip {
        padding: 40px 16px;
        flex-direction: column
    }
}

.svc-pg .btn-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    font-weight: 700;
    color: #3D8E6C;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.svc-pg .btn-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #7FBC96;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .btn-link:hover {
    color: #2a6b50
}

.svc-pg .btn-link:hover::after {
    width: 100%
}

.svc-pg .arr {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .arr::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg)
}

.svc-pg .btn-link:hover .arr {
    transform: translateX(4px)
}

.svc-pg .inv-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    font-weight: 700;
    color: #7FBC96;
    text-decoration: none;
    padding: 8px 0;
    position: relative
}

.svc-pg .inv-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #7FBC96;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .inv-btn:hover::after {
    width: 100%
}

.svc-pg .inv-btn:hover {
    color: #fff
}

.abt-pg {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.abt-pg .reveal-clip {
    clip-path: inset(0 0 100% 0);
    animation: clipReveal .75s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

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

.abt-pg ::selection {
    background: #3D8E6C;
    color: #fff
}

.abt-pg .sec-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 40px 80px
}

.abt-pg .sec-divider span {
    font-size: 16px;
    color: #3D8E6C;
    letter-spacing: .02em;
    white-space: nowrap
}

.abt-pg .sec-divider::before,
.abt-pg .sec-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #7FBC96;
    opacity: .45
}

.abt-pg .hl-cycle span {
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s ease-in-out;
    opacity: .45
}

.abt-pg .hl-cycle span.hl-active {
    color: #3D8E6C;
    opacity: 1
}

.abt-pg .acw {
    color: #3D8E6C !important
}

.abt-pg .pat-dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #7FBC96;
    opacity: .5;
    display: inline-block
}

.abt-pg .pat-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}

.abt-pg .pat-row .pat-dot:nth-child(even) {
    background: #3D8E6C;
    opacity: .3
}

.abt-pg .curved-connector {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.abt-pg .curved-connector svg {
    display: block;
    width: 100%
}

.abt-pg .warm-grade {
    filter: sepia(0.18) saturate(0.9) brightness(1.04)
}

.abt-pg .cool-shift {
    filter: saturate(0.88) hue-rotate(0deg) brightness(0.97)
}

.abt-pg .img-wrap {
    overflow: hidden;
    border-radius: 8px
}

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

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

.abt-pg .btn-txt {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #3D8E6C;
    letter-spacing: .02em;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 8px 0;
    position: relative;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .btn-txt::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background: #3D8E6C;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: .35
}

.abt-pg .btn-txt:hover {
    opacity: .8
}

.abt-pg .btn-txt:hover::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background: #7FBC96;
    opacity: .6
}

.abt-pg .arr {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative
}

.abt-pg .arr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    background: #3D8E6C;
    transform: translateY(-50%)
}

.abt-pg .arr::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3D8E6C;
    border-right: 1px solid #3D8E6C;
    transform: translateY(-50%) rotate(45deg)
}

.abt-pg .lbl {
    font-size: 16px;
    letter-spacing: .02em;
    color: #3D8E6C;
    text-transform: uppercase;
    opacity: .7
}

.abt-pg .num-lbl {
    font-size: 62px;
    line-height: 1.2;
    color: #3D8E6C;
    letter-spacing: .01em;
    font-weight: 700
}

.abt-pg .card-base {
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.abt-pg .card-base:hover {
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .01em;
    padding: 4px 8px;
    border-radius: 3px;
    background: #7fbc9626;
    color: #3D8E6C
}

.abt-pg .rule-h {
    height: 2px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-radius: 2px;
    margin-bottom: 24px
}

@media (max-width: 600px) {
    .abt-pg .sec-divider {
        padding: 40px 16px
    }
}

.abt-pg .pg-ldg {
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
    position: relative
}

.abt-pg .pg-ldg .ldg-img-col {
    position: relative
}

.abt-pg .pg-ldg .ldg-img-wrap {
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.abt-pg .pg-ldg .ldg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abt-pg .pg-ldg .ldg-pat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px
}

.abt-pg .pg-ldg .ldg-txt-col {
    padding-top: 40px;
    padding-bottom: 80px
}

.abt-pg .pg-ldg .ldg-eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.abt-pg .pg-ldg .ldg-h1 {
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e;
    margin-bottom: 24px
}

.abt-pg .pg-ldg .ldg-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #2d4a3e;
    margin-bottom: 40px;
    max-width: 560px
}

.abt-pg .pg-ldg .ldg-sub .hl-cycle {
    display: inline
}

.abt-pg .pg-ldg .ldg-meta {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px
}

.abt-pg .pg-ldg .ldg-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt-pg .pg-ldg .ldg-meta-label {
    font-size: 16px;
    letter-spacing: .02em;
    color: #3D8E6C;
    opacity: .7
}

.abt-pg .pg-ldg .ldg-meta-val {
    font-size: 18px;
    line-height: 1.2;
    color: #1b3a2e;
    font-weight: 600;
    letter-spacing: .01em
}

@media (max-width: 900px) {
    .abt-pg .pg-ldg {
        grid-template-columns: 1fr;
        padding: 40px 24px
    }

    .abt-pg .pg-ldg .ldg-img-wrap {
        height: 320px
    }

    .abt-pg .pg-ldg .ldg-txt-col {
        padding-top: 0;
        padding-bottom: 40px
    }

    .abt-pg .pg-ldg .ldg-h1 {
        font-size: 62px
    }
}

@media (max-width: 600px) {
    .abt-pg .pg-ldg {
        padding: 24px 16px 40px
    }

    .abt-pg .pg-ldg .ldg-h1 {
        font-size: 62px
    }

    .abt-pg .pg-ldg .ldg-meta {
        flex-direction: column;
        gap: 16px
    }
}

.abt-pg .four-col {
    background: #E9F0ED;
    padding: 80px
}

.abt-pg .four-col .fc-hed {
    margin-bottom: 40px
}

.abt-pg .four-col .fc-hed h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e;
    margin-bottom: 16px
}

.abt-pg .four-col .fc-hed p {
    font-size: 18px;
    line-height: 1.7;
    color: #2d4a3e;
    max-width: 560px
}

.abt-pg .four-col .fc-grid {
    display: grid;
    grid-template-columns: 120px 1fr 120px 1fr;
    gap: 24px;
    align-items: start
}

.abt-pg .four-col .fc-lbl-col {
    padding-top: 8px
}

.abt-pg .four-col .fc-lbl-num {
    font-size: 62px;
    line-height: 1.2;
    color: #7FBC96;
    font-weight: 700;
    letter-spacing: .01em;
    opacity: .6
}

.abt-pg .four-col .fc-txt-col {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .four-col .fc-txt-col:hover {
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    transform: translateY(-2px)
}

.abt-pg .four-col .fc-txt-col h4 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e;
    margin-bottom: 8px;
    font-weight: 700
}

.abt-pg .four-col .fc-txt-col p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d4a3e
}

@media (max-width: 900px) {
    .abt-pg .four-col {
        padding: 40px 24px
    }

    .abt-pg .four-col .fc-grid {
        grid-template-columns: 80px 1fr
    }

    .abt-pg .four-col .fc-hed h2 {
        font-size: 62px
    }
}

@media (max-width: 600px) {
    .abt-pg .four-col {
        padding: 40px 16px
    }

    .abt-pg .four-col .fc-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt-pg .four-col .fc-lbl-col {
        display: none
    }

    .abt-pg .four-col .fc-hed h2 {
        font-size: 62px
    }
}

.abt-pg .met-band {
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.abt-pg .met-band .met-img-side {
    position: relative
}

.abt-pg .met-band .met-img-frame {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.abt-pg .met-band .met-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abt-pg .met-band .met-badge {
    position: absolute;
    bottom: 24px;
    left: -24px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box
}

.abt-pg .met-band .met-badge .bdg-num {
    font-size: 62px;
    line-height: 1.2;
    color: #3D8E6C;
    font-weight: 700;
    letter-spacing: .01em
}

.abt-pg .met-band .met-badge .bdg-lbl {
    font-size: 16px;
    color: #2d4a3e;
    letter-spacing: .02em
}

.abt-pg .met-band .met-txt-side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .met-band .met-txt-side h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e
}

.abt-pg .met-band .met-txt-side .met-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #2d4a3e
}

.abt-pg .met-band .met-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px
}

.abt-pg .met-band .met-stat {
    background: #E9F0ED;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: inset 0 1px 0 #fffc inset 0 -1px 0 #3d8e6c14;
    transition: background .45s ease-in-out
}

.abt-pg .met-band .met-stat:hover {
    background: #7fbc9633
}

.abt-pg .met-band .met-stat .st-val {
    font-size: 62px;
    line-height: 1.2;
    color: #3D8E6C;
    font-weight: 700;
    letter-spacing: .01em
}

.abt-pg .met-band .met-stat .st-lbl {
    font-size: 16px;
    color: #2d4a3e;
    letter-spacing: .02em
}

@media (max-width: 900px) {
    .abt-pg .met-band {
        grid-template-columns: 1fr;
        padding: 40px 24px
    }

    .abt-pg .met-band .met-img-frame {
        height: 320px
    }

    .abt-pg .met-band .met-badge {
        left: 16px;
        bottom: 16px
    }

    .abt-pg .met-band .met-txt-side h2 {
        font-size: 62px
    }
}

@media (max-width: 600px) {
    .abt-pg .met-band {
        padding: 40px 16px
    }

    .abt-pg .met-band .met-stats {
        grid-template-columns: 1fr
    }
}

.abt-pg .team-strip {
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    padding: 80px
}

.abt-pg .team-strip .ts-hed {
    margin-bottom: 40px
}

.abt-pg .team-strip .ts-hed h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 16px
}

.abt-pg .team-strip .ts-hed p {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffd9;
    max-width: 560px
}

.abt-pg .team-strip .ts-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.abt-pg .team-strip .ts-card {
    background: #ffffff1f;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #fff3;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .team-strip .ts-card:hover {
    background: #fff3;
    transform: translateY(-3px)
}

.abt-pg .team-strip .ts-card .tc-img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 1px 5px 0 #3d8e6c14
}

.abt-pg .team-strip .ts-card .tc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abt-pg .team-strip .ts-card .tc-name {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 4px
}

.abt-pg .team-strip .ts-card .tc-role {
    font-size: 16px;
    color: #ffffffb3;
    letter-spacing: .02em;
    margin-bottom: 16px
}

.abt-pg .team-strip .ts-card .tc-bio {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffd9
}

.abt-pg .team-strip .ts-card .tc-quote {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #fff3;
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffb3;
    font-style: italic
}

.abt-pg .team-strip .ts-img-card {
    grid-column: span 1
}

@media (max-width: 900px) {
    .abt-pg .team-strip {
        padding: 40px 24px
    }

    .abt-pg .team-strip .ts-cols {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .abt-pg .team-strip .ts-hed h2 {
        font-size: 62px
    }
}

@media (max-width: 600px) {
    .abt-pg .team-strip {
        padding: 40px 16px
    }

    .abt-pg .team-strip .ts-cols {
        grid-template-columns: 1fr
    }
}

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

.lrn-prog .pg-band {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.lrn-prog .ttl-area {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative
}

.lrn-prog .dot-grid {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 100%;
    background-image: radial-gradient(circle, #7FBC96 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .18;
    pointer-events: none;
    z-index: 0
}

.lrn-prog .ttl-area .pg-band {
    position: relative;
    z-index: 1
}

.lrn-prog .ttl-eyebrow {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #3D8E6C;
    background: #E9F0ED;
    border-radius: 3px;
    padding: 4px 16px;
    margin-bottom: 24px;
    font-weight: 600
}

.lrn-prog .ttl-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e;
    font-weight: 700;
    margin-bottom: 24px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.lrn-prog .ttl-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #3a5248;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.lrn-prog .ttl-img-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    position: relative
}

.lrn-prog .ttl-img-clip {
    width: 100%;
    height: 420px;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 88% 100%, 12% 100%, 0 82%);
    overflow: hidden;
    border-radius: 8px
}

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

.lrn-prog .ttl-img-vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, #3d8e6c47 100%);
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 88% 100%, 12% 100%, 0 82%);
    border-radius: 8px
}

.lrn-prog .cards-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E9F0ED;
    position: relative
}

.lrn-prog .cards-area::before {
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 0 0 50% 50% / 0 0 32px 32px
}

.lrn-prog .cards-area::after {
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 50% 50% 0 0 / 32px 32px 0 0
}

.lrn-prog .sec-lbl {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase
}

.lrn-prog .sec-hd {
    font-size: 18px;
    line-height: 1.7;
    color: #1b3a2e;
    font-weight: 700;
    margin-bottom: 40px
}

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

.lrn-prog .prog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    display: flex;
    flex-direction: column;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.lrn-prog .prog-card:hover {
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    transform: translateY(-4px)
}

.lrn-prog .card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative
}

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

.lrn-prog .prog-card:hover .card-img-wrap img {
    transform: scale(1.04)
}

.lrn-prog .card-img-vig {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #3d8e6c0a 0%, #1b3a2e52 100%);
    pointer-events: none
}

.lrn-prog .card-tag {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #3D8E6C;
    background: #E9F0ED;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: 600;
    margin-bottom: 8px
}

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

.lrn-prog .card-ttl {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e;
    font-weight: 700;
    margin-bottom: 8px
}

.lrn-prog .card-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5248;
    margin-bottom: 16px;
    flex: 1
}

.lrn-prog .card-meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap
}

.lrn-prog .meta-item {
    font-size: 16px;
    line-height: 1.2;
    color: #3D8E6C;
    font-weight: 600;
    letter-spacing: .01em
}

.lrn-prog .meta-item span {
    color: #3a5248;
    font-weight: 400
}

.lrn-prog .card-seats {
    font-size: 16px;
    line-height: 1.2;
    color: #7FBC96;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: .01em
}

.lrn-prog .card-price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 4px
}

.lrn-prog .card-price {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b3a2e;
    letter-spacing: .01em
}

.lrn-prog .card-pricedes {
    font-size: 16px;
    line-height: 1.2;
    color: #3a5248
}

.lrn-prog .card-pricenote {
    font-size: 16px;
    line-height: 1.2;
    color: #7FBC96;
    margin-bottom: 16px
}

.lrn-prog .card-dashed {
    border: 1.5px dashed #7FBC96;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px
}

.lrn-prog .card-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #3D8E6C;
    text-decoration: none;
    letter-spacing: .01em;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: color .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.lrn-prog .card-link::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #3D8E6C;
    position: relative;
    transition: width .35s cubic-bezier(0.16, 1, 0.3, 1), background .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .card-link:hover {
    color: #1b3a2e;
    border-bottom-color: #3D8E6C
}

.lrn-prog .card-link:hover::after {
    width: 26px;
    background: #1b3a2e
}

.lrn-prog .card-link:focus-visible {
    outline: 2px solid #3D8E6C;
    outline-offset: 4px;
    border-radius: 2px
}

.lrn-prog .card-link-inner {
    display: inline-block
}

.lrn-prog .split-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.lrn-prog .split-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.lrn-prog .split-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lrn-prog .split-right {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .split-hd {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2e;
    font-weight: 700;
    margin-bottom: 24px
}

.lrn-prog .split-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5248;
    margin-bottom: 16px
}

.lrn-prog .split-txt .acnt {
    color: #3D8E6C;
    font-weight: 700;
    text-transform: uppercase
}

.lrn-prog .split-img-wrap {
    width: 100%;
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

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

.lrn-prog .split-img-vig {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #3d8e6c2e 0%, transparent 60%);
    pointer-events: none
}

.lrn-prog .step-list {
    list-style: decimal;
    padding-left: 24px;
    margin: 0
}

.lrn-prog .step-list li {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5248;
    margin-bottom: 8px;
    padding-left: 8px
}

.lrn-prog .step-list li strong {
    color: #1b3a2e
}

.lrn-prog .metrics-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(247deg, #7FBC96 0%, #3D8E6C 100%);
    position: relative
}

.lrn-prog .metrics-area .pg-band {
    position: relative;
    z-index: 1
}

.lrn-prog .metrics-flicker {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #ffffff0f 0%, #fff0 100%);
    animation: flicker-bg 7s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes flicker-bg {
    0% {
        opacity: 1
    }

    30% {
        opacity: .85
    }

    55% {
        opacity: .95
    }

    80% {
        opacity: .82
    }

    100% {
        opacity: 1
    }
}

.lrn-prog .metrics-hd {
    font-size: 18px;
    line-height: 1.7;
    color: #E9F0ED;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 560px
}

.lrn-prog .metrics-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 24px;
    align-items: start
}

.lrn-prog .metric-card {
    background: #ffffff1f;
    border: 1px solid #ffffff38;
    border-radius: 12px;
    padding: 24px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .metric-card:hover {
    background: #fff3
}

.lrn-prog .metric-num {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01em;
    margin-bottom: 8px
}

.lrn-prog .metric-lbl {
    font-size: 16px;
    line-height: 1.7;
    color: #E9F0ED
}

.lrn-prog .metric-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 8px
}

.lrn-prog .metric-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff80
}

.lrn-prog .metric-dot.lg {
    width: 20px;
    height: 20px;
    background: #fff
}

.lrn-prog .metric-dot.sm {
    width: 8px;
    height: 8px
}

.lrn-prog .dashed-frame {
    border: 2px dashed #ffffff4d;
    border-radius: 8px;
    padding: 4px
}

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

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

    .lrn-prog .metric-center {
        display: none
    }

    .lrn-prog .ttl-h1 {
        font-size: 62px
    }
}

@media (max-width: 900px) {
    .lrn-prog .split-row {
        flex-direction: column
    }

    .lrn-prog .split-left,
    .lrn-prog .split-right {
        flex: 0 0 100%
    }

    .lrn-prog .split-hd {
        font-size: 62px
    }

    .lrn-prog .ttl-h1 {
        font-size: 62px
    }

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

@media (max-width: 600px) {
    .lrn-prog .pg-band {
        padding-left: 16px;
        padding-right: 16px
    }

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

    .lrn-prog .ttl-h1 {
        font-size: 62px
    }

    .lrn-prog .split-hd {
        font-size: 62px
    }

    .lrn-prog .ttl-img-clip {
        height: 260px
    }

    .lrn-prog .ttl-area {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lrn-prog .cards-area,
    .lrn-prog .split-area,
    .lrn-prog .metrics-area {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

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

.rt .pg-wrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 900px) {
    .rt .pg-wrap {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 600px) {
    .rt .pg-wrap {
        padding-left: 16px;
        padding-right: 16px
    }
}

.rt .tb {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E9F0ED
}

.rt .tb-img-wrap {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.rt .tb-img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: blur(0px)
}

.rt .tb-text {
    max-width: 860px
}

.rt .tb-label {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

.rt .tb-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 24px
}

.rt .tb-h1 em {
    font-style: normal;
    color: #3D8E6C
}

.rt .tb-desc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c;
    max-width: 620px;
    margin-bottom: 40px
}

.rt .tb-act {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
    background: #3D8E6C;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden
}

.rt .tb-act::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 2px solid #fff0;
    border-radius: 6px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.rt .tb-act:hover {
    background: #2e6e52;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.rt .tb-act:hover::after {
    border-color: #ffffff59
}

.rt .tb-act svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

@media (max-width: 900px) {
    .rt .tb-h1 {
        font-size: 40px
    }

    .rt .tb-img-wrap img {
        height: 320px
    }

    .rt .tb-img-wrap {
        max-height: 320px
    }
}

@media (max-width: 600px) {
    .rt .tb-h1 {
        font-size: 32px
    }

    .rt .tb-img-wrap img {
        height: 220px
    }

    .rt .tb-img-wrap {
        max-height: 220px
    }
}

.rt .rel {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    border-top: 1px solid #d4e4dc
}

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

.rt .rel-left {
    border-right: 4px solid #3D8E6C;
    padding-right: 40px
}

.rt .rel-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 24px
}

.rt .rel-sub {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c;
    margin-bottom: 16px
}

.rt .rel-sub .fw {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase
}

.rt .rel-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.rt .rel-card {
    background: #E9F0ED;
    border-radius: 8px;
    padding: 24px;
    border-right: 4px solid #7FBC96;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.rt .rel-card:hover {
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    background: #ddeee5
}

.rt .rel-card-h {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #1b3a2d;
    margin-bottom: 8px
}

.rt .rel-card-p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c
}

@media (max-width: 900px) {
    .rt .rel-grid {
        grid-template-columns: 1fr
    }

    .rt .rel-left {
        border-right: none;
        padding-right: 0;
        border-bottom: 4px solid #3D8E6C;
        padding-bottom: 24px
    }

    .rt .rel-h2 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .rt .rel-h2 {
        font-size: 32px
    }
}

.rt .sit {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E9F0ED;
    border-top: 1px solid #c5dbd0
}

.rt .sit-top {
    margin-bottom: 40px
}

.rt .sit-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 16px
}

.rt .sit-intro {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c;
    max-width: 680px
}

.rt .sit-intro .fw {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase
}

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

.rt .sit-item {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    position: relative;
    overflow: hidden;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1);
    border-right: 4px solid #7FBC96
}

.rt .sit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(247deg, #7fbc9614, #3d8e6c0a);
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.rt .sit-item:hover {
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.rt .sit-item:hover::before {
    opacity: 1
}

.rt .sit-num {
    font-size: 62px;
    font-weight: 700;
    color: #3d8e6c1f;
    line-height: 1;
    letter-spacing: .01em;
    margin-bottom: 8px;
    display: block
}

.rt .sit-item-h {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #1b3a2d;
    margin-bottom: 8px;
    line-height: 1.2
}

.rt .sit-item-p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c
}

@media (max-width: 900px) {
    .rt .sit-list {
        grid-template-columns: 1fr 1fr
    }

    .rt .sit-h2 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .rt .sit-list {
        grid-template-columns: 1fr
    }

    .rt .sit-h2 {
        font-size: 32px
    }
}

.rt .prob {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    border-top: 1px solid #d4e4dc
}

.rt .prob-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center
}

.rt .prob-img-col {
    flex: 0 0 420px
}

.rt .prob-img-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    position: relative
}

.rt .prob-img-frame img {
    width: 420px;
    height: 540px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.rt .prob-img-frame:hover img {
    transform: scale(1.03)
}

.rt .prob-txt-col {
    flex: 1
}

.rt .prob-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 24px
}

.rt .prob-body {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c;
    margin-bottom: 16px
}

.rt .prob-body .fw {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase
}

.rt .prob-badge-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px
}

.rt .prob-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E9F0ED;
    border: 1px solid #7FBC96;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    color: #1b3a2d;
    transition: background .45s ease-in-out, box-shadow .45s ease-in-out
}

.rt .prob-badge:hover {
    background: #7FBC96;
    box-shadow: 0 1px 5px 0 #3d8e6c14
}

.rt .prob-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3D8E6C;
    display: inline-block;
    flex-shrink: 0
}

@media (max-width: 900px) {
    .rt .prob-layout {
        flex-direction: column;
        gap: 40px
    }

    .rt .prob-img-col {
        flex: none;
        width: 100%
    }

    .rt .prob-img-frame img {
        width: 100%;
        height: 320px
    }

    .rt .prob-h2 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .rt .prob-h2 {
        font-size: 32px
    }
}

.rt .out {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-top: 1px solid #3D8E6C
}

.rt .out-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px
}

.rt .out-lead {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #ffffffe0;
    margin-bottom: 40px;
    max-width: 600px
}

.rt .out-lead .fw {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

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

.rt .out-card {
    background: #ffffff1f;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #ffffff38;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    border-right: 4px solid #ffffff73
}

.rt .out-card:hover {
    background: #fff3;
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.rt .out-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 4px
}

.rt .out-role {
    font-size: 16px;
    letter-spacing: .01em;
    color: #ffffffb3;
    margin-bottom: 16px
}

.rt .out-quote {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #ffffffeb
}

.rt .out-tag {
    display: inline-block;
    margin-top: 16px;
    background: #ffffff2e;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff
}

@media (max-width: 900px) {
    .rt .out-cards {
        grid-template-columns: 1fr
    }

    .rt .out-h2 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .rt .out-h2 {
        font-size: 32px
    }
}

.rt .adp {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E9F0ED;
    border-top: 1px solid #c5dbd0
}

.rt .adp-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: start
}

.rt .adp-txt-col {
    flex: 1
}

.rt .adp-img-col {
    flex: 0 0 400px
}

.rt .adp-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.rt .adp-img-wrap img {
    width: 400px;
    height: 460px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1), filter .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.rt .adp-img-wrap:hover img {
    transform: scale(1.04)
}

.rt .adp-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 24px
}

.rt .adp-body {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c;
    margin-bottom: 16px
}

.rt .adp-body .fw {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase
}

.rt .adp-steps {
    list-style: decimal;
    padding-left: 24px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .adp-step {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c;
    padding-left: 8px
}

.rt .adp-step strong {
    color: #1b3a2d
}

.rt .adp-mini-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.rt .adp-tag {
    background: #fff;
    border: 1px solid #7FBC96;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #3D8E6C;
    letter-spacing: .01em;
    transition: background .4s ease-in-out
}

.rt .adp-tag:hover {
    background: #7FBC96;
    color: #fff
}

@media (max-width: 900px) {
    .rt .adp-layout {
        flex-direction: column;
        gap: 40px
    }

    .rt .adp-img-col {
        flex: none;
        width: 100%
    }

    .rt .adp-img-wrap img {
        width: 100%;
        height: 280px
    }

    .rt .adp-h2 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .rt .adp-h2 {
        font-size: 32px
    }
}

.rt .rec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    border-top: 1px solid #d4e4dc
}

.rt .rec-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px
}

.rt .rec-h2 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    flex: 1
}

.rt .rec-aside {
    flex: 0 0 380px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c
}

.rt .rec-aside .fw {
    font-weight: 700;
    color: #3D8E6C;
    text-transform: uppercase
}

.rt .rec-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.rt .rec-item {
    border-radius: 8px;
    padding: 24px;
    background: #E9F0ED;
    border-right: 4px solid #3D8E6C;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.rt .rec-item:active {
    transform: scale(1.04);
    transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.rt .rec-item:hover {
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    background: #ddeee5
}

.rt .rec-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #3D8E6C;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rt .rec-item-icon svg {
    width: 22px;
    height: 22px
}

.rt .rec-item-h {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #1b3a2d;
    margin-bottom: 8px
}

.rt .rec-item-p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2e4a3c
}

.rt .rec-rating {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: #E9F0ED;
    border-radius: 8px;
    border-right: 4px solid #3D8E6C;
    box-shadow: 0 1px 5px 0 #3d8e6c14
}

.rt .rec-rating-num {
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    color: #3D8E6C;
    letter-spacing: .01em
}

.rt .rec-rating-detail {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.rt .rec-stars {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.rt .rec-star {
    width: 20px;
    height: 20px
}

.rt .rec-star polygon {
    fill: #3D8E6C
}

.rt .rec-rating-label {
    font-size: 16px;
    color: #2e4a3c;
    letter-spacing: .01em;
    line-height: 1.7
}

@media (max-width: 900px) {
    .rt .rec-top {
        flex-direction: column;
        align-items: flex-start
    }

    .rt .rec-aside {
        flex: none
    }

    .rt .rec-items {
        grid-template-columns: 1fr 1fr
    }

    .rt .rec-h2 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .rt .rec-items {
        grid-template-columns: 1fr
    }

    .rt .rec-h2 {
        font-size: 32px
    }

    .rt .rec-rating {
        flex-direction: column;
        align-items: flex-start
    }
}

.rt .dots-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px
}

.rt .dot-sm {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #7FBC96;
    flex-shrink: 0
}

.rt .dot-md {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3D8E6C;
    flex-shrink: 0
}

.rt .dot-lg {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3D8E6C;
    opacity: .5;
    flex-shrink: 0
}

.msn-pg {
    background: #fff;
    color: #1b2d25;
    overflow-x: hidden
}

.msn-pg .pg-cap {
    background: #1b2d25;
    position: relative;
    padding: 80px 0
}

.msn-pg .pg-cap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, #3d8e6c2e 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #7fbc961a 0%, transparent 50%);
    pointer-events: none
}

.msn-pg .pg-cap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 0%, #00000073 0%, transparent 45%), radial-gradient(ellipse at 100% 100%, #0006 0%, transparent 45%), radial-gradient(ellipse at 100% 0%, #0000004d 0%, transparent 35%), radial-gradient(ellipse at 0% 100%, #0000004d 0%, transparent 35%);
    pointer-events: none
}

.msn-pg .cap-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.msn-pg .cap-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.msn-pg .cap-left {
    flex: 1 1 0;
    min-width: 0
}

.msn-pg .cap-right {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.msn-pg .cap-tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .14em;
    color: #7FBC96;
    text-transform: uppercase;
    margin-bottom: 24px;
    border-left: 3px solid #3D8E6C;
    border-bottom: 1px solid #7fbc9640;
    padding: 4px 16px
}

.msn-pg .cap-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 700
}

.msn-pg .cap-h1 em {
    font-style: normal;
    color: #7FBC96
}

.msn-pg .cap-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0;
    max-width: 560px
}

.msn-pg .cap-dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 40px;
    align-items: center
}

.msn-pg .cap-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3D8E6C;
    flex-shrink: 0
}

.msn-pg .cap-dot.sm {
    width: 5px;
    height: 5px;
    background: #7fbc9673
}

.msn-pg .cap-dot.xs {
    width: 3px;
    height: 3px;
    background: #7fbc9640
}

.msn-pg .cap-stat {
    background: #ffffff0a;
    border: 1px solid #7fbc962e;
    border-radius: 8px;
    padding: 24px;
    position: relative
}

.msn-pg .cap-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-radius: 8px 8px 0 0
}

.msn-pg .stat-num {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #7FBC96;
    letter-spacing: .01em;
    display: block
}

.msn-pg .stat-lbl {
    font-size: 16px;
    line-height: 1.7;
    color: #fff9;
    margin: 4px 0 0
}

.msn-pg .brkt-box {
    position: relative;
    border: 1px solid #7fbc9633;
    border-radius: 8px;
    padding: 24px;
    background: #ffffff08
}

.msn-pg .brkt-box::before,
.msn-pg .brkt-box::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #3D8E6C;
    border-style: solid
}

.msn-pg .brkt-box::before {
    top: -2px;
    left: -2px;
    border-width: 2px 0 0 2px;
    border-radius: 3px 0 0 0
}

.msn-pg .brkt-box::after {
    bottom: -2px;
    right: -2px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 3px 0
}

.msn-pg .brkt-lbl {
    font-size: 16px;
    color: #7FBC96;
    letter-spacing: .02em;
    margin-bottom: 8px;
    text-transform: uppercase
}

.msn-pg .brkt-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffa6;
    margin: 0
}

.msn-pg .val-sec {
    background: #E9F0ED;
    padding: 80px 0;
    position: relative
}

.msn-pg .val-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 0%, #0000000f 0%, transparent 40%), radial-gradient(ellipse at 100% 100%, #0000000d 0%, transparent 40%);
    pointer-events: none
}

.msn-pg .val-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.msn-pg .val-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 80px;
    margin-bottom: 80px
}

.msn-pg .val-top-left {
    flex: 0 0 520px
}

.msn-pg .val-top-right {
    flex: 1 1 0;
    min-width: 0
}

.msn-pg .val-eyebrow {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D8E6C;
    margin-bottom: 16px;
    font-weight: 600
}

.msn-pg .val-h2 {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #1b2d25;
    margin: 0
}

.msn-pg .val-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #3a5045;
    margin: 0 0 24px
}

.msn-pg .val-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #4d6b5c;
    margin: 0
}

.msn-pg .val-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.msn-pg .val-img-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.msn-pg .val-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    position: relative
}

.msn-pg .val-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #e9f0edb3, transparent);
    pointer-events: none
}

.msn-pg .val-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .val-img-wrap:hover .val-img {
    transform: scale(1.03)
}

.msn-pg .val-caption {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5045;
    border-left: 3px solid #3D8E6C;
    border-bottom: 1px solid #3d8e6c2e;
    padding: 8px 16px;
    background: #fff9;
    border-radius: 0 8px 8px 0
}

.msn-pg .val-col-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.msn-pg .val-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #3d8e6c1f;
    padding: 24px;
    position: relative;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .val-card:hover {
    box-shadow: 0 5px 25px 0 #3d8e6c17 inset 0 1px 0 #7fbc964d inset 0 -1px 0 #3d8e6c14;
    border-color: #3d8e6c4d
}

.msn-pg .val-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .val-card:hover::before {
    opacity: 1
}

.msn-pg .val-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, #e9f0ed80, transparent);
    border-radius: 0 0 8px 8px;
    pointer-events: none
}

.msn-pg .card-num {
    font-size: 16px;
    font-weight: 700;
    color: #3D8E6C;
    letter-spacing: .08em;
    margin-bottom: 8px;
    display: block
}

.msn-pg .card-h {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2d25;
    margin: 0 0 8px
}

.msn-pg .card-p {
    font-size: 16px;
    line-height: 1.7;
    color: #4d6b5c;
    margin: 0
}

.msn-pg .card-p .acc {
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px
}

.msn-pg .role-sec {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.msn-pg .role-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 100%, #0000000a 0%, transparent 35%), radial-gradient(ellipse at 100% 0%, #0000000a 0%, transparent 35%);
    pointer-events: none
}

.msn-pg .role-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.msn-pg .role-hd {
    text-align: center;
    margin-bottom: 80px
}

.msn-pg .role-eyebrow {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D8E6C;
    margin-bottom: 16px;
    font-weight: 600
}

.msn-pg .role-h2 {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #1b2d25;
    margin: 0 0 16px
}

.msn-pg .role-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #4d6b5c;
    max-width: 600px;
    margin: 0 auto
}

.msn-pg .role-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.msn-pg .role-col {
    position: relative
}

.msn-pg .role-col:nth-child(2) {
    margin-top: 40px
}

.msn-pg .role-col:nth-child(3) {
    margin-top: 80px
}

.msn-pg .role-panel {
    background: #E9F0ED;
    border-radius: 12px;
    padding: 40px 24px;
    position: relative;
    border: 1px solid #3d8e6c1f;
    box-shadow: 0 5px 25px 0 #3d8e6c17;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .role-panel:hover {
    box-shadow: 0 12px 60px 0 #3d8e6c1c inset 0 1px 0 #7fbc9666 inset 0 -1px 0 #3d8e6c1a;
    transform: translateY(-4px)
}

.msn-pg .role-panel::before,
.msn-pg .role-panel::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-color: #3D8E6C;
    border-style: solid
}

.msn-pg .role-panel::before {
    top: -2px;
    left: -2px;
    border-width: 2px 0 0 2px;
    border-radius: 3px 0 0 0
}

.msn-pg .role-panel::after {
    bottom: -2px;
    right: -2px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 3px 0
}

.msn-pg .role-ico {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.msn-pg .role-ico svg {
    width: 40px;
    height: 40px;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .role-panel:hover .role-ico svg {
    transform: rotate(360deg)
}

.msn-pg .role-type {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3D8E6C;
    margin-bottom: 8px
}

.msn-pg .role-h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b2d25;
    margin: 0 0 16px
}

.msn-pg .role-p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a5045;
    margin: 0 0 16px
}

.msn-pg .role-p .acc {
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase
}

.msn-pg .role-list {
    list-style: decimal;
    padding-left: 24px;
    margin: 0
}

.msn-pg .role-list li {
    font-size: 16px;
    line-height: 1.7;
    color: #4d6b5c;
    margin-bottom: 4px;
    padding-left: 4px
}

.msn-pg .img-panel {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    position: relative;
    margin-top: 40px
}

.msn-pg .img-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #ffffff80, transparent);
    pointer-events: none
}

.msn-pg .img-panel img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .img-panel:hover img {
    transform: scale(1.04)
}

@media (max-width: 1200px) {
    .msn-pg .cap-grid {
        gap: 40px
    }

    .msn-pg .cap-right {
        flex: 0 0 320px
    }

    .msn-pg .cap-h1 {
        font-size: 62px
    }

    .msn-pg .val-top {
        gap: 40px
    }

    .msn-pg .val-top-left {
        flex: 0 0 380px
    }

    .msn-pg .role-cols {
        gap: 24px
    }
}

@media (max-width: 900px) {
    .msn-pg .cap-grid {
        flex-direction: column;
        gap: 40px
    }

    .msn-pg .cap-right {
        flex: none;
        width: 100%;
        padding-top: 0;
        flex-direction: row;
        flex-wrap: wrap
    }

    .msn-pg .cap-stat,
    .msn-pg .brkt-box {
        flex: 1 1 240px
    }

    .msn-pg .val-top {
        flex-direction: column;
        gap: 24px
    }

    .msn-pg .val-top-left {
        flex: none;
        width: 100%
    }

    .msn-pg .val-body {
        grid-template-columns: 1fr
    }

    .msn-pg .val-col-right {
        padding-top: 0
    }

    .msn-pg .role-cols {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .msn-pg .role-col:nth-child(2),
    .msn-pg .role-col:nth-child(3) {
        margin-top: 0
    }

    .msn-pg .img-panel {
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .msn-pg .pg-cap {
        padding: 40px 0
    }

    .msn-pg .cap-inner,
    .msn-pg .val-inner,
    .msn-pg .role-inner {
        padding: 0 16px
    }

    .msn-pg .cap-h1 {
        font-size: 62px
    }

    .msn-pg .val-h2,
    .msn-pg .role-h2 {
        font-size: 62px
    }

    .msn-pg .val-sec,
    .msn-pg .role-sec {
        padding: 40px 0
    }

    .msn-pg .val-top {
        margin-bottom: 40px
    }

    .msn-pg .role-hd {
        margin-bottom: 40px
    }

    .msn-pg .cap-right {
        flex-direction: column
    }
}

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

.ctus-pg .bd-wrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.ctus-pg .bd-wrap-sm {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px
}

.ctus-pg .spot-blk {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    background: #E9F0ED;
    overflow: hidden
}

.ctus-pg .spot-blk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 8% 15%, #3d8e6c2e 0%, transparent 55%);
    pointer-events: none
}

.ctus-pg .spot-blk::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='100' cy='40' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='70' cy='80' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='160' cy='40' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='130' cy='80' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='190' cy='80' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='40' cy='140' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='100' cy='140' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3Ccircle cx='70' cy='180' r='30' fill='none' stroke='#3d8e6c12' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    opacity: .6;
    pointer-events: none
}

.ctus-pg .spot-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 80px
}

.ctus-pg .spot-left {
    flex: 0 0 auto;
    width: 420px
}

.ctus-pg .spot-eyebrow {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.ctus-pg .spot-h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 24px
}

.ctus-pg .spot-sub {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2c4a3a;
    max-width: 340px
}

.ctus-pg .spot-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px
}

.ctus-pg .spot-shape {
    width: 320px;
    height: 340px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    clip-path: polygon(0 12%, 12% 0, 88% 0, 100% 12%, 100% 82%, 88% 100%, 18% 100%, 0 88%);
    position: relative;
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.ctus-pg .spot-shape-txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #fff;
    text-align: center;
    padding: 0 24px;
    font-weight: 500
}

.ctus-pg .spot-shape-num {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #ffffff38;
    font-weight: 700;
    position: absolute;
    bottom: 16px;
    right: 24px
}

.ctus-pg .spot-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.ctus-pg .spot-tag {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2c4a3a;
    background: #3d8e6c14;
    border: 1px solid #3d8e6c2e;
    border-radius: 3px;
    padding: 4px 16px
}

.ctus-pg .divider-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0
}

.ctus-pg .divider-line .dl-bar {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3d8e6c40, transparent)
}

.ctus-pg .divider-line .dl-gem {
    width: 8px;
    height: 8px;
    background: #3D8E6C;
    border-radius: 2px;
    transform: rotate(45deg);
    flex-shrink: 0
}

.ctus-pg .form-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative
}

.ctus-pg .form-blk .drift-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 100%;
    background: linear-gradient(247deg, #7fbc9612, #3d8e6c0a);
    pointer-events: none;
    border-radius: 12px 0 0 12px;
    animation: drift-move 8s ease-in-out infinite alternate
}

@keyframes drift-move {
    0% {
        transform: translateY(0px) translateX(0px);
        opacity: .7
    }

    100% {
        transform: translateY(24px) translateX(-16px);
        opacity: 1
    }
}

.ctus-pg .form-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.ctus-pg .form-aside {
    flex: 0 0 300px;
    position: sticky;
    top: 40px
}

.ctus-pg .form-aside-label {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.ctus-pg .form-aside-h {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 700;
    margin-bottom: 16px
}

.ctus-pg .form-aside-p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2c4a3a;
    margin-bottom: 24px
}

.ctus-pg .aside-contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.ctus-pg .aside-ct-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    background: #E9F0ED;
    border-radius: 8px;
    border-left: 3px solid #3D8E6C;
    border-top: 1px solid #3d8e6c1f;
    border-right: 1px solid #3d8e6c1f;
    border-bottom: 1px solid #3d8e6c1f
}

.ctus-pg .aside-ct-lbl {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase
}

.ctus-pg .aside-ct-val {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 500;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .aside-ct-val:hover {
    color: #3D8E6C
}

.ctus-pg .frm-col {
    flex: 1 1 auto;
    position: relative;
    z-index: 1
}

.ctus-pg .frm-wrap {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #3d8e6c24;
    padding: 40px;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.ctus-pg .frm-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px
}

.ctus-pg .frm-grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.ctus-pg .frm-grp.full {
    flex: 0 0 100%
}

.ctus-pg .frm-lbl {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 600
}

.ctus-pg .frm-lbl span {
    color: #3D8E6C
}

.ctus-pg .frm-inp {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1b3a2d;
    background: #fff;
    border: 1px solid #3d8e6c38;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px #3d8e6c0d inset 0 -1px 2px #3d8e6c08;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .frm-inp::placeholder {
    color: #1b3a2d66
}

.ctus-pg .frm-inp:focus {
    border-color: #3D8E6C;
    box-shadow: 0 0 0 3px #3d8e6c1a inset 0 2px 4px #3d8e6c0d
}

.ctus-pg .frm-sel {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1b3a2d;
    background: #fff;
    border: 1px solid #3d8e6c38;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-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 d='M4 6l4 4 4-4' fill='none' stroke='%233D8E6C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
    box-shadow: inset 0 2px 4px #3d8e6c0d inset 0 -1px 2px #3d8e6c08;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .frm-sel:focus {
    border-color: #3D8E6C;
    box-shadow: 0 0 0 3px #3d8e6c1a inset 0 2px 4px #3d8e6c0d
}

.ctus-pg .frm-textarea {
    resize: vertical;
    min-height: 120px
}

.ctus-pg .radio-grp {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.ctus-pg .radio-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px 16px;
    border: 1px solid #3d8e6c38;
    border-radius: 8px;
    transition: border-color .4s ease-in-out, background .4s ease-in-out;
    flex: 1 1 auto;
    min-width: 120px
}

.ctus-pg .radio-opt:hover {
    border-color: #3D8E6C;
    background: #3d8e6c0a
}

.ctus-pg .radio-opt input[type="radio"] {
    accent-color: #3D8E6C;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0
}

.ctus-pg .radio-opt-txt {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b3a2d
}

.ctus-pg .frm-divider {
    height: 1px;
    background: #3d8e6c1f;
    margin-bottom: 24px
}

.ctus-pg .priv-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

.ctus-pg .priv-chk {
    accent-color: #3D8E6C;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 3px
}

.ctus-pg .priv-txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2c4a3a
}

.ctus-pg .priv-txt a {
    color: #3D8E6C;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .priv-txt a:hover {
    opacity: .75
}

.ctus-pg .frm-btn-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.ctus-pg .frm-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #fff;
    background: #3D8E6C;
    border: 2px solid #3D8E6C;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.ctus-pg .frm-btn::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid #fff0;
    border-radius: 3px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.ctus-pg .frm-btn:hover {
    background: #2d6e52;
    box-shadow: 0 12px 60px 0 #3d8e6c1c
}

.ctus-pg .frm-btn:hover::after {
    border-color: #ffffff59
}

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

.ctus-pg .btn-arr {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    transition: transform .4s ease-in-out
}

.ctus-pg .frm-btn:hover .btn-arr {
    transform: translateX(4px)
}

.ctus-pg .btn-arr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1.5px;
    background: #fff;
    transform: translateY(-50%)
}

.ctus-pg .btn-arr::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg)
}

.ctus-pg .frm-note {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2c4a3a99
}

.ctus-pg .info-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(247deg, #7fbc961f, #3d8e6c0f);
    position: relative
}

.ctus-pg .info-blk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3d8e6c33, transparent)
}

.ctus-pg .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 24px;
    align-items: stretch
}

.ctus-pg .info-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #3d8e6c1f;
    box-shadow: 0 1px 5px 0 #3d8e6c14;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .info-card:hover {
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    transform: translateY(-2px)
}

.ctus-pg .info-card.accent {
    background: linear-gradient(247deg, #3D8E6C, #2d6e52);
    border-color: transparent;
    grid-row: span 1
}

.ctus-pg .ic-ico {
    width: 40px;
    height: 40px;
    background: #E9F0ED;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .4s ease-in-out
}

.ctus-pg .info-card:hover .ic-ico {
    background: #3d8e6c26
}

.ctus-pg .info-card.accent .ic-ico {
    background: #ffffff26
}

.ctus-pg .ic-ico svg {
    width: 20px;
    height: 20px
}

.ctus-pg .ic-lbl {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #3D8E6C;
    font-weight: 600;
    text-transform: uppercase
}

.ctus-pg .info-card.accent .ic-lbl {
    color: #ffffffb3
}

.ctus-pg .ic-val {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1b3a2d;
    font-weight: 500;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .ic-val:hover {
    color: #3D8E6C
}

.ctus-pg .info-card.accent .ic-val {
    color: #fff
}

.ctus-pg .ic-sub {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2c4a3aa6
}

.ctus-pg .info-card.accent .ic-sub {
    color: #ffffffa6
}

.ctus-pg .ic-since {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #ffffff1f;
    font-weight: 700;
    margin-top: auto
}

.ctus-pg .ic-tagline {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #ffffffd9
}

.ctus-pg .dashed-path {
    position: absolute;
    top: 0;
    right: 80px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #3d8e6c26;
    pointer-events: none
}

@media (max-width: 1200px) {
    .ctus-pg .bd-wrap-sm {
        padding-left: 40px;
        padding-right: 40px
    }

    .ctus-pg .spot-left {
        width: 340px
    }

    .ctus-pg .spot-h1 {
        font-size: 62px
    }

    .ctus-pg .info-grid {
        grid-template-columns: 1fr 1fr
    }

    .ctus-pg .info-card.accent {
        grid-column: span 2
    }
}

@media (max-width: 900px) {
    .ctus-pg .spot-inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }

    .ctus-pg .spot-left {
        width: 100%
    }

    .ctus-pg .spot-right {
        align-items: flex-start;
        width: 100%
    }

    .ctus-pg .spot-shape {
        width: 100%;
        max-width: 320px
    }

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

    .ctus-pg .form-aside {
        flex: 0 0 auto;
        position: static;
        width: 100%
    }

    .ctus-pg .aside-contacts {
        flex-direction: row;
        flex-wrap: wrap
    }

    .ctus-pg .aside-ct-item {
        flex: 1 1 200px
    }

    .ctus-pg .info-grid {
        grid-template-columns: 1fr 1fr
    }

    .ctus-pg .frm-row {
        flex-direction: column;
        gap: 16px
    }
}

@media (max-width: 600px) {
    .ctus-pg .bd-wrap {
        padding-left: 16px;
        padding-right: 16px
    }

    .ctus-pg .bd-wrap-sm {
        padding-left: 16px;
        padding-right: 16px
    }

    .ctus-pg .spot-blk {
        padding-top: 40px;
        padding-bottom: 24px
    }

    .ctus-pg .spot-h1 {
        font-size: 62px
    }

    .ctus-pg .frm-wrap {
        padding: 24px 16px
    }

    .ctus-pg .info-grid {
        grid-template-columns: 1fr
    }

    .ctus-pg .info-card.accent {
        grid-column: span 1
    }

    .ctus-pg .radio-grp {
        flex-direction: column
    }

    .ctus-pg .frm-btn-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ctus-pg .form-blk {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ctus-pg .info-blk {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

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

.succ-pg .succ-wrap {
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 80px 40px;
    box-shadow: 0 12px 60px 0 #3d8e6c1c;
    text-align: center;
    position: relative
}

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

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

.succ-pg .succ-rule {
    width: 40px;
    height: 3px;
    background: linear-gradient(247deg, #7FBC96, #3D8E6C);
    border-radius: 2px;
    margin: 0 auto 24px
}

.succ-pg .succ-head {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #3D8E6C;
    margin: 0 0 16px;
    font-weight: 700
}

.succ-pg .succ-sub {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a4a3a;
    margin: 0 0 8px
}

.succ-pg .succ-note {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #4a6a5a;
    margin: 0 0 40px
}

.succ-pg .succ-divider {
    width: 100%;
    height: 1px;
    background: #E9F0ED;
    margin: 0 0 40px;
    border: none;
    border-radius: 0
}

.succ-pg .succ-meta {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #5a7a6a;
    margin: 0 0 40px
}

.succ-pg .succ-meta strong {
    color: #3D8E6C;
    font-weight: 600
}

.succ-pg .succ-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #3D8E6C;
    text-decoration: none;
    font-weight: 600;
    padding: 16px 24px;
    border: 2px solid #3D8E6C;
    border-radius: 8px;
    position: relative;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), background-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.succ-pg .succ-link::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border-color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.succ-pg .succ-link:hover {
    background-color: #3D8E6C;
    color: #fff;
    box-shadow: 0 5px 25px 0 #3d8e6c17
}

.succ-pg .succ-link:hover::after {
    border-color: #ffffff4d
}

.succ-pg .succ-link:focus-visible {
    outline: 2px solid #3D8E6C;
    outline-offset: 4px
}

.succ-pg .succ-arr {
    width: 16px;
    height: 16px;
    display: inline-block;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.succ-pg .succ-link:hover .succ-arr {
    transform: translateX(4px)
}

@media (max-width: 600px) {
    .succ-pg {
        padding: 40px 16px
    }

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

    .succ-pg .succ-head {
        font-size: 18px
    }
}