* {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden
}

.brand {
    font-family: 'IBM Plex Serif', serif
}

.pg-head {
    background-color: #f7f3e8;
    background-image: repeating-linear-gradient(135deg, #426e4e0a 0px, #426e4e0a 1px, transparent 1px, transparent 18px);
    border-bottom: 1px solid #426e4e26;
    box-shadow: 0 3px 3px -1px #426e4e12;
    position: relative
}

.pg-head__band {
    background: linear-gradient(90deg, #426E4E 0%, #6E9679 100%);
    padding: 8px 24px
}

.pg-head__band-inner {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.pg-head__addr {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #FEF1C5;
    letter-spacing: .01em;
    line-height: 1.55
}

.pg-head__addr a {
    color: #FEF1C5;
    text-decoration: none;
    transition: opacity .12s ease-out
}

.pg-head__addr a:hover {
    opacity: .8
}

.pg-head__addr a:focus {
    outline: 2px solid #FEF1C5;
    outline-offset: 2px;
    filter: invert(1)
}

.pg-head__body {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    gap: 40px
}

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

.pg-head__mark-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-color: #FEF1C5;
    border: 2px solid #426e4e40;
    box-shadow: 0 3px 3px -1px #426e4e12 0 7px 18px -1px #426e4e1c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.pg-head__mark-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.pg-head__mark-name {
    font-family: 'IBM Plex Serif', serif;
    font-size: 29px;
    font-weight: 700;
    color: #426E4E;
    letter-spacing: .01em;
    line-height: 1.1
}

.pg-head__mark-sub {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #6E9679;
    letter-spacing: .02em;
    line-height: 1.55;
    margin-top: 4px
}

.pg-head__menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.pg-head__menu li {
    display: flex
}

.pg-head__menu a {
    font-family: 'IBM Plex Serif', serif;
    font-size: 17px;
    color: #426E4E;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.55;
    padding: 8px 24px;
    border-radius: 16px;
    border: 1.5px solid transparent;
    transition: background-color .1s ease-out, border-color .1s ease-out, color .1s ease-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.pg-head__menu a:hover {
    background-color: #426e4e14;
    border-color: #426e4e33
}

.pg-head__menu a:focus {
    outline: none;
    filter: invert(1)
}

.pg-head__menu a.active {
    background-color: #426E4E;
    color: #FEF1C5;
    border-color: #426E4E
}

@media (max-width: 768px) {
    .pg-head__body {
        padding: 24px;
        flex-wrap: wrap;
        gap: 24px
    }

    .pg-head__menu {
        justify-content: flex-start;
        width: 100%
    }

    .pg-head__menu a {
        font-size: 14px;
        padding: 8px 16px
    }
}

@media (max-width: 390px) {
    .pg-head__body {
        padding: 24px 8px
    }

    .pg-head__band {
        padding: 8px
    }

    .pg-head__band-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .pg-head__mark-name {
        font-size: 22px
    }

    .pg-head__menu a {
        font-size: 14px;
        padding: 8px
    }
}

.pg-foot {
    background-color: #2d4d37;
    background-image: repeating-linear-gradient(45deg, #fef1c508 0px, #fef1c508 1px, transparent 1px, transparent 20px)
}

.pg-foot__top {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap
}

.pg-foot__brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 320px
}

.pg-foot__brand-mark {
    display: flex;
    align-items: center;
    gap: 24px;
    text-decoration: none
}

.pg-foot__brand-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-color: #FEF1C5;
    border: 2px solid #fef1c54d;
    box-shadow: 0 3px 3px -1px #6e967912 0 7px 18px -1px #6e96791c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.pg-foot__brand-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.pg-foot__brand-name {
    font-family: 'IBM Plex Serif', serif;
    font-size: 22px;
    font-weight: 700;
    color: #FEF1C5;
    letter-spacing: .01em;
    line-height: 1.1
}

.pg-foot__hours {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #fef1c5bf;
    letter-spacing: .01em;
    line-height: 1.55
}

.pg-foot__hours strong {
    color: #FEF1C5;
    font-weight: 700
}

.pg-foot__contact {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pg-foot__contact-label {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #6E9679;
    letter-spacing: .02em;
    line-height: 1.55;
    text-transform: uppercase
}

.pg-foot__contact a {
    font-family: 'IBM Plex Serif', serif;
    font-size: 17px;
    color: #FEF1C5;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.55;
    transition: color .1s ease-out
}

.pg-foot__contact a:hover {
    color: #6E9679
}

.pg-foot__contact a:focus {
    outline: none;
    filter: invert(1)
}

.pg-foot__divider {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    border: none;
    border-top: 1px solid #fef1c51f
}

.pg-foot__bottom {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px
}

.pg-foot__legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.pg-foot__legal li {
    display: flex;
    align-items: center
}

.pg-foot__legal li+li::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 0;
    background-color: #fef1c54d;
    margin-right: 8px
}

.pg-foot__legal a {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #fef1c599;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.55;
    transition: color .12s ease-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.pg-foot__legal a:hover {
    color: #FEF1C5
}

.pg-foot__legal a:focus {
    outline: none;
    filter: invert(1)
}

.pg-foot__copy {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #fef1c573;
    letter-spacing: .01em;
    line-height: 1.55
}

@media (max-width: 768px) {
    .pg-foot__top {
        padding: 40px 24px 24px;
        flex-direction: column;
        gap: 40px
    }

    .pg-foot__divider {
        padding: 0 24px
    }

    .pg-foot__bottom {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }
}

@media (max-width: 390px) {
    .pg-foot__top {
        padding: 40px 8px 24px
    }

    .pg-foot__divider {
        padding: 0 8px
    }

    .pg-foot__bottom {
        padding: 24px 8px
    }
}

.ck-tray {
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    max-width: calc(100vw - 48px);
    background-color: #fff;
    border: 1px solid #426e4e2e;
    border-radius: 16px;
    box-shadow: 0 12px 48px -1px #426e4e1c;
    z-index: 4000;
    display: none;
    opacity: 0;
    transition: opacity .42s ease-out;
    font-family: 'IBM Plex Serif', serif
}

.ck-tray.visible {
    opacity: 1
}

.ck-tray__body {
    padding: 24px
}

.ck-tray__desc {
    font-size: 14px;
    color: #2d4d37;
    line-height: 1.55;
    letter-spacing: .01em;
    margin: 0 0 8px
}

.ck-tray__desc a {
    color: #426E4E;
    text-decoration: underline;
    transition: color .1s ease-out
}

.ck-tray__desc a:hover {
    color: #6E9679
}

.ck-tray__desc a:focus {
    outline: none;
    filter: invert(1)
}

.ck-tray__uses {
    font-size: 14px;
    color: #426E4E;
    line-height: 1.55;
    letter-spacing: .01em;
    margin: 0 0 24px;
    padding-left: 24px
}

.ck-tray__uses li {
    margin-bottom: 4px
}

.ck-tray__panel {
    border-top: 1px solid #426e4e1f;
    padding-top: 24px;
    margin-top: 8px;
    display: none
}

.ck-tray__panel.open {
    display: block
}

.ck-tray__toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 8px
}

.ck-tray__toggle-label {
    font-size: 14px;
    color: #2d4d37;
    letter-spacing: .01em;
    line-height: 1.55
}

.ck-tray__switch {
    position: relative;
    width: 40px;
    height: 24px;
    flex-shrink: 0
}

.ck-tray__switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.ck-tray__slider {
    position: absolute;
    inset: 0;
    background-color: #426e4e26;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color .12s ease-out
}

.ck-tray__slider::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .12s ease-out
}

.ck-tray__switch input:checked+.ck-tray__slider {
    background-color: #426E4E
}

.ck-tray__switch input:checked+.ck-tray__slider::after {
    transform: translateX(16px)
}

.ck-tray__switch input:focus+.ck-tray__slider {
    outline: 2px solid #426E4E;
    outline-offset: 2px
}

.ck-tray__btns {
    display: flex;
    gap: 8px;
    margin-top: 24px
}

.ck-tray__btn {
    flex: 1;
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.55;
    padding: 8px 24px;
    border-radius: 16px;
    cursor: pointer;
    min-height: 44px;
    border: 1.5px solid #426E4E;
    background-color: transparent;
    color: #426E4E;
    transition: background-color .1s ease-out, color .1s ease-out
}

.ck-tray__btn:hover {
    background-color: #426E4E;
    color: #FEF1C5
}

.ck-tray__btn:focus {
    outline: none;
    filter: invert(1)
}

.ck-tray__btn--primary {
    background-color: #426E4E;
    color: #FEF1C5
}

.ck-tray__btn--primary:hover {
    background-color: #6E9679;
    border-color: #6E9679;
    color: #fff
}

.ck-tray__expand {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #6E9679;
    background: none;
    border: none;
    cursor: pointer;
    letter-spacing: .01em;
    line-height: 1.55;
    padding: 0;
    text-decoration: underline;
    transition: color .1s ease-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.ck-tray__expand:hover {
    color: #426E4E
}

.ck-tray__expand:focus {
    outline: none;
    filter: invert(1)
}

.pref-tab {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3999;
    display: none
}

.pref-tab__btn {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    color: #FEF1C5;
    background-color: #426E4E;
    border: none;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 24px 8px;
    border-radius: 0 16px 16px 0;
    letter-spacing: .01em;
    line-height: 1.55;
    min-width: 44px;
    transition: background-color .1s ease-out
}

.pref-tab__btn:hover {
    background-color: #6E9679
}

.pref-tab__btn:focus {
    outline: none;
    filter: invert(1)
}

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

.legal-text p {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #2a3d2e;
    margin-bottom: 24px
}

.legal-text ul,
.legal-text ol {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #2a3d2e;
    margin-bottom: 24px;
    padding-left: 40px
}

.legal-text li {
    margin-bottom: 8px
}

.legal-text li:last-child {
    margin-bottom: 0
}

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

.legal-text a {
    color: #426E4E;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .12s ease-out, text-decoration-color .12s ease-out
}

.legal-text a:hover {
    color: #6E9679;
    text-decoration-color: #6E9679
}

.legal-text table {
    width: 100%;
    border-collapse: collapse;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    margin-bottom: 40px;
    box-shadow: 0 3px 3px -1px #426e4e12;
    border-radius: 16px;
    overflow: hidden
}

.legal-text thead {
    background-color: #426E4E
}

.legal-text thead th {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: left;
    padding: 24px;
    line-height: 1.1
}

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

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

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

.legal-text td {
    color: #2a3d2e;
    padding: 24px;
    font-size: 17px;
    line-height: 1.55;
    vertical-align: top
}

.legal-text th {
    padding: 24px
}

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

    .legal-text p {
        font-size: 17px
    }

    .legal-text ul,
    .legal-text ol {
        padding-left: 24px
    }

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

    .legal-text thead th,
    .legal-text td {
        padding: 24px 8px;
        font-size: 14px
    }
}

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

    .legal-text p,
    .legal-text ul,
    .legal-text ol {
        font-size: 14px
    }

    .legal-text ul,
    .legal-text ol {
        padding-left: 24px
    }
}

.srvdet {
    max-width: 1366px;
    margin: 0 auto;
    overflow-x: clip
}

.srvdet .pg-title {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 80px;
    padding: 80px;
    background: #fff;
    position: relative
}

.srvdet .pg-title__band {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(105deg, #426E4E 0%, #6E9679 60%, #FEF1C5 100%)
}

.srvdet .pg-title__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvdet .pg-title__meta {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.srvdet .pg-title__tag {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #fff;
    background: #426E4E;
    padding: 8px 24px;
    border-radius: 16px;
    display: inline-block
}

.srvdet .pg-title__fmt {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #426E4E;
    border: 1.5px solid #6E9679;
    padding: 8px 24px;
    border-radius: 16px;
    display: inline-block
}

.srvdet .pg-title__readtime {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #555
}

.srvdet .pg-title__h1 {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e22;
    margin: 0
}

.srvdet .pg-title__accent {
    display: inline;
    background: #FEF1C5;
    padding: 0 8px;
    border-radius: 0
}

.srvdet .pg-title__manifesto {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3e;
    max-width: 560px;
    margin: 0
}

.srvdet .pg-title__actions {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px
}

.srvdet .pg-title__btn {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #426E4E;
    background: transparent;
    border: 2px solid #426E4E;
    padding: 8px 40px;
    border-radius: 16px;
    cursor: pointer;
    transition: background .12s ease-out, color .12s ease-out;
    text-decoration: none;
    display: inline-block
}

.srvdet .pg-title__btn:hover {
    background: #426E4E;
    color: #fff
}

.srvdet .pg-title__btn:focus {
    outline: 2px solid #426E4E;
    outline-offset: 3px
}

.srvdet .pg-title__views {
    font-size: 14px;
    line-height: 1.55;
    color: #666;
    letter-spacing: .01em
}

.srvdet .pg-title__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvdet .pg-title__img-wrap {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 7px 18px -1px #426e4e1c
}

.srvdet .pg-title__img {
    width: 100%;
    display: block;
    object-fit: cover
}

.srvdet .pg-title__img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #ffffffd9);
    pointer-events: none
}

.srvdet .price-card {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #d4e4d8;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 3px 3px -1px #426e4e12;
    animation: settle .15s ease-out both
}

.srvdet .price-card__amount {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #426E4E
}

.srvdet .price-card__desc {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #555;
    margin: 0
}

.srvdet .price-card__seats {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #426E4E;
    font-weight: 600
}

.srvdet .price-card__cta {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #426E4E;
    background: transparent;
    border: 2px solid #426E4E;
    border-radius: 16px;
    padding: 8px 24px;
    cursor: pointer;
    transition: background .1s ease-out, color .1s ease-out;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 8px
}

.srvdet .price-card__cta:hover {
    background: #426E4E;
    color: #fff
}

.srvdet .price-card__cta:focus {
    outline: 2px solid #426E4E;
    outline-offset: 3px
}

.srvdet .circles-deco {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    opacity: .06;
    z-index: 0
}

.srvdet .circles-deco circle {
    fill: none;
    stroke: #426E4E;
    stroke-width: 1.5
}

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

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

.srvdet .pg-body {
    background: #f4f8f5;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 80px;
    position: relative;
    align-items: start
}

.srvdet .pg-body__texture {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0
}

.srvdet .pg-body__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1
}

.srvdet .pg-body__right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1
}

.srvdet .desc-block {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvdet .desc-block__h2 {
    font-size: 29px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e22;
    margin: 0
}

.srvdet .desc-block p {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3e;
    margin: 0
}

.srvdet .desc-block strong {
    color: #426E4E
}

.srvdet .desc-block ol {
    margin: 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvdet .desc-block ol li {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3e
}

.srvdet .desc-block dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvdet .desc-block dt {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e22
}

.srvdet .desc-block dd {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3e;
    margin-left: 24px
}

.srvdet .desc-block blockquote {
    margin: 0;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 3px -1px #426e4e12
}

.srvdet .desc-block blockquote p {
    font-size: 17px;
    line-height: 1.55;
    font-style: italic;
    color: #426E4E
}

.srvdet .desc-block cite {
    font-size: 14px;
    line-height: 1.55;
    color: #666
}

.srvdet .desc-block figure {
    margin: 0
}

.srvdet .desc-block figcaption {
    font-size: 14px;
    line-height: 1.55;
    color: #666;
    margin-top: 8px
}

.srvdet .prog-block {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvdet .prog-block__h2 {
    font-size: 29px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e22;
    margin: 0
}

.srvdet .prog-block p {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3e;
    margin: 0
}

.srvdet .prog-block h2 {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 600;
    color: #1b2e22;
    margin: 0
}

.srvdet .prog-block small {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #666
}

.srvdet .prog-block cite {
    font-size: 14px;
    line-height: 1.55;
    color: #426E4E;
    font-style: italic
}

.srvdet .prog-block ul {
    margin: 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvdet .prog-block ul li {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3e
}

.srvdet .prog-block figure {
    margin: 0
}

.srvdet .prog-block figcaption {
    font-size: 14px;
    line-height: 1.55;
    color: #666;
    margin-top: 8px
}

.srvdet .prog-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 7px 18px -1px #426e4e1c;
    animation: settle .15s ease-out .05s both
}

.srvdet .compare-block {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srvdet .compare-block__label {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #426E4E;
    font-weight: 600;
    text-transform: uppercase
}

.srvdet .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px
}

.srvdet .cmp-opt {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #d4e4d8;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: box-shadow .12s ease-out, border-color .12s ease-out
}

.srvdet .cmp-opt:hover {
    box-shadow: 0 7px 18px -1px #426e4e1c;
    border-color: #6E9679
}

.srvdet .cmp-opt--rec {
    border-color: #426E4E;
    background: #f0f7f2;
    box-shadow: 0 7px 18px -1px #426e4e1c
}

.srvdet .cmp-opt__badge {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #fff;
    background: #426E4E;
    border-radius: 16px;
    padding: 0 8px;
    display: inline-block;
    align-self: flex-start
}

.srvdet .cmp-opt__name {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e22;
    margin: 0
}

.srvdet .cmp-opt__detail {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #555;
    margin: 0
}

.srvdet .cmp-opt__price {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #426E4E
}

.srvdet .contact-nudge {
    background: #426E4E;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: settle .15s ease-out .08s both
}

.srvdet .contact-nudge__h3 {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.srvdet .contact-nudge__p {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #c8dece;
    margin: 0
}

.srvdet .contact-nudge__link {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #FEF1C5;
    text-decoration: underline;
    transition: color .1s ease-out
}

.srvdet .contact-nudge__link:hover {
    color: #fff
}

.srvdet .scallop-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff
}

.srvdet .scallop-div svg {
    display: block;
    width: 100%
}

@media (max-width: 1280px) {
    .srvdet .pg-title {
        grid-template-columns: 1fr 280px;
        gap: 40px;
        padding: 80px 40px
    }

    .srvdet .pg-body {
        grid-template-columns: 1fr 320px;
        gap: 40px;
        padding: 80px 40px
    }

    .srvdet .pg-title__h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .srvdet .pg-title {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px 24px
    }

    .srvdet .pg-title__right {
        order: -1
    }

    .srvdet .pg-title__h1 {
        font-size: 29px
    }

    .srvdet .pg-body {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 24px
    }

    .srvdet .compare-grid {
        grid-template-columns: 1fr
    }

    .srvdet .contact-nudge {
        padding: 24px
    }
}

@media (max-width: 390px) {
    .srvdet .pg-title {
        padding: 24px 8px;
        gap: 24px
    }

    .srvdet .pg-title__h1 {
        font-size: 22px
    }

    .srvdet .pg-body {
        padding: 24px 8px;
        gap: 24px
    }

    .srvdet .price-card {
        padding: 24px 8px
    }

    .srvdet .contact-nudge {
        padding: 24px 8px
    }
}

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

.ftrs__band {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.ftrs__hero {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, #d6e8da 0%, #f5f0e8 55%, #fff 100%);
    overflow: hidden
}

.ftrs__hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #426E4E 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .08;
    pointer-events: none;
    clip-path: inset(0 50% 0 0)
}

.ftrs__hero-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.ftrs__hero-text {
    flex: 3;
    min-width: 0
}

.ftrs__hero-img {
    flex: 1;
    min-width: 0;
    position: relative
}

.ftrs__hero-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover
}

.ftrs__hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at 100% 0%, #426e4e61 0%, transparent 55%), radial-gradient(ellipse at 0% 100%, #426e4e38 0%, transparent 50%);
    pointer-events: none
}

.ftrs__h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 800;
    color: #1b2e21;
    margin: 0 0 24px
}

.ftrs__h1-accent {
    display: inline;
    background: #FEF1C5;
    padding: 0 8px;
    border-radius: 0
}

.ftrs__divider-hand {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.ftrs__divider-hand svg {
    display: block;
    width: 100%
}

.ftrs__specs {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.ftrs__specs-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 80px;
    align-items: start
}

.ftrs__specs-left {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ftrs__h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e21;
    margin: 0 0 24px
}

.ftrs__h3 {
    font-size: 29px;
    line-height: 1.1;
    letter-spacing: .02em;
    font-weight: 600;
    color: #1b2e21;
    margin: 0 0 8px
}

.ftrs__para {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #2c3e30;
    margin: 0
}

.ftrs__para--sm {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #4a5e50;
    margin: 0
}

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

.ftrs__feat-num {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .01em;
    color: #6E9679;
    flex-shrink: 0;
    width: 80px;
    text-align: right;
    opacity: .35
}

.ftrs__feat-body {
    flex: 1;
    min-width: 0;
    padding-top: 8px
}

.ftrs__side-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ftrs__stat-card {
    background: #f2f7f3;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 3px 3px -1px #426e4e12;
    position: relative;
    overflow: hidden
}

.ftrs__stat-card::before {
    content: "";
    position: absolute;
    top: -24px;
    right: -24px;
    width: 64px;
    height: 64px;
    background: #426E4E;
    opacity: .12;
    border-radius: 0;
    transform: rotate(45deg)
}

.ftrs__stat-num {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .01em;
    color: #426E4E;
    display: block;
    margin-bottom: 8px
}

.ftrs__stat-label {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #2c3e30
}

.ftrs__divider-gap {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #6E9679 30%, #6E9679 70%, transparent);
    opacity: .25
}

.ftrs__resources {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(0deg, #f5f0e8 0%, #e8f0ea 100%);
    position: relative
}

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

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

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

.ftrs__res-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 7px 18px -1px #426e4e1c;
    position: relative;
    overflow: hidden;
    transition: box-shadow .12s ease-out, transform .1s ease-out;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ftrs__res-card:hover {
    box-shadow: 0 12px 48px -1px #426e4e1c;
    transform: translateY(-2px)
}

.ftrs__res-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #426E4E transparent transparent;
    opacity: .18
}

.ftrs__res-type {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #6E9679;
    font-weight: 600;
    text-transform: uppercase
}

.ftrs__res-title {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e21;
    margin: 0
}

.ftrs__res-meta {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #4a5e50
}

.ftrs__res-desc {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #2c3e30;
    flex: 1
}

.ftrs__res-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #426E4E;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #6E9679;
    transition: color .1s ease-out, border-color .1s ease-out
}

.ftrs__res-link:hover {
    color: #1b2e21;
    border-color: #1b2e21
}

.ftrs__divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.ftrs__divider-wave svg {
    display: block;
    width: 100%
}

.ftrs__process {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #1b2e21;
    position: relative;
    overflow: hidden
}

.ftrs__process::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(0deg, #2c4a33 0%, transparent 100%);
    pointer-events: none
}

.ftrs__process-head {
    margin-bottom: 40px
}

.ftrs__h2--light {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 700;
    color: #FEF1C5;
    margin: 0 0 24px
}

.ftrs__para--light {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #a8c4ad;
    margin: 0
}

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

.ftrs__steps-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.ftrs__steps-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 16px
}

.ftrs__steps-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at 0% 100%, #426e4e73 0%, transparent 60%);
    pointer-events: none
}

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

.ftrs__step-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    background: #ffffff0a;
    border-radius: 16px;
    border: 1px solid #6e96792e;
    transition: background .13s ease-out, border-color .13s ease-out
}

.ftrs__step-item:hover {
    background: #6e96791a;
    border-color: #6e967959
}

.ftrs__step-idx {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .02em;
    color: #6E9679;
    flex-shrink: 0;
    width: 40px
}

.ftrs__step-body {
    flex: 1;
    min-width: 0
}

.ftrs__h5 {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .02em;
    font-weight: 700;
    color: #FEF1C5;
    margin: 0 0 8px
}

.ftrs__step-desc {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #a8c4ad;
    margin: 0
}

.ftrs__cta-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap
}

.ftrs__btn {
    display: inline-block;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 0;
    border: 2px solid #6E9679;
    background: transparent;
    color: #6E9679;
    text-decoration: none;
    cursor: pointer;
    transition: background .1s ease-out, color .1s ease-out
}

.ftrs__btn:hover {
    background: #6E9679;
    color: #1b2e21
}

.ftrs__btn--primary {
    background: #426E4E;
    border-color: #426E4E;
    color: #FEF1C5
}

.ftrs__btn--primary:hover {
    background: #6E9679;
    border-color: #6E9679;
    color: #1b2e21
}

.ftrs__cta-note {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #6E9679
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-32px)
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(32px)
    }

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

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.ftrs__hero-text {
    animation: slideInLeft .4s ease-out both
}

.ftrs__hero-img {
    animation: slideInRight .35s .08s ease-out both
}

.ftrs__specs-left {
    animation: slideInLeft .38s .05s ease-out both
}

.ftrs__side-col {
    animation: slideInRight .38s .1s ease-out both
}

.ftrs__res-card:nth-child(1) {
    animation: slideInUp .3s 0s ease-out both
}

.ftrs__res-card:nth-child(2) {
    animation: slideInUp .3s .06s ease-out both
}

.ftrs__res-card:nth-child(3) {
    animation: slideInUp .3s .12s ease-out both
}

.ftrs__res-card:nth-child(4) {
    animation: slideInUp .3s .04s ease-out both
}

.ftrs__res-card:nth-child(5) {
    animation: slideInUp .3s .09s ease-out both
}

.ftrs__res-card:nth-child(6) {
    animation: slideInUp .3s .14s ease-out both
}

.ftrs__step-item:nth-child(1) {
    animation: slideInRight .32s 0s ease-out both
}

.ftrs__step-item:nth-child(2) {
    animation: slideInRight .32s .07s ease-out both
}

.ftrs__step-item:nth-child(3) {
    animation: slideInRight .32s .13s ease-out both
}

.ftrs__step-item:nth-child(4) {
    animation: slideInRight .32s .19s ease-out both
}

@media (max-width: 1280px) {
    .ftrs__h1 {
        font-size: 55px
    }

    .ftrs__specs-grid {
        grid-template-columns: 2fr 1fr;
        gap: 40px
    }

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

@media (max-width: 768px) {
    .ftrs__band {
        padding-left: 24px;
        padding-right: 24px
    }

    .ftrs__hero {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ftrs__hero-strip {
        flex-direction: column;
        gap: 24px
    }

    .ftrs__hero-img {
        width: 100%
    }

    .ftrs__h1 {
        font-size: 40px
    }

    .ftrs__specs {
        padding-top: 40px;
        padding-bottom: 40px
    }

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

    .ftrs__feat-row {
        gap: 24px
    }

    .ftrs__feat-num {
        font-size: 40px;
        width: 40px
    }

    .ftrs__resources {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ftrs__res-grid {
        grid-template-columns: 1fr
    }

    .ftrs__process {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ftrs__steps {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .ftrs__h2--light {
        font-size: 29px
    }

    .ftrs__h2 {
        font-size: 29px
    }
}

@media (max-width: 390px) {
    .ftrs__band {
        padding-left: 8px;
        padding-right: 8px
    }

    .ftrs__h1 {
        font-size: 29px
    }

    .ftrs__h2 {
        font-size: 22px
    }

    .ftrs__h2--light {
        font-size: 22px
    }

    .ftrs__hero {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .ftrs__specs {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .ftrs__resources {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .ftrs__process {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .ftrs__cta-row {
        flex-direction: column;
        align-items: flex-start
    }

    .ftrs__btn {
        padding: 8px 24px
    }
}

.strt {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden
}

.strt .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    position: relative
}

.strt .hero__img-zone {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 16px 0
}

.strt .hero__img-zone::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #426e4e14 0%, #fef1c52e 100%);
    z-index: 1;
    pointer-events: none
}

.strt .hero__deco {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 180px;
    height: 180px;
    border: 2px solid #426e4e38;
    border-radius: 0;
    z-index: 2;
    pointer-events: none
}

.strt .hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.strt .hero__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px;
    background: #fff
}

.strt .hero__eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #426E4E;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.55
}

.strt .hero__h1 {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    margin-bottom: 24px;
    animation: trackIn .9s ease-out both
}

.strt .hero__accent {
    background: #FEF1C5;
    padding: 0 8px;
    border-radius: 0;
    display: inline
}

.strt .hero__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4a3d;
    margin-bottom: 40px;
    max-width: 400px
}

.strt .hero__cta {
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid #426E4E;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #426E4E;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: background .12s ease-out, color .12s ease-out;
    align-self: flex-start
}

.strt .hero__cta:hover {
    background: #426E4E;
    color: #fff
}

@keyframes trackIn {
    from {
        letter-spacing: .12em;
        opacity: .4
    }

    to {
        letter-spacing: .01em;
        opacity: 1
    }
}

.strt .curve-divider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.strt .rel-band {
    background: #f5f8f5;
    padding: 80px;
    position: relative;
    overflow: hidden
}

.strt .rel-band__outline {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    border: 2px solid #426e4e1f;
    border-radius: 0;
    pointer-events: none
}

.strt .rel-band__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center
}

.strt .rel-band__img-wrap {
    overflow: hidden;
    border-radius: 16px
}

.strt .rel-band__img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 16px
}

.strt .rel-band__body {
    position: relative;
    padding-left: 24px
}

.strt .rel-band__bar {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: #6E9679;
    border-radius: 0
}

.strt .rel-band__h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    margin-bottom: 24px;
    font-weight: 300
}

.strt .rel-band__p {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4a3d;
    margin-bottom: 24px
}

.strt .rel-band__p:last-child {
    margin-bottom: 0
}

.strt .outcome-band {
    background: #fff;
    padding: 80px
}

.strt .outcome-band__inner {
    max-width: 1200px;
    margin: 0 auto
}

.strt .outcome-band__label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6E9679;
    margin-bottom: 24px
}

.strt .outcome-band__h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 700px
}

.strt .outcome-band__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.strt .outcome-card {
    border-top: 1px solid #426e4e33;
    padding-top: 24px
}

.strt .outcome-card__num {
    font-size: 55px;
    line-height: 1.1;
    color: #426E4E;
    font-weight: 300;
    letter-spacing: .01em;
    margin-bottom: 8px
}

.strt .outcome-card__h3 {
    font-size: 22px;
    line-height: 1.55;
    color: #1b2e20;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: .01em
}

.strt .outcome-card__p {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4a3d
}

.strt .commit-band {
    background: #1b2e20;
    padding: 80px;
    position: relative;
    overflow: hidden
}

.strt .commit-band__deco {
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 400px;
    height: 400px;
    border: 2px solid #fef1c51a;
    border-radius: 0;
    pointer-events: none
}

.strt .commit-band__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.strt .commit-band__h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #FEF1C5;
    font-weight: 300;
    margin-bottom: 24px
}

.strt .commit-band__p {
    font-size: 17px;
    line-height: 1.55;
    color: #fef1c5bf;
    margin-bottom: 24px
}

.strt .commit-band__p:last-child {
    margin-bottom: 0
}

.strt .commit-band__img-wrap {
    overflow: hidden;
    border-radius: 16px;
    clip-path: inset(0 round 16px);
    animation: revealClip .8s .2s ease-out both
}

@keyframes revealClip {
    from {
        clip-path: inset(50% 50% 50% 50% round 16px)
    }

    to {
        clip-path: inset(0% 0% 0% 0% round 16px)
    }
}

.strt .commit-band__img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

.strt .sit-band {
    background: #f5f8f5;
    padding: 80px
}

.strt .sit-band__inner {
    max-width: 1200px;
    margin: 0 auto
}

.strt .sit-band__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 40px
}

.strt .sit-band__h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    font-weight: 300
}

.strt .sit-band__intro {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4a3d
}

.strt .sit-band__mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px
}

.strt .sit-item {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 3px 3px -1px #426e4e12;
    transition: box-shadow .1s ease-out
}

.strt .sit-item:hover {
    box-shadow: 0 7px 18px -1px #426e4e1c
}

.strt .sit-item--wide {
    grid-column: 1;
    grid-row: 1 / 3
}

.strt .sit-item--img {
    grid-column: 2 / 4;
    padding: 0;
    overflow: hidden;
    border-radius: 16px
}

.strt .sit-item__photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.strt .sit-item__h4 {
    font-size: 22px;
    line-height: 1.55;
    color: #1b2e20;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: .01em
}

.strt .sit-item__p {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4a3d
}

.strt .sit-item--b {
    grid-column: 2;
    grid-row: 2
}

.strt .sit-item--c {
    grid-column: 3;
    grid-row: 2
}

.strt .limit-band {
    background: #fff;
    padding: 80px
}

.strt .limit-band__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.strt .limit-band__h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    font-weight: 300;
    margin-bottom: 24px
}

.strt .limit-band__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4a3d;
    max-width: 600px;
    margin: 0 auto 40px
}

.strt .limit-band__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.strt .limit-item {
    border: 1px solid #426e4e2e;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    transition: border-color .1s ease-out
}

.strt .limit-item:hover {
    border-color: #426e4e66
}

.strt .limit-item__mark {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #6E9679;
    margin-bottom: 24px
}

.strt .limit-item__h4 {
    font-size: 17px;
    line-height: 1.55;
    color: #1b2e20;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: .01em
}

.strt .limit-item__p {
    font-size: 14px;
    line-height: 1.55;
    color: #3a4a3d
}

@media (max-width: 1280px) {
    .strt .hero {
        grid-template-columns: 1fr 1fr
    }

    .strt .hero__text {
        padding: 40px
    }

    .strt .hero__h1 {
        font-size: 40px
    }

    .strt .rel-band {
        padding: 80px 40px
    }

    .strt .rel-band__grid {
        gap: 40px
    }

    .strt .outcome-band {
        padding: 80px 40px
    }

    .strt .commit-band {
        padding: 80px 40px
    }

    .strt .sit-band {
        padding: 80px 40px
    }

    .strt .limit-band {
        padding: 80px 40px
    }
}

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

    .strt .hero__img-zone {
        height: 320px;
        border-radius: 0
    }

    .strt .hero__text {
        padding: 40px 24px
    }

    .strt .hero__h1 {
        font-size: 40px
    }

    .strt .rel-band {
        padding: 80px 24px
    }

    .strt .rel-band__grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .strt .rel-band__img {
        height: 280px
    }

    .strt .outcome-band {
        padding: 80px 24px
    }

    .strt .outcome-band__cols {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .strt .commit-band {
        padding: 80px 24px
    }

    .strt .commit-band__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .strt .commit-band__img {
        height: 280px
    }

    .strt .sit-band {
        padding: 80px 24px
    }

    .strt .sit-band__top {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .strt .sit-band__mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .strt .sit-item--wide {
        grid-column: 1;
        grid-row: auto
    }

    .strt .sit-item--img {
        grid-column: 1
    }

    .strt .sit-item--b {
        grid-column: 1;
        grid-row: auto
    }

    .strt .sit-item--c {
        grid-column: 1;
        grid-row: auto
    }

    .strt .limit-band {
        padding: 80px 24px
    }

    .strt .limit-band__list {
        grid-template-columns: 1fr
    }
}

@media (max-width: 390px) {
    .strt .hero__h1 {
        font-size: 29px
    }

    .strt .hero__text {
        padding: 24px
    }

    .strt .rel-band {
        padding: 40px 24px
    }

    .strt .rel-band__h2 {
        font-size: 29px
    }

    .strt .outcome-band {
        padding: 40px 24px
    }

    .strt .outcome-band__h2 {
        font-size: 29px
    }

    .strt .commit-band {
        padding: 40px 24px
    }

    .strt .commit-band__h2 {
        font-size: 29px
    }

    .strt .sit-band {
        padding: 40px 24px
    }

    .strt .sit-band__h2 {
        font-size: 29px
    }

    .strt .limit-band {
        padding: 40px 24px
    }

    .strt .limit-band__h2 {
        font-size: 29px
    }
}

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

.abt-us .pg-band {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.abt-us .intro-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.abt-us .intro-blk__geo {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 180px;
    height: 180px;
    border: 1.5px solid #426E4E;
    border-radius: 0;
    opacity: .13;
    animation: spin-slow 28s linear infinite;
    pointer-events: none
}

.abt-us .intro-blk__geo--sm {
    position: absolute;
    bottom: 40px;
    left: 80px;
    width: 90px;
    height: 90px;
    border: 1px solid #6E9679;
    border-radius: 0;
    opacity: .1;
    animation: spin-slow 40s linear infinite reverse;
    pointer-events: none
}

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

    to {
        transform: rotate(360deg)
    }
}

.abt-us .intro-blk__line-pair {
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px
}

.abt-us .intro-blk__line-pair span {
    display: block;
    height: 1px;
    background-color: #426E4E;
    opacity: .5
}

.abt-us .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.abt-us .intro-grid__left {
    padding-right: 40px
}

.abt-us .intro-grid__eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #426E4E;
    margin-bottom: 24px;
    line-height: 1.55
}

.abt-us .intro-grid__h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1b2a20;
    font-weight: 800;
    margin-bottom: 40px
}

.abt-us .intro-grid__h1 .word-accent {
    display: inline;
    background-color: #FEF1C5;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 0
}

.abt-us .intro-grid__right {
    position: relative
}

.abt-us .img-blur-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.abt-us .img-blur-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform .15s ease-out
}

.abt-us .img-blur-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at 30% 50%, transparent 40%, #426e4e2e 100%);
    pointer-events: none
}

.abt-us .intro-grid__corner-lines {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.abt-us .intro-grid__corner-lines::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 1.5px;
    background-color: #426E4E;
    opacity: .35
}

.abt-us .intro-grid__corner-lines::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.5px;
    height: 80px;
    background-color: #426E4E;
    opacity: .35
}

.abt-us .intro-grid__corner-lines-tl {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.abt-us .intro-grid__corner-lines-tl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 1.5px;
    background-color: #6E9679;
    opacity: .3
}

.abt-us .intro-grid__corner-lines-tl::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5px;
    height: 80px;
    background-color: #6E9679;
    opacity: .3
}

.abt-us .intro-year-badge {
    position: absolute;
    top: 24px;
    left: -24px;
    background-color: #426E4E;
    color: #fff;
    padding: 8px 24px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 1.55;
    box-shadow: 0 7px 18px -1px #426e4e1c
}

.abt-us .divider-double {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto
}

.abt-us .divider-double span {
    display: block;
    height: 1px;
    background-color: #426E4E;
    opacity: .15
}

.abt-us .story-blk {
    background-color: #2c4a35;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.abt-us .story-blk__bg-zoom {
    position: absolute;
    inset: 0;
    background-image: url(./graphic_assets/primary-b.jpg);
    background-size: cover;
    background-position: center;
    opacity: .12;
    animation: bg-zoom 22s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes bg-zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06)
    }
}

.abt-us .story-blk__geo {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    width: 260px;
    height: 260px;
    border: 1px solid #fef1c51f;
    border-radius: 0;
    animation: spin-slow 50s linear infinite;
    pointer-events: none
}

.abt-us .story-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start
}

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

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

.abt-us .story-img-stack img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 12px 48px -1px #426e4e1c;
    transition: transform .12s ease-out, box-shadow .12s ease-out
}

.abt-us .story-img-stack:hover img {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px -1px #426e4e38
}

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

.abt-us .story-img-second img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 7px 18px -1px #426e4e1c;
    transition: transform .12s ease-out, box-shadow .12s ease-out
}

.abt-us .story-img-second:hover img {
    transform: translateY(-3px);
    box-shadow: 0 12px 48px -1px #426e4e2e
}

.abt-us .story-grid__txt-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.abt-us .story-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FEF1C5;
    opacity: .7;
    line-height: 1.55
}

.abt-us .story-h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 700
}

.abt-us .story-h2 .word-accent {
    display: inline;
    background-color: #fef1c52e;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 0
}

.abt-us .story-body {
    font-size: 17px;
    line-height: 1.55;
    color: #ffffffd1;
    letter-spacing: .01em
}

.abt-us .story-body p {
    margin-bottom: 24px
}

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

.abt-us .metrics-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.abt-us .metric-card {
    background-color: #ffffff0f;
    border: 1px solid #fef1c526;
    border-radius: 16px;
    padding: 24px;
    transition: background-color .1s ease-out, box-shadow .1s ease-out
}

.abt-us .metric-card:hover {
    background-color: #ffffff1a;
    box-shadow: 0 7px 18px -1px #426e4e1c
}

.abt-us .metric-card__num {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    color: #FEF1C5;
    letter-spacing: -.01em
}

.abt-us .metric-card__label {
    font-size: 14px;
    line-height: 1.55;
    color: #fff9;
    letter-spacing: .01em;
    margin-top: 8px
}

.abt-us .chart-blk {
    margin-top: 40px
}

.abt-us .chart-blk__title {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ffffff80;
    margin-bottom: 24px;
    line-height: 1.55
}

.abt-us .stepped-chart {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    height: 80px
}

.abt-us .stepped-chart__bar {
    flex: 1;
    border-radius: 0;
    background-color: #fef1c540;
    position: relative;
    transition: background-color .1s ease-out;
    min-width: 0
}

.abt-us .stepped-chart__bar:hover {
    background-color: #fef1c573
}

.abt-us .stepped-chart__bar--1 {
    height: 20%
}

.abt-us .stepped-chart__bar--2 {
    height: 32%
}

.abt-us .stepped-chart__bar--3 {
    height: 45%
}

.abt-us .stepped-chart__bar--4 {
    height: 56%
}

.abt-us .stepped-chart__bar--5 {
    height: 65%
}

.abt-us .stepped-chart__bar--6 {
    height: 74%
}

.abt-us .stepped-chart__bar--7 {
    height: 88%;
    background-color: #fef1c58c
}

.abt-us .chart-years {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px
}

.abt-us .chart-years__yr {
    flex: 1;
    font-size: 14px;
    color: #ffffff59;
    text-align: center;
    line-height: 1.55;
    min-width: 0
}

.abt-us .team-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px
}

.abt-us .team-card {
    background-color: #ffffff0d;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #6e967933;
    transition: background-color .12s ease-out, box-shadow .12s ease-out
}

.abt-us .team-card:hover {
    background-color: #ffffff17;
    box-shadow: 0 7px 18px -1px #426e4e1c
}

.abt-us .team-card__img-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 3px 3px -1px #426e4e12
}

.abt-us .team-card__img-wrap img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block
}

.abt-us .team-card__name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.55;
    letter-spacing: .01em
}

.abt-us .team-card__role {
    font-size: 14px;
    color: #6E9679;
    letter-spacing: .04em;
    line-height: 1.55;
    margin-top: 8px
}

.abt-us .team-card__note {
    font-size: 14px;
    color: #ffffff8c;
    line-height: 1.55;
    margin-top: 8px;
    letter-spacing: .01em
}

.abt-us .cta-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top: 40px
}

.abt-us .btn-ghost {
    display: inline-block;
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 1.55;
    color: #FEF1C5;
    border: 1.5px solid #fef1c566;
    border-radius: 0;
    padding: 8px 40px;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .1s ease-out, border-color .1s ease-out, color .1s ease-out
}

.abt-us .btn-ghost:hover {
    background-color: #fef1c51f;
    border-color: #FEF1C5;
    color: #fff
}

.abt-us .btn-ghost:focus {
    outline: 2px solid #FEF1C5;
    outline-offset: 3px
}

.abt-us .btn-ghost:active {
    background-color: #fef1c538
}

.abt-us .btn-primary {
    display: inline-block;
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 1.55;
    color: #1b2a20;
    border: 1.5px solid #FEF1C5;
    border-radius: 0;
    padding: 8px 40px;
    background-color: #FEF1C5;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .1s ease-out, border-color .1s ease-out
}

.abt-us .btn-primary:hover {
    background-color: #fff;
    border-color: #fff
}

.abt-us .btn-primary:focus {
    outline: 2px solid #FEF1C5;
    outline-offset: 3px
}

.abt-us .icon-lifted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #426E4E;
    border-radius: 16px;
    box-shadow: 0 7px 18px -1px #426e4e1c;
    flex-shrink: 0
}

.abt-us .icon-lifted svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #FEF1C5;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.abt-us .values-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
    flex-wrap: wrap
}

.abt-us .value-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    flex: 1;
    min-width: 200px
}

.abt-us .value-item__txt {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .value-item__h {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.55;
    letter-spacing: .01em
}

.abt-us .value-item__p {
    font-size: 14px;
    color: #fff9;
    line-height: 1.55;
    letter-spacing: .01em
}

@media (max-width: 1280px) {
    .abt-us .intro-grid__h1 {
        font-size: 55px
    }

    .abt-us .intro-grid {
        gap: 40px
    }

    .abt-us .story-grid {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .abt-us .pg-band {
        padding-left: 24px;
        padding-right: 24px
    }

    .abt-us .intro-blk {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .abt-us .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-us .intro-grid__left {
        padding-right: 0
    }

    .abt-us .intro-grid__h1 {
        font-size: 40px
    }

    .abt-us .img-blur-wrap img {
        height: 320px
    }

    .abt-us .intro-year-badge {
        left: 0;
        top: 16px
    }

    .abt-us .story-blk {
        padding-top: 40px;
        padding-bottom: 40px
    }

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

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

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

    .abt-us .story-img-stack img {
        height: 260px
    }

    .abt-us .story-img-second img {
        height: 180px
    }

    .abt-us .cta-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .abt-us .values-row {
        flex-direction: column
    }

    .abt-us .story-h2 {
        font-size: 29px
    }
}

@media (max-width: 390px) {
    .abt-us .intro-grid__h1 {
        font-size: 29px
    }

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

    .abt-us .pg-band {
        padding-left: 24px;
        padding-right: 24px
    }

    .abt-us .story-h2 {
        font-size: 22px
    }

    .abt-us .stepped-chart {
        height: 60px
    }
}

.ctus {
    max-width: 100%;
    overflow-x: clip
}

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

.ctus .reach-band {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.ctus .reach-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #426E4E, #6E9679, #FEF1C5)
}

.ctus .reach-band::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FEF1C5, #6E9679, #426E4E)
}

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

.ctus .reach-left {
    flex: 0 0 420px;
    max-width: 420px
}

.ctus .reach-right {
    flex: 1 1 0
}

.ctus .eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #426E4E;
    margin-bottom: 24px;
    font-weight: 600
}

.ctus .reach-heading {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 300;
    color: #1b2e22;
    margin-bottom: 24px
}

.ctus .reach-heading em {
    font-style: normal;
    color: #426E4E;
    font-weight: 600
}

.ctus .reach-desc {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3d32;
    margin-bottom: 40px
}

.ctus .coord-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .coord-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .coord-label {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6E9679;
    font-weight: 600
}

.ctus .coord-val {
    font-size: 17px;
    line-height: 1.55;
    color: #1b2e22;
    text-decoration: none;
    transition: color .12s ease-out
}

.ctus .coord-val:hover {
    color: #426E4E
}

.ctus .coord-sep {
    width: 40px;
    height: 1px;
    background: #6E9679;
    opacity: .4;
    margin-top: 8px
}

.ctus .form-card {
    background: #fff;
    border: 1px solid #426e4e24;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 7px 18px -1px #426e4e1c
}

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

.ctus .form-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .form-col--full {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px
}

.ctus .f-label {
    font-size: 14px;
    letter-spacing: .05em;
    color: #426E4E;
    font-weight: 600;
    text-transform: uppercase
}

.ctus .f-input {
    font-size: 17px;
    line-height: 1.55;
    color: #1b2e22;
    background: #f7faf8;
    border: 1px solid #426e4e33;
    border-radius: 16px;
    padding: 8px 24px;
    outline: none;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px #426e4e0f
}

.ctus .f-input:focus {
    border-color: #426E4E;
    box-shadow: inset 0 2px 4px #426e4e1a 0 0 0 3px #426e4e1a
}

.ctus .f-input::placeholder {
    color: #8aaa92;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ctus .f-textarea {
    font-size: 17px;
    line-height: 1.55;
    color: #1b2e22;
    background: #f7faf8;
    border: 1px solid #426e4e33;
    border-radius: 16px;
    padding: 8px 24px;
    outline: none;
    resize: vertical;
    min-height: 120px;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px #426e4e0f
}

.ctus .f-textarea:focus {
    border-color: #426E4E;
    box-shadow: inset 0 2px 4px #426e4e1a 0 0 0 3px #426e4e1a
}

.ctus .f-textarea::placeholder {
    color: #8aaa92
}

.ctus .f-select {
    font-size: 17px;
    line-height: 1.55;
    color: #1b2e22;
    background: #f7faf8;
    border: 1px solid #426e4e33;
    border-radius: 16px;
    padding: 8px 24px;
    outline: none;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px #426e4e0f;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23426E4E' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center
}

.ctus .f-select:focus {
    border-color: #426E4E;
    box-shadow: inset 0 2px 4px #426e4e1a 0 0 0 3px #426e4e1a
}

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

.ctus .privacy-check {
    width: 18px;
    height: 18px;
    accent-color: #426E4E;
    margin-top: 3px;
    flex-shrink: 0;
    cursor: pointer
}

.ctus .privacy-text {
    font-size: 14px;
    line-height: 1.55;
    color: #2d3d32
}

.ctus .privacy-link {
    color: #426E4E;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .08s ease-out
}

.ctus .privacy-link:hover {
    color: #6E9679
}

.ctus .submit-btn {
    font-size: 17px;
    letter-spacing: .02em;
    color: #426E4E;
    background: transparent;
    border: 2px solid #426E4E;
    border-radius: 16px;
    padding: 8px 40px;
    cursor: pointer;
    transition: background .12s ease-out, color .12s ease-out;
    font-weight: 600;
    position: relative;
    overflow: hidden
}

.ctus .submit-btn:hover {
    background: #426E4E;
    color: #fff
}

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

.ctus .submit-btn:active {
    background: #2d5038;
    border-color: #2d5038;
    color: #fff
}

.ctus .info-band {
    background: #f2f7f4;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.ctus .info-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(160deg, #426e4e12 0%, #fef1c52e 60%, #6e967914 100%);
    pointer-events: none
}

.ctus .info-layout {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch
}

.ctus .info-card {
    flex: 1 1 0;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 3px 3px -1px #426e4e12;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.ctus .info-card--accent {
    background: #426E4E
}

.ctus .info-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #FEF1C5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctus .info-icon svg {
    width: 24px;
    height: 24px
}

.ctus .info-icon--inv {
    background: #fef1c533
}

.ctus .info-card-heading {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e22;
    font-weight: 600;
    margin: 0
}

.ctus .info-card-heading--light {
    color: #fff
}

.ctus .info-card-body {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3d32;
    margin: 0
}

.ctus .info-card-body--light {
    color: #ffffffd1
}

.ctus .info-card-link {
    font-size: 17px;
    line-height: 1.55;
    color: #426E4E;
    text-decoration: none;
    font-weight: 600;
    transition: color .1s ease-out;
    margin-top: auto
}

.ctus .info-card-link:hover {
    color: #6E9679
}

.ctus .info-card-link--inv {
    color: #FEF1C5
}

.ctus .info-card-link--inv:hover {
    color: #fff
}

.ctus .info-addr {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3d32;
    font-style: normal
}

.ctus .resp-note {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: #fef1c580;
    border-radius: 16px;
    font-size: 14px;
    color: #2d3d32;
    margin-top: 8px
}

.ctus .dot-pulse {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #426E4E;
    flex-shrink: 0;
    animation: dot-blink 1.4s ease-out infinite
}

@keyframes dot-blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .25
    }
}

.ctus .form-section-label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6E9679;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #426e4e1f
}

@media (max-width: 1280px) {
    .ctus .reach-layout {
        gap: 40px
    }

    .ctus .reach-left {
        flex: 0 0 340px;
        max-width: 340px
    }

    .ctus .reach-heading {
        font-size: 40px
    }
}

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

    .ctus .reach-band {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ctus .reach-layout {
        flex-direction: column;
        gap: 40px
    }

    .ctus .reach-left {
        flex: none;
        max-width: 100%
    }

    .ctus .reach-heading {
        font-size: 40px
    }

    .ctus .form-row {
        flex-direction: column;
        gap: 24px
    }

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

    .ctus .info-band {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ctus .info-layout {
        flex-direction: column
    }
}

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

    .ctus .reach-heading {
        font-size: 29px
    }

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

    .ctus .submit-btn {
        width: 100%
    }
}

.srv {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.srv__grain {
    position: relative;
    background-color: #f5f2eb;
    padding: 80px 40px
}

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

.srv__grain>* {
    position: relative;
    z-index: 1
}

.srv__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #426E4E;
    border: 1px solid #426E4E;
    border-radius: 0;
    padding: 8px 24px;
    margin-bottom: 24px
}

.srv__h1 {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    font-weight: 800;
    margin: 0 0 24px;
    max-width: 700px
}

.srv__h1 em {
    font-style: normal;
    background: linear-gradient(120deg, #426E4E, #6E9679);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.srv__lead {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a3a3a;
    max-width: 560px;
    margin: 0
}

.srv__cards-wrap {
    background: #fff;
    padding: 80px 40px
}

.srv__cards-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 24px
}

.srv__cards-h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    font-weight: 700;
    margin: 0
}

.srv__cards-count {
    font-size: 14px;
    line-height: 1.55;
    color: #6E9679;
    letter-spacing: .02em;
    white-space: nowrap
}

.srv__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.srv__card {
    border-radius: 16px;
    border: 1px solid #426e4e21;
    background: #fff;
    box-shadow: 0 3px 3px -1px #426e4e12;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .12s ease-out, transform .12s ease-out
}

.srv__card:hover {
    box-shadow: 0 7px 18px -1px #426e4e1c;
    transform: translateY(-2px)
}

.srv__card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 200px
}

.srv__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .15s ease-out
}

.srv__card:hover .srv__card-img {
    filter: brightness(1.05)
}

.srv__card-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #426e4e00 40%, #426e4e61 100%);
    opacity: 0;
    transition: opacity .12s ease-out;
    pointer-events: none
}

.srv__card:hover .srv__card-tint {
    opacity: 1
}

.srv__card-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #FEF1C5;
    color: #426E4E;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .01em;
    padding: 4px 12px;
    border-radius: 0;
    font-weight: 600
}

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

.srv__card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.srv__card-format {
    font-size: 14px;
    line-height: 1.55;
    color: #6E9679;
    letter-spacing: .02em;
    font-weight: 600
}

.srv__card-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6E9679;
    display: inline-block
}

.srv__card-read {
    font-size: 14px;
    line-height: 1.55;
    color: #888;
    letter-spacing: .01em
}

.srv__card-h3 {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    font-weight: 700;
    margin: 0
}

.srv__card-desc {
    font-size: 17px;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0;
    letter-spacing: .01em
}

.srv__card-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #426e4e1a;
    flex-wrap: wrap;
    gap: 8px
}

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

.srv__card-price {
    font-size: 22px;
    line-height: 1.1;
    color: #426E4E;
    font-weight: 800;
    letter-spacing: .01em
}

.srv__card-pricedes {
    font-size: 14px;
    line-height: 1.55;
    color: #888;
    letter-spacing: .01em
}

.srv__card-seats {
    font-size: 14px;
    line-height: 1.55;
    color: #c0392b;
    letter-spacing: .01em;
    font-weight: 600
}

.srv__card-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #426E4E;
    border: 1.5px solid #426E4E;
    border-radius: 0;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 600;
    background: transparent;
    transition: background .1s ease-out, color .1s ease-out;
    margin-top: 8px;
    align-self: flex-start
}

.srv__card-link:hover {
    background: #426E4E;
    color: #fff
}

.srv__card-link:focus {
    outline: 2px solid #426E4E;
    outline-offset: 2px
}

.srv__process {
    background: #f0f5f1;
    padding: 80px 40px;
    position: relative
}

.srv__process-inner {
    max-width: 1366px;
    margin: 0 auto
}

.srv__process-h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b2e20;
    font-weight: 700;
    margin: 0 0 8px
}

.srv__process-sub {
    font-size: 17px;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0 0 40px;
    max-width: 520px;
    letter-spacing: .01em
}

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

.srv__step {
    background: #fff;
    border-radius: 16px;
    padding: 40px 24px;
    box-shadow: 0 3px 3px -1px #426e4e12;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srv__step-num {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #FEF1C5;
    letter-spacing: .01em;
    -webkit-text-stroke: 2px #426E4E
}

.srv__step-h4 {
    font-size: 22px;
    line-height: 1.1;
    color: #1b2e20;
    font-weight: 700;
    margin: 0;
    letter-spacing: .01em
}

.srv__step-p {
    font-size: 17px;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0;
    letter-spacing: .01em
}

.srv__img-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 440px
}

.srv__img-col {
    position: relative;
    overflow: hidden
}

.srv__img-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    transition: filter .13s ease-out
}

.srv__img-col:hover .srv__img-photo {
    filter: brightness(1.0)
}

.srv__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #426e4eb8 0%, #6e96792e 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px
}

.srv__img-h3 {
    font-size: 29px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: .01em
}

.srv__img-p {
    font-size: 17px;
    line-height: 1.55;
    color: #ffffffe0;
    margin: 0;
    letter-spacing: .01em
}

.srv__text-col {
    background: #1b2e20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px;
    gap: 24px
}

.srv__text-col-h3 {
    font-size: 29px;
    line-height: 1.1;
    color: #FEF1C5;
    font-weight: 700;
    margin: 0;
    letter-spacing: .01em
}

.srv__text-col-p {
    font-size: 17px;
    line-height: 1.55;
    color: #fef1c5cc;
    margin: 0;
    letter-spacing: .01em
}

.srv__checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.srv__checklist li {
    font-size: 17px;
    line-height: 1.55;
    color: #fef1c5e0;
    letter-spacing: .01em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.srv__check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px
}

.srv__cta-band {
    background: #426E4E;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden
}

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

.srv__cta-band>* {
    position: relative;
    z-index: 1
}

.srv__cta-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #FEF1C5;
    font-weight: 700;
    margin: 0 0 24px;
    letter-spacing: .01em
}

.srv__cta-p {
    font-size: 17px;
    line-height: 1.55;
    color: #fef1c5d1;
    margin: 0 auto 40px;
    max-width: 520px;
    letter-spacing: .01em
}

.srv__cta-btn {
    display: inline-block;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #426E4E;
    background: #FEF1C5;
    border: none;
    border-radius: 0;
    padding: 24px 40px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: background .1s ease-out, color .1s ease-out
}

.srv__cta-btn:hover {
    background: #fff;
    color: #1b2e20
}

.srv__cta-btn:focus {
    outline: 2px solid #FEF1C5;
    outline-offset: 3px
}

@media (max-width: 1280px) {
    .srv__h1 {
        font-size: 40px
    }

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

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

    .srv__h1 {
        font-size: 29px
    }

    .srv__cards-wrap {
        padding: 40px 24px
    }

    .srv__grid {
        grid-template-columns: 1fr
    }

    .srv__cards-head {
        flex-direction: column;
        align-items: flex-start
    }

    .srv__process {
        padding: 40px 24px
    }

    .srv__steps {
        grid-template-columns: 1fr
    }

    .srv__img-band {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .srv__img-col {
        min-height: 320px
    }

    .srv__text-col {
        padding: 40px 24px
    }

    .srv__cta-band {
        padding: 40px 24px
    }

    .srv__cta-h2 {
        font-size: 29px
    }
}

@media (max-width: 390px) {
    .srv__h1 {
        font-size: 22px
    }

    .srv__cards-h2 {
        font-size: 22px
    }

    .srv__card-img-wrap {
        height: 160px
    }

    .srv__cta-h2 {
        font-size: 22px
    }

    .srv__process-h2 {
        font-size: 22px
    }
}

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

.succ-page .succ-wrap {
    max-width: 600px;
    width: 100%;
    text-align: center
}

.succ-page .succ-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: block
}

.succ-page .succ-icon__circle {
    fill: none;
    stroke: #426E4E;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.succ-page .succ-icon__check {
    fill: none;
    stroke: #426E4E;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 40;
    stroke-dashoffset: 0
}

.succ-page .succ-heading {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-weight: 300;
    color: #1b2b1f;
    margin: 0 0 24px
}

.succ-page .succ-heading__accent {
    display: inline;
    background-color: #FEF1C5;
    padding: 0 8px;
    border-radius: 0
}

.succ-page .succ-text {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #3a4a3d;
    margin: 0 0 40px
}

.succ-page .succ-divider {
    width: 48px;
    height: 2px;
    background-color: #6E9679;
    margin: 0 auto 40px;
    border: none;
    border-radius: 0
}

.succ-page .succ-note {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #5a6b5d;
    margin: 0 0 40px
}

.succ-page .succ-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.55;
    color: #426E4E;
    border: 1.5px solid #426E4E;
    border-radius: 16px;
    padding: 8px 24px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .12s ease-out, color .12s ease-out
}

.succ-page .succ-btn:hover {
    background-color: #426E4E;
    color: #fff
}

.succ-page .succ-btn:focus {
    outline: 2px solid #426E4E;
    outline-offset: 3px
}

.succ-page .succ-btn:active {
    background-color: #355a3e;
    border-color: #355a3e;
    color: #fff
}

@media (max-width: 768px) {
    .succ-page {
        padding: 80px 24px
    }

    .succ-page .succ-heading {
        font-size: 29px
    }
}

@media (max-width: 390px) {
    .succ-page {
        padding: 40px 24px
    }

    .succ-page .succ-heading {
        font-size: 22px
    }

    .succ-page .succ-text {
        font-size: 14px
    }
}