*,
::before,
::after {
    box-sizing: border-box;
    content: none
}

body {
    margin: 0;
    padding: 0;
    font-family: "Cormorant", Georgia, serif;
    background-color: #fff;
    color: #2a2a2a
}

html {
    scroll-behavior: auto
}

:focus-visible {
    outline: 2px solid #74A253;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #74a25338
}

.top-bar {
    background: linear-gradient(90deg, #74A253 0%, #5e8a42 100%);
    padding: 6px 24px
}

.top-bar-shell {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 24px
}

.top-contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    letter-spacing: .02em;
    transition: opacity .15s ease-out
}

.top-contact-item:hover {
    opacity: .78
}

.top-contact-item svg {
    flex-shrink: 0
}

.site-hd {
    background: #fff;
    border-bottom: 1px solid #B9CCA8;
    box-shadow: -1px 7px 18px 1px #74a25314;
    position: relative;
    z-index: 100
}

.hd-shell {
    max-width: 1140px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 24px
}

.brand-hold {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.brand-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-bottom: 2px solid #74A253;
    padding: 6px;
    background: #E7EDE2;
    border-radius: 10px;
    box-shadow: -1px 3px 2px 1px #74a25312
}

.brand-img-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity .18s ease-out
}

.brand-img-wrap img.loaded {
    opacity: 1
}

.primary-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

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

.primary-nav-list li {
    flex-shrink: 0
}

.nav-lnk {
    display: block;
    padding: 12px 16px;
    font-family: "Cormorant", Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .04em;
    color: #2a2a2a;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.nav-lnk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #74A253;
    transform: translateX(100%);
    transition: transform .18s ease-out;
    border-radius: 10px;
    z-index: 0
}

.nav-lnk:hover::before {
    transform: translateX(0)
}

.nav-lnk:hover {
    color: #fff
}

.nav-lnk span {
    position: relative;
    z-index: 1
}

.hd-action {
    flex-shrink: 0
}

.hd-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    background: #74A253;
    color: #fff;
    font-family: "Cormorant", Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    min-height: 44px;
    box-shadow: -1px 3px 2px 1px #74a25312;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out, box-shadow .16s ease-out
}

.hd-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5e8a42;
    transform: translateX(100%);
    transition: transform .2s ease-out;
    border-radius: 22px
}

.hd-btn:hover::before {
    transform: translateX(0)
}

.hd-btn:hover {
    box-shadow: -1px 10px 52px 1px #74a25321
}

.hd-btn span {
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .hd-shell {
        flex-wrap: wrap;
        gap: 12px
    }

    .primary-nav {
        order: 3;
        flex-basis: 100%;
        justify-content: flex-start
    }

    .primary-nav-list {
        justify-content: flex-start
    }

    .hd-action {
        margin-left: auto
    }
}

@media (max-width: 768px) {
    .top-contact {
        gap: 12px
    }

    .top-contact-item {
        font-size: 15px
    }

    .nav-lnk {
        font-size: 15px;
        padding: 12px
    }

    .hd-btn {
        padding: 12px 16px;
        font-size: 15px
    }
}

@media (max-width: 360px) {
    .top-bar-shell {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px
    }

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

    .hd-shell {
        padding: 12px
    }
}

.ft {
    background: #E7EDE2;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #B9CCA8
}

.ft-geo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.ft-geo-shape1 {
    position: absolute;
    bottom: -30px;
    left: -40px;
    width: 220px;
    height: 220px;
    background: #74a25312;
    border-radius: 38px;
    transform: rotate(22deg)
}

.ft-geo-shape2 {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 160px;
    height: 160px;
    background: #b9cca82e;
    border-radius: 22px;
    transform: rotate(-15deg)
}

.ft-geo-shape3 {
    position: absolute;
    bottom: 10px;
    right: 200px;
    width: 80px;
    height: 80px;
    background: #74a2530d;
    border-radius: 10px;
    transform: rotate(40deg)
}

.ft-top {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 24px 24px;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    align-items: flex-start
}

.ft-col {
    flex: 1;
    min-width: 180px
}

.ft-col-head {
    font-family: "Cormorant", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .03em;
    color: #74A253;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #B9CCA8
}

.ft-col-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ft-col-list li {
    font-size: 15px;
    line-height: 1.55;
    color: #3a3a3a
}

.ft-lnk {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 15px;
    font-family: "Cormorant", Georgia, serif;
    letter-spacing: .01em;
    transition: color .14s ease-out;
    display: inline-block;
    min-height: 44px;
    line-height: 44px
}

.ft-lnk:hover {
    color: #74A253
}

.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.55;
    font-family: "Cormorant", Georgia, serif;
    text-decoration: none;
    transition: color .14s ease-out
}

.ft-contact-item:hover {
    color: #74A253
}

.ft-contact-item svg {
    flex-shrink: 0;
    margin-top: 4px
}

.ft-logo-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 24px 24px 0
}

.ft-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    padding: 6px
}

.ft-logo-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity .2s ease-out
}

.ft-logo-wrap img.loaded {
    opacity: 1
}

.ft-bottom {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 12px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid #B9CCA8;
    margin-top: 24px
}

.ft-copy {
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a;
    font-family: "Cormorant", Georgia, serif;
    letter-spacing: .01em
}

.ft-legal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.ft-legal-lnk {
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a;
    font-family: "Cormorant", Georgia, serif;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .12s ease
}

.ft-legal-lnk:hover {
    color: #74A253
}

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

    .ft-col {
        min-width: 140px
    }

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

@media (max-width: 360px) {
    .ft-top {
        flex-direction: column;
        gap: 24px;
        padding: 24px 12px
    }

    .ft-bottom {
        padding: 12px
    }
}

.ck-toast {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 10px 52px 1px #74a25321;
    padding: 24px;
    max-width: 320px;
    width: calc(100vw - 48px);
    border: 1px solid #B9CCA8;
    display: none
}

.ck-desc {
    font-family: "Cormorant", Georgia, serif;
    font-size: 15px;
    line-height: 1.55;
    color: #2a2a2a;
    margin-bottom: 12px
}

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

.ck-uses li {
    font-family: "Cormorant", Georgia, serif;
    font-size: 15px;
    line-height: 1.35;
    color: #3a3a3a;
    display: flex;
    align-items: center;
    gap: 6px
}

.ck-uses li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #74A253;
    flex-shrink: 0
}

.ck-btns {
    display: flex;
    gap: 12px
}

.ck-btn {
    flex: 1;
    padding: 12px;
    font-family: "Cormorant", Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    border-radius: 10px;
    border: 1px solid #74A253;
    cursor: pointer;
    min-height: 44px;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out;
    background: #fff;
    color: #74A253
}

.ck-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #74A253;
    transform: translateX(100%);
    transition: transform .16s ease-out
}

.ck-btn:hover::before {
    transform: translateX(0)
}

.ck-btn:hover {
    color: #fff
}

.ck-btn span {
    position: relative;
    z-index: 1
}

.ck-btn:focus-visible {
    outline: 2px solid #74A253;
    outline-offset: 2px
}

.policy-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 24px
}

.policy-main h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a3520;
    margin-bottom: 24px;
    margin-top: 0
}

.policy-main h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #2a3520;
    margin-top: 48px;
    margin-bottom: 24px
}

.policy-main h3 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #2e3d22;
    margin-top: 48px;
    margin-bottom: 12px
}

.policy-main h4 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.005em;
    color: #2e3d22;
    margin-top: 24px;
    margin-bottom: 12px
}

.policy-main h5 {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4d2c;
    margin-top: 24px;
    margin-bottom: 6px;
    text-transform: uppercase
}

.policy-main h6 {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #3a4d2c;
    margin-top: 24px;
    margin-bottom: 6px
}

.policy-main p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c3a20;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 72ch
}

.policy-main ul,
.policy-main ol {
    font-size: 16px;
    line-height: 1.55;
    color: #2c3a20;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

.policy-main ul {
    list-style: none;
    padding-left: 0
}

.policy-main ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 6px
}

.policy-main ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #74A253
}

.policy-main ol {
    list-style: decimal
}

.policy-main ol li {
    margin-bottom: 6px;
    padding-left: 6px
}

.policy-main ol li::marker {
    color: #74A253;
    font-weight: 600
}

.policy-main li ul,
.policy-main li ol {
    margin-top: 6px;
    margin-bottom: 6px
}

.policy-main strong,
.policy-main b {
    font-weight: 700;
    color: #1e2d14
}

.policy-main em,
.policy-main i {
    font-style: italic;
    color: #3a4d2c
}

.policy-main a {
    color: #74A253;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .15s ease-out, text-decoration-color .12s ease
}

.policy-main a:hover {
    color: #2e3d22;
    text-decoration-color: #B9CCA8
}

.policy-main a:visited {
    color: #5a8040
}

.policy-main table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.55;
    color: #2c3a20;
    margin-bottom: 24px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    border-radius: 10px;
    overflow: hidden
}

.policy-main thead {
    background-color: #74A253
}

.policy-main thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: left;
    padding: 12px 24px;
    border: none
}

.policy-main tbody tr {
    border-bottom: 1px solid #E7EDE2;
    transition: background-color .1s ease-out
}

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

.policy-main tbody tr:nth-child(even) {
    background-color: #f4f7f1
}

.policy-main tbody tr:hover {
    background-color: #E7EDE2
}

.policy-main td {
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    border: none
}

.policy-main th {
    padding: 12px 24px
}

@media (max-width: 768px) {
    .policy-main {
        padding: 24px
    }

    .policy-main h1 {
        font-size: 34px
    }

    .policy-main h2 {
        font-size: 24px;
        margin-top: 24px
    }

    .policy-main h3 {
        font-size: 20px;
        margin-top: 24px
    }

    .policy-main table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 10px
    }

    .policy-main p {
        max-width: 100%
    }
}

@media (max-width: 360px) {
    .policy-main {
        padding: 24px 12px
    }

    .policy-main h1 {
        font-size: 24px
    }

    .policy-main h2 {
        font-size: 20px
    }

    .policy-main h3 {
        font-size: 16px
    }

    .policy-main thead th,
    .policy-main td {
        padding: 12px
    }
}

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

.lpd .max-w {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.lpd svg.zigzag-div {
    display: block;
    width: 100%;
    height: 18px;
    overflow: hidden
}

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

.lpd .prog-title-blk .t-inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 24px;
    align-items: center
}

.lpd .prog-title-blk .t-img {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    position: relative
}

.lpd .prog-title-blk .t-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.2);
    opacity: 0;
    transition: opacity .18s ease-out
}

.lpd .prog-title-blk .t-img img.loaded {
    opacity: 1
}

.lpd .prog-title-blk .t-img .shape-a {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80px;
    height: 80px;
    border: 2px solid #74a2532e;
    border-radius: 38px;
    pointer-events: none
}

.lpd .prog-title-blk .t-img .shape-b {
    position: absolute;
    bottom: 12px;
    right: -18px;
    width: 54px;
    height: 54px;
    border: 2px solid #b9cca847;
    border-radius: 22px;
    pointer-events: none
}

.lpd .prog-title-blk .t-img-r .shape-a {
    top: auto;
    bottom: -12px;
    left: auto;
    right: -12px
}

.lpd .prog-title-blk .t-img-r .shape-b {
    bottom: auto;
    top: 12px;
    right: auto;
    left: -18px
}

.lpd .prog-title-blk .t-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left
}

.lpd .prog-title-blk .t-cat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #74A253;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: #E7EDE2;
    border-radius: 1px;
    padding: 6px 12px;
    width: fit-content
}

.lpd .prog-title-blk .t-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1.5px #2d4a1e;
    paint-order: stroke fill;
    margin: 0
}

.lpd .prog-title-blk .t-sub {
    font-size: 20px;
    line-height: 1.35;
    color: #3a5228;
    font-style: italic;
    margin: 0
}

.lpd .prog-title-blk .t-line {
    width: 48px;
    height: 2px;
    background: #74A253;
    border-radius: 1px
}

.lpd .prog-title-blk .t-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px
}

.lpd .prog-title-blk .t-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #4a6636;
    background: #E7EDE2;
    border-radius: 22px;
    padding: 6px 12px
}

.lpd .prog-title-blk .t-meta-item svg {
    flex-shrink: 0
}

.lpd .deco-path-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.lpd .deco-path-wrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .045
}

.lpd .desc-blk {
    padding-top: 48px;
    padding-bottom: 48px;
    background: linear-gradient(162deg, #E7EDE2 0%, #B9CCA8 55%, #74A253 100%);
    position: relative
}

.lpd .desc-blk .desc-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.lpd .desc-blk .desc-label {
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #2d4a1e;
    margin-bottom: 12px
}

.lpd .desc-blk .desc-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1.2px #2d4a1e;
    margin: 0 0 24px
}

.lpd .desc-blk .desc-body {
    font-size: 16px;
    line-height: 1.55;
    color: #1e3310;
    padding-left: 12%;
    padding-right: 12%
}

.lpd .desc-blk .desc-body p,
.lpd .desc-blk .desc-body ul,
.lpd .desc-blk .desc-body ol,
.lpd .desc-blk .desc-body dl {
    margin-bottom: 12px
}

.lpd .desc-blk .desc-body h2 {
    font-size: 24px;
    line-height: 1.35;
    color: #2d4a1e;
    margin-bottom: 12px
}

.lpd .desc-blk .desc-body small {
    font-size: 15px;
    color: #3a5228
}

.lpd .desc-blk .desc-body em {
    font-style: italic;
    font-size: 20px;
    color: #2d4a1e
}

.lpd .desc-blk .desc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lpd .desc-blk .price-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 10px 52px 1px #74a25321;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lpd .desc-blk .price-amt {
    font-size: 48px;
    line-height: 1.1;
    color: #74A253;
    letter-spacing: -.02em
}

.lpd .desc-blk .price-terms {
    font-size: 15px;
    color: #4a6636;
    line-height: 1.35
}

.lpd .desc-blk .price-note {
    font-size: 15px;
    color: #3a5228;
    background: #E7EDE2;
    border-radius: 1px;
    padding: 6px 12px
}

.lpd .desc-blk .seats-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #2d4a1e
}

.lpd .desc-blk .seats-dot {
    width: 10px;
    height: 10px;
    border-radius: 22px;
    background: #74A253;
    flex-shrink: 0;
    animation: seat-pulse 1.6s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate
}

@keyframes seat-pulse {
    from {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.lpd .desc-blk .enroll-btn {
    display: block;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #74A253;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .15s ease-out;
    box-shadow: -1px 3px 2px 1px #74a25312
}

.lpd .desc-blk .enroll-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #5a8040;
    border-radius: 10px;
    transition: width .18s ease-out;
    z-index: 0
}

.lpd .desc-blk .enroll-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.lpd .desc-blk .enroll-btn span {
    position: relative;
    z-index: 1
}

.lpd .desc-blk .enroll-btn:focus {
    outline: 2px solid #2d4a1e;
    outline-offset: 2px
}

.lpd .desc-blk .enroll-btn:active {
    box-shadow: inset 0 2px 4px #74a2532e
}

.lpd .desc-blk .duration-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #4a6636
}

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

.lpd .prog-blk .prog-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1.2px #2d4a1e;
    margin: 0 0 6px
}

.lpd .prog-blk .prog-caption {
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #74A253;
    display: block;
    margin-bottom: 24px
}

.lpd .prog-blk .prog-body {
    font-size: 16px;
    line-height: 1.55;
    color: #1e3310;
    padding-left: 8%;
    padding-right: 8%
}

.lpd .prog-blk .prog-body p {
    margin-bottom: 12px
}

.lpd .prog-blk .prog-body h2 {
    font-size: 24px;
    line-height: 1.35;
    color: #2d4a1e;
    margin: 24px 0 12px
}

.lpd .prog-blk .prog-body h3 {
    font-size: 20px;
    line-height: 1.35;
    color: #3a5228;
    margin: 12px 0 6px
}

.lpd .prog-blk .prog-body strong {
    color: #2d4a1e
}

.lpd .prog-blk .prog-body em {
    font-style: italic;
    font-size: 20px;
    color: #2d4a1e
}

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

.lpd .prog-blk .prog-body li {
    margin-bottom: 6px
}

.lpd .prog-blk .prog-body blockquote {
    border-top: 2px solid #B9CCA8;
    border-bottom: 2px solid #B9CCA8;
    padding: 12px 24px;
    margin: 24px 0;
    font-size: 20px;
    font-style: italic;
    color: #3a5228;
    background: #E7EDE2;
    border-radius: 10px
}

.lpd .prog-blk .prog-body details {
    background: #E7EDE2;
    border-radius: 10px;
    padding: 12px 24px;
    margin-bottom: 12px
}

.lpd .prog-blk .prog-body summary {
    font-size: 16px;
    color: #2d4a1e;
    cursor: pointer;
    font-weight: 600
}

.lpd .prog-blk .prog-body dl {
    margin-bottom: 12px
}

.lpd .prog-blk .prog-body dt {
    font-weight: 700;
    color: #2d4a1e;
    margin-top: 12px
}

.lpd .prog-blk .prog-body dd {
    padding-left: 24px;
    color: #3a5228
}

.lpd .prog-blk .dashed-wrap {
    position: relative
}

.lpd .prog-blk .dashed-wrap::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    bottom: 24px;
    border: 2px dashed #74a25333;
    border-radius: 22px;
    pointer-events: none
}

.lpd .scroll-top-anchor {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100
}

.lpd .scroll-top-anchor a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #74A253;
    border-radius: 10px;
    box-shadow: -1px 7px 18px 1px #74a25321;
    color: #fff;
    text-decoration: none;
    transition: background .15s ease-out, box-shadow .12s ease
}

.lpd .scroll-top-anchor a:hover {
    background: #5a8040;
    box-shadow: -1px 10px 52px 1px #74a2532e
}

.lpd .scroll-top-anchor a:focus {
    outline: 2px solid #2d4a1e;
    outline-offset: 2px
}

#lpd-top {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1024px) {
    .lpd .prog-title-blk .t-h1 {
        font-size: 34px
    }

    .lpd .prog-title-blk .t-inner {
        grid-template-columns: 1fr 3fr 1fr
    }

    .lpd .desc-blk .desc-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .lpd .desc-blk .desc-body {
        padding-left: 6%;
        padding-right: 6%
    }
}

@media (max-width: 768px) {
    .lpd .prog-title-blk .t-inner {
        grid-template-columns: 1fr
    }

    .lpd .prog-title-blk .t-img {
        display: none
    }

    .lpd .prog-title-blk .t-h1 {
        font-size: 34px
    }

    .lpd .desc-blk .desc-grid {
        grid-template-columns: 1fr
    }

    .lpd .desc-blk .desc-body {
        padding-left: 0;
        padding-right: 0
    }

    .lpd .prog-blk .prog-body {
        padding-left: 0;
        padding-right: 0
    }

    .lpd .prog-blk .dashed-wrap::before {
        display: none
    }

    .lpd .prog-title-blk .t-meta {
        flex-direction: column
    }
}

@media (max-width: 360px) {
    .lpd .prog-title-blk .t-h1 {
        font-size: 24px
    }

    .lpd .desc-blk .price-amt {
        font-size: 34px
    }

    .lpd .max-w {
        padding-left: 12px;
        padding-right: 12px
    }
}

.lpd .bg-anim {
    animation: bg-wash 9s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate
}

@keyframes bg-wash {
    0% {
        background-color: #E7EDE2
    }

    100% {
        background-color: #d8e8cc
    }
}

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

.lp-pg .lp-wrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.lp-pg .lp-title-row {
    display: flex;
    flex-direction: row;
    min-height: 480px;
    background: #fff;
    position: relative
}

.lp-pg .lp-title-img {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden
}

.lp-pg .lp-title-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .18s ease-out;
    filter: saturate(0.6)
}

.lp-pg .lp-title-img img.loaded {
    opacity: 1
}

.lp-pg .lp-title-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, #74a2538c 0%, #b9cca861 55%, #e7ede22e 100%);
    pointer-events: none
}

.lp-pg .lp-title-arrow {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #74A253;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.lp-pg .lp-title-arrow svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.lp-pg .lp-title-text {
    flex: 0 0 50%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fff
}

.lp-pg .lp-tag-line {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .06em;
    color: #74A253;
    border: 1px solid #B9CCA8;
    border-radius: 1px;
    padding: 6px 12px;
    margin-bottom: 24px;
    width: fit-content
}

.lp-pg .lp-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1.5px #2d4a1e;
    margin: 0 0 24px
}

.lp-pg .lp-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    max-width: 400px;
    margin: 0 0 24px
}

.lp-pg .lp-sub em {
    font-style: italic;
    font-size: 18px;
    color: #74A253
}

.lp-pg .lp-deco-line {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #74A253 0%, #B9CCA8 60%, #E7EDE2 100%);
    border-radius: 1px;
    margin-bottom: 24px
}

.lp-pg .lp-cards-sec {
    background: #E7EDE2;
    padding: 48px 0;
    position: relative
}

.lp-pg .lp-cards-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2374A253' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.lp-pg .lp-sec-label {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .08em;
    color: #74A253;
    margin-bottom: 12px
}

.lp-pg .lp-sec-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1px #2d4a1e;
    margin: 0 0 48px
}

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

.lp-pg .lp-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .15s ease-out, transform .12s ease-out
}

.lp-pg .lp-card:hover {
    box-shadow: -1px 10px 52px 1px #74a25321;
    transform: translateY(-3px)
}

.lp-pg .lp-card-top {
    padding: 24px 24px 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    justify-content: space-between
}

.lp-pg .lp-cat-tag {
    font-size: 15px;
    line-height: 1.35;
    color: #74A253;
    background: #E7EDE2;
    border-radius: 1px;
    padding: 6px 12px;
    white-space: nowrap
}

.lp-pg .lp-user-badge {
    font-size: 15px;
    line-height: 1.35;
    color: #6a6a6a;
    background: #f5f5f5;
    border-radius: 1px;
    padding: 6px 12px;
    white-space: nowrap
}

.lp-pg .lp-card-body {
    padding: 0 24px 12px;
    flex: 1
}

.lp-pg .lp-card-h3 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1e3310;
    margin: 0 0 12px
}

.lp-pg .lp-card-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0
}

.lp-pg .lp-card-meta {
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px solid #E7EDE2
}

.lp-pg .lp-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a5a
}

.lp-pg .lp-meta-item svg {
    width: 14px;
    height: 14px;
    fill: #B9CCA8;
    flex-shrink: 0
}

.lp-pg .lp-card-foot {
    padding: 12px 24px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.lp-pg .lp-price-block {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.lp-pg .lp-price-val {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2d4a1e;
    font-weight: 700
}

.lp-pg .lp-price-desc {
    font-size: 15px;
    line-height: 1.35;
    color: #7a7a7a
}

.lp-pg .lp-price-note {
    font-size: 15px;
    line-height: 1.35;
    color: #74A253
}

.lp-pg .lp-seats {
    font-size: 15px;
    line-height: 1.35;
    color: #c0522a;
    background: #fff3ee;
    border-radius: 1px;
    padding: 6px 12px
}

.lp-pg .lp-btn {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    color: #fff;
    background: #74A253;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .13s ease-out;
    white-space: nowrap
}

.lp-pg .lp-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #2d4a1e;
    transform: translateX(100%);
    transition: transform .16s ease-out;
    border-radius: 10px
}

.lp-pg .lp-btn:hover::before {
    transform: translateX(0)
}

.lp-pg .lp-btn span {
    position: relative;
    z-index: 1
}

.lp-pg .lp-why-sec {
    background: #fff;
    padding: 48px 0
}

.lp-pg .lp-why-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.lp-pg .lp-why-left {
    position: relative
}

.lp-pg .lp-math-sym {
    font-size: 120px;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 2px #E7EDE2;
    position: absolute;
    top: -24px;
    left: -12px;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.lp-pg .lp-why-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1px #2d4a1e;
    margin: 0 0 24px;
    position: relative;
    z-index: 1
}

.lp-pg .lp-why-p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    position: relative;
    z-index: 1;
    margin: 0
}

.lp-pg .lp-why-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-pg .lp-why-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start
}

.lp-pg .lp-why-num {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #E7EDE2;
    font-weight: 700;
    flex-shrink: 0;
    width: 48px;
    text-align: right
}

.lp-pg .lp-why-txt {
    flex: 1
}

.lp-pg .lp-why-txt h4 {
    font-size: 16px;
    line-height: 1.35;
    color: #1e3310;
    margin: 0 0 6px
}

.lp-pg .lp-why-txt p {
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a;
    margin: 0
}

.lp-pg .lp-cert-sec {
    background: linear-gradient(155deg, #74A253 0%, #B9CCA8 55%, #E7EDE2 100%);
    padding: 48px 0
}

.lp-pg .lp-cert-inner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.lp-pg .lp-cert-frame {
    flex: 0 0 340px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 10px 52px 1px #74a25321;
    padding: 24px;
    position: relative
}

.lp-pg .lp-cert-border {
    border: 2px solid #B9CCA8;
    border-radius: 10px;
    padding: 24px;
    text-align: left
}

.lp-pg .lp-cert-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.lp-pg .lp-cert-icon {
    width: 38px;
    height: 38px;
    background: #E7EDE2;
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-pg .lp-cert-icon svg {
    width: 20px;
    height: 20px;
    fill: #74A253
}

.lp-pg .lp-cert-brand {
    font-size: 15px;
    line-height: 1.35;
    color: #74A253;
    letter-spacing: .05em
}

.lp-pg .lp-cert-title {
    font-size: 20px;
    line-height: 1.35;
    color: #1e3310;
    margin: 0 0 12px
}

.lp-pg .lp-cert-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a;
    margin: 0 0 24px
}

.lp-pg .lp-cert-seal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.lp-pg .lp-seal-circle {
    width: 48px;
    height: 48px;
    border-radius: 38px;
    background: linear-gradient(155deg, #74A253 0%, #B9CCA8 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-pg .lp-seal-circle svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

.lp-pg .lp-seal-txt {
    font-size: 15px;
    line-height: 1.35;
    color: #3a3a3a
}

.lp-pg .lp-cert-copy {
    flex: 1
}

.lp-pg .lp-cert-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #fff;
    margin: 0 0 24px
}

.lp-pg .lp-cert-p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffeb;
    margin: 0 0 24px
}

.lp-pg .lp-cert-p em {
    font-style: italic;
    font-size: 18px
}

.lp-pg .lp-btn-light {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    color: #2d4a1e;
    background: #fff;
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .14s ease-out
}

.lp-pg .lp-btn-light::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #E7EDE2;
    transform: translateX(100%);
    transition: transform .17s ease-out;
    border-radius: 10px
}

.lp-pg .lp-btn-light:hover::before {
    transform: translateX(0)
}

.lp-pg .lp-btn-light span {
    position: relative;
    z-index: 1
}

.lp-pg .lp-faq-sec {
    background: #fff;
    padding: 48px 0
}

.lp-pg .lp-faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.lp-pg .lp-faq-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1px #2d4a1e;
    margin: 0 0 12px
}

.lp-pg .lp-faq-intro {
    font-size: 16px;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0
}

.lp-pg .lp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lp-pg .lp-faq-item {
    border: 1px solid #E7EDE2;
    border-radius: 10px;
    overflow: hidden
}

.lp-pg .lp-faq-q {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.35;
    color: #1e3310;
    list-style: none;
    transition: background .12s ease-out
}

.lp-pg .lp-faq-q:hover {
    background: #E7EDE2
}

.lp-pg .lp-faq-q::marker {
    display: none
}

.lp-pg .lp-faq-q::-webkit-details-marker {
    display: none
}

.lp-pg .lp-faq-arr {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform .14s ease-out
}

.lp-pg .lp-faq-arr svg {
    width: 16px;
    height: 16px;
    fill: #74A253
}

.lp-pg details[open] .lp-faq-arr {
    transform: rotate(180deg)
}

.lp-pg .lp-faq-a {
    padding: 0 24px 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a
}

.lp-pg .lp-steps-sec {
    background: #E7EDE2;
    padding: 48px 0;
    position: relative
}

.lp-pg .lp-steps-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2374A253' fill-opacity='0.03'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.lp-pg .lp-steps-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1px #2d4a1e;
    margin: 0 0 48px
}

.lp-pg .lp-steps-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    position: relative;
    z-index: 1
}

.lp-pg .lp-step {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 3px 2px 1px #74a25312;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lp-pg .lp-step-n {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #E7EDE2;
    font-weight: 700
}

.lp-pg .lp-step h4 {
    font-size: 16px;
    line-height: 1.35;
    color: #1e3310;
    margin: 0
}

.lp-pg .lp-step p {
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a;
    margin: 0
}

@keyframes diagSlide {
    from {
        opacity: 0;
        transform: translate(-24px, -24px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.lp-pg .lp-title-text {
    animation: diagSlide .2s ease-out both
}

.lp-pg .lp-sec-h2,
.lp-pg .lp-why-h2,
.lp-pg .lp-cert-h2,
.lp-pg .lp-faq-h2,
.lp-pg .lp-steps-h2 {
    animation: diagSlide .18s ease-out both
}

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

    .lp-pg .lp-why-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lp-pg .lp-cert-inner {
        flex-direction: column
    }

    .lp-pg .lp-cert-frame {
        flex: none;
        width: 100%;
        max-width: 400px
    }

    .lp-pg .lp-faq-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lp-pg .lp-steps-row {
        flex-direction: column
    }

    .lp-pg .lp-title-row {
        flex-direction: column
    }

    .lp-pg .lp-title-img {
        flex: none;
        height: 280px
    }

    .lp-pg .lp-title-text {
        flex: none;
        padding: 24px
    }

    .lp-pg .lp-title-arrow {
        display: none
    }
}

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

    .lp-pg .lp-h1 {
        font-size: 34px
    }

    .lp-pg .lp-sec-h2,
    .lp-pg .lp-why-h2,
    .lp-pg .lp-cert-h2,
    .lp-pg .lp-faq-h2,
    .lp-pg .lp-steps-h2 {
        font-size: 24px
    }

    .lp-pg .lp-card-foot {
        flex-direction: column;
        align-items: flex-start
    }

    .lp-pg .lp-why-num {
        font-size: 34px
    }

    .lp-pg .lp-math-sym {
        font-size: 80px
    }
}

@media (max-width: 360px) {
    .lp-pg .lp-wrap {
        padding-left: 12px;
        padding-right: 12px
    }

    .lp-pg .lp-h1 {
        font-size: 24px
    }

    .lp-pg .lp-card-top {
        flex-direction: column;
        gap: 6px
    }
}

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

.entr .w {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

@keyframes settle {
    from {
        transform: scale(0.95);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes img-fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.entr .split-screen {
    display: flex;
    flex-direction: row;
    min-height: 0;
    position: relative
}

.entr .split-left {
    flex: 1 1 55%;
    background: #74A253;
    padding: 48px 48px 48px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.entr .split-right {
    flex: 1 1 45%;
    background: #B9CCA8;
    position: relative;
    overflow: hidden;
    min-height: 420px
}

.entr .split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: img-fade .18s ease-out .1s forwards;
    filter: blur(4px);
    transition: filter .15s ease-out
}

.entr .split-right img:hover {
    filter: blur(0px)
}

.entr .geo-line-tl {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 48px;
    height: 48px;
    pointer-events: none
}

.entr .geo-line-br {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    pointer-events: none
}

.entr .manifesto-label {
    font-size: 15px;
    color: #E7EDE2;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
    opacity: .85;
    animation: settle .12s ease-out both
}

.entr .manifesto-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 2px #E7EDE2;
    margin-bottom: 24px;
    animation: settle .15s ease-out .05s both
}

.entr .manifesto-decl {
    font-size: 20px;
    line-height: 1.35;
    color: #E7EDE2;
    max-width: 480px;
    margin-bottom: 24px;
    animation: settle .17s ease-out .09s both
}

.entr .manifesto-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #E7EDE2;
    opacity: .8;
    max-width: 420px;
    animation: settle .19s ease-out .13s both
}

.entr .manifesto-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 24px;
    background: #E7EDE2;
    color: #3a5c28;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out;
    animation: settle .2s ease-out .16s both;
    box-shadow: -1px 7px 18px 1px #74a25314
}

.entr .manifesto-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #B9CCA8;
    transition: width .16s ease-out;
    z-index: 0
}

.entr .manifesto-btn:hover::before {
    width: 100%
}

.entr .manifesto-btn span {
    position: relative;
    z-index: 1
}

.entr .manifesto-btn:focus {
    outline: 2px solid #3a5c28;
    outline-offset: 2px
}

.entr .scallop-div {
    width: 100%;
    height: 32px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.entr .scallop-div svg {
    display: block;
    width: 100%;
    height: 32px
}

.entr .val-sec {
    background: #fff;
    padding: 48px 0
}

.entr .val-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 48px;
    align-items: start
}

.entr .val-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entr .val-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: transparent;
    -webkit-text-stroke: 1.5px #3a5c28
}

.entr .val-accent {
    font-size: 20px;
    font-style: italic;
    line-height: 1.35;
    color: #3a5c28
}

.entr .val-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2d3d22;
    padding-left: 48px;
    padding-right: 48px
}

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

.entr .val-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.55;
    color: #2d3d22
}

.entr .val-num {
    font-size: 34px;
    line-height: 1.1;
    color: #B9CCA8;
    font-weight: 700;
    flex-shrink: 0;
    width: 36px;
    text-align: right
}

.entr .val-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 10px 52px 1px #74a25321;
    animation: settle .18s ease-out .08s both
}

.entr .val-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: img-fade .17s ease-out .15s forwards;
    filter: blur(5px);
    transition: filter .14s ease-out
}

.entr .val-img-wrap img:hover {
    filter: blur(0)
}

.entr .scallop-div2 {
    width: 100%;
    height: 32px;
    background: #E7EDE2;
    position: relative;
    overflow: hidden
}

.entr .scallop-div2 svg {
    display: block;
    width: 100%;
    height: 32px
}

.entr .avail-sec {
    background: #E7EDE2;
    padding: 48px 0;
    position: relative
}

.entr .avail-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(138deg, #E7EDE2 48%, #B9CCA8 100%);
    z-index: 0;
    pointer-events: none
}

.entr .avail-inner {
    position: relative;
    z-index: 1
}

.entr .avail-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: transparent;
    -webkit-text-stroke: 1.5px #3a5c28;
    margin-bottom: 12px
}

.entr .avail-lead {
    font-size: 16px;
    line-height: 1.55;
    color: #2d3d22;
    max-width: 560px;
    margin-bottom: 48px
}

.entr .avail-cards {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start
}

.entr .avail-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    overflow: hidden;
    position: relative;
    animation: settle .16s ease-out both;
    display: flex;
    flex-direction: column
}

.entr .avail-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #74A253;
    border-radius: 0 22px 0 38px
}

.entr .avail-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: img-fade .16s ease-out .12s forwards;
    filter: blur(4px);
    transition: filter .13s ease-out
}

.entr .avail-card-img:hover {
    filter: blur(0)
}

.entr .avail-card-body {
    padding: 24px;
    flex: 1
}

.entr .avail-card-tag {
    font-size: 15px;
    color: #74A253;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.entr .avail-card-h3 {
    font-size: 20px;
    line-height: 1.35;
    color: #2d3d22;
    margin-bottom: 12px
}

.entr .avail-card-p {
    font-size: 15px;
    line-height: 1.55;
    color: #4a5e38
}

.entr .avail-side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entr .avail-side-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 3px 2px 1px #74a25312;
    position: relative;
    overflow: hidden;
    animation: settle .19s ease-out .05s both
}

.entr .avail-side-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #74A253;
    border-radius: 1px 0 0 1px;
    display: none
}

.entr .avail-side-card-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #B9CCA8;
    border-radius: 0 10px 0 22px
}

.entr .avail-side-h4 {
    font-size: 16px;
    line-height: 1.35;
    color: #2d3d22;
    margin-bottom: 6px;
    font-weight: 600
}

.entr .avail-side-p {
    font-size: 15px;
    line-height: 1.55;
    color: #4a5e38
}

.entr .avail-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 15px;
    color: #3a5c28;
    text-decoration: none;
    font-weight: 600;
    position: relative
}

.entr .avail-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #74A253;
    border-radius: 1px;
    transition: left .14s ease-out, right .14s ease-out
}

.entr .avail-link:hover::after {
    left: 0;
    right: 0
}

.entr .avail-link:focus {
    outline: 2px solid #3a5c28;
    border-radius: 1px
}

.entr .scallop-div3 {
    width: 100%;
    height: 32px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.entr .scallop-div3 svg {
    display: block;
    width: 100%;
    height: 32px
}

.entr .sup-sec {
    background: #fff;
    padding: 48px 0
}

.entr .sup-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.entr .sup-img-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entr .sup-img-wrap {
    border-radius: 38px;
    overflow: hidden;
    box-shadow: -1px 10px 52px 1px #b9cca821;
    animation: settle .17s ease-out .06s both
}

.entr .sup-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: img-fade .18s ease-out .14s forwards;
    filter: blur(5px);
    transition: filter .16s ease-out
}

.entr .sup-img-wrap img:hover {
    filter: blur(0)
}

.entr .sup-img-wrap2 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 7px 18px 1px #74a25314;
    animation: settle .2s ease-out .1s both
}

.entr .sup-img-wrap2 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: img-fade .19s ease-out .18s forwards;
    filter: blur(5px);
    transition: filter .16s ease-out
}

.entr .sup-img-wrap2 img:hover {
    filter: blur(0)
}

.entr .sup-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entr .sup-h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: transparent;
    -webkit-text-stroke: 1.5px #3a5c28
}

.entr .sup-accent {
    font-size: 20px;
    font-style: italic;
    line-height: 1.35;
    color: #3a5c28
}

.entr .sup-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2d3d22;
    padding-left: 48px;
    padding-right: 48px
}

.entr .sup-items {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.entr .sup-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 10px;
    background: #E7EDE2;
    box-shadow: -1px 3px 2px 1px #74a25312;
    position: relative;
    overflow: hidden;
    animation: settle .18s ease-out both
}

.entr .sup-item-num {
    font-size: 24px;
    line-height: 1.1;
    color: #B9CCA8;
    font-weight: 700;
    flex-shrink: 0;
    width: 32px;
    text-align: right
}

.entr .sup-item-txt {
    font-size: 15px;
    line-height: 1.55;
    color: #2d3d22
}

.entr .sup-item-txt strong {
    color: #3a5c28
}

.entr .sup-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #74A253;
    border-radius: 22px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    animation: settle .19s ease-out .12s both;
    width: fit-content
}

.entr .sup-rating-score {
    font-size: 34px;
    line-height: 1.1;
    color: #E7EDE2;
    font-weight: 700;
    letter-spacing: -.02em
}

.entr .sup-rating-detail {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.entr .sup-rating-stars {
    display: flex;
    flex-direction: row;
    gap: 6px
}

.entr .sup-star {
    width: 16px;
    height: 16px
}

.entr .sup-rating-count {
    font-size: 15px;
    color: #E7EDE2;
    opacity: .85
}

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

    .entr .avail-cards {
        grid-template-columns: 1fr
    }

    .entr .sup-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .entr .manifesto-h1 {
        font-size: 34px
    }
}

@media (max-width: 768px) {
    .entr .split-screen {
        flex-direction: column
    }

    .entr .split-left {
        padding: 48px 24px
    }

    .entr .split-right {
        min-height: 240px
    }

    .entr .manifesto-h1 {
        font-size: 34px
    }

    .entr .val-body {
        padding-left: 24px;
        padding-right: 24px
    }

    .entr .sup-body {
        padding-left: 24px;
        padding-right: 24px
    }

    .entr .avail-cards {
        grid-template-columns: 1fr
    }

    .entr .sup-layout {
        grid-template-columns: 1fr
    }
}

@media (max-width: 360px) {
    .entr .manifesto-h1 {
        font-size: 24px
    }

    .entr .val-h2,
    .entr .avail-h2,
    .entr .sup-h2 {
        font-size: 24px
    }

    .entr .split-left {
        padding: 24px 12px
    }
}

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

.abt-pg .abt-schema {
    display: none
}

.abt-pg .num-bg {
    position: absolute;
    font-size: 64px;
    font-weight: 900;
    color: #B9CCA8;
    opacity: .13;
    line-height: 1.1;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.abt-pg .circles-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0
}

.abt-pg .circles-deco span {
    display: block;
    border-radius: 38px;
    border: 1px solid #74A253;
    opacity: .08;
    position: absolute
}

.abt-pg .ttl-blk {
    position: relative;
    background: linear-gradient(170deg, transparent 0%, #E7EDE2 55%, #B9CCA8 100%);
    padding: 48px 24px;
    overflow: hidden
}

.abt-pg .ttl-blk .ttl-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1
}

.abt-pg .ttl-blk .ttl-text {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .ttl-blk .ttl-num {
    top: -12px;
    left: -6px;
    font-size: 64px
}

.abt-pg .ttl-blk h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: transparent;
    -webkit-text-stroke: 2px #74A253;
    margin: 0 0 24px
}

.abt-pg .ttl-blk .ttl-pts {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abt-pg .ttl-blk .ttl-pts li {
    font-size: 16px;
    line-height: 1.55;
    color: #2a3520;
    padding-left: 24px;
    position: relative
}

.abt-pg .ttl-blk .ttl-pts li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #74A253;
    transform: rotate(45deg)
}

.abt-pg .ttl-blk .ttl-img-wrap {
    flex: 0 0 420px;
    max-width: 420px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 7px 18px 1px #74a25314
}

.abt-pg .ttl-blk .ttl-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .18s ease-out;
    filter: blur(0px)
}

.abt-pg .ttl-blk .ttl-img-wrap img.loaded {
    opacity: 1
}

.abt-pg .ttl-blk .ttl-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 0 40px 10px #e7ede273;
    pointer-events: none
}

.abt-pg .ttl-blk .ttl-img-wrap {
    position: relative
}

.abt-pg .story-blk {
    position: relative;
    background: #fff;
    padding: 48px 24px
}

.abt-pg .story-blk .story-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    position: relative;
    z-index: 1
}

.abt-pg .story-blk .story-side {
    flex: 0 0 220px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .story-blk .story-main {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .story-blk .side-stat {
    background: #E7EDE2;
    border-radius: 10px;
    padding: 24px;
    position: relative;
    box-shadow: -1px 3px 2px 1px #74a25312
}

.abt-pg .story-blk .side-stat .stat-val {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #74A253;
    display: block;
    letter-spacing: -.02em
}

.abt-pg .story-blk .side-stat .stat-lbl {
    font-size: 15px;
    line-height: 1.35;
    color: #3a4a2e;
    display: block;
    margin-top: 6px
}

.abt-pg .story-blk h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1.5px #2a3520;
    margin: 0 0 24px
}

.abt-pg .story-blk .story-body {
    padding: 0 48px
}

.abt-pg .story-blk .story-body p {
    font-size: 16px;
    line-height: 1.55;
    color: #2a3520;
    margin: 0 0 24px
}

.abt-pg .story-blk .story-body p:last-child {
    margin-bottom: 0
}

.abt-pg .story-blk .story-body em {
    font-style: italic;
    font-size: 20px;
    color: #74A253;
    line-height: 1.35
}

.abt-pg .story-blk .story-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-top: 24px;
    opacity: 0;
    transition: opacity .15s ease-out;
    box-shadow: -1px 10px 52px 1px #74a25321
}

.abt-pg .story-blk .story-img.loaded {
    opacity: 1
}

.abt-pg .story-blk .circles-deco {
    right: 0;
    bottom: 0
}

.abt-pg .story-blk .circles-deco span:nth-child(1) {
    width: 120px;
    height: 120px;
    right: 24px;
    bottom: 24px
}

.abt-pg .story-blk .circles-deco span:nth-child(2) {
    width: 200px;
    height: 200px;
    right: -12px;
    bottom: -12px
}

.abt-pg .story-blk .circles-deco span:nth-child(3) {
    width: 280px;
    height: 280px;
    right: -48px;
    bottom: -48px
}

.abt-pg .team-blk {
    position: relative;
    padding: 48px 24px;
    overflow: hidden
}

.abt-pg .team-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, #E7EDE2 0%, #B9CCA8 50%, #74A253 100%);
    animation: desat-cycle 8s ease-in-out infinite alternate;
    z-index: 0
}

@keyframes desat-cycle {
    0% {
        filter: saturate(1)
    }

    50% {
        filter: saturate(0.25)
    }

    100% {
        filter: saturate(1)
    }
}

.abt-pg .team-blk .team-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.abt-pg .team-blk h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1.5px #2a3520;
    margin: 0 0 48px;
    text-align: left
}

.abt-pg .team-blk .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px
}

.abt-pg .team-blk .person-card {
    background: #ffffffd1;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 7px 18px 1px #b9cca814;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    transition: box-shadow .18s ease-out, transform .14s ease-out
}

.abt-pg .team-blk .person-card:hover {
    box-shadow: -1px 10px 52px 1px #74a25321;
    transform: translateY(-4px)
}

.abt-pg .team-blk .person-avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 38px;
    background: linear-gradient(155deg, #74A253 0%, #B9CCA8 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.abt-pg .team-blk .person-avatar svg {
    width: 28px;
    height: 28px;
    transition: transform .16s ease-out
}

.abt-pg .team-blk .person-card:hover .person-avatar svg {
    transform: scale(1.22) rotate(-8deg)
}

.abt-pg .team-blk .person-info {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .team-blk .person-name {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #2a3520;
    margin: 0 0 6px
}

.abt-pg .team-blk .person-role {
    font-size: 15px;
    line-height: 1.35;
    color: #74A253;
    margin: 0 0 6px
}

.abt-pg .team-blk .person-bio {
    font-size: 15px;
    line-height: 1.55;
    color: #3a4a2e;
    margin: 0
}

.abt-pg .team-blk .approach-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start
}

.abt-pg .team-blk .approach-img-wrap {
    flex: 0 0 340px;
    max-width: 340px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 10px 52px 1px #74a25321
}

.abt-pg .team-blk .approach-img-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .2s ease-out
}

.abt-pg .team-blk .approach-img-wrap img.loaded {
    opacity: 1
}

.abt-pg .team-blk .approach-text {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .team-blk .approach-text h3 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #2a3520;
    margin: 0 0 12px
}

.abt-pg .team-blk .approach-text p {
    font-size: 16px;
    line-height: 1.55;
    color: #2a3520;
    margin: 0 0 12px
}

.abt-pg .team-blk .approach-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: ap-cnt;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abt-pg .team-blk .approach-list li {
    counter-increment: ap-cnt;
    padding-left: 48px;
    position: relative;
    font-size: 15px;
    line-height: 1.55;
    color: #3a4a2e
}

.abt-pg .team-blk .approach-list li::before {
    content: counter(ap-cnt, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    color: #74A253;
    opacity: .2
}

.abt-pg .team-blk .circles-deco {
    left: 0;
    top: 0
}

.abt-pg .team-blk .circles-deco span:nth-child(1) {
    width: 100px;
    height: 100px;
    left: 12px;
    top: 12px
}

.abt-pg .team-blk .circles-deco span:nth-child(2) {
    width: 180px;
    height: 180px;
    left: -24px;
    top: -24px
}

.abt-pg .team-blk .circles-deco span:nth-child(3) {
    width: 260px;
    height: 260px;
    left: -60px;
    top: -60px
}

@media (max-width: 1024px) {
    .abt-pg .ttl-blk .ttl-img-wrap {
        flex: 0 0 300px;
        max-width: 300px
    }

    .abt-pg .story-blk .story-body {
        padding: 0 24px
    }

    .abt-pg .team-blk .approach-img-wrap {
        flex: 0 0 260px;
        max-width: 260px
    }
}

@media (max-width: 768px) {
    .abt-pg .ttl-blk .ttl-inner {
        flex-direction: column;
        gap: 24px
    }

    .abt-pg .ttl-blk h1 {
        font-size: 34px
    }

    .abt-pg .ttl-blk .ttl-img-wrap {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .abt-pg .ttl-blk .ttl-img-wrap img {
        height: 220px
    }

    .abt-pg .story-blk .story-inner {
        flex-direction: column;
        gap: 24px
    }

    .abt-pg .story-blk .story-side {
        flex: none;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap
    }

    .abt-pg .story-blk .side-stat {
        flex: 1 1 140px
    }

    .abt-pg .story-blk .story-body {
        padding: 0
    }

    .abt-pg .team-blk .team-grid {
        grid-template-columns: 1fr
    }

    .abt-pg .team-blk .approach-row {
        flex-direction: column
    }

    .abt-pg .team-blk .approach-img-wrap {
        flex: none;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 360px) {
    .abt-pg .ttl-blk h1 {
        font-size: 24px
    }

    .abt-pg .story-blk h2 {
        font-size: 24px
    }

    .abt-pg .team-blk h2 {
        font-size: 24px
    }

    .abt-pg .ttl-blk,
    .abt-pg .story-blk,
    .abt-pg .team-blk {
        padding: 24px 12px
    }
}

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

.cmp-pg .schema-block {
    display: none
}

.cmp-pg .sec-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    max-width: 1140px;
    margin: 0 auto
}

.cmp-pg .sec-divider span {
    flex-shrink: 0;
    font-size: 15px;
    color: #B9CCA8;
    letter-spacing: .08em
}

.cmp-pg .sec-divider::before,
.cmp-pg .sec-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #B9CCA8
}

.cmp-pg .pill-lbl {
    display: inline-block;
    background: #E7EDE2;
    color: #74A253;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 38px;
    letter-spacing: .06em
}

.cmp-pg .ttl-blk {
    position: relative;
    background: linear-gradient(158deg, #74A253 0%, #B9CCA8 55%, #E7EDE2 100%);
    padding: 48px 24px;
    overflow: hidden
}

.cmp-pg .ttl-blk .ttl-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.cmp-pg .ttl-blk .ttl-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: 1
}

.cmp-pg .ttl-blk .ttl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .08;
    transition: opacity .18s ease-out
}

.cmp-pg .ttl-blk .ttl-img-wrap::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    background: #ffffff2e;
    border-radius: 38px;
    transform: rotate(22deg);
    pointer-events: none
}

.cmp-pg .ttl-blk .ttl-img-wrap::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: 120px;
    height: 120px;
    background: #74a25326;
    border-radius: 22px;
    transform: rotate(-14deg);
    pointer-events: none
}

.cmp-pg .ttl-blk .big-anchor {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff1f;
    letter-spacing: -.03em;
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: -12px;
    left: -6px
}

.cmp-pg .ttl-blk h1 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
    margin: 0 0 12px;
    position: relative
}

.cmp-pg .ttl-blk .ttl-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffe0;
    max-width: 520px;
    margin: 12px 0 0
}

.cmp-pg .ttl-blk .read-arrow {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: .6
}

.cmp-pg .ttl-blk .read-arrow svg {
    width: 18px;
    height: 18px
}

.cmp-pg .plans-blk {
    background: #fff;
    padding: 48px 24px
}

.cmp-pg .plans-blk .plans-hd {
    max-width: 1140px;
    margin: 0 auto 48px
}

.cmp-pg .plans-blk .plans-hd h2 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #74A253;
    letter-spacing: -.01em;
    margin: 12px 0
}

.cmp-pg .plans-blk .plans-hd p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a30;
    max-width: 560px
}

.cmp-pg .plans-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.cmp-pg .plan-card {
    border-radius: 22px;
    padding: 24px;
    background: #E7EDE2;
    box-shadow: -1px 3px 2px 1px #74a25312;
    transition: box-shadow .15s ease-out, transform .12s ease-out;
    position: relative
}

.cmp-pg .plans-grid:hover .plan-card {
    filter: blur(2px);
    opacity: .7;
    transition: filter .15s ease-out, opacity .12s ease-out
}

.cmp-pg .plans-grid:hover .plan-card:hover {
    filter: none;
    opacity: 1;
    box-shadow: -1px 10px 52px 1px #74a25321;
    transform: translateY(-4px)
}

.cmp-pg .plan-card.featured {
    background: linear-gradient(158deg, #74A253 0%, #B9CCA8 100%);
    box-shadow: -1px 7px 18px 1px #74a25314
}

.cmp-pg .plan-card .plan-name {
    font-size: 20px;
    font-weight: 700;
    color: #2d3d22;
    margin: 0 0 6px
}

.cmp-pg .plan-card.featured .plan-name {
    color: #fff
}

.cmp-pg .plan-card .plan-price {
    font-size: 34px;
    font-weight: 800;
    color: #74A253;
    line-height: 1.1;
    letter-spacing: -.02em
}

.cmp-pg .plan-card.featured .plan-price {
    color: #fff
}

.cmp-pg .plan-card .plan-price-note {
    font-size: 15px;
    color: #6a7d5a;
    margin: 0 0 24px
}

.cmp-pg .plan-card.featured .plan-price-note {
    color: #fffc
}

.cmp-pg .plan-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: feat-cnt
}

.cmp-pg .plan-feat-list li {
    counter-increment: feat-cnt;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.35;
    color: #3a4a30;
    border-bottom: 1px solid #74a2531f;
    position: relative
}

.cmp-pg .plan-card.featured .plan-feat-list li {
    color: #ffffffeb;
    border-bottom-color: #ffffff26
}

.cmp-pg .plan-feat-list li::before {
    content: counter(feat-cnt, decimal-leading-zero);
    font-size: 20px;
    font-weight: 700;
    color: #74a25340;
    line-height: 1.1;
    flex-shrink: 0;
    width: 28px
}

.cmp-pg .plan-card.featured .plan-feat-list li::before {
    color: #ffffff40
}

.cmp-pg .plan-feat-list li .feat-check {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.cmp-pg .plan-feat-list li .feat-x {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: .35
}

.cmp-pg .plan-card .plan-btn {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 10px;
    border: 2px solid #74A253;
    background: #fff;
    color: #74A253;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .14s ease-out, border-color .14s ease-out
}

.cmp-pg .plan-card .plan-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #74A253;
    transition: width .18s ease-out;
    z-index: 0
}

.cmp-pg .plan-card .plan-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.cmp-pg .plan-card .plan-btn:hover {
    color: #fff
}

.cmp-pg .plan-card .plan-btn span {
    position: relative;
    z-index: 1
}

.cmp-pg .plan-card.featured .plan-btn {
    background: #fff3;
    border-color: #fff;
    color: #fff
}

.cmp-pg .plan-card.featured .plan-btn::after {
    background: #fff
}

.cmp-pg .plan-card.featured .plan-btn:hover {
    color: #74A253
}

.cmp-pg .plan-badge {
    position: absolute;
    top: -10px;
    right: 24px;
    background: #fff;
    color: #74A253;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 38px;
    box-shadow: -1px 3px 2px 1px #74a25312
}

.cmp-pg .breakdown-blk {
    background: #E7EDE2;
    padding: 48px 24px;
    position: relative
}

.cmp-pg .breakdown-blk .spotlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 380px at 20% 40%, #74a25317 0%, transparent 70%);
    pointer-events: none;
    animation: spot-drift 9s ease-out infinite alternate
}

@keyframes spot-drift {
    0% {
        background-position: 20% 40%;
        opacity: .7
    }

    100% {
        background-position: 75% 60%;
        opacity: 1
    }
}

.cmp-pg .breakdown-blk .bd-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.cmp-pg .breakdown-blk .bd-hd {
    margin-bottom: 48px
}

.cmp-pg .breakdown-blk .bd-hd h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 2px #74A253;
    letter-spacing: -.01em;
    margin: 12px 0
}

.cmp-pg .breakdown-blk .bd-hd p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a30;
    max-width: 540px
}

.cmp-pg .bd-outer-grid {
    display: grid;
    grid-template-columns: 1fr 4px 1fr;
    gap: 24px;
    align-items: start
}

.cmp-pg .bd-accent-div {
    background: linear-gradient(180deg, #74A253 0%, #B9CCA8 55%, #E7EDE2 100%);
    border-radius: 1px;
    align-self: stretch;
    min-height: 200px
}

.cmp-pg .bd-col h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2d3d22;
    margin: 0 0 24px;
    letter-spacing: .01em
}

.cmp-pg .bd-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.cmp-pg .bd-cell {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: -1px 3px 2px 1px #74a25312;
    transition: box-shadow .16s ease-out
}

.cmp-pg .bd-cell:hover {
    box-shadow: -1px 7px 18px 1px #74a25314
}

.cmp-pg .bd-cell .cell-label {
    font-size: 15px;
    font-weight: 600;
    color: #74A253;
    margin: 0 0 6px
}

.cmp-pg .bd-cell .cell-val {
    font-size: 24px;
    font-weight: 800;
    color: #2d3d22;
    line-height: 1.1;
    letter-spacing: -.02em
}

.cmp-pg .bd-cell .cell-note {
    font-size: 15px;
    color: #6a7d5a;
    line-height: 1.35;
    margin-top: 6px
}

.cmp-pg .bd-right-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: bd-cnt;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cmp-pg .bd-right-list li {
    counter-increment: bd-cnt;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: -1px 3px 2px 1px #74a25312;
    font-size: 15px;
    line-height: 1.35;
    color: #3a4a30;
    transition: box-shadow .13s ease-out
}

.cmp-pg .bd-right-list li:hover {
    box-shadow: -1px 7px 18px 1px #74a25314
}

.cmp-pg .bd-right-list li::before {
    content: counter(bd-cnt, decimal-leading-zero);
    font-size: 24px;
    font-weight: 800;
    color: #74a25333;
    line-height: 1.1;
    flex-shrink: 0
}

.cmp-pg .bd-right-list li strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #2d3d22;
    margin-bottom: 6px
}

.cmp-pg .bd-italic-accent {
    font-style: italic;
    font-size: 20px;
    color: #74A253;
    line-height: 1.35;
    display: block;
    margin-top: 24px
}

@media (max-width: 1024px) {
    .cmp-pg .plans-grid {
        grid-template-columns: 1fr 1fr
    }

    .cmp-pg .plans-grid .plan-card:last-child {
        grid-column: 1 / -1
    }

    .cmp-pg .bd-outer-grid {
        grid-template-columns: 1fr
    }

    .cmp-pg .bd-accent-div {
        display: none
    }

    .cmp-pg .ttl-blk h1 {
        font-size: 34px
    }
}

@media (max-width: 768px) {
    .cmp-pg .plans-grid {
        grid-template-columns: 1fr
    }

    .cmp-pg .plans-grid .plan-card:last-child {
        grid-column: auto
    }

    .cmp-pg .ttl-blk h1 {
        font-size: 34px
    }

    .cmp-pg .bd-sub-grid {
        grid-template-columns: 1fr
    }

    .cmp-pg .big-anchor {
        font-size: 48px
    }
}

@media (max-width: 360px) {
    .cmp-pg .ttl-blk h1 {
        font-size: 24px
    }

    .cmp-pg .plans-blk .plans-hd h2,
    .cmp-pg .breakdown-blk .bd-hd h2 {
        font-size: 24px
    }
}

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

.ct-us .pg-top {
    padding: 48px 24px;
    max-width: 1140px;
    margin: 0 auto
}

.ct-us .pg-top-grid {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.ct-us .pg-left {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.ct-us .pg-right {
    flex: 1 1 0
}

.ct-us .lbl-tag {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .08em;
    color: #74A253;
    background: #E7EDE2;
    border-radius: 1px;
    padding: 6px 12px;
    margin-bottom: 12px;
    font-weight: 600
}

.ct-us .pg-heading {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: transparent;
    -webkit-text-stroke: 1.5px #2d3a22;
    margin: 0 0 24px
}

.ct-us .pg-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4230;
    margin: 0 0 24px;
    padding-left: 24px;
    border-top: 2px solid #B9CCA8;
    padding-top: 12px
}

.ct-us .info-row {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ct-us .info-icon {
    flex: 0 0 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #74A253 0%, #B9CCA8 60%, #E7EDE2 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.ct-us .info-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ct-us .info-text {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ct-us .info-text strong {
    font-size: 15px;
    color: #2d3a22;
    letter-spacing: .04em
}

.ct-us .info-text span {
    font-size: 15px;
    color: #4a5c38;
    line-height: 1.35
}

.ct-us .info-text a {
    color: #74A253;
    text-decoration: none;
    transition: color .15s ease-out
}

.ct-us .info-text a:hover {
    color: #2d3a22
}

.ct-us .divider-shape {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 12px 0
}

.ct-us .divider-shape .d-line {
    height: 1px;
    width: 40px;
    background: #B9CCA8
}

.ct-us .divider-shape .d-dot {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #74A253;
    transform: rotate(45deg)
}

.ct-us .form-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: -1px 10px 52px 1px #74a25321;
    padding: 48px;
    position: relative;
    overflow: hidden
}

.ct-us .form-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 180px;
    height: 180px;
    border-radius: 38px;
    background: linear-gradient(135deg, #E7EDE2 0%, #B9CCA8 50%, #74A253 100%);
    opacity: .18;
    pointer-events: none;
    transform: rotate(18deg)
}

.ct-us .form-card::after {
    content: '';
    position: absolute;
    bottom: 24px;
    left: -20px;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #B9CCA8);
    pointer-events: none;
    transform: rotate(-12deg)
}

.ct-us .form-heading {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: transparent;
    -webkit-text-stroke: 1px #2d3a22;
    margin: 0 0 24px
}

.ct-us .form-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px
}

.ct-us .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 0
}

.ct-us .form-group.full {
    flex: 0 0 100%;
    width: 100%
}

.ct-us .f-label {
    font-size: 15px;
    color: #2d3a22;
    letter-spacing: .03em;
    font-weight: 600
}

.ct-us .f-input {
    font-size: 16px;
    color: #2d3a22;
    background: #F4F7F1;
    border: 1.5px solid #B9CCA8;
    border-radius: 10px;
    padding: 12px;
    outline: none;
    box-shadow: inset 0 2px 4px #74a25312;
    transition: border-color .18s ease-out, box-shadow .18s ease-out;
    width: 100%;
    box-sizing: border-box
}

.ct-us .f-input::placeholder {
    color: #2d3a2266
}

.ct-us .f-input:focus {
    border-color: #74A253;
    box-shadow: inset 0 2px 4px #74a2531f -1px 3px 2px 1px #74a25312
}

.ct-us .f-select {
    font-size: 16px;
    color: #2d3a22;
    background: #F4F7F1;
    border: 1.5px solid #B9CCA8;
    border-radius: 10px;
    padding: 12px;
    outline: none;
    box-shadow: inset 0 2px 4px #74a25312;
    transition: border-color .18s ease-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer
}

.ct-us .f-select:focus {
    border-color: #74A253
}

.ct-us .f-select-wrap {
    position: relative
}

.ct-us .f-select-wrap .sel-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 10px;
    height: 6px
}

.ct-us .f-select-wrap .sel-arrow svg {
    width: 10px;
    height: 6px;
    fill: none;
    stroke: #74A253;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ct-us .time-pref {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ct-us .time-opts {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.ct-us .time-opt {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.ct-us .time-opt input[type="radio"] {
    accent-color: #74A253;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.ct-us .time-opt .t-lbl {
    font-size: 15px;
    color: #3a4230;
    cursor: pointer
}

.ct-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

.ct-us .privacy-row input[type="checkbox"] {
    accent-color: #74A253;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0
}

.ct-us .privacy-row .priv-txt {
    font-size: 15px;
    color: #4a5c38;
    line-height: 1.55
}

.ct-us .privacy-row .priv-txt a {
    color: #74A253;
    text-decoration: underline;
    transition: color .15s ease-out
}

.ct-us .privacy-row .priv-txt a:hover {
    color: #2d3a22
}

.ct-us .btn-submit {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #74A253;
    border: none;
    border-radius: 10px;
    padding: 12px 48px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 7px 18px 1px #74a25314;
    transition: color .12s ease-out, box-shadow .16s ease-out;
    letter-spacing: .03em
}

.ct-us .btn-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #2d3a22;
    transform: translateX(100%);
    transition: transform .18s ease-out;
    border-radius: 10px;
    z-index: 0
}

.ct-us .btn-submit:hover::before {
    transform: translateX(0)
}

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

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

.ct-us .btn-submit:active {
    box-shadow: inset 0 2px 4px #74a2532e
}

.ct-us .alt-band {
    background: linear-gradient(112deg, #E7EDE2 0%, #B9CCA8 55%, #E7EDE2 100%);
    padding: 48px 24px
}

.ct-us .alt-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.ct-us .alt-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.ct-us .alt-heading {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1.5px #2d3a22;
    margin: 0
}

.ct-us .alt-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2d3a22;
    margin: 0;
    padding: 0 48px
}

.ct-us .alt-body em {
    font-style: italic;
    font-size: 20px;
    color: #2d3a22
}

.ct-us .alt-stats {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .stat-item {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: -1px 7px 18px 1px #74a25314;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ct-us .stat-num {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.04em;
    color: #74A253;
    font-weight: 700
}

.ct-us .stat-desc {
    font-size: 15px;
    line-height: 1.35;
    color: #4a5c38
}

.ct-us .diag-deco {
    position: relative
}

.ct-us .diag-deco::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(-55deg, transparent, transparent 38px, #74a2530f 38px, #74a2530f 39px);
    pointer-events: none;
    border-radius: 22px
}

@keyframes fadeBlurIn {
    from {
        opacity: 0;
        filter: blur(8px)
    }

    to {
        opacity: 1;
        filter: blur(0)
    }
}

.ct-us .pg-top {
    animation: fadeBlurIn .5s ease-out both
}

.ct-us .alt-band {
    animation: fadeBlurIn .7s ease-out .15s both
}

@media (max-width: 1024px) {
    .ct-us .pg-top-grid {
        flex-direction: column
    }

    .ct-us .pg-left {
        flex: 0 0 auto
    }

    .ct-us .alt-inner {
        flex-direction: column
    }

    .ct-us .alt-stats {
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap
    }

    .ct-us .stat-item {
        flex: 1 1 120px
    }
}

@media (max-width: 768px) {
    .ct-us .form-card {
        padding: 24px
    }

    .ct-us .form-row {
        flex-direction: column
    }

    .ct-us .pg-heading {
        font-size: 34px
    }

    .ct-us .alt-body {
        padding: 0 12px
    }

    .ct-us .time-opts {
        flex-direction: column
    }

    .ct-us .alt-stats {
        flex-direction: column
    }
}

@media (max-width: 360px) {
    .ct-us .form-card {
        padding: 12px
    }

    .ct-us .pg-heading {
        font-size: 24px
    }

    .ct-us .btn-submit {
        width: 100%;
        padding: 12px 24px
    }
}

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

.success-pg .success-wrap {
    max-width: 560px;
    width: 100%;
    text-align: left;
    padding: 48px;
    background: #E7EDE2;
    border-radius: 22px;
    box-shadow: -1px 7px 18px 1px #74a25314
}

.success-pg .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 38px;
    background: #74A253;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.success-pg .icon-box svg {
    display: block
}

.success-pg .success-title {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a3a1e;
    margin: 0 0 12px;
    font-weight: 700;
    -webkit-text-stroke: 0
}

.success-pg .success-msg {
    font-size: 16px;
    line-height: 1.55;
    color: #3d4f2e;
    margin: 0 0 24px
}

.success-pg .success-note {
    font-size: 15px;
    line-height: 1.35;
    color: #5a6e48;
    margin: 0 0 48px;
    padding: 12px 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 3px 2px 1px #74a25312
}

.success-pg .back-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #74A253;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .01em;
    position: relative;
    overflow: hidden;
    transition: color .15s ease-out
}

.success-pg .back-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #5c8240;
    transform: translateX(100%);
    transition: transform .18s ease-out;
    border-radius: 10px;
    z-index: 0
}

.success-pg .back-btn:hover::after {
    transform: translateX(0)
}

.success-pg .back-btn span {
    position: relative;
    z-index: 1
}

.success-pg .back-btn:focus-visible {
    outline: 2px solid #2a3a1e;
    outline-offset: 3px
}

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

    .success-pg .success-title {
        font-size: 24px
    }
}