@import "https://fonts.googleapis.com/css2?family=Spectral:wght@300;400;600;700&display=swap";

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

html {
    font-size: 100%
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden;
    font-family: 'Spectral', Georgia, serif;
    background-color: #0d2318;
    color: #d8e8dc
}

.pg-hdr {
    position: relative;
    background: linear-gradient(160deg, #0d2318 0%, #122d1e 55%, #0a1e12 100%);
    border-bottom: 1px solid #3abbf32e;
    box-shadow: 0 4px 18px 1px #ffd8081a
}

.pg-hdr__strip {
    max-width: 1500px;
    margin: 0 auto;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffd8081a
}

.pg-hdr__contact {
    display: flex;
    align-items: center;
    gap: 32px
}

.pg-hdr__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #a8c8b4;
    text-decoration: none;
    transition: color .2s ease-out
}

.pg-hdr__contact-item:hover,
.pg-hdr__contact-item:focus {
    color: #FFD808;
    outline: none
}

.pg-hdr__contact-item:focus-visible {
    box-shadow: 0 0 0 3px #3abbf38c;
    border-radius: 4px
}

.pg-hdr__contact-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    stroke: #3ABBF3
}

.pg-hdr__tagline {
    font-size: 16px;
    line-height: 1.4;
    color: #a8c8b499;
    letter-spacing: .08em;
    font-weight: 300
}

.pg-hdr__brand {
    max-width: 1500px;
    margin: 0 auto;
    padding: 32px 32px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px
}

.pg-hdr__logo-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.pg-hdr__logo-box {
    width: 44px;
    height: 44px;
    border: 1px solid #3abbf373;
    border-radius: 4px;
    background: #ffffff0f;
    box-shadow: 0 2px 3px 1px #3abbf30f 0 0 0 1px #ffd80814;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

.pg-hdr__logo-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.pg-hdr__brand-name {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #FFD808;
    letter-spacing: -.01em;
    text-decoration: none
}

.pg-hdr__brand-name:hover,
.pg-hdr__brand-name:focus {
    color: #ffe84a;
    outline: none
}

.pg-hdr__brand-name:focus-visible {
    box-shadow: 0 0 0 3px #ffd80873;
    border-radius: 4px
}

.pg-hdr__accent-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px
}

.pg-hdr__accent-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #C00016;
    flex-shrink: 0
}

.pg-hdr__accent-line {
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, #3ABBF3, transparent)
}

.pg-hdr__nav-area {
    max-width: 1500px;
    margin: 0 auto;
    padding: 16px 32px 32px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

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

.pg-nav__item {
    position: relative
}

.pg-nav__lnk {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #d8e8dc;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
    letter-spacing: .04em;
    transition: color .15s ease-out, border-color .25s ease-out, background-color .2s ease-out;
    position: relative;
    min-height: 44px
}

.pg-nav__lnk::before,
.pg-nav__lnk::after {
    content: "";
    position: absolute;
    background: #3ABBF3;
    transition: transform .25s ease-out
}

.pg-nav__lnk::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left
}

.pg-nav__lnk::after {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right
}

.pg-nav__lnk:hover::before,
.pg-nav__lnk:hover::after {
    transform: scaleX(1)
}

.pg-nav__lnk:hover,
.pg-nav__lnk:focus {
    color: #FFD808;
    border-color: #3abbf34d;
    background: #3abbf30f;
    outline: none
}

.pg-nav__lnk:focus-visible {
    box-shadow: 0 0 0 3px #3abbf380
}

.pg-nav__lnk--active {
    color: #FFD808;
    border-color: #ffd80840;
    background: #ffd8080f
}

.pg-ftr {
    background: linear-gradient(175deg, #091a10 0%, #0b2016 60%, #071510 100%);
    border-top: 1px solid #3abbf326;
    box-shadow: inset 0 2px 3px 1px #3abbf30f
}

.pg-ftr__top {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    justify-content: space-between;
    align-items: flex-start
}

.pg-ftr__brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 200px
}

.pg-ftr__brand-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.pg-ftr__logo-box {
    width: 40px;
    height: 40px;
    border: 1px solid #3abbf366;
    border-radius: 4px;
    background: #ffffff0d;
    box-shadow: 0 2px 3px 1px #3abbf30f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    flex-shrink: 0
}

.pg-ftr__logo-box img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.pg-ftr__name {
    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
    color: #FFD808
}

.pg-ftr__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #a8c8b4a6;
    font-weight: 300;
    max-width: 280px
}

.pg-ftr__cols {
    display: flex;
    flex-wrap: wrap;
    gap: 64px
}

.pg-ftr__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 160px
}

.pg-ftr__col-label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #3ABBF3;
    letter-spacing: .08em;
    text-transform: uppercase
}

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

.pg-ftr__lnk {
    font-size: 16px;
    line-height: 1.4;
    color: #a8c8b4;
    text-decoration: none;
    transition: color .2s ease-out
}

.pg-ftr__lnk:hover,
.pg-ftr__lnk:focus {
    color: #FFD808;
    outline: none
}

.pg-ftr__lnk:focus-visible {
    box-shadow: 0 0 0 3px #ffd80873;
    border-radius: 4px
}

.pg-ftr__contact-lnk {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #a8c8b4;
    text-decoration: none;
    transition: color .2s ease-out
}

.pg-ftr__contact-lnk:hover,
.pg-ftr__contact-lnk:focus {
    color: #FFD808;
    outline: none
}

.pg-ftr__contact-lnk:focus-visible {
    box-shadow: 0 0 0 3px #ffd80873;
    border-radius: 4px
}

.pg-ftr__contact-lnk svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    stroke: #3ABBF3
}

.pg-ftr__addr {
    font-size: 16px;
    line-height: 1.6;
    color: #a8c8b4a6;
    font-style: normal
}

.pg-ftr__divider {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3abbf333, transparent)
}

.pg-ftr__bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 32px 32px 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.pg-ftr__copy {
    font-size: 16px;
    line-height: 1.4;
    color: #a8c8b480;
    font-weight: 300
}

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

.pg-ftr__legal-lnk {
    font-size: 16px;
    line-height: 1.4;
    color: #a8c8b480;
    text-decoration: none;
    transition: color .18s ease-out;
    letter-spacing: .03em
}

.pg-ftr__legal-lnk:hover,
.pg-ftr__legal-lnk:focus {
    color: #3ABBF3;
    outline: none
}

.pg-ftr__legal-lnk:focus-visible {
    box-shadow: 0 0 0 3px #3abbf380;
    border-radius: 4px
}

.pg-ftr__logo-bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px 32px;
    display: flex;
    justify-content: center
}

.pg-ftr__logo-bottom-box {
    width: 36px;
    height: 36px;
    border: 1px solid #3abbf34d;
    border-radius: 4px;
    background: #ffffff0a;
    box-shadow: 0 2px 3px 1px #3abbf30f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

.pg-ftr__logo-bottom-box img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block
}

.ck-bar {
    display: none;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1200;
    max-width: 360px;
    width: calc(100vw - 32px);
    background: #0d2318;
    border: 1px solid #3abbf34d;
    border-radius: 4px;
    box-shadow: 0 10px 60px 1px #3abbf31a 0 4px 18px 1px #ffd8081a;
    padding: 32px;
    transform: translateY(-120%);
    transition: transform .26s ease-out
}

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

.ck-bar__head {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #FFD808;
    margin-bottom: 8px
}

.ck-bar__body {
    font-size: 16px;
    line-height: 1.6;
    color: #a8c8b4;
    margin-bottom: 16px
}

.ck-bar__acts {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.ck-bar__btn {
    flex: 1;
    min-width: 100px;
    min-height: 44px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Spectral', Georgia, serif;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    background: transparent;
    transition: background-color .15s ease-out, color .15s ease-out, border-color .2s ease-out
}

.ck-bar__btn--ok {
    border: 1px solid #3ABBF3;
    color: #3ABBF3
}

.ck-bar__btn--ok:hover,
.ck-bar__btn--ok:focus {
    background: #3abbf31f;
    outline: none
}

.ck-bar__btn--ok:focus-visible {
    box-shadow: 0 0 0 3px #3abbf380
}

.ck-bar__btn--no {
    border: 1px solid #a8c8b459;
    color: #a8c8b4b3
}

.ck-bar__btn--no:hover,
.ck-bar__btn--no:focus {
    background: #a8c8b412;
    border-color: #a8c8b48c;
    color: #a8c8b4;
    outline: none
}

.ck-bar__btn--no:focus-visible {
    box-shadow: 0 0 0 3px #a8c8b459
}

@media (max-width: 768px) {
    .pg-hdr__strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 16px
    }

    .pg-hdr__brand {
        padding: 16px 16px 0;
        flex-direction: column;
        gap: 16px
    }

    .pg-hdr__nav-area {
        padding: 16px;
        justify-content: flex-start
    }

    .pg-ftr__top {
        padding: 32px 16px;
        gap: 32px
    }

    .pg-ftr__cols {
        gap: 32px
    }

    .pg-ftr__bottom {
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .pg-ftr__logo-bottom {
        padding: 0 16px 32px
    }

    .pg-ftr__divider {
        padding: 0 16px
    }
}

@media (max-width: 480px) {
    .pg-hdr__contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .pg-nav {
        gap: 4px
    }

    .pg-nav__lnk {
        padding: 8px;
        font-size: 16px
    }

    .pg-ftr__cols {
        gap: 32px
    }

    .pg-ftr__col {
        min-width: 140px
    }

    .ck-bar {
        top: 8px;
        right: 8px;
        width: calc(100vw - 16px);
        padding: 16px
    }
}

.terms-content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px;
    background: #0d1f14;
    color: #d8e8dc;
    line-height: 1.6
}

.terms-content h1 {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 32px;
    letter-spacing: -.01em
}

.terms-content h2 {
    font-size: 30px;
    line-height: 1.15;
    color: #3ABBF3;
    margin: 64px 0 16px;
    letter-spacing: -.005em
}

.terms-content h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #FFD808;
    margin: 32px 0 16px
}

.terms-content h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #3ABBF3;
    margin: 32px 0 8px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.terms-content h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #d8e8dc;
    margin: 32px 0 8px;
    letter-spacing: .04em
}

.terms-content h6 {
    font-size: 16px;
    line-height: 1.4;
    color: #a8c4b0;
    margin: 16px 0 8px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.terms-content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px;
    color: #d8e8dc
}

.terms-content ul,
.terms-content ol {
    margin: 0 0 16px;
    padding-left: 32px
}

.terms-content ul {
    list-style: none;
    padding-left: 16px
}

.terms-content ul li {
    position: relative;
    padding-left: 16px
}

.terms-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #FFD808;
    border-radius: 50%
}

.terms-content ol {
    list-style: decimal
}

.terms-content ol li::marker {
    color: #3ABBF3
}

.terms-content li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #d8e8dc
}

.terms-content a {
    color: #3ABBF3;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s ease-out, text-decoration-color .15s ease-out
}

.terms-content a:hover {
    color: #FFD808;
    text-decoration-color: #FFD808
}

.terms-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 16px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 18px 1px #ffd8081a
}

.terms-content thead {
    background: #122b1a
}

.terms-content thead th {
    color: #FFD808;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    border-bottom: 2px solid #FFD808
}

.terms-content tbody tr {
    border-bottom: 1px solid #1e3d28;
    transition: background .2s ease-out
}

.terms-content tbody tr:hover {
    background: #122b1a
}

.terms-content td {
    padding: 16px;
    color: #d8e8dc;
    line-height: 1.6;
    vertical-align: top
}

.terms-content th {
    padding: 16px;
    vertical-align: top
}

.terms-content hr {
    border: none;
    border-top: 1px solid #1e3d28;
    margin: 32px 0;
    box-shadow: inset 0 2px 3px 1px #3abbf30f
}

.terms-content div {
    line-height: 1.6
}

@media (max-width: 768px) {
    .terms-content {
        padding: 32px 16px
    }

    .terms-content h1 {
        font-size: 30px
    }

    .terms-content h2 {
        font-size: 23px;
        margin: 32px 0 16px
    }

    .terms-content h3 {
        font-size: 16px
    }

    .terms-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 480px) {
    .terms-content {
        padding: 32px 8px
    }

    .terms-content h1 {
        font-size: 23px
    }

    .terms-content h2 {
        font-size: 16px
    }
}

.svc-det {
    background: #0d1f0f;
    color: #d4e8d5;
    overflow-x: clip;
    position: relative
}

.svc-det .pg-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.svc-det .grain-bg {
    position: relative;
    padding: 64px 32px;
    background: #0d1f0f
}

.svc-det .grain-bg::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.04'/%3E%3C/svg%3E");
    opacity: .35;
    pointer-events: none;
    z-index: 0
}

.svc-det .grain-bg>* {
    position: relative;
    z-index: 1
}

.svc-det .ttl-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.svc-det .ttl-txt {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.svc-det .ttl-label {
    font-size: 16px;
    letter-spacing: .18em;
    color: #3ABBF3;
    text-transform: uppercase;
    line-height: 1.4;
    opacity: .85
}

.svc-det .ttl-h1 {
    font-size: 72px;
    line-height: 1.15;
    color: #FFD808;
    font-weight: 800;
    margin: 0;
    animation: reveal-up .45s ease-out both
}

.svc-det .ttl-h1::first-letter {
    color: #3ABBF3;
    font-size: 1.15em
}

.svc-det .ttl-meta {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.svc-det .meta-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
}

.svc-det .meta-stat__num {
    font-size: 30px;
    font-weight: 700;
    color: #FFD808;
    line-height: 1.15
}

.svc-det .meta-stat__lbl {
    font-size: 16px;
    color: #7aab7e;
    line-height: 1.4;
    letter-spacing: .08em
}

.svc-det .meta-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3ABBF3;
    font-size: 16px
}

.svc-det .meta-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #3ABBF3;
    stroke-width: 2
}

.svc-det .ttl-price-box {
    background: linear-gradient(to right, #ffd8081f, #3abbf314);
    border: 1px solid #ffd80833;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 18px 1px #ffd8081a
}

.svc-det .price-val {
    font-size: 42px;
    font-weight: 800;
    color: #FFD808;
    line-height: 1.15
}

.svc-det .price-note {
    font-size: 16px;
    color: #7aab7e;
    line-height: 1.6
}

.svc-det .ttl-btn {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    border: 2px solid #FFD808;
    color: #FFD808;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .08em;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, background .25s ease-out;
    box-shadow: 0 2px 3px 1px #ffd8080f;
    align-self: flex-start
}

.svc-det .ttl-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #FFD808;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease-out;
    z-index: 0
}

.svc-det .ttl-btn:hover::before {
    transform: scaleX(1)
}

.svc-det .ttl-btn:hover {
    color: #0d1f0f
}

.svc-det .ttl-btn span {
    position: relative;
    z-index: 1
}

.svc-det .ttl-img-zone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.svc-det .ttl-img-zone::before {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 0;
    height: 0;
    border-left: 48px solid transparent;
    border-bottom: 48px solid #ffd80826;
    pointer-events: none;
    z-index: 0
}

.svc-det .ttl-img-zone::after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    width: 0;
    height: 0;
    border-right: 36px solid transparent;
    border-top: 36px solid #3abbf31f;
    pointer-events: none;
    z-index: 0
}

.svc-det .img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 60px 1px #3abbf31a;
    z-index: 1;
    width: 100%
}

.svc-det .img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.9) brightness(0.92);
    transition: filter .4s ease-out
}

.svc-det .img-wrap:hover img {
    filter: saturate(0) brightness(0.85)
}

.svc-det .img-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #ffd80814 0%, transparent 60%);
    pointer-events: none
}

.svc-det .zigzag-div {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.svc-det .zigzag-div svg {
    display: block;
    width: 100%
}

.svc-det .desc-sec {
    background: #122015;
    padding: 64px 32px;
    position: relative
}

.svc-det .desc-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.svc-det .desc-aside {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.svc-det .aside-heading {
    font-size: 30px;
    font-weight: 700;
    color: #3ABBF3;
    line-height: 1.15;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.svc-det .aside-heading::before {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    background: #FFD808;
    border-radius: 4px
}

.svc-det .aside-tag {
    display: inline-block;
    background: #c0001626;
    border: 1px solid #c000164d;
    color: #ff4d5e;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 4px;
    letter-spacing: .06em
}

.svc-det .aside-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #3ABBF3;
    color: #0d1f0f;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #3ABBF3;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out, background .2s ease-out;
    box-shadow: 0 4px 18px 1px #3abbf31a
}

.svc-det .aside-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    border: 2px solid #3ABBF3;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .28s ease-out
}

.svc-det .aside-link:hover {
    background: transparent;
    color: #3ABBF3
}

.svc-det .aside-link:hover::before {
    transform: scaleX(1)
}

.svc-det .desc-body {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.svc-det .desc-body h2 {
    font-size: 30px;
    font-weight: 700;
    color: #FFD808;
    line-height: 1.15;
    margin: 0
}

.svc-det .desc-body h3 {
    font-size: 23px;
    font-weight: 600;
    color: #3ABBF3;
    line-height: 1.4;
    margin: 0
}

.svc-det .desc-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #b8d4bb;
    margin: 0
}

.svc-det .desc-body cite {
    display: block;
    font-style: italic;
    color: #7aab7e;
    font-size: 16px;
    line-height: 1.6;
    border-left: none;
    padding: 16px;
    background: #3abbf30f;
    border-radius: 4px
}

.svc-det .desc-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.svc-det .desc-body ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #b8d4bb;
    padding-left: 32px;
    position: relative
}

.svc-det .desc-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #FFD808;
    border-radius: 4px;
    opacity: .7
}

.svc-det .prog-sec {
    background: #0d1f0f;
    padding: 64px 32px;
    position: relative
}

.svc-det .prog-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-top: 80px solid #c0001614;
    pointer-events: none
}

.svc-det .prog-inner {
    max-width: 1500px;
    margin: 0 auto
}

.svc-det .prog-hd {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.svc-det .prog-hd h2 {
    font-size: 42px;
    font-weight: 800;
    color: #FFD808;
    line-height: 1.15;
    margin: 0
}

.svc-det .prog-hd h2::first-letter {
    color: #3ABBF3
}

.svc-det .prog-hd p {
    font-size: 16px;
    color: #7aab7e;
    line-height: 1.6;
    max-width: 600px;
    margin: 0
}

.svc-det .prog-shape {
    width: 48px;
    height: 4px;
    background: linear-gradient(to right, #FFD808, #3ABBF3);
    border-radius: 4px
}

.svc-det .prog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.svc-det .prog-card {
    background: #122015;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    box-shadow: 0 2px 3px 1px #3abbf30f;
    transition: box-shadow .35s ease-out, transform .35s ease-out;
    animation: reveal-up .45s ease-out both
}

.svc-det .prog-grid .prog-card:nth-child(1) {
    animation-delay: .05s
}

.svc-det .prog-grid .prog-card:nth-child(2) {
    animation-delay: .15s
}

.svc-det .prog-grid .prog-card:nth-child(3) {
    animation-delay: .25s
}

.svc-det .prog-grid .prog-card:nth-child(4) {
    animation-delay: .35s
}

.svc-det .prog-card:hover {
    box-shadow: 0 10px 60px 1px #3abbf31a;
    transform: translateY(-4px)
}

.svc-det .prog-card--wide {
    grid-column: 1 / -1
}

.svc-det .prog-num {
    font-size: 72px;
    font-weight: 900;
    color: #ffd80814;
    line-height: 1.15;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.svc-det .prog-card h2,
.svc-det .prog-card h3 {
    font-size: 23px;
    font-weight: 700;
    color: #FFD808;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 1
}

.svc-det .prog-card h3 {
    color: #3ABBF3;
    font-size: 16px;
    font-weight: 600
}

.svc-det .prog-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #b8d4bb;
    margin: 0;
    position: relative;
    z-index: 1
}

.svc-det .prog-card strong {
    color: #FFD808;
    font-weight: 700
}

.svc-det .prog-card small {
    font-size: 16px;
    color: #7aab7e;
    line-height: 1.4
}

.svc-det .prog-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1
}

.svc-det .prog-card ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #b8d4bb;
    padding-left: 32px;
    position: relative;
    transition: color .2s ease-out, padding-left .2s ease-out
}

.svc-det .prog-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #3ABBF3;
    border-radius: 4px;
    opacity: .6;
    transition: opacity .2s ease-out, background .2s ease-out
}

.svc-det .prog-card:hover ul li {
    color: #d4e8d5
}

.svc-det .prog-card:hover ul li::before {
    opacity: 1;
    background: #FFD808
}

.svc-det .prog-card dl {
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    position: relative;
    z-index: 1
}

.svc-det .prog-card dt {
    font-size: 16px;
    color: #FFD808;
    font-weight: 600;
    line-height: 1.6
}

.svc-det .prog-card dd {
    font-size: 16px;
    color: #b8d4bb;
    line-height: 1.6;
    margin: 0
}

.svc-det .prog-card details {
    position: relative;
    z-index: 1
}

.svc-det .prog-card summary {
    font-size: 16px;
    color: #3ABBF3;
    cursor: pointer;
    line-height: 1.6;
    list-style: none;
    padding: 8px 0;
    transition: color .2s ease-out
}

.svc-det .prog-card summary::-webkit-details-marker {
    display: none
}

.svc-det .prog-card summary:hover {
    color: #FFD808
}

.svc-det .prog-card details[open] summary {
    color: #FFD808
}

.svc-det .prog-card details p {
    padding-top: 8px
}

.svc-det .zigzag-div2 {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.svc-det .zigzag-div2 svg {
    display: block;
    width: 100%
}

@keyframes reveal-up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

@media (max-width: 1280px) {
    .svc-det .ttl-h1 {
        font-size: 42px
    }

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

@media (max-width: 768px) {
    .svc-det .ttl-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .svc-det .ttl-h1 {
        font-size: 42px
    }

    .svc-det .desc-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .svc-det .desc-aside {
        position: static
    }

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

    .svc-det .prog-card--wide {
        grid-column: auto
    }

    .svc-det .grain-bg,
    .svc-det .desc-sec,
    .svc-det .prog-sec {
        padding: 64px 16px
    }
}

@media (max-width: 480px) {
    .svc-det .ttl-h1 {
        font-size: 30px
    }

    .svc-det .ttl-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .svc-det .price-val {
        font-size: 30px
    }

    .svc-det .prog-hd h2 {
        font-size: 30px
    }
}

.srvs {
    background-color: #0d1f14;
    color: #e8ede9;
    overflow-x: hidden
}

.srvs .pg-bound {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.srvs .ttl-blk {
    padding: 96px 32px 64px;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 64px;
    align-items: start
}

.srvs .ttl-blk__txt {
    position: relative
}

.srvs .ttl-blk__eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px
}

.srvs .ttl-blk__dot {
    width: 10px;
    height: 10px;
    border-radius: 36px;
    background: #FFD808;
    flex-shrink: 0
}

.srvs .ttl-blk__label {
    font-size: 16px;
    letter-spacing: .12em;
    color: #FFD808;
    text-transform: uppercase
}

.srvs .ttl-blk__h1 {
    font-size: 42px;
    line-height: 1.15;
    color: #e8ede9;
    margin-bottom: 32px
}

.srvs .ttl-blk__h1 span {
    color: #3ABBF3
}

.srvs .ttl-blk__accent-first::first-letter {
    font-size: 72px;
    color: #FFD808;
    line-height: 1;
    float: left;
    margin-right: 8px;
    margin-top: 4px
}

.srvs .ttl-blk__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #b8c9bc;
    margin-bottom: 32px
}

.srvs .ttl-blk__img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.srvs .ttl-blk__img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    transition: filter .35s ease-out
}

.srvs .ttl-blk__img-wrap:hover .ttl-blk__img {
    filter: saturate(0.1)
}

.srvs .ttl-blk__img-grad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #0d1f14 0%, transparent 100%);
    pointer-events: none
}

.srvs .ttl-blk__blob {
    position: absolute;
    border-radius: 36px;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0
}

.srvs .ttl-blk__blob--a {
    width: 220px;
    height: 220px;
    background: #ffd80812;
    top: -40px;
    left: -60px
}

.srvs .ttl-blk__blob--b {
    width: 160px;
    height: 160px;
    background: #3abbf30f;
    bottom: 0;
    right: -30px
}

.srvs .ttl-blk__txt>* {
    position: relative;
    z-index: 1
}

.srvs .wavy-div {
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 0
}

.srvs .wavy-div svg {
    display: block;
    width: 100%
}

.srvs .cards-seg {
    padding: 64px 32px;
    max-width: 1500px;
    margin: 0 auto
}

.srvs .cards-seg__hd {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    margin-bottom: 64px;
    align-items: end
}

.srvs .cards-seg__hd-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.srvs .cards-seg__hd-dot {
    width: 8px;
    height: 8px;
    border-radius: 36px;
    background: #3ABBF3
}

.srvs .cards-seg__hd-tag {
    font-size: 16px;
    letter-spacing: .1em;
    color: #3ABBF3;
    text-transform: uppercase
}

.srvs .cards-seg__h2 {
    font-size: 30px;
    line-height: 1.15;
    color: #e8ede9;
    text-align: center
}

.srvs .cards-seg__h2 span {
    color: #FFD808
}

.srvs .cards-seg__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0;
    text-align: center
}

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

.srvs .svc-card {
    background: #122019;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 18px 1px #ffd8081a;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease-out, transform .25s ease-out
}

.srvs .svc-card:hover {
    box-shadow: 0 10px 60px 1px #ffd8081a;
    transform: translateY(-4px)
}

.srvs .svc-card__img-wrap {
    position: relative;
    overflow: hidden;
    height: 200px
}

.srvs .svc-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .45s ease-out
}

.srvs .svc-card:hover .svc-card__img {
    filter: saturate(0.15)
}

.srvs .svc-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1a3025, #0f2a1c);
    display: flex;
    align-items: center;
    justify-content: center
}

.srvs .svc-card__img-placeholder svg {
    opacity: .25
}

.srvs .svc-card__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center
}

.srvs .svc-card__geo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px
}

.srvs .svc-card__geo-dot {
    width: 8px;
    height: 8px;
    border-radius: 36px;
    background: #C00016;
    flex-shrink: 0
}

.srvs .svc-card__h3 {
    font-size: 23px;
    line-height: 1.15;
    color: #FFD808;
    margin-bottom: 16px
}

.srvs .svc-card__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0;
    margin-bottom: 32px;
    flex: 1
}

.srvs .svc-card__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px
}

.srvs .svc-card__meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #6a8a72
}

.srvs .svc-card__price-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    padding: 16px;
    border-radius: 4px;
    background: #ffd8080d;
    box-shadow: inset 0 2px 3px 1px #ffd8080f
}

.srvs .svc-card__price {
    font-size: 30px;
    line-height: 1.15;
    color: #FFD808;
    font-weight: 700
}

.srvs .svc-card__price-note {
    font-size: 16px;
    color: #6a8a72;
    line-height: 1.4
}

.srvs .svc-card__btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #3ABBF3;
    color: #3ABBF3;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out, background .2s ease-out
}

.srvs .svc-card__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 2px solid #FFD808;
    opacity: 0;
    transition: opacity .2s ease-out
}

.srvs .svc-card__btn:hover {
    background: #3ABBF3;
    color: #0d1f14
}

.srvs .svc-card__btn:hover::before {
    opacity: 0
}

.srvs .svc-card__btn:focus {
    outline: 2px solid #FFD808;
    outline-offset: 2px
}

.srvs .divider-asym {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 16px
}

.srvs .divider-asym__short {
    width: 60px;
    height: 2px;
    background: #FFD808;
    flex-shrink: 0
}

.srvs .divider-asym__long {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #FFD808, transparent)
}

.srvs .how-seg {
    background: #0b1a10;
    padding: 64px 32px;
    position: relative
}

.srvs .how-seg__stripe {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, #ffd80806 0px, #ffd80806 1px, transparent 1px, transparent 48px);
    pointer-events: none
}

.srvs .how-seg__inner {
    max-width: 1500px;
    margin: 0 auto
}

.srvs .how-seg__top {
    text-align: center;
    margin-bottom: 64px
}

.srvs .how-seg__shape {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #C00016;
    border-radius: 4px;
    transform: rotate(45deg);
    margin-bottom: 16px
}

.srvs .how-seg__h2 {
    font-size: 30px;
    line-height: 1.15;
    color: #3ABBF3;
    margin-bottom: 16px;
    text-align: center
}

.srvs .how-seg__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0;
    max-width: 640px;
    margin: 0 auto;
    text-align: center
}

.srvs .how-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.srvs .how-step {
    background: #122019;
    border-radius: 4px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 2px 3px 1px #3abbf30f;
    transition: box-shadow .3s ease-out
}

.srvs .how-step:hover {
    box-shadow: 0 10px 60px 1px #3abbf31a
}

.srvs .how-step__num {
    font-size: 72px;
    line-height: 1.15;
    color: #ffd80814;
    font-weight: 900;
    display: block;
    margin-bottom: 8px
}

.srvs .how-step__h4 {
    font-size: 23px;
    line-height: 1.15;
    color: #FFD808;
    margin-bottom: 16px
}

.srvs .how-step__p {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0
}

.srvs .stat-seg {
    padding: 64px 32px;
    max-width: 1500px;
    margin: 0 auto
}

.srvs .stat-seg__grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 64px;
    align-items: center
}

.srvs .stat-seg__left {
    text-align: center
}

.srvs .stat-seg__shape {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 36px;
    background: #FFD808;
    margin-bottom: 16px
}

.srvs .stat-seg__h2 {
    font-size: 30px;
    line-height: 1.15;
    color: #e8ede9;
    margin-bottom: 16px;
    text-align: center
}

.srvs .stat-seg__h2 span {
    color: #C00016
}

.srvs .stat-seg__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0;
    margin-bottom: 32px;
    text-align: center
}

.srvs .stat-seg__cta {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 4px;
    background: #FFD808;
    color: #0d1f14;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #FFD808;
    transition: background .2s ease-out, color .2s ease-out
}

.srvs .stat-seg__cta:hover {
    background: transparent;
    color: #FFD808
}

.srvs .stat-seg__cta:focus {
    outline: 2px solid #3ABBF3;
    outline-offset: 2px
}

.srvs .stat-nums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.srvs .stat-num {
    background: #122019;
    border-radius: 4px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 4px 18px 1px #ffd8081a;
    position: relative;
    overflow: hidden
}

.srvs .stat-num::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #FFD808, #3ABBF3)
}

.srvs .stat-num__val {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    font-weight: 900;
    display: block
}

.srvs .stat-num__lbl {
    font-size: 16px;
    color: #9ab0a0;
    line-height: 1.4;
    margin-top: 8px;
    display: block
}

.srvs .faq-seg {
    background: #0b1a10;
    padding: 64px 32px;
    animation: bgshift 15s linear infinite
}

@keyframes bgshift {
    0% {
        background-color: #0b1a10
    }

    50% {
        background-color: #0e2116
    }

    100% {
        background-color: #0b1a10
    }
}

.srvs .faq-seg__inner {
    max-width: 1500px;
    margin: 0 auto
}

.srvs .faq-seg__top {
    text-align: center;
    margin-bottom: 64px
}

.srvs .faq-seg__shape {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #3ABBF3;
    border-radius: 4px;
    margin-bottom: 16px
}

.srvs .faq-seg__h2 {
    font-size: 30px;
    line-height: 1.15;
    color: #e8ede9;
    margin-bottom: 16px;
    text-align: center
}

.srvs .faq-seg__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0;
    text-align: center
}

.srvs .faq-cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.srvs .faq-cols__intro {
    text-align: center
}

.srvs .faq-cols__intro-h3 {
    font-size: 23px;
    line-height: 1.15;
    color: #FFD808;
    margin-bottom: 16px
}

.srvs .faq-cols__intro-p {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0;
    margin-bottom: 32px
}

.srvs .faq-cols__link {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 4px;
    border: 2px solid #FFD808;
    color: #FFD808;
    font-size: 16px;
    text-decoration: none;
    transition: background .2s ease-out, color .2s ease-out
}

.srvs .faq-cols__link:hover {
    background: #FFD808;
    color: #0d1f14
}

.srvs .faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs .faq-item {
    background: #122019;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0 2px 3px 1px #ffd8080f;
    text-align: center
}

.srvs .faq-item__q {
    font-size: 16px;
    line-height: 1.4;
    color: #3ABBF3;
    font-weight: 700;
    margin-bottom: 16px
}

.srvs .faq-item__a {
    font-size: 16px;
    line-height: 1.6;
    color: #9ab0a0
}

@media (max-width: 1280px) {
    .srvs .ttl-blk {
        gap: 32px;
        padding: 64px 32px 32px
    }

    .srvs .how-steps {
        grid-template-columns: repeat(2, 1fr)
    }

    .srvs .stat-nums {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .srvs .ttl-blk {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px
    }

    .srvs .ttl-blk__h1 {
        font-size: 30px
    }

    .srvs .cards-grid {
        grid-template-columns: 1fr
    }

    .srvs .cards-seg {
        padding: 32px 16px
    }

    .srvs .cards-seg__hd {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .srvs .how-steps {
        grid-template-columns: 1fr
    }

    .srvs .how-seg {
        padding: 32px 16px
    }

    .srvs .stat-seg__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .srvs .stat-seg {
        padding: 32px 16px
    }

    .srvs .faq-cols {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .srvs .faq-seg {
        padding: 32px 16px
    }

    .srvs .stat-nums {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .srvs .ttl-blk__h1 {
        font-size: 23px
    }

    .srvs .ttl-blk__accent-first::first-letter {
        font-size: 42px
    }

    .srvs .svc-card__body {
        padding: 16px
    }

    .srvs .stat-num__val {
        font-size: 30px
    }

    .srvs .pg-bound {
        padding: 0 16px
    }

    .srvs .divider-asym {
        padding: 0 16px
    }
}

.abt {
    background: #0d1f0f;
    color: #d4ddd5;
    overflow-x: clip
}

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

.abt img {
    filter: blur(4px) saturate(0.7);
    transition: filter .45s ease-out
}

.abt img:hover {
    filter: blur(0px) saturate(1)
}

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

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

.abt .reveal {
    animation: slideInLeft .5s ease-out both
}

.abt .reveal--2 {
    animation-delay: .15s
}

.abt .reveal--3 {
    animation-delay: .28s
}

.abt .reveal--4 {
    animation-delay: .4s
}

.abt .tb {
    position: relative;
    background: linear-gradient(180deg, #1a4020 0%, transparent 100%);
    padding: 64px 32px;
    max-width: 1500px;
    margin: 0 auto
}

.abt .tb__bg-num {
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 72px;
    font-weight: 900;
    color: #ffd80812;
    line-height: 1.15;
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px
}

.abt .tb__grid {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 64px;
    align-items: center
}

.abt .tb__img-zone {
    position: relative
}

.abt .tb__img-zone img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    box-shadow: 0 10px 60px 1px #ffd8081a
}

.abt .tb__badge {
    position: absolute;
    top: -16px;
    right: -16px;
    background: #FFD808;
    color: #0d1f0f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 4px 18px 1px #ffd8081a;
    z-index: 2
}

.abt .tb__text-zone {
    padding-left: 32px
}

.abt .tb__label {
    font-size: 16px;
    letter-spacing: .18em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    line-height: 1.4
}

.abt .tb__h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 32px
}

.abt .tb__h1 span {
    color: #3ABBF3
}

.abt .tb__desc {
    font-size: 23px;
    line-height: 1.6;
    color: #b8caba;
    margin: 0
}

.abt .mc {
    background: #0a1a0c;
    padding: 64px 0;
    position: relative
}

.abt .mc__fish {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, #3abbf30a 1px, transparent 0);
    background-size: 28px 24px;
    pointer-events: none;
    overflow: hidden
}

.abt .mc__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.abt .mc__top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    margin-bottom: 64px;
    align-items: start
}

.abt .mc__aside {
    position: sticky;
    top: 32px
}

.abt .mc__aside-abbr {
    font-size: 72px;
    font-weight: 900;
    color: #3abbf314;
    line-height: 1.15;
    letter-spacing: -3px;
    margin-bottom: 32px;
    display: block
}

.abt .mc__aside-stat {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt .mc__stat-item {
    border-top: 1px solid #3abbf333;
    padding-top: 16px
}

.abt .mc__stat-num {
    font-size: 42px;
    font-weight: 900;
    color: #FFD808;
    line-height: 1.15;
    display: block
}

.abt .mc__stat-desc {
    font-size: 16px;
    color: #8aaa8d;
    line-height: 1.4;
    margin: 0
}

.abt .mc__body {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt .mc__shape {
    width: 12px;
    height: 12px;
    background: #FFD808;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    transform: rotate(45deg)
}

.abt .mc__h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    color: #3ABBF3;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.abt .mc__p {
    font-size: 16px;
    line-height: 1.6;
    color: #b8caba;
    margin: 0
}

.abt .mc__p--lead {
    font-size: 23px;
    line-height: 1.6;
    color: #d4ddd5
}

.abt .mc__p--lead::first-letter {
    font-size: 42px;
    font-weight: 900;
    color: #FFD808;
    line-height: 1;
    float: left;
    margin-right: 8px;
    margin-top: 4px
}

.abt .mc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .mc__list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start
}

.abt .mc__list-num {
    font-size: 42px;
    font-weight: 900;
    color: #ffd80826;
    line-height: 1.15;
    text-align: right
}

.abt .mc__list-text {
    font-size: 16px;
    line-height: 1.6;
    color: #b8caba;
    padding-top: 8px
}

.abt .mc__list-text strong {
    color: #d4ddd5;
    display: block;
    font-size: 16px;
    margin-bottom: 8px
}

.abt .mc__trio {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 32px;
    margin-top: 64px
}

.abt .mc__trio-card {
    background: #122015;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0 4px 18px 1px #3abbf31a;
    text-align: center;
    position: relative;
    transition: box-shadow .35s ease-out
}

.abt .mc__trio-card:hover {
    box-shadow: 0 10px 60px 1px #3abbf31a
}

.abt .mc__trio-card--mid {
    background: linear-gradient(90deg, #1a4020 0%, #0d2a12 100%);
    border: 1px solid #ffd8082e
}

.abt .mc__trio-badge {
    position: absolute;
    top: -12px;
    right: 16px;
    background: #C00016;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1.4
}

.abt .mc__trio-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt .mc__trio-h {
    font-size: 16px;
    font-weight: 700;
    color: #FFD808;
    margin: 0 0 16px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .1em
}

.abt .mc__trio-p {
    font-size: 16px;
    line-height: 1.6;
    color: #8aaa8d;
    margin: 0
}

.abt .mc__trio-card--mid .mc__trio-p {
    color: #b8caba
}

.abt .mc__imgs {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
    margin-top: 64px;
    align-items: end
}

.abt .mc__img-wrap {
    position: relative;
    border-radius: 36px;
    overflow: hidden
}

.abt .mc__img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 36px
}

.abt .mc__img-wrap--sm img {
    height: 240px
}

.abt .mc__img-cap {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: #0d1f0fd1;
    color: #d4ddd5;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 4px;
    backdrop-filter: blur(4px)
}

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

@media (max-width: 1280px) {
    .abt .tb__grid {
        gap: 32px
    }

    .abt .mc__trio {
        gap: 16px
    }
}

@media (max-width: 768px) {
    .abt .tb__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt .tb__text-zone {
        padding-left: 0
    }

    .abt .tb__img-zone img {
        height: 280px
    }

    .abt .tb__h1 {
        font-size: 30px
    }

    .abt .mc__top {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt .mc__aside {
        position: static
    }

    .abt .mc__aside-abbr {
        font-size: 42px
    }

    .abt .mc__trio {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt .mc__imgs {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

@media (max-width: 480px) {
    .abt .tb {
        padding: 32px 16px
    }

    .abt .mc__inner {
        padding: 0 16px
    }

    .abt .mc {
        padding: 32px 0
    }

    .abt .tb__h1 {
        font-size: 23px
    }

    .abt .mc__h2 {
        font-size: 23px
    }

    .abt .mc__stat-num {
        font-size: 30px
    }
}

.ct-us {
    background-color: #0d1f12;
    color: #d8e8da;
    overflow-x: clip
}

.ct-us .pg-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

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

.ct-us .divider__line {
    flex: 1;
    display: flex;
    gap: 8px;
    align-items: center
}

.ct-us .cross {
    width: 8px;
    height: 8px;
    position: relative;
    flex-shrink: 0
}

.ct-us .cross::before,
.ct-us .cross::after {
    content: '';
    position: absolute;
    background: #3ABBF3;
    opacity: .35
}

.ct-us .cross::before {
    width: 8px;
    height: 1px;
    top: 3px;
    left: 0
}

.ct-us .cross::after {
    width: 1px;
    height: 8px;
    top: 0;
    left: 3px
}

.ct-us .blk-a {
    padding: 64px 0 32px;
    background: #0d1f12;
    position: relative
}

.ct-us .blk-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(60deg, transparent, transparent 28px, #ffd80808 28px, #ffd80808 30px), repeating-linear-gradient(-60deg, transparent, transparent 28px, #ffd80808 28px, #ffd80808 30px);
    pointer-events: none
}

.ct-us .blk-a__grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 64px;
    align-items: start
}

.ct-us .blk-a__lbl {
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #3ABBF3;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.ct-us .blk-a__lbl-dot {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #3ABBF3;
    flex-shrink: 0
}

.ct-us .blk-a__h1 {
    font-size: 72px;
    line-height: 1.15;
    font-weight: 800;
    color: #FFD808;
    margin: 0 0 16px
}

.ct-us .blk-a__h1 span {
    color: #3ABBF3
}

.ct-us .blk-a__desc {
    font-size: 23px;
    line-height: 1.6;
    color: #a8c4ac;
    max-width: 680px;
    margin: 0 0 32px
}

.ct-us .blk-a__meta {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 16px
}

.ct-us .meta-item {
    border: 1px solid #3abbf32e;
    border-radius: 4px;
    padding: 16px;
    background: #3abbf30a;
    box-shadow: 0 2px 3px 1px #3abbf30f;
    text-align: center
}

.ct-us .meta-item__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    color: #FFD808
}

.ct-us .meta-item__val {
    font-size: 16px;
    line-height: 1.4;
    color: #d8e8da;
    word-break: break-word
}

.ct-us .meta-item__val a {
    color: #3ABBF3;
    text-decoration: none;
    transition: color .25s ease-out
}

.ct-us .meta-item__val a:hover {
    color: #FFD808
}

.ct-us .meta-item__cap {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3ABBF3;
    opacity: .7;
    margin-bottom: 8px
}

.ct-us .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C00016;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 36px;
    padding: 4px 16px;
    margin-bottom: 32px;
    box-shadow: 0 4px 18px 1px #c000161a
}

.ct-us .blk-a__img-wrap {
    position: relative;
    margin-top: 32px
}

.ct-us .blk-a__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 36px 4px 36px 4px;
    display: block;
    filter: saturate(0.85);
    transition: filter .45s ease-out;
    box-shadow: 0 10px 60px 1px #ffd8081a
}

.ct-us .blk-a__img:hover {
    filter: saturate(0)
}

.ct-us .blk-a__dbl-border {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #ffd80826;
    border-radius: 40px 8px 40px 8px;
    pointer-events: none
}

.ct-us .blk-a__dbl-border-outer {
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    border: 1px solid #ffd80812;
    border-radius: 44px 12px 44px 12px;
    pointer-events: none
}

.ct-us .blk-b {
    padding: 64px 0;
    background: linear-gradient(180deg, #162b1c 0%, #0d1f12 100%);
    position: relative
}

.ct-us .blk-b__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.ct-us .blk-b__aside {
    position: sticky;
    top: 32px
}

.ct-us .blk-b__aside-h {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #FFD808;
    margin: 0 0 16px
}

.ct-us .blk-b__aside-h::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #3ABBF3;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    transform: rotate(45deg)
}

.ct-us .blk-b__aside-p {
    font-size: 16px;
    line-height: 1.6;
    color: #a8c4ac;
    margin: 0 0 32px
}

.ct-us .blk-b__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px 36px 4px 36px;
    display: block;
    filter: saturate(0.8);
    transition: filter .35s ease-out;
    box-shadow: 0 4px 18px 1px #3abbf31a
}

.ct-us .blk-b__img:hover {
    filter: saturate(0)
}

.ct-us .frm {
    background: #0d1f12b3;
    border: 1px solid #3abbf333;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0 10px 60px 1px #3abbf31a
}

.ct-us .frm__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.ct-us .frm__fld {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.ct-us .frm__lbl {
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #3ABBF3
}

.ct-us .frm__inp {
    background: #162b1ce6;
    border: 1px solid #3abbf338;
    border-radius: 4px;
    color: #d8e8da;
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 16px;
    outline: none;
    transition: border-color .25s ease-out, box-shadow .25s ease-out;
    width: 100%;
    box-sizing: border-box
}

.ct-us .frm__inp::placeholder {
    color: #5a7a5e
}

.ct-us .frm__inp:focus {
    border-color: #3ABBF3;
    box-shadow: 0 2px 3px 1px #3abbf30f
}

.ct-us .frm__sel {
    background: #162b1ce6;
    border: 1px solid #3abbf338;
    border-radius: 4px;
    color: #d8e8da;
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 16px;
    outline: none;
    transition: border-color .25s ease-out;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233ABBF3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.ct-us .frm__sel:focus {
    border-color: #3ABBF3
}

.ct-us .frm__sel option {
    background: #162b1c;
    color: #d8e8da
}

.ct-us .frm__check-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px
}

.ct-us .frm__check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #3ABBF3;
    margin-top: 2px;
    cursor: pointer
}

.ct-us .frm__check-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #a8c4ac
}

.ct-us .frm__check-txt a {
    color: #3ABBF3;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.ct-us .frm__check-txt a:hover {
    color: #FFD808
}

.ct-us .btn-sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFD808;
    color: #0d1f12;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 2px solid #FFD808;
    border-radius: 4px;
    padding: 16px 32px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .3s ease-out, background .3s ease-out;
    box-shadow: 0 4px 18px 1px #ffd8081a
}

.ct-us .btn-sub::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border: 2px solid #FFD808;
    border-radius: 4px;
    box-sizing: border-box;
    transition: left .3s ease-out
}

.ct-us .btn-sub:hover {
    background: transparent;
    color: #FFD808
}

.ct-us .btn-sub:hover::before {
    left: 0
}

.ct-us .btn-sub:focus {
    outline: 2px solid #3ABBF3;
    outline-offset: 3px
}

.ct-us .frm__h {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #d8e8da;
    margin: 0 0 32px;
    text-align: center
}

.ct-us .frm__h::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFD808;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle
}

.ct-us .frm__sub-note {
    font-size: 16px;
    color: #5a7a5e;
    text-align: center;
    margin-top: 16px
}

@keyframes appear-scale {
    0% {
        opacity: 0;
        transform: scale(0.8)
    }

    70% {
        transform: scale(1.03)
    }

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

.ct-us .blk-a__h1 {
    animation: appear-scale .5s ease-out both
}

.ct-us .frm {
    animation: appear-scale .45s ease-out both;
    animation-delay: .15s
}

.ct-us .meta-item {
    animation: appear-scale .4s ease-out both
}

.ct-us .meta-item:nth-child(1) {
    animation-delay: .1s
}

.ct-us .meta-item:nth-child(2) {
    animation-delay: .2s
}

.ct-us .meta-item:nth-child(3) {
    animation-delay: .3s
}

@media (max-width: 1280px) {
    .ct-us .blk-a__h1 {
        font-size: 42px
    }

    .ct-us .blk-a__grid {
        grid-template-columns: 2fr 1fr;
        gap: 32px
    }

    .ct-us .blk-b__grid {
        gap: 32px
    }
}

@media (max-width: 768px) {
    .ct-us .blk-a__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ct-us .blk-a__h1 {
        font-size: 42px
    }

    .ct-us .blk-b__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ct-us .frm__row {
        grid-template-columns: 1fr
    }

    .ct-us .blk-b__aside {
        position: static
    }

    .ct-us .pg-wrap {
        padding: 0 16px
    }
}

@media (max-width: 480px) {
    .ct-us .blk-a__h1 {
        font-size: 30px
    }

    .ct-us .blk-a__desc {
        font-size: 16px
    }

    .ct-us .blk-a {
        padding: 32px 0 16px
    }

    .ct-us .blk-b {
        padding: 32px 0
    }

    .ct-us .frm {
        padding: 16px
    }
}

.lp-prog {
    background: #0d1f0f;
    color: #d8e8da;
    overflow-x: hidden
}

.lp-prog .pg-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.lp-prog ::selection {
    background: #3ABBF3;
    color: #0d1f0f
}

.lp-prog .dot-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #ffd8082e 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0
}

.lp-prog .strokes-deco {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
    z-index: 1
}

.lp-prog .strokes-deco span {
    display: block;
    height: 2px;
    background: #ffd80859;
    border-radius: 4px
}

.lp-prog .strokes-deco span:nth-child(1) {
    width: 48px
}

.lp-prog .strokes-deco span:nth-child(2) {
    width: 32px
}

.lp-prog .strokes-deco span:nth-child(3) {
    width: 56px
}

.lp-prog .strokes-deco span:nth-child(4) {
    width: 24px
}

.lp-prog .strokes-deco span:nth-child(5) {
    width: 40px
}

.lp-prog .ttl-blk {
    background: #122614;
    position: relative;
    padding: 64px 0;
    text-align: center
}

.lp-prog .ttl-blk .ttl-inner {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 32px
}

.lp-prog .ttl-blk .ttl-label {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .18em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 1.4
}

.lp-prog .ttl-blk .ttl-h1 {
    font-size: 72px;
    line-height: 1.15;
    font-weight: 800;
    color: #FFD808;
    margin-bottom: 32px
}

.lp-prog .ttl-blk .ttl-h1 .acc-letter {
    font-size: 72px;
    color: #3ABBF3
}

.lp-prog .ttl-blk .ttl-sub {
    font-size: 23px;
    line-height: 1.6;
    color: #b8d4bc;
    margin-bottom: 32px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.lp-prog .ttl-blk .ttl-manifesto {
    font-size: 16px;
    line-height: 2;
    color: #8ab090;
    max-width: 520px;
    margin: 0 auto 32px
}

.lp-prog .ttl-blk .ttl-cta {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #0d1f0f;
    background: #FFD808;
    border: 2px solid #FFD808;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, background .25s ease-out
}

.lp-prog .ttl-blk .ttl-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #FFD808;
    border-radius: 4px;
    transform: scale(0.85);
    opacity: 0;
    transition: transform .2s ease-out, opacity .2s ease-out
}

.lp-prog .ttl-blk .ttl-cta:hover {
    background: transparent;
    color: #FFD808
}

.lp-prog .ttl-blk .ttl-cta:hover::before {
    transform: scale(1);
    opacity: 1
}

.lp-prog .ttl-blk .ttl-cta:focus {
    outline: 2px solid #3ABBF3;
    outline-offset: 4px
}

.lp-prog .concave-div {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 0
}

.lp-prog .concave-div svg {
    display: block;
    width: 100%;
    height: 100%
}

.lp-prog .proc-blk {
    background: #0d1f0f;
    padding: 64px 0
}

.lp-prog .proc-blk .proc-head {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 64px
}

.lp-prog .proc-blk .proc-head .proc-intro {
    flex: 0 0 280px
}

.lp-prog .proc-blk .proc-head .proc-main {
    flex: 1
}

.lp-prog .proc-blk .shape-anchor {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFD808;
    border-radius: 4px;
    margin-bottom: 16px;
    transform: rotate(45deg)
}

.lp-prog .proc-blk .proc-h2 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #FFD808;
    margin-bottom: 16px
}

.lp-prog .proc-blk .proc-intro-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #8ab090
}

.lp-prog .proc-blk .proc-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #b8d4bc;
    margin-bottom: 16px
}

.lp-prog .proc-blk .proc-desc strong {
    color: #d8e8da
}

.lp-prog .proc-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative
}

.lp-prog .proc-steps::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right, #FFD808, #3ABBF3);
    z-index: 0
}

.lp-prog .step-card {
    background: #122614;
    border-radius: 4px;
    padding: 32px 16px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-top: 3px solid #FFD808;
    box-shadow: 0 4px 18px 1px #ffd8081a;
    transition: transform .25s ease-out, box-shadow .35s ease-out
}

.lp-prog .step-card:nth-child(2) {
    border-top-color: #3ABBF3
}

.lp-prog .step-card:nth-child(3) {
    border-top-color: #C00016
}

.lp-prog .step-card:nth-child(4) {
    border-top-color: #FFD808
}

.lp-prog .step-card:hover {
    transform: rotate(1deg);
    box-shadow: 0 10px 60px 1px #ffd8081a
}

.lp-prog .step-card .step-num {
    font-size: 42px;
    font-weight: 800;
    color: #ffd8081f;
    line-height: 1.15;
    margin-bottom: 8px
}

.lp-prog .step-card:nth-child(2) .step-num {
    color: #3abbf31f
}

.lp-prog .step-card:nth-child(3) .step-num {
    color: #c000162e
}

.lp-prog .step-card .step-title {
    font-size: 16px;
    font-weight: 700;
    color: #d8e8da;
    margin-bottom: 8px;
    line-height: 1.4
}

.lp-prog .step-card .step-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #8ab090
}

.lp-prog .concave-div--up svg {
    transform: scaleY(-1)
}

.lp-prog .detail-blk {
    background: #162e18;
    padding: 64px 0
}

.lp-prog .detail-blk .det-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.lp-prog .detail-blk .det-img-wrap {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 10px 60px 1px #3abbf31a
}

.lp-prog .detail-blk .det-img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 36px;
    filter: saturate(0.85);
    transition: filter .45s ease-out;
    clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%)
}

.lp-prog .detail-blk .det-img-wrap:hover img {
    filter: saturate(1) brightness(1.05)
}

.lp-prog .detail-blk .det-img-wrap .img-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #3abbf338, transparent);
    border-radius: 36px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease-out
}

.lp-prog .detail-blk .det-img-wrap:hover .img-tint {
    opacity: 1
}

.lp-prog .detail-blk .det-txt .shape-anchor {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #3ABBF3;
    border-radius: 4px;
    margin-bottom: 16px;
    transform: rotate(45deg)
}

.lp-prog .detail-blk .det-h2 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #3ABBF3;
    margin-bottom: 16px
}

.lp-prog .detail-blk .det-lead {
    font-size: 23px;
    line-height: 1.4;
    color: #d8e8da;
    margin-bottom: 16px
}

.lp-prog .detail-blk .det-body {
    font-size: 16px;
    line-height: 1.6;
    color: #9ac09e;
    margin-bottom: 16px
}

.lp-prog .detail-blk .icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
    position: relative
}

.lp-prog .detail-blk .icon-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #3abbf32e;
    pointer-events: none
}

.lp-prog .detail-blk .icon-grid::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #3abbf32e;
    pointer-events: none
}

.lp-prog .detail-blk .ig-item {
    text-align: center;
    padding: 16px 8px;
    border-radius: 4px;
    background: #162e1899;
    position: relative;
    z-index: 1;
    transition: background .2s ease-out
}

.lp-prog .detail-blk .ig-item:hover {
    background: #3abbf31a
}

.lp-prog .detail-blk .ig-item .ig-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-prog .detail-blk .ig-item .ig-icon svg {
    width: 28px;
    height: 28px
}

.lp-prog .detail-blk .ig-item .ig-lbl {
    font-size: 16px;
    line-height: 1.4;
    color: #9ac09e;
    display: block
}

.lp-prog .detail-blk .ig-item .ig-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #6a8a6e;
    display: block;
    margin-top: 4px
}

.lp-prog .det-cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap
}

.lp-prog .det-cta-row .btn-pri {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #0d1f0f;
    background: #3ABBF3;
    border: 2px solid #3ABBF3;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out, background .2s ease-out;
    cursor: pointer
}

.lp-prog .det-cta-row .btn-pri:hover {
    background: transparent;
    color: #3ABBF3
}

.lp-prog .det-cta-row .btn-pri:focus {
    outline: 2px solid #FFD808;
    outline-offset: 4px
}

.lp-prog .det-cta-row .btn-sec {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #3ABBF3;
    background: transparent;
    border: 2px solid #3abbf366;
    border-radius: 4px;
    text-decoration: none;
    transition: border-color .25s ease-out, color .25s ease-out
}

.lp-prog .det-cta-row .btn-sec:hover {
    border-color: #3ABBF3;
    color: #d8e8da
}

.lp-prog .det-cta-row .btn-sec:focus {
    outline: 2px solid #FFD808;
    outline-offset: 4px
}

@media (max-width: 1280px) {
    .lp-prog .proc-steps {
        grid-template-columns: repeat(2, 1fr)
    }

    .lp-prog .proc-steps::before {
        display: none
    }

    .lp-prog .detail-blk .det-grid {
        gap: 32px
    }
}

@media (max-width: 768px) {
    .lp-prog .ttl-blk .ttl-h1 {
        font-size: 42px
    }

    .lp-prog .ttl-blk .ttl-h1 .acc-letter {
        font-size: 42px
    }

    .lp-prog .ttl-blk .ttl-sub {
        font-size: 23px
    }

    .lp-prog .proc-blk .proc-head {
        flex-direction: column;
        gap: 16px
    }

    .lp-prog .proc-blk .proc-head .proc-intro {
        flex: none
    }

    .lp-prog .proc-steps {
        grid-template-columns: 1fr 1fr
    }

    .lp-prog .detail-blk .det-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lp-prog .detail-blk .det-img-wrap img {
        height: 320px
    }

    .lp-prog .detail-blk .icon-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 480px) {
    .lp-prog .pg-wrap {
        padding: 0 16px
    }

    .lp-prog .ttl-blk {
        padding: 64px 0
    }

    .lp-prog .ttl-blk .ttl-h1 {
        font-size: 30px
    }

    .lp-prog .ttl-blk .ttl-h1 .acc-letter {
        font-size: 30px
    }

    .lp-prog .proc-steps {
        grid-template-columns: 1fr
    }

    .lp-prog .detail-blk .icon-grid {
        grid-template-columns: 1fr 1fr
    }

    .lp-prog .det-cta-row {
        flex-direction: column
    }
}

.lnch {
    background: #0d1f12;
    color: #d8e8d0;
    overflow-x: hidden
}

.lnch .pg-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.lnch ::selection {
    background: #3ABBF3;
    color: #0d1f12
}

.lnch .geo-anchor {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFD808;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    margin-right: 8px;
    flex-shrink: 0
}

.lnch .ttl-blk {
    padding: 64px 0;
    position: relative
}

.lnch .ttl-blk__deco {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 320px;
    line-height: 1.15;
    color: transparent;
    -webkit-text-stroke: 1px #ffd80812;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    overflow: hidden;
    max-width: 50%
}

.lnch .ttl-blk__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1
}

.lnch .ttl-blk__text {
    flex: 1 1 0;
    min-width: 0
}

.lnch .ttl-blk__label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.lnch .ttl-blk__h1 {
    font-size: 72px;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 16px;
    font-weight: 800
}

.lnch .ttl-blk__h1 span {
    color: #3ABBF3
}

.lnch .ttl-blk__tag {
    font-size: 23px;
    line-height: 1.6;
    color: #b8cdb0;
    margin: 0 0 32px;
    max-width: 520px
}

.lnch .ttl-blk__links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.lnch .btn-pri {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.4;
    color: #0d1f12;
    background: #FFD808;
    border: 2px solid #FFD808;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease-out, color .2s ease-out, box-shadow .35s ease-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 18px 1px #ffd8081a
}

.lnch .btn-pri::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #FFD808;
    border-radius: 4px;
    transform: scale(0.85);
    opacity: 0;
    transition: transform .25s ease-out, opacity .25s ease-out
}

.lnch .btn-pri:hover {
    background: transparent;
    color: #FFD808;
    box-shadow: 0 10px 60px 1px #ffd8081a
}

.lnch .btn-pri:hover::before {
    transform: scale(1);
    opacity: 1
}

.lnch .btn-sec {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.4;
    color: #3ABBF3;
    background: transparent;
    border: 2px solid #3ABBF3;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s ease-out, color .25s ease-out;
    position: relative;
    overflow: hidden
}

.lnch .btn-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #3ABBF3;
    border-radius: 4px;
    transform: scale(0.8);
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.lnch .btn-sec:hover {
    background: #3abbf31a
}

.lnch .btn-sec:hover::before {
    transform: scale(1);
    opacity: 1
}

.lnch .ttl-blk__img-wrap {
    flex: 0 0 360px;
    width: 360px
}

.lnch .ttl-blk__img-wrap img {
    width: 360px;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    filter: grayscale(100%);
    transition: filter .45s ease-out;
    box-shadow: 0 10px 60px 1px #3abbf31a
}

.lnch .ttl-blk__img-wrap img:hover {
    filter: grayscale(0%)
}

@keyframes liftIn {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

.lnch .ttl-blk__h1 {
    animation: liftIn .55s ease-out both
}

.lnch .ttl-blk__tag {
    animation: liftIn .55s .15s ease-out both
}

.lnch .ttl-blk__links {
    animation: liftIn .45s .28s ease-out both
}

.lnch .div-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0 32px;
    max-width: 1500px;
    margin: 0 auto
}

.lnch .div-line__bar {
    flex: 1;
    height: 1px;
    background: #3abbf32e
}

.lnch .div-line__word {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .2em;
    color: #3abbf373;
    text-transform: uppercase;
    white-space: nowrap
}

.lnch .gap-sec {
    padding: 64px 0;
    background: linear-gradient(to bottom, #3abbf30f 0%, transparent 100%)
}

.lnch .gap-sec__row {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.lnch .gap-sec__col-a {
    flex: 0 0 260px
}

.lnch .gap-sec__col-b {
    flex: 1 1 0;
    min-width: 0
}

.lnch .gap-sec__eyebrow {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .16em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.lnch .gap-sec__h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 32px;
    font-weight: 700
}

.lnch .gap-sec__h2 .acc-letter {
    font-size: 56px;
    color: #C00016;
    line-height: 1
}

.lnch .gap-sec__intro {
    font-size: 23px;
    line-height: 1.6;
    color: #b8cdb0;
    margin: 0 0 32px
}

.lnch .gap-sec__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lnch .gap-sec__list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #c8ddc0
}

.lnch .gap-sec__num {
    font-size: 42px;
    line-height: 1.15;
    color: #ffd80821;
    font-weight: 900;
    flex-shrink: 0;
    width: 48px;
    text-align: right
}

.lnch .gap-sec__item-txt strong {
    color: #FFD808;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px
}

.lnch .gap-sec__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 36px;
    display: block;
    transition: filter .4s ease-out;
    box-shadow: 0 2px 3px 1px #ffd8080f
}

.lnch .gap-sec__img:hover {
    filter: saturate(0)
}

.lnch .env-sec {
    padding: 64px 0;
    background: #0a1a0f;
    position: relative
}

.lnch .env-sec__bg-pat {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.lnch .env-sec__bg-pat svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    height: 480px;
    opacity: .04
}

.lnch .env-sec__head {
    text-align: center;
    margin-bottom: 64px
}

.lnch .env-sec__eyebrow {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .16em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.lnch .env-sec__h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #3ABBF3;
    margin: 0 0 16px;
    font-weight: 700
}

.lnch .env-sec__sub {
    font-size: 23px;
    line-height: 1.6;
    color: #b8cdb0;
    max-width: 600px;
    margin: 0 auto
}

.lnch .env-sec__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.lnch .env-card {
    background: #112218;
    border-radius: 4px;
    padding: 32px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 18px 1px #3abbf31a;
    transition: box-shadow .35s ease-out, transform .3s ease-out
}

.lnch .env-card:hover {
    box-shadow: 0 10px 60px 1px #3abbf31a;
    transform: translateY(-4px)
}

.lnch .env-card__corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #3ABBF3;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: width .25s ease-out, height .25s ease-out
}

.lnch .env-card:hover .env-card__corner {
    width: 36px;
    height: 36px
}

.lnch .env-card__ico {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lnch .env-card__ico svg {
    width: 40px;
    height: 40px
}

.lnch .env-card__h4 {
    font-size: 23px;
    line-height: 1.4;
    color: #FFD808;
    margin: 0 0 16px;
    font-weight: 700
}

.lnch .env-card__p {
    font-size: 16px;
    line-height: 1.6;
    color: #a8bca0
}

.lnch .inv-sec {
    padding: 64px 0;
    background: linear-gradient(to right, #0d1f12, #0f2218)
}

.lnch .inv-sec__row {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.lnch .inv-sec__left {
    flex: 1 1 0;
    min-width: 0
}

.lnch .inv-sec__right {
    flex: 0 0 400px
}

.lnch .inv-sec__eyebrow {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .16em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.lnch .inv-sec__h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 32px;
    font-weight: 700
}

.lnch .inv-sec__h2 .acc-letter {
    font-size: 56px;
    color: #C00016;
    line-height: 1
}

.lnch .inv-sec__p {
    font-size: 16px;
    line-height: 1.6;
    color: #b8cdb0;
    margin: 0 0 32px
}

.lnch .inv-tiers {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lnch .inv-tier {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 4px;
    background: #112218;
    box-shadow: 0 2px 3px 1px #ffd8080f;
    transition: box-shadow .3s ease-out;
    position: relative;
    overflow: hidden
}

.lnch .inv-tier:hover {
    box-shadow: 0 4px 18px 1px #ffd8081a
}

.lnch .inv-tier__corner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #FFD808;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    transition: width .2s ease-out, height .2s ease-out
}

.lnch .inv-tier:hover .inv-tier__corner {
    width: 28px;
    height: 28px
}

.lnch .inv-tier__label {
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    color: #d8e8d0;
    font-weight: 600
}

.lnch .inv-tier__badge {
    font-size: 16px;
    line-height: 1.4;
    color: #FFD808;
    font-weight: 700;
    background: #ffd8081a;
    padding: 8px 16px;
    border-radius: 4px
}

.lnch .inv-donut-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.lnch .inv-donut {
    position: relative;
    width: 220px;
    height: 220px;
    flex-shrink: 0
}

.lnch .inv-donut svg {
    width: 220px;
    height: 220px;
    transform: rotate(-90deg)
}

.lnch .inv-donut__center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.lnch .inv-donut__num {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    font-weight: 800
}

.lnch .inv-donut__sub {
    font-size: 16px;
    line-height: 1.4;
    color: #a8bca0
}

.lnch .inv-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.lnch .inv-legend__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #b8cdb0
}

.lnch .inv-legend__dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    flex-shrink: 0
}

.lnch .ppl-sec {
    padding: 64px 0;
    background: #091510
}

.lnch .ppl-sec__head {
    margin-bottom: 64px
}

.lnch .ppl-sec__eyebrow {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .16em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.lnch .ppl-sec__h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 16px;
    font-weight: 700
}

.lnch .ppl-sec__h2 .acc-letter {
    font-size: 56px;
    color: #C00016;
    line-height: 1
}

.lnch .ppl-sec__intro {
    font-size: 23px;
    line-height: 1.6;
    color: #b8cdb0;
    max-width: 680px
}

.lnch .ppl-sec__layout {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.lnch .ppl-sec__img-col {
    flex: 0 0 340px
}

.lnch .ppl-sec__img {
    width: 340px;
    height: 420px;
    object-fit: cover;
    border-radius: 36px;
    display: block;
    transition: filter .4s ease-out;
    box-shadow: 0 10px 60px 1px #3abbf31a
}

.lnch .ppl-sec__img:hover {
    filter: saturate(0)
}

.lnch .ppl-sec__profiles {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lnch .ppl-prof {
    padding: 32px;
    background: #112218;
    border-radius: 4px;
    box-shadow: 0 2px 3px 1px #3abbf30f;
    position: relative;
    transition: box-shadow .35s ease-out
}

.lnch .ppl-prof:hover {
    box-shadow: 0 4px 18px 1px #3abbf31a
}

.lnch .ppl-prof__corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #C00016;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transition: width .2s ease-out, height .2s ease-out
}

.lnch .ppl-prof:hover .ppl-prof__corner {
    width: 32px;
    height: 32px
}

.lnch .ppl-prof__name {
    font-size: 23px;
    line-height: 1.4;
    color: #FFD808;
    font-weight: 700;
    margin: 0 0 8px
}

.lnch .ppl-prof__role {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin: 0 0 16px
}

.lnch .ppl-prof__bio {
    font-size: 16px;
    line-height: 1.6;
    color: #a8bca0;
    margin: 0
}

.lnch .rep-sec {
    padding: 64px 0;
    background: linear-gradient(to right, #0f2218, #0d1f12);
    position: relative
}

.lnch .rep-sec__head {
    text-align: center;
    margin-bottom: 64px
}

.lnch .rep-sec__eyebrow {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .16em;
    color: #3ABBF3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.lnch .rep-sec__h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #3ABBF3;
    margin: 0 0 16px;
    font-weight: 700
}

.lnch .rep-sec__sub {
    font-size: 23px;
    line-height: 1.6;
    color: #b8cdb0;
    max-width: 560px;
    margin: 0 auto
}

.lnch .rep-sec__img-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 64px;
    align-items: stretch
}

.lnch .rep-sec__img-wrap {
    flex: 1 1 0;
    border-radius: 4px;
    overflow: hidden
}

.lnch .rep-sec__img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: filter .4s ease-out
}

.lnch .rep-sec__img-wrap img:hover {
    filter: saturate(0)
}

.lnch .rep-sec__refs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.lnch .rep-ref {
    padding: 32px;
    background: #0a1a0f;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 2px 3px 1px #ffd8080f;
    position: relative;
    transition: box-shadow .3s ease-out, transform .25s ease-out
}

.lnch .rep-ref:hover {
    box-shadow: 0 10px 60px 1px #ffd8081a;
    transform: translateY(-3px)
}

.lnch .rep-ref__corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #FFD808;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: width .2s ease-out, height .2s ease-out
}

.lnch .rep-ref:hover .rep-ref__corner {
    width: 28px;
    height: 28px
}

.lnch .rep-ref__ico {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lnch .rep-ref__h5 {
    font-size: 23px;
    line-height: 1.4;
    color: #FFD808;
    margin: 0 0 16px;
    font-weight: 700
}

.lnch .rep-ref__p {
    font-size: 16px;
    line-height: 1.6;
    color: #a8bca0
}

@media (max-width: 1280px) {
    .lnch .ttl-blk__h1 {
        font-size: 56px
    }

    .lnch .ttl-blk__img-wrap {
        flex: 0 0 280px;
        width: 280px
    }

    .lnch .ttl-blk__img-wrap img {
        width: 280px;
        height: 200px
    }

    .lnch .env-sec__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lnch .rep-sec__refs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .lnch .pg-wrap {
        padding: 0 16px
    }

    .lnch .ttl-blk__row {
        flex-direction: column;
        gap: 32px
    }

    .lnch .ttl-blk__h1 {
        font-size: 42px
    }

    .lnch .ttl-blk__img-wrap {
        flex: none;
        width: 100%
    }

    .lnch .ttl-blk__img-wrap img {
        width: 100%;
        height: 200px
    }

    .lnch .gap-sec__row {
        flex-direction: column;
        gap: 32px
    }

    .lnch .gap-sec__col-a {
        flex: none;
        width: 100%
    }

    .lnch .env-sec__grid {
        grid-template-columns: 1fr
    }

    .lnch .inv-sec__row {
        flex-direction: column;
        gap: 32px
    }

    .lnch .inv-sec__right {
        flex: none;
        width: 100%
    }

    .lnch .ppl-sec__layout {
        flex-direction: column;
        gap: 32px
    }

    .lnch .ppl-sec__img-col {
        flex: none;
        width: 100%
    }

    .lnch .ppl-sec__img {
        width: 100%;
        height: 280px
    }

    .lnch .rep-sec__img-row {
        flex-direction: column
    }

    .lnch .rep-sec__refs {
        grid-template-columns: 1fr
    }

    .lnch .gap-sec__h2,
    .lnch .inv-sec__h2,
    .lnch .ppl-sec__h2 {
        font-size: 30px
    }

    .lnch .env-sec__h2,
    .lnch .rep-sec__h2 {
        font-size: 30px
    }
}

@media (max-width: 480px) {
    .lnch .ttl-blk {
        padding: 32px 0
    }

    .lnch .ttl-blk__h1 {
        font-size: 30px
    }

    .lnch .ttl-blk__tag {
        font-size: 16px
    }

    .lnch .gap-sec,
    .lnch .env-sec,
    .lnch .inv-sec,
    .lnch .ppl-sec,
    .lnch .rep-sec {
        padding: 32px 0
    }

    .lnch .ttl-blk__links {
        flex-direction: column
    }
}

.suc {
    min-height: 100vh;
    background: #0d1f0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px
}

.suc__card {
    max-width: 600px;
    width: 100%;
    background: #112214;
    border-radius: 36px;
    padding: 64px;
    box-shadow: 0 10px 60px 1px #ffd8081a;
    text-align: center
}

.suc__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 32px;
    display: block
}

.suc__hdg {
    font-size: 42px;
    line-height: 1.15;
    color: #FFD808;
    margin: 0 0 16px;
    font-weight: 700;
    letter-spacing: -.5px
}

.suc__hdg::first-letter {
    color: #3ABBF3
}

.suc__sub {
    font-size: 23px;
    line-height: 1.4;
    color: #c8deca;
    margin: 0 0 32px;
    font-weight: 400
}

.suc__txt {
    font-size: 16px;
    line-height: 1.6;
    color: #8aab8e;
    margin: 0 0 32px
}

.suc__divider {
    width: 64px;
    height: 2px;
    background: linear-gradient(to right, #FFD808, #3ABBF3);
    border-radius: 4px;
    margin: 0 auto 32px
}

.suc__meta {
    font-size: 16px;
    line-height: 1.6;
    color: #5a7a5e;
    margin: 0 0 32px
}

.suc__meta span {
    color: #3ABBF3
}

.suc__btn {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.4;
    color: #0d1f0f;
    background: #FFD808;
    border: 2px solid #FFD808;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .04em;
    transition: color .25s ease-out, background .25s ease-out, box-shadow .35s ease-out;
    box-shadow: 0 4px 18px 1px #ffd8081a;
    position: relative;
    overflow: hidden
}

.suc__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 2px solid #3ABBF3;
    opacity: 0;
    transition: opacity .2s ease-out;
    pointer-events: none
}

.suc__btn:hover {
    background: transparent;
    color: #FFD808;
    box-shadow: 0 10px 60px 1px #ffd8081a
}

.suc__btn:hover::before {
    opacity: 1
}

.suc__btn:focus {
    outline: 2px solid #3ABBF3;
    outline-offset: 4px
}

.suc__shape {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FFD808;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    opacity: .7
}

@media (max-width: 768px) {
    .suc__card {
        padding: 32px
    }

    .suc__hdg {
        font-size: 30px
    }

    .suc__sub {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .suc {
        padding: 32px 16px
    }

    .suc__card {
        padding: 32px 16px;
        border-radius: 36px
    }
}