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

html {
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b;
    background: #fff;
    overflow-x: hidden
}

body {
    margin: 0
}

.hd {
    position: relative;
    background: linear-gradient(135deg, #fff 0%, #F6F9DD 55%, #f0f4c8 100%);
    border-bottom: 2px solid #BD5BC2;
    overflow: hidden
}

.hd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BD5BC2 0%, #017358 50%, #BD5BC2 100%);
    pointer-events: none
}

.hd-upper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 28px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.hd-brand {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.hd-name {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #1b1b1b;
    text-decoration: none;
    display: block;
    transition: color .2s ease-out
}

.hd-name:hover {
    color: #BD5BC2
}

.hd-tagline {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #017358;
    font-weight: 400;
    text-transform: uppercase
}

.hd-logobox {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #BD5BC2;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 3px -2px #bd5bc214 0 5px 18px -2px #bd5bc214;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

.hd-logobox img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block
}

.hd-lower {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px 28px
}

.hd-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center
}

.hd-nav a {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .06em;
    font-weight: 700;
    text-decoration: none;
    color: #1b1b1b;
    padding: 8px 16px;
    border-radius: 22px;
    border: 1px solid transparent;
    background: transparent;
    transition: background .18s ease-out, color .18s ease-out, border-color .22s ease-out;
    display: inline-block;
    white-space: nowrap;
    position: relative
}

.hd-nav a:hover {
    background: #BD5BC2;
    color: #fff;
    border-color: #BD5BC2
}

.hd-nav a:focus {
    outline: none
}

.hd-nav a:focus::before {
    content: 'focus';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 10px;
    letter-spacing: .08em;
    color: #017358;
    font-weight: 700;
    text-transform: uppercase;
    pointer-events: none
}

.hd-nav a[aria-current="page"] {
    background: #F6F9DD;
    border-color: #017358;
    color: #017358
}

.hd-divider {
    width: 1px;
    height: 16px;
    background: #BD5BC2;
    opacity: .3;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px
}

@media (max-width: 640px) {
    .hd-upper {
        padding: 16px 16px 8px;
        flex-wrap: wrap;
        gap: 8px
    }

    .hd-name {
        font-size: 25px
    }

    .hd-lower {
        padding: 0 16px 16px
    }

    .hd-nav {
        gap: 4px
    }

    .hd-nav a {
        font-size: 13px;
        padding: 8px 12px
    }

    .hd-divider {
        display: none
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .hd-upper {
        padding: 28px 28px 16px
    }

    .hd-name {
        font-size: 46px
    }
}

.ft {
    background: linear-gradient(160deg, #1b1b1b 0%, #2a1e2b 100%);
    border-top: 3px solid #BD5BC2;
    color: #F6F9DD;
    position: relative
}

.ft-upper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 28px 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: space-between;
    align-items: flex-start
}

.ft-id {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 220px
}

.ft-logorow {
    display: flex;
    align-items: center;
    gap: 16px
}

.ft-logobox {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 2px solid #BD5BC2;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 3px -2px #bd5bc214 0 5px 18px -2px #bd5bc214;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

.ft-logobox img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block
}

.ft-brand-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ft-bname {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.2px
}

.ft-byear {
    font-size: 13px;
    line-height: 1.4;
    color: #BD5BC2;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400
}

.ft-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #c8d4b0;
    max-width: 320px
}

.ft-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 200px
}

.ft-contact-label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BD5BC2;
    font-weight: 700;
    margin-bottom: 4px
}

.ft-citem {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.7;
    color: #c8d4b0
}

.ft-citem i {
    font-size: 16px;
    color: #017358;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform .2s ease-out
}

.ft-citem:hover i {
    transform: translateY(-2px)
}

.ft-citem a {
    color: #c8d4b0;
    text-decoration: none;
    transition: color .25s ease-out
}

.ft-citem a:hover {
    color: #BD5BC2
}

.ft-citem a:focus {
    outline: none;
    position: relative
}

.ft-citem a:focus::before {
    content: 'focus';
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 10px;
    letter-spacing: .08em;
    color: #BD5BC2;
    font-weight: 700;
    text-transform: uppercase;
    pointer-events: none
}

.ft-lower {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 28px 28px;
    border-top: 1px solid #bd5bc233;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between
}

.ft-copy {
    font-size: 13px;
    line-height: 1.4;
    color: #7a8a6a
}

.ft-legalnav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center
}

.ft-legalnav a {
    font-size: 13px;
    line-height: 1.4;
    color: #7a8a6a;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 1px;
    transition: color .2s ease-out, background .28s ease-out;
    position: relative
}

.ft-legalnav a:hover {
    color: #F6F9DD;
    background: #bd5bc226
}

.ft-legalnav a:focus {
    outline: none
}

.ft-legalnav a:focus::before {
    content: 'focus';
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 10px;
    letter-spacing: .08em;
    color: #BD5BC2;
    font-weight: 700;
    text-transform: uppercase;
    pointer-events: none
}

.ft-lsep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #bd5bc266;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 640px) {
    .ft-upper {
        padding: 28px 16px 16px;
        flex-direction: column;
        gap: 28px
    }

    .ft-lower {
        padding: 16px 16px 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .ft-desc {
        max-width: 100%
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .ft-upper {
        padding: 56px 28px 28px;
        gap: 28px
    }
}

.ck-wrap {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 8000;
    width: 280px;
    display: none
}

.ck-box {
    background: #fff;
    border: 1px solid #BD5BC2;
    border-radius: 4px;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    transition: opacity .26s ease-out
}

.ck-box.vis {
    opacity: 1
}

.ck-icon-row {
    display: flex;
    align-items: center;
    justify-content: center
}

.ck-icon-row i {
    font-size: 25px;
    color: #BD5BC2
}

.ck-txt {
    font-size: 13px;
    line-height: 1.7;
    color: #1b1b1b;
    text-align: center
}

.ck-btns {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ck-accept {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 22px;
    border: 2px solid #BD5BC2;
    background: transparent;
    color: #BD5BC2;
    cursor: pointer;
    transition: background .2s ease-out, color .2s ease-out;
    min-height: 44px
}

.ck-accept:hover {
    background: #BD5BC2;
    color: #fff
}

.ck-accept:focus {
    outline: 2px solid #017358;
    outline-offset: 2px
}

.ck-decline {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 22px;
    border: 2px solid #017358;
    background: transparent;
    color: #017358;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out;
    min-height: 44px
}

.ck-decline:hover {
    background: #017358;
    color: #fff
}

.ck-decline:focus {
    outline: 2px solid #BD5BC2;
    outline-offset: 2px
}

.ck-pref-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 7999;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #BD5BC2;
    background: #fff;
    box-shadow: 0 5px 18px -2px #bd5bc214;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease-out, transform .18s ease-out
}

.ck-pref-btn:hover {
    background: #BD5BC2;
    transform: rotate(15deg)
}

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

.ck-pref-btn i {
    font-size: 19px;
    color: #BD5BC2;
    transition: color .2s ease-out
}

.ck-pref-btn:focus {
    outline: 2px solid #017358;
    outline-offset: 2px
}

@media (max-width: 640px) {
    .ck-wrap {
        bottom: 16px;
        right: 16px;
        left: 16px;
        width: auto
    }

    .ck-pref-btn {
        bottom: 16px;
        right: 16px
    }
}

.policy-view {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 28px;
    color: #2a2a2e;
    line-height: 1.7
}

.policy-view h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b20;
    margin-bottom: 28px;
    margin-top: 0;
    letter-spacing: -.5px
}

.policy-view h2 {
    font-size: 25px;
    line-height: 1.4;
    color: #1b1b20;
    margin-top: 56px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F6F9DD
}

.policy-view h3 {
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b20;
    margin-top: 28px;
    margin-bottom: 8px
}

.policy-view h4 {
    font-size: 19px;
    line-height: 1.4;
    color: #2e2e35;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 8px
}

.policy-view h5 {
    font-size: 13px;
    line-height: 1.4;
    color: #2e2e35;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 8px
}

.policy-view h6 {
    font-size: 13px;
    line-height: 1.4;
    color: #017358;
    font-weight: 600;
    letter-spacing: .06em;
    margin-top: 16px;
    margin-bottom: 4px
}

.policy-view p {
    font-size: 19px;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    color: #2a2a2e
}

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

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

.policy-view a {
    color: #BD5BC2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s ease-out, text-decoration-color .25s ease-out
}

.policy-view a:hover {
    color: #017358;
    text-decoration-color: #017358
}

.policy-view a:visited {
    color: #8a3d8e
}

.policy-view hr {
    border: none;
    border-top: 1px solid #e8ecd0;
    margin: 56px 0;
    height: 0
}

.policy-view ul,
.policy-view ol {
    font-size: 19px;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 28px;
    color: #2a2a2e
}

.policy-view li {
    margin-bottom: 8px
}

.policy-view ul li::marker {
    color: #BD5BC2
}

.policy-view ol li::marker {
    color: #017358;
    font-weight: 600
}

.policy-view div {
    box-sizing: border-box
}

.policy-view div.notice,
.policy-view div[class*="note"],
.policy-view div[class*="warn"],
.policy-view div[class*="info"] {
    background: #F6F9DD;
    border-radius: 4px;
    padding: 16px 28px;
    margin: 28px 0;
    font-size: 19px;
    line-height: 1.7;
    box-shadow: 0 2px 3px -2px #bd5bc214
}

.policy-view div.highlight {
    background: linear-gradient(135deg, #f9f5fa 0%, #F6F9DD 100%);
    border-radius: 4px;
    padding: 28px;
    margin: 28px 0;
    box-shadow: 0 5px 18px -2px #bd5bc214
}

.policy-view table {
    width: 100%;
    border-collapse: collapse;
    font-size: 19px;
    line-height: 1.4;
    margin: 28px 0;
    box-shadow: 0 2px 3px -2px #01735814;
    border-radius: 4px;
    overflow: hidden
}

.policy-view th {
    background: #F6F9DD;
    color: #1b1b20;
    font-weight: 700;
    padding: 16px;
    text-align: left
}

.policy-view td {
    padding: 16px;
    border-bottom: 1px solid #edf0d8;
    vertical-align: top
}

.policy-view tr:last-child td {
    border-bottom: none
}

.policy-view blockquote {
    margin: 28px 0;
    padding: 16px 28px;
    background: #f5f0f6;
    border-radius: 4px;
    font-size: 19px;
    line-height: 1.7;
    color: #3a3a42;
    font-style: italic;
    box-shadow: inset 0 2px 8px -2px #bd5bc214
}

.policy-view code {
    font-size: 13px;
    background: #F6F9DD;
    padding: 2px 8px;
    border-radius: 4px;
    color: #017358;
    letter-spacing: .03em
}

.policy-view pre {
    background: #F6F9DD;
    border-radius: 4px;
    padding: 16px 28px;
    overflow-x: auto;
    margin: 28px 0;
    box-shadow: inset 0 2px 8px -2px #01735814
}

.policy-view pre code {
    background: none;
    padding: 0;
    font-size: 13px;
    line-height: 1.7
}

@media (max-width: 1024px) {
    .policy-view {
        padding: 56px 28px
    }

    .policy-view h1 {
        font-size: 46px
    }
}

@media (max-width: 640px) {
    .policy-view {
        padding: 28px 16px
    }

    .policy-view h1 {
        font-size: 25px;
        line-height: 1.4
    }

    .policy-view h2 {
        font-size: 19px;
        margin-top: 28px
    }

    .policy-view h3 {
        font-size: 19px
    }

    .policy-view p,
    .policy-view ul,
    .policy-view ol {
        font-size: 13px
    }

    .policy-view blockquote {
        font-size: 13px;
        padding: 16px
    }

    .policy-view table {
        font-size: 13px
    }

    .policy-view th,
    .policy-view td {
        padding: 8px
    }

    .policy-view div.notice,
    .policy-view div[class*="note"],
    .policy-view div[class*="warn"],
    .policy-view div[class*="info"] {
        font-size: 13px;
        padding: 16px
    }

    .policy-view hr {
        margin: 28px 0
    }
}

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

.ent .col {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.ent .col-narrow {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.ent .ttl {
    position: relative;
    padding-top: 56px;
    padding-bottom: 112px;
    background: linear-gradient(138deg, #F6F9DD 0%, #F6F9DD 42%, #e8d8ea 42%, #d9aade 100%)
}

.ent .ttl-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.ent .ttl-shapes .shp-a {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 2px solid #bd5bc21f;
    top: -80px;
    right: 15%
}

.ent .ttl-shapes .shp-b {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #0173581a;
    bottom: 28px;
    left: 8%
}

.ent .ttl-shapes .shp-c {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 2px solid #bd5bc22e;
    border-radius: 22px;
    top: 56px;
    left: 22%;
    transform: rotate(18deg)
}

.ent .ttl-inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 56px
}

.ent .ttl-text {
    flex: 1 1 0;
    min-width: 0
}

.ent .ttl-eyebrow {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #017358;
    background: #01735817;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 16px
}

.ent .ttl-h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #1b1b1b;
    margin-bottom: 16px;
    position: relative;
    display: inline-block
}

.ent .ttl-h1 .acc {
    color: #BD5BC2
}

.ent .ttl-h1::after {
    content: '';
    display: block;
    height: 3px;
    background: #BD5BC2;
    border-radius: 1px;
    width: 0;
    margin-top: 8px;
    animation: und-draw .45s ease-out .3s forwards
}

@keyframes und-draw {
    to {
        width: 100%
    }
}

.ent .ttl-img-wrap {
    flex: 0 0 340px;
    width: 340px
}

.ent .ttl-img-frame {
    width: 340px;
    height: 420px;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    border: 4px solid #fff;
    position: relative
}

.ent .ttl-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.15) contrast(1.05);
    transition: filter .25s ease-out
}

.ent .ttl-img-frame img:hover {
    filter: saturate(0) contrast(1.05)
}

.ent .recog {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #fff;
    position: relative
}

.ent .recog::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #BD5BC2, transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.ent .recog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.ent .recog-img-side {
    position: relative
}

.ent .recog-img-frame {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 18px -2px #bd5bc214;
    border: 3px solid #F6F9DD
}

.ent .recog-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .35s ease-out
}

.ent .recog-img-frame img:hover {
    filter: saturate(0)
}

.ent .recog-deco {
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
    border: 2px dashed #bd5bc24d;
    border-radius: 4px;
    pointer-events: none
}

.ent .recog-text h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    margin-bottom: 16px;
    position: relative;
    display: inline-block
}

.ent .recog-text h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #017358;
    border-radius: 1px;
    width: 0;
    margin-top: 8px;
    animation: und-draw .4s ease-out .5s forwards
}

.ent .recog-text h2 .acc {
    color: #BD5BC2
}

.ent .recog-text p {
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 16px
}

.ent .recog-text p:first-of-type {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 16px
}

.ent .recog-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .08em;
    color: #017358;
    border: 1px solid #01735840;
    border-radius: 4px;
    padding: 4px 16px
}

.ent .hesit {
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
    overflow: hidden
}

.ent .hesit-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(138deg, #017358 0%, #017358 50%, #015a45 100%);
    z-index: 0
}

.ent .hesit-dashed {
    position: absolute;
    top: 28px;
    right: 56px;
    width: 200px;
    height: 200px;
    border: 2px dashed #f6f9dd33;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1
}

.ent .hesit-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.ent .hesit-inner h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #F6F9DD;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: inline-block
}

.ent .hesit-inner h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #BD5BC2;
    border-radius: 1px;
    width: 0;
    margin-top: 8px;
    animation: und-draw .42s ease-out .4s forwards
}

.ent .hesit-head {
    text-align: center;
    margin-bottom: 56px
}

.ent .hesit-lead {
    font-size: 19px;
    line-height: 1.4;
    color: #f6f9ddd9;
    text-align: center;
    margin-top: 16px
}

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

.ent .hesit-card {
    background: #f6f9dd12;
    border: 1px solid #f6f9dd26;
    border-radius: 4px;
    padding: 28px;
    box-shadow: inset 0 2px 8px #01735826;
    transition: transform .2s ease-out, background .25s ease-out
}

.ent .hesit-card:hover {
    transform: translateY(-4px);
    background: #f6f9dd1f
}

.ent .hesit-card-ico {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bd5bc233;
    border-radius: 4px;
    margin-bottom: 16px
}

.ent .hesit-card-ico i {
    font-size: 22px;
    color: #BD5BC2;
    transition: transform .2s ease-out
}

.ent .hesit-card:hover .hesit-card-ico i {
    transform: rotate(12deg)
}

.ent .hesit-card h4 {
    font-size: 19px;
    line-height: 1.4;
    color: #F6F9DD;
    margin-bottom: 8px
}

.ent .hesit-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #f6f9ddbf
}

.ent .testim {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #F6F9DD;
    position: relative
}

.ent .testim::after {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, transparent, #017358);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.ent .testim-head {
    text-align: center;
    margin-bottom: 56px
}

.ent .testim-head h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    margin-bottom: 8px;
    position: relative;
    display: inline-block
}

.ent .testim-head h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #BD5BC2;
    border-radius: 1px;
    width: 0;
    margin-top: 8px;
    animation: und-draw .38s ease-out .45s forwards
}

.ent .testim-head h2 .acc {
    color: #017358
}

.ent .testim-sub {
    font-size: 19px;
    line-height: 1.4;
    color: #444;
    margin-top: 16px
}

.ent .testim-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: start
}

.ent .testim-portrait {
    position: relative
}

.ent .testim-port-frame {
    width: 100%;
    aspect-ratio: 5/7;
    border-radius: 1px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.ent .testim-port-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .3s ease-out
}

.ent .testim-port-frame img:hover {
    filter: saturate(0)
}

.ent .testim-port-label {
    margin-top: 16px;
    text-align: center
}

.ent .testim-port-label strong {
    display: block;
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b
}

.ent .testim-port-label span {
    font-size: 13px;
    line-height: 1.4;
    color: #017358;
    letter-spacing: .06em
}

.ent .testim-quotes {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.ent .testim-q {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: inset 0 2px 6px #bd5bc20f 0 2px 3px -2px #bd5bc214;
    position: relative
}

.ent .testim-q-mark {
    font-size: 46px;
    line-height: 1;
    color: #bd5bc233;
    position: absolute;
    top: 8px;
    left: 16px;
    pointer-events: none
}

.ent .testim-q p {
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a2a;
    padding-left: 28px;
    margin-bottom: 16px
}

.ent .testim-q-attr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-left: 28px
}

.ent .testim-q-attr strong {
    font-size: 13px;
    line-height: 1.4;
    color: #1b1b1b
}

.ent .testim-q-attr span {
    font-size: 13px;
    line-height: 1.4;
    color: #888
}

.ent .testim-q-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #BD5BC2;
    flex-shrink: 0
}

.ent .scale {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #fff;
    position: relative
}

.ent .scale-inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.ent .scale-head {
    text-align: center;
    margin-bottom: 56px
}

.ent .scale-head h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    position: relative;
    display: inline-block
}

.ent .scale-head h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #017358;
    border-radius: 1px;
    width: 0;
    margin-top: 8px;
    animation: und-draw .43s ease-out .35s forwards
}

.ent .scale-head h2 .acc {
    color: #BD5BC2
}

.ent .scale-head p {
    font-size: 19px;
    line-height: 1.4;
    color: #444;
    margin-top: 16px
}

.ent .scale-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.ent .scale-nums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.ent .scale-num-item {
    border-radius: 4px;
    background: #F6F9DD;
    padding: 28px 16px;
    text-align: center;
    box-shadow: inset 0 2px 6px #01735812;
    transition: transform .22s ease-out, box-shadow .28s ease-out
}

.ent .scale-num-item:hover {
    transform: scale(1.04);
    box-shadow: 0 5px 18px -2px #bd5bc214
}

.ent .scale-num-item.big {
    grid-column: 1 / -1;
    background: linear-gradient(138deg, #bd5bc214, #01735814)
}

.ent .scale-big-num {
    font-size: 62px;
    line-height: 1.1;
    color: #BD5BC2;
    font-weight: 700;
    display: inline-flex;
    align-items: flex-start;
    gap: 4px
}

.ent .scale-big-num sup {
    font-size: 25px;
    line-height: 1.4;
    color: #017358;
    margin-top: 8px
}

.ent .scale-num-label {
    font-size: 13px;
    line-height: 1.4;
    color: #444;
    letter-spacing: .06em;
    margin-top: 8px;
    text-transform: uppercase
}

.ent .scale-num-val {
    font-size: 46px;
    line-height: 1.1;
    color: #017358;
    font-weight: 700
}

.ent .scale-num-val sup {
    font-size: 19px;
    color: #BD5BC2;
    vertical-align: super
}

.ent .scale-chart-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.ent .scale-chart-wrap h4 {
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b;
    text-align: center
}

.ent .radar-svg {
    width: 300px;
    height: 300px
}

.ent .scale-chart-key {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.ent .scale-key-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #444
}

.ent .scale-key-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0
}

.ent .strip {
    padding-top: 28px;
    padding-bottom: 28px;
    background: #fff
}

.ent .strip-row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.ent .strip-img-frame {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 3px -2px #bd5bc214;
    border: 3px solid #F6F9DD;
    aspect-ratio: 4/3
}

.ent .strip-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .28s ease-out
}

.ent .strip-img-frame img:hover {
    filter: saturate(0)
}

@media (max-width: 1024px) {
    .ent .ttl-h1 {
        font-size: 46px
    }

    .ent .ttl-img-wrap {
        flex: 0 0 260px;
        width: 260px
    }

    .ent .ttl-img-frame {
        width: 260px;
        height: 320px
    }

    .ent .recog-grid {
        gap: 28px
    }

    .ent .hesit-cards {
        grid-template-columns: 1fr 1fr
    }

    .ent .testim-layout {
        grid-template-columns: 1fr 1fr
    }

    .ent .scale-body {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ent .radar-svg {
        width: 240px;
        height: 240px
    }
}

@media (max-width: 640px) {
    .ent .ttl-inner {
        flex-direction: column;
        gap: 28px
    }

    .ent .ttl-img-wrap {
        flex: none;
        width: 100%
    }

    .ent .ttl-img-frame {
        width: 100%;
        height: 280px
    }

    .ent .ttl-h1 {
        font-size: 46px
    }

    .ent .recog-grid {
        grid-template-columns: 1fr
    }

    .ent .recog-deco {
        display: none
    }

    .ent .hesit-cards {
        grid-template-columns: 1fr
    }

    .ent .testim-layout {
        grid-template-columns: 1fr
    }

    .ent .testim-port-frame {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }

    .ent .scale-nums {
        grid-template-columns: 1fr
    }

    .ent .scale-num-item.big {
        grid-column: 1
    }

    .ent .strip-row {
        grid-template-columns: 1fr
    }

    .ent .scale-body {
        grid-template-columns: 1fr
    }

    .ent .recog-text h2,
    .ent .hesit-inner h2,
    .ent .testim-head h2,
    .ent .scale-head h2 {
        font-size: 25px
    }
}

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

.spk ::selection {
    background: #017358;
    color: #F6F9DD;
    font-weight: 700
}

.spk .grad-div {
    height: 2px;
    background: linear-gradient(90deg, transparent, #BD5BC2 35%, #017358 65%, transparent);
    border: none;
    margin: 0
}

.spk .grad-div-alt {
    height: 2px;
    background: linear-gradient(90deg, transparent, #017358 40%, #BD5BC2 60%, transparent);
    border: none;
    margin: 0
}

.spk .spk-wr {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.spk .aurora-bg {
    position: relative;
    background: #fff;
    overflow: hidden
}

.spk .aurora-bg::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 70%;
    height: 180%;
    background: radial-gradient(circle, #bd5bc20f 0%, transparent 65%);
    animation: auroraA 14s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0
}

.spk .aurora-bg::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -15%;
    width: 60%;
    height: 160%;
    background: radial-gradient(circle, #0173580d 0%, transparent 60%);
    animation: auroraB 18s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0
}

@keyframes auroraA {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(8%, 5%) scale(1.08)
    }
}

@keyframes auroraB {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(-6%, 8%) scale(1.06)
    }
}

.spk .rel-z {
    position: relative;
    z-index: 1
}

.spk .title-blk {
    padding: 56px 0 28px;
    background: #fff
}

.spk .title-blk .spk-wr {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 28px;
    align-items: start
}

.spk .title-blk .txt-col {
    padding-top: 56px;
    position: relative;
    z-index: 1
}

.spk .title-blk .lbl {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    color: #017358;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 4px 8px;
    background: #01735812;
    border-radius: 4px
}

.spk .title-blk .main-h {
    font-size: 62px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 16px;
    position: relative
}

.spk .title-blk .main-h .acc {
    color: #BD5BC2
}

.spk .title-blk .main-h::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #BD5BC2, #017358);
    border-radius: 1px;
    margin-top: 8px;
    animation: underlineIn .45s ease-out .2s forwards
}

@keyframes underlineIn {
    to {
        width: 72%
    }
}

.spk .title-blk .desc {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0;
    max-width: 420px
}

.spk .title-blk .img-col {
    position: relative
}

.spk .title-blk .bg-num {
    position: absolute;
    top: -28px;
    right: 8px;
    font-size: 200px;
    font-weight: 900;
    color: #bd5bc20f;
    line-height: 1.1;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.spk .title-blk .img-wrap {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    aspect-ratio: 4/5
}

.spk .title-blk .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.3) sepia(0.2) hue-rotate(0deg);
    transition: filter .38s ease-out
}

.spk .title-blk .img-wrap:hover img {
    filter: saturate(1) sepia(0) hue-rotate(0deg)
}

.spk .title-blk .img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #bd5bc238 0%, #0173582e 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 22px;
    transition: opacity .38s ease-out
}

.spk .title-blk .img-wrap:hover::before {
    opacity: 0
}

.spk .title-blk .diag-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    border-radius: 22px
}

.spk .title-blk .diag-line::after {
    content: '';
    position: absolute;
    top: -10%;
    left: 30%;
    width: 1px;
    height: 130%;
    background: #f6f9dd59;
    transform: rotate(20deg);
    transform-origin: top center
}

.spk .talks {
    padding: 56px 0;
    background: #F6F9DD;
    position: relative
}

.spk .talks .sec-head {
    margin-bottom: 28px
}

.spk .talks .sec-h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 8px;
    text-align: center;
    position: relative;
    display: inline-block
}

.spk .talks .sec-h2::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #BD5BC2, #017358);
    border-radius: 1px;
    margin-top: 4px;
    animation: underlineIn .42s ease-out .15s forwards
}

.spk .talks .sec-head {
    text-align: center
}

.spk .talks .sub {
    font-size: 19px;
    line-height: 1.4;
    color: #3a3a3a;
    margin: 8px 0 0;
    text-align: center
}

.spk .talks .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px
}

.spk .talks .talk-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 2px 3px -2px #bd5bc214 0 5px 18px -2px #bd5bc214;
    box-shadow: inset 0 2px 6px #bd5bc20d 0 5px 18px -2px #bd5bc214;
    position: relative;
    transition: box-shadow .22s ease-out, transform .22s ease-out
}

.spk .talks .talk-card:hover {
    box-shadow: inset 0 2px 6px #bd5bc20d 0 8px 36px -2px #bd5bc221;
    transform: translateY(-3px)
}

.spk .talks .talk-card .ic {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #bd5bc21a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform .25s ease-out;
    flex-direction: row
}

.spk .talks .talk-card:hover .ic {
    transform: rotate(8deg) scale(1.1)
}

.spk .talks .talk-card .ic i {
    font-size: 19px;
    color: #BD5BC2
}

.spk .talks .talk-card.alt .ic {
    background: #01735817
}

.spk .talks .talk-card.alt .ic i {
    color: #017358
}

.spk .talks .talk-card .card-h {
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0 0 8px
}

.spk .talks .talk-card .card-p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.spk .talks .talk-card .tag {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: .08em;
    color: #BD5BC2;
    font-weight: 600;
    background: #bd5bc214;
    padding: 4px 8px;
    border-radius: 4px
}

.spk .talks .talk-card.alt .tag {
    color: #017358;
    background: #01735814
}

.spk .past {
    padding: 56px 0;
    background: #fff;
    position: relative
}

.spk .past .inner {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 56px;
    align-items: center
}

.spk .past .left-col .sec-label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BD5BC2;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

.spk .past .left-col .big-h {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 28px;
    position: relative;
    display: inline-block
}

.spk .past .left-col .big-h::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #017358, #BD5BC2);
    border-radius: 1px;
    margin-top: 4px;
    animation: underlineIn .4s ease-out .3s forwards
}

.spk .past .left-col .big-h .acc {
    color: #017358
}

.spk .past .left-col .body-p {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0 0 28px
}

.spk .past .ev-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .past .ev-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 4px;
    background: #F6F9DD;
    transition: background .28s ease-out
}

.spk .past .ev-list li:hover {
    background: #bd5bc212
}

.spk .past .ev-list .ev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BD5BC2;
    margin-top: 8px;
    flex-shrink: 0
}

.spk .past .ev-list li:nth-child(2n) .ev-dot {
    background: #017358
}

.spk .past .ev-list .ev-name {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.4;
    display: block
}

.spk .past .ev-list .ev-det {
    font-size: 13px;
    color: #3a3a3a;
    line-height: 1.7;
    display: block
}

.spk .past .right-col {
    position: relative
}

.spk .past .metrics-stack {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .past .met-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: inset 0 2px 8px #0173580f 0 5px 18px -2px #01735814;
    position: relative;
    overflow: hidden
}

.spk .past .met-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, #bd5bc21a 0%, transparent 70%);
    border-radius: 0 22px 0 80px;
    pointer-events: none
}

.spk .past .met-card .num {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.1;
    color: #BD5BC2;
    display: block;
    animation: countUp .4s ease-out both
}

.spk .past .met-card:nth-child(2n) .num {
    color: #017358
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.spk .past .met-card .met-lbl {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    display: block;
    margin-top: 4px
}

.spk .past .met-card .met-note {
    font-size: 13px;
    color: #BD5BC2;
    font-weight: 600;
    display: block;
    margin-top: 4px;
    letter-spacing: .06em
}

.spk .past .met-card:nth-child(2n) .met-note {
    color: #017358
}

.spk .past .diag-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    border-radius: 22px
}

.spk .past .diag-accent::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 40%;
    width: 1px;
    height: 120%;
    background: #0173581f;
    transform: rotate(18deg);
    transform-origin: bottom center
}

.spk .book {
    padding: 56px 0;
    background: #F6F9DD;
    position: relative
}

.spk .book .inner {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 28px;
    align-items: start
}

.spk .book .left-side .book-lbl {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #017358;
    font-weight: 600;
    display: block;
    margin-bottom: 16px
}

.spk .book .left-side .book-h {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.spk .book .left-side .book-h::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #BD5BC2, #017358);
    border-radius: 1px;
    margin-top: 4px;
    animation: underlineIn .43s ease-out .2s forwards
}

.spk .book .left-side .book-h .acc {
    color: #BD5BC2
}

.spk .book .left-side .book-p {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0 0 28px
}

.spk .book .left-side .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .book .left-side .contact-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    color: #1b1b1b;
    line-height: 1.4
}

.spk .book .left-side .contact-list li i {
    color: #BD5BC2;
    font-size: 19px;
    transition: transform .2s ease-out
}

.spk .book .left-side .contact-list li:hover i {
    transform: translateX(3px) scale(1.15)
}

.spk .book .left-side .contact-list a {
    color: #017358;
    text-decoration: none;
    font-weight: 600;
    transition: color .18s ease-out
}

.spk .book .left-side .contact-list a:hover {
    color: #BD5BC2
}

.spk .book .right-side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .book .right-side .fmt-blk {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: inset 0 2px 8px #bd5bc20d 0 5px 18px -2px #bd5bc214;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .25s ease-out, transform .25s ease-out
}

.spk .book .right-side .fmt-blk:hover {
    box-shadow: inset 0 2px 8px #bd5bc20d 0 8px 36px -2px #bd5bc221;
    transform: translateY(-2px)
}

.spk .book .right-side .fmt-ic {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #bd5bc21a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: row;
    transition: transform .22s ease-out
}

.spk .book .right-side .fmt-blk:hover .fmt-ic {
    transform: rotate(-6deg) scale(1.08)
}

.spk .book .right-side .fmt-ic i {
    font-size: 19px;
    color: #BD5BC2
}

.spk .book .right-side .fmt-blk.grn .fmt-ic {
    background: #01735817
}

.spk .book .right-side .fmt-blk.grn .fmt-ic i {
    color: #017358
}

.spk .book .right-side .fmt-txt .fmt-h {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.4;
    margin: 0 0 4px
}

.spk .book .right-side .fmt-txt .fmt-p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.spk .book .cta-row {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.spk .book .btn-prim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: #BD5BC2;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 18px -2px #bd5bc221;
    transition: background .2s ease-out, transform .18s ease-out, box-shadow .2s ease-out;
    line-height: 1.4
}

.spk .book .btn-prim:hover {
    background: #a44aad;
    transform: scale(1.04);
    box-shadow: 0 8px 36px -2px #bd5bc22e
}

.spk .book .btn-prim:focus {
    outline: 3px solid #017358;
    outline-offset: 3px
}

.spk .book .btn-prim i {
    font-size: 19px;
    transition: transform .2s ease-out
}

.spk .book .btn-prim:hover i {
    transform: translateX(4px)
}

.spk .book .btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: transparent;
    color: #017358;
    font-size: 19px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #017358;
    cursor: pointer;
    transition: background .22s ease-out, color .22s ease-out, transform .18s ease-out;
    line-height: 1.4
}

.spk .book .btn-sec:hover {
    background: #017358;
    color: #F6F9DD;
    transform: scale(1.03)
}

.spk .book .btn-sec:focus {
    outline: 3px solid #BD5BC2;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .spk .title-blk .spk-wr {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .spk .title-blk .main-h {
        font-size: 46px
    }

    .spk .talks .grid {
        grid-template-columns: 1fr 1fr
    }

    .spk .past .inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .spk .book .inner {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 640px) {
    .spk .title-blk {
        padding: 28px 0 16px
    }

    .spk .title-blk .spk-wr {
        grid-template-columns: 1fr
    }

    .spk .title-blk .txt-col {
        padding-top: 16px;
        order: 2
    }

    .spk .title-blk .img-col {
        order: 1
    }

    .spk .title-blk .main-h {
        font-size: 46px
    }

    .spk .title-blk .bg-num {
        font-size: 120px;
        top: -8px;
        right: 4px
    }

    .spk .talks .grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .spk .past .inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .spk .past .left-col .big-h {
        font-size: 46px
    }

    .spk .book .inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .spk .book .left-side .book-h {
        font-size: 46px
    }

    .spk .book .cta-row {
        flex-direction: column;
        align-items: flex-start
    }

    .spk .past .metrics-stack {
        flex-direction: row;
        flex-wrap: wrap
    }

    .spk .past .met-card {
        flex: 1 1 140px
    }
}

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

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

.lp-prog .div-diamonds {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    overflow: hidden
}

.lp-prog .div-diamonds span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #BD5BC2;
    transform: rotate(45deg);
    flex-shrink: 0
}

.lp-prog .div-diamonds span:nth-child(even) {
    background: #017358;
    width: 5px;
    height: 5px
}

.lp-prog .div-diamonds span:nth-child(3n) {
    background: #BD5BC2;
    opacity: .4
}

.lp-prog .ttl-band {
    background: #fff;
    position: relative;
    padding: 56px 0 28px
}

.lp-prog .ttl-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, #bd5bc221 0%, #0173580f 45%, transparent 72%);
    pointer-events: none
}

.lp-prog .ttl-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    position: relative
}

.lp-prog .ttl-text {
    flex: 1 1 0;
    min-width: 0
}

.lp-prog .ttl-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    color: #017358;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 4px 16px;
    border: 1px solid #0173584d;
    border-radius: 4px
}

.lp-prog .ttl-h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 16px;
    font-weight: 900
}

.lp-prog .ttl-h1 .acc {
    color: #BD5BC2
}

.lp-prog .ttl-manifesto {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0 0 28px;
    max-width: 520px
}

.lp-prog .ttl-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.lp-prog .btn-pri {
    display: inline-block;
    padding: 16px 28px;
    background: #BD5BC2;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #BD5BC2;
    cursor: pointer;
    transition: transform .2s ease-out, background .25s ease-out, box-shadow .2s ease-out;
    box-shadow: 0 5px 18px -2px #bd5bc214
}

.lp-prog .btn-pri:hover {
    transform: scale(1.04);
    background: #a849b3;
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.lp-prog .btn-sec {
    display: inline-block;
    padding: 16px 28px;
    background: transparent;
    color: #017358;
    font-size: 19px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #017358;
    cursor: pointer;
    transition: transform .18s ease-out, background .22s ease-out
}

.lp-prog .btn-sec:hover {
    transform: scale(1.03);
    background: #0173580f
}

.lp-prog .ttl-img-col {
    flex: 0 0 380px;
    position: relative
}

.lp-prog .ttl-img-deco {
    position: absolute;
    inset: -16px -16px -16px -16px;
    border: 2px dashed #bd5bc259;
    border-radius: 1px;
    pointer-events: none;
    z-index: 0
}

.lp-prog .ttl-img-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1px;
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.lp-prog .ttl-img-wrap img {
    width: 380px;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.6) contrast(1.1);
    transition: filter .35s ease-out
}

.lp-prog .ttl-img-wrap:hover img {
    filter: saturate(1) contrast(1)
}

.lp-prog .ttl-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #bd5bc247 0%, #0173582e 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
    transition: opacity .35s ease-out
}

.lp-prog .ttl-img-wrap:hover::after {
    opacity: 0
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(-32px)
    }

    60% {
        opacity: 1;
        transform: translateY(6px)
    }

    80% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0)
    }
}

.lp-prog .ttl-h1 {
    animation: bounceIn .55s ease-out both
}

.lp-prog .ttl-manifesto {
    animation: bounceIn .62s ease-out .08s both
}

.lp-prog .ttl-actions {
    animation: bounceIn .7s ease-out .15s both
}

.lp-prog .prog-str {
    background: #F6F9DD;
    padding: 56px 0;
    position: relative
}

.lp-prog .prog-str::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#0173580f 1px, transparent 1px), linear-gradient(90deg, #0173580f 1px, transparent 1px);
    background-size: 32px 28px;
    pointer-events: none
}

.lp-prog .prog-str-hex {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.lp-prog .prog-str-hex::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20px 34px, #bd5bc212 2px, transparent 2px), radial-gradient(circle at 60px 0px, #01735812 2px, transparent 2px);
    background-size: 80px 68px
}

.lp-prog .str-head {
    text-align: center;
    margin-bottom: 56px;
    position: relative
}

.lp-prog .str-h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 16px;
    font-weight: 800;
    display: inline-block;
    position: relative
}

.lp-prog .str-h2::after {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #BD5BC2, #017358);
    border-radius: 1px;
    width: 0;
    transition: width .45s ease-out;
    margin-top: 8px
}

.lp-prog .str-head:hover .str-h2::after {
    width: 100%
}

.lp-prog .str-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    max-width: 560px;
    margin: 0 auto
}

.lp-prog .str-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative
}

.lp-prog .str-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: inset 0 2px 8px #bd5bc20f 0 2px 3px -2px #bd5bc214;
    border: 1px solid #bd5bc21f;
    transition: box-shadow .28s ease-out, border-color .22s ease-out;
    position: relative
}

.lp-prog .str-card:hover {
    box-shadow: inset 0 2px 8px #bd5bc21a 0 8px 36px -2px #bd5bc221;
    border-color: #bd5bc24d;
    outline: 2px solid #bd5bc22e;
    outline-offset: 3px
}

.lp-prog .str-num {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    color: #bd5bc226;
    margin-bottom: 8px;
    display: block
}

.lp-prog .str-card-icon {
    font-size: 25px;
    color: #BD5BC2;
    margin-bottom: 16px;
    display: block;
    transition: transform .22s ease-out
}

.lp-prog .str-card:hover .str-card-icon {
    transform: rotate(-8deg) translateY(-2px)
}

.lp-prog .str-card-h {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 8px;
    line-height: 1.4
}

.lp-prog .str-card-p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.lp-prog .str-card-tag {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: .08em;
    color: #017358;
    font-weight: 600;
    padding: 4px 8px;
    background: #01735814;
    border-radius: 4px
}

.lp-prog .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-top: 56px;
    position: relative
}

.lp-prog .met-item {
    flex: 1 1 0;
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 5px 18px -2px #01735814;
    border: 1px solid #0173581a;
    transition: transform .2s ease-out, box-shadow .25s ease-out
}

.lp-prog .met-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 36px -2px #01735821
}

.lp-prog .met-num {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    color: #017358;
    display: block
}

.lp-prog .met-lbl {
    font-size: 13px;
    letter-spacing: .09em;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 8px;
    display: block
}

.lp-prog .voices-sub {
    background: #fff;
    padding: 56px 0
}

.lp-prog .vs-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 56px;
    align-items: start
}

.lp-prog .voices-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 8px;
    display: inline-block;
    position: relative
}

.lp-prog .voices-h2::after {
    content: "";
    display: block;
    height: 3px;
    background: #BD5BC2;
    border-radius: 1px;
    width: 0;
    transition: width .4s ease-out;
    margin-top: 8px
}

.lp-prog .voices-col:hover .voices-h2::after {
    width: 100%
}

.lp-prog .voices-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0 0 28px
}

.lp-prog .tcard-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-prog .tcard {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 28px;
    background: #F6F9DD;
    border-radius: 4px;
    box-shadow: inset 0 2px 6px #0173580f;
    border: 1px solid #0173581a;
    transition: box-shadow .3s ease-out
}

.lp-prog .tcard:hover {
    box-shadow: inset 0 2px 6px #0173581a 0 5px 18px -2px #01735814
}

.lp-prog .tcard-portrait {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 1px;
    box-shadow: 0 2px 3px -2px #bd5bc214;
    position: relative
}

.lp-prog .tcard-portrait img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85);
    transition: filter .28s ease-out
}

.lp-prog .tcard-portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #bd5bc200;
    transition: background .28s ease-out;
    pointer-events: none
}

.lp-prog .tcard:hover .tcard-portrait::after {
    background: #bd5bc22e
}

.lp-prog .tcard:hover .tcard-portrait img {
    filter: saturate(1)
}

.lp-prog .tcard-body {
    flex: 1 1 0;
    min-width: 0
}

.lp-prog .tcard-quote {
    font-size: 13px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0 0 8px;
    font-style: italic
}

.lp-prog .tcard-name {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
    letter-spacing: .06em
}

.lp-prog .tcard-role {
    font-size: 13px;
    color: #017358;
    font-weight: 500
}

.lp-prog .tcard-noportrait {
    padding-left: 28px
}

.lp-prog .sub-card {
    background: #1b1b1b;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    position: sticky;
    top: 28px
}

.lp-prog .sub-card-h {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 8px
}

.lp-prog .sub-card-h .acc {
    color: #BD5BC2
}

.lp-prog .sub-card-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #c8c8c8;
    margin: 0 0 16px
}

.lp-prog .sub-early {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #0173582e;
    border-radius: 4px;
    margin-bottom: 16px
}

.lp-prog .sub-early-icon {
    font-size: 19px;
    color: #4ecda0
}

.lp-prog .sub-early-txt {
    font-size: 13px;
    color: #4ecda0;
    font-weight: 600;
    line-height: 1.4
}

.lp-prog .sub-form {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .sub-form input[type="email"] {
    width: 100%;
    padding: 16px;
    background: #ffffff12;
    border: 1px solid #ffffff26;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    outline: none;
    transition: border-color .2s ease-out, background .2s ease-out;
    box-sizing: border-box
}

.lp-prog .sub-form input[type="email"]::placeholder {
    color: #ffffff59
}

.lp-prog .sub-form input[type="email"]:focus {
    border-color: #BD5BC2;
    background: #ffffff1c
}

.lp-prog .sub-form .btn-sub {
    padding: 16px;
    background: #BD5BC2;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: transform .18s ease-out, background .22s ease-out, box-shadow .2s ease-out;
    box-shadow: 0 5px 18px -2px #bd5bc214
}

.lp-prog .sub-form .btn-sub:hover {
    transform: scale(1.03);
    background: #a849b3;
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.lp-prog .sub-note {
    font-size: 13px;
    color: #ffffff59;
    text-align: center;
    margin-top: 8px;
    line-height: 1.7
}

.lp-prog .voices-img-wrap {
    margin-top: 28px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 18px -2px #01735814;
    position: relative
}

.lp-prog .voices-img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7);
    transition: filter .38s ease-out, transform .38s ease-out
}

.lp-prog .voices-img-wrap:hover img {
    filter: saturate(1);
    transform: scale(1.02)
}

.lp-prog .voices-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #bd5bc238 0%, transparent 60%);
    pointer-events: none;
    transition: opacity .38s ease-out
}

.lp-prog .voices-img-wrap:hover::after {
    opacity: 0
}

@media (max-width: 1024px) {
    .lp-prog .ttl-h1 {
        font-size: 46px
    }

    .lp-prog .ttl-img-col {
        flex: 0 0 280px
    }

    .lp-prog .ttl-img-wrap img {
        width: 280px;
        height: 210px
    }

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

    .lp-prog .vs-layout {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .lp-prog .sub-card {
        position: static
    }
}

@media (max-width: 640px) {
    .lp-prog .ttl-strip {
        flex-direction: column;
        gap: 28px
    }

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

    .lp-prog .ttl-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .lp-prog .ttl-img-wrap img {
        width: 100%;
        height: 200px
    }

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

    .lp-prog .metrics-row {
        flex-direction: column;
        gap: 16px
    }

    .lp-prog .str-h2 {
        font-size: 25px
    }

    .lp-prog .voices-h2 {
        font-size: 25px
    }

    .lp-prog .ttl-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .lp-prog .div-diamonds span {
        display: none
    }

    .lp-prog .div-diamonds span:nth-child(-n+9) {
        display: inline-block
    }
}

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

.cu-pg .pg-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.cu-pg .reach-blk {
    padding: 56px 0;
    background: #fff;
    position: relative
}

.cu-pg .reach-blk::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 22px;
    background: #BD5BC2;
    box-shadow: 12px 0 0 #017358, -12px 0 0 #BD5BC2
}

.cu-pg .reach-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 56px;
    align-items: start
}

.cu-pg .reach-left {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.cu-pg .reach-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .12em;
    color: #017358;
    font-weight: 600;
    text-transform: uppercase
}

.cu-pg .reach-eyebrow .e-dot {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #BD5BC2;
    display: inline-block;
    transform: rotate(45deg)
}

.cu-pg .reach-h {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0
}

.cu-pg .reach-h .acc-word {
    color: #BD5BC2
}

.cu-pg .reach-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0
}

.cu-pg .contact-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.cu-pg .c-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 4px;
    background: #F6F9DD;
    box-shadow: 0 2px 3px -2px #bd5bc214;
    transition: box-shadow .22s ease-out, transform .18s ease-out
}

.cu-pg .c-card:hover {
    box-shadow: 0 5px 18px -2px #bd5bc214;
    transform: translateY(-2px)
}

.cu-pg .c-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 2px 3px -2px #01735814
}

.cu-pg .c-card-icon i {
    font-size: 19px;
    color: #017358;
    transition: transform .25s ease-out
}

.cu-pg .c-card:hover .c-card-icon i {
    transform: rotate(-8deg) scale(1.1)
}

.cu-pg .c-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cu-pg .c-card-label {
    font-size: 13px;
    letter-spacing: .08em;
    color: #5a5a5a;
    font-weight: 600;
    text-transform: uppercase
}

.cu-pg .c-card-val {
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease-out
}

.cu-pg .c-card-val:hover {
    color: #BD5BC2
}

.cu-pg .reach-img-col {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.cu-pg .reach-img-col::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 36px 0;
    border-color: transparent #BD5BC2 transparent transparent;
    z-index: 2
}

.cu-pg .reach-img-col img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.85) hue-rotate(0deg);
    transition: filter .38s ease-out
}

.cu-pg .reach-img-col:hover img {
    filter: saturate(0.2)
}

.cu-pg .reach-img-over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background: linear-gradient(to top, #017358d9 0%, transparent 100%);
    z-index: 1
}

.cu-pg .reach-img-tagline {
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.cu-pg .reach-img-sub {
    font-size: 13px;
    color: #f6f9dde6;
    margin: 4px 0 0;
    letter-spacing: .06em
}

.cu-pg .geo-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #bd5bc20f;
    border-radius: 1px;
    margin-top: 8px
}

.cu-pg .geo-strip i {
    font-size: 19px;
    color: #BD5BC2
}

.cu-pg .geo-text {
    font-size: 13px;
    color: #3a3a3a;
    line-height: 1.4
}

.cu-pg .form-blk {
    padding: 56px 0;
    background: linear-gradient(circle at center, #bd5bc20f 0%, #fff 72%);
    position: relative
}

.cu-pg .form-blk .geom-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    overflow: hidden
}

.cu-pg .form-blk .geom-row::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, #BD5BC2 0px, #BD5BC2 12px, transparent 12px, transparent 20px, #017358 20px, #017358 32px, transparent 32px, transparent 44px);
    opacity: .35
}

.cu-pg .form-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 28px
}

.cu-pg .form-head {
    text-align: center;
    margin-bottom: 28px
}

.cu-pg .form-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: #017358;
    padding: 4px 16px;
    border-radius: 1px;
    font-weight: 600;
    margin-bottom: 16px
}

.cu-pg .form-h {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 16px
}

.cu-pg .form-h .acc-word {
    color: #017358
}

.cu-pg .form-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0
}

.cu-pg .f-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    box-shadow: inset 0 2px 3px -2px #0173580f 0 8px 36px -2px #bd5bc221
}

.cu-pg .f-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.cu-pg .f-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.cu-pg .f-group.full {
    grid-column: 1 / -1
}

.cu-pg .f-lbl {
    font-size: 13px;
    letter-spacing: .07em;
    font-weight: 600;
    color: #2e2e2e;
    text-transform: uppercase
}

.cu-pg .f-lbl .req {
    color: #BD5BC2;
    margin-left: 2px
}

.cu-pg .f-inp {
    width: 100%;
    padding: 16px;
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b;
    background: #fff;
    border: 1.5px solid #d0d0d0;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    transition: border-color .22s ease-out, box-shadow .28s ease-out;
    appearance: none;
    -webkit-appearance: none
}

.cu-pg .f-inp::placeholder {
    color: #8a8a8a;
    font-style: italic
}

.cu-pg .f-inp:focus {
    border-color: #BD5BC2;
    box-shadow: 0 0 0 3px #bd5bc21f
}

.cu-pg .f-sel {
    width: 100%;
    padding: 16px;
    font-size: 19px;
    line-height: 1.4;
    color: #1b1b1b;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%23017358' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;
    border: 1.5px solid #d0d0d0;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color .2s ease-out, box-shadow .26s ease-out
}

.cu-pg .f-sel:focus {
    border-color: #017358;
    box-shadow: 0 0 0 3px #0173581a
}

.cu-pg .f-sep {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0d0e4, transparent);
    margin: 16px 0
}

.cu-pg .f-check-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    padding: 16px;
    background: #F6F9DD;
    border-radius: 4px
}

.cu-pg .f-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #BD5BC2;
    cursor: pointer
}

.cu-pg .f-check-txt {
    font-size: 13px;
    line-height: 1.7;
    color: #2e2e2e
}

.cu-pg .f-check-txt a {
    color: #017358;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #01735866;
    transition: text-decoration-color .2s ease-out, color .2s ease-out
}

.cu-pg .f-check-txt a:hover {
    color: #BD5BC2;
    text-decoration-color: #bd5bc280
}

.cu-pg .f-submit {
    width: 100%;
    padding: 16px 28px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
    background: #BD5BC2;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform .18s ease-out, background .24s ease-out, box-shadow .28s ease-out;
    box-shadow: 0 5px 18px -2px #bd5bc214
}

.cu-pg .f-submit:hover {
    background: #a84aad;
    transform: scale(1.02);
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.cu-pg .f-submit:focus {
    outline: 3px solid #017358;
    outline-offset: 3px
}

.cu-pg .f-submit:active {
    transform: scale(0.99)
}

.cu-pg .f-submit i {
    font-size: 19px;
    transition: transform .2s ease-out
}

.cu-pg .f-submit:hover i {
    transform: translateX(4px)
}

.cu-pg .anim-up {
    opacity: 0;
    transform: translateY(28px);
    animation: slideUp .45s ease-out forwards
}

.cu-pg .anim-up.d1 {
    animation-delay: .08s
}

.cu-pg .anim-up.d2 {
    animation-delay: .18s
}

.cu-pg .anim-up.d3 {
    animation-delay: .3s
}

.cu-pg .anim-up.d4 {
    animation-delay: .4s
}

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

.cu-pg .reach-h::after,
.cu-pg .form-h::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #BD5BC2, #017358);
    border-radius: 1px;
    margin-top: 8px;
    animation: lineIn .42s ease-out .5s forwards
}

@keyframes lineIn {
    to {
        width: 72px
    }
}

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

    .cu-pg .reach-img-col img {
        height: 320px
    }

    .cu-pg .f-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .cu-pg .reach-blk {
        padding: 28px 0
    }

    .cu-pg .reach-h {
        font-size: 25px
    }

    .cu-pg .form-h {
        font-size: 25px
    }

    .cu-pg .reach-desc {
        font-size: 19px
    }

    .cu-pg .reach-img-col img {
        height: 220px
    }

    .cu-pg .form-blk {
        padding: 28px 0
    }

    .cu-pg .f-card {
        padding: 16px
    }

    .cu-pg .f-inp,
    .cu-pg .f-sel {
        font-size: 19px;
        padding: 16px
    }
}

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

.abt .pg-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.abt .strip {
    background: #fff;
    padding: 56px 0 0;
    position: relative
}

.abt .strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    min-height: 340px
}

.abt .strip-text {
    flex: 0 0 52%;
    padding: 56px 56px 56px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.abt .strip-eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    color: #017358;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.4
}

.abt .strip-h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 28px
}

.abt .strip-h1 .acc {
    color: #BD5BC2
}

.abt .strip-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0 0 28px;
    max-width: 480px
}

.abt .strip-geo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    line-height: 1.4
}

.abt .strip-geo .geo-icon {
    width: 18px;
    height: 18px;
    color: #BD5BC2;
    flex-shrink: 0
}

.abt .strip-img-col {
    flex: 0 0 48%;
    position: relative;
    overflow: hidden;
    border-radius: 0 4px 4px 0
}

.abt .strip-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.82) brightness(0.96);
    transition: filter .28s ease-out
}

.abt .strip-img-col:hover img {
    filter: saturate(0) brightness(0.96)
}

.abt .strip-shape {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 180px;
    height: 180px;
    border: 2px solid #bd5bc21f;
    border-radius: 22px;
    transform: rotate(18deg);
    pointer-events: none;
    z-index: 0
}

.abt .strip-shape2 {
    position: absolute;
    bottom: 28px;
    left: -20px;
    width: 80px;
    height: 80px;
    background: #0173580f;
    border-radius: 22px;
    transform: rotate(-10deg);
    pointer-events: none;
    z-index: 0
}

.abt .strip-divider {
    width: 100%;
    height: 56px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%)
}

.abt .story {
    background: #F6F9DD;
    padding: 56px 0;
    position: relative
}

.abt .story-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    gap: 56px;
    align-items: start
}

.abt .story-left {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt .story-h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0;
    position: relative;
    display: inline-block
}

.abt .story-h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #BD5BC2;
    border-radius: 1px;
    margin-top: 8px;
    animation: drawline .45s ease-out .2s forwards
}

@keyframes drawline {
    to {
        width: 100%
    }
}

.abt .story-body {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2e2e;
    margin: 0
}

.abt .story-body strong {
    color: #BD5BC2;
    font-weight: 700
}

.abt .story-body-sm {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.abt .story-center {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.abt .metric-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px 16px;
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 18px -2px #bd5bc214;
    border: 1px solid #bd5bc21a;
    position: relative;
    overflow: hidden;
    transition: box-shadow .22s ease-out, transform .22s ease-out
}

.abt .metric-card:hover {
    box-shadow: 0 8px 36px -2px #bd5bc221;
    transform: translateY(-2px)
}

.abt .metric-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 2px 3px -2px #bd5bc214;
    pointer-events: none
}

.abt .metric-num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #BD5BC2;
    display: block
}

.abt .metric-label {
    font-size: 13px;
    line-height: 1.4;
    color: #444;
    letter-spacing: .06em;
    margin-top: 4px;
    display: block
}

.abt .metric-icon {
    font-size: 25px;
    color: #017358;
    margin-bottom: 8px;
    display: inline-block;
    transition: transform .18s ease-out
}

.abt .metric-card:hover .metric-icon {
    transform: rotate(8deg) scale(1.1)
}

.abt .story-right {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt .story-img-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 18px -2px #01735814
}

.abt .story-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .35s ease-out;
    filter: saturate(0.9)
}

.abt .story-img-wrap:hover img {
    filter: saturate(0)
}

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

.abt .story-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.7;
    color: #333
}

.abt .story-list li .li-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BD5BC2;
    flex-shrink: 0;
    margin-top: 6px
}

.abt .story-list li:nth-child(2) .li-dot {
    background: #017358
}

.abt .story-list li:nth-child(3) .li-dot {
    background: #F6F9DD;
    border: 2px solid #BD5BC2
}

.abt .story-divider {
    width: 100%;
    height: 48px;
    background: #F6F9DD;
    clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%)
}

.abt .team {
    background: #fff;
    padding: 56px 0
}

.abt .team-pg {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.abt .team-header {
    text-align: center;
    margin-bottom: 56px
}

.abt .team-h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 16px;
    display: inline-block;
    position: relative
}

.abt .team-h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #017358;
    border-radius: 1px;
    margin-top: 8px;
    animation: drawline2 .4s ease-out .35s forwards
}

@keyframes drawline2 {
    to {
        width: 100%
    }
}

.abt .team-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #444;
    max-width: 540px;
    margin: 0 auto
}

.abt .team-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px 28px;
    align-items: start
}

.abt .tm-card {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    background: #F6F9DD;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 2px 3px -2px #bd5bc214;
    transition: box-shadow .25s ease-out;
    position: relative;
    overflow: hidden
}

.abt .tm-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 2px 3px -2px #bd5bc214;
    pointer-events: none
}

.abt .tm-card:hover {
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.abt .tm-portrait {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 18px -2px #01735814;
    border: 3px solid #fff
}

.abt .tm-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .3s ease-out
}

.abt .tm-card:hover .tm-portrait img {
    filter: saturate(0)
}

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

.abt .tm-name {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0
}

.abt .tm-role {
    font-size: 13px;
    letter-spacing: .08em;
    color: #017358;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4
}

.abt .tm-bio {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.abt .tm-extra {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 3px -2px #01735814;
    position: relative;
    overflow: hidden
}

.abt .tm-extra::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 2px 3px -2px #01735814;
    pointer-events: none
}

.abt .tm-extra-h {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0
}

.abt .tm-extra-body {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.abt .tm-extra-img {
    border-radius: 4px;
    overflow: hidden
}

.abt .tm-extra-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .38s ease-out;
    filter: saturate(0.88)
}

.abt .tm-extra-img:hover img {
    filter: saturate(0)
}

.abt .tm-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.abt .tm-tag {
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 16px;
    border-radius: 22px;
    background: #F6F9DD;
    color: #017358;
    font-weight: 600;
    border: 1px solid #01735826;
    letter-spacing: .04em;
    transition: background .2s ease-out, color .2s ease-out
}

.abt .tm-tag:hover {
    background: #017358;
    color: #fff
}

.abt .story {
    position: relative
}

.abt .story-bg-pat {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.abt .story-bg-pat svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .045;
    animation: patshift 18s linear infinite
}

@keyframes patshift {
    0% {
        transform: translateX(0) translateY(0)
    }

    50% {
        transform: translateX(28px) translateY(16px)
    }

    100% {
        transform: translateX(0) translateY(0)
    }
}

.abt .strip-text {
    animation: fadein .35s ease-out both
}

.abt .strip-img-col {
    animation: fadein .42s ease-out .08s both
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.abt .metric-card:nth-child(1) {
    animation: cardin .28s ease-out .1s both
}

.abt .metric-card:nth-child(2) {
    animation: cardin .32s ease-out .18s both
}

.abt .metric-card:nth-child(3) {
    animation: cardin .38s ease-out .26s both
}

@keyframes cardin {
    from {
        opacity: 0;
        transform: scale(0.96)
    }

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

.abt .tm-card:nth-child(1) {
    animation: fadein .3s ease-out .1s both
}

.abt .tm-card:nth-child(2) {
    animation: fadein .35s ease-out .18s both
}

.abt .tm-extra {
    animation: fadein .42s ease-out .26s both
}

@media (max-width: 1024px) {
    .abt .strip-h1 {
        font-size: 46px
    }

    .abt .story-grid {
        grid-template-columns: 1fr 280px
    }

    .abt .story-right {
        display: none
    }

    .abt .story-grid {
        grid-template-columns: 1fr 260px;
        gap: 28px
    }

    .abt .team-layout {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

@media (max-width: 640px) {
    .abt .strip-inner {
        flex-direction: column;
        min-height: unset
    }

    .abt .strip-text {
        flex: unset;
        padding: 28px 0
    }

    .abt .strip-img-col {
        flex: unset;
        height: 220px;
        border-radius: 4px
    }

    .abt .strip-h1 {
        font-size: 46px
    }

    .abt .strip-desc {
        font-size: 13px
    }

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

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

    .abt .metric-card {
        flex: 1 1 120px
    }

    .abt .story-right {
        display: none
    }

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

    .abt .tm-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .abt .tm-info {
        align-items: center
    }

    .abt .team-h2 {
        font-size: 46px
    }

    .abt .story-h2 {
        font-size: 25px
    }
}

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

.srvs .drop-a,
.srvs .drop-b,
.srvs .drop-c,
.srvs .drop-d {
    opacity: 0;
    transform: translateY(-28px);
    animation: dropIn .38s ease-out forwards
}

.srvs .drop-b {
    animation-delay: .09s;
    animation-duration: .41s
}

.srvs .drop-c {
    animation-delay: .18s;
    animation-duration: .44s
}

.srvs .drop-d {
    animation-delay: .27s;
    animation-duration: .38s
}

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

.srvs ::selection {
    background: #017358;
    color: #F6F9DD;
    font-weight: 700
}

.srvs .pg-band {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box
}

.srvs .hl-draw {
    display: inline-block;
    position: relative
}

.srvs .hl-draw::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #BD5BC2;
    animation: drawLine .45s ease-out .55s forwards
}

@keyframes drawLine {
    to {
        width: 100%
    }
}

.srvs .accent-word {
    color: #BD5BC2;
    font-weight: 700
}

.srvs .accent-green {
    color: #017358;
    font-weight: 700
}

.srvs a {
    color: #017358;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .22s ease-out
}

.srvs a:hover {
    color: #BD5BC2
}

.srvs .hero-strip {
    position: relative;
    padding: 56px 0;
    background: linear-gradient(170deg, #BD5BC2 0%, #7a3a7e 38%, transparent 72%);
    overflow: hidden
}

.srvs .hero-strip .geo-shape {
    position: absolute;
    border-radius: 1px;
    pointer-events: none
}

.srvs .hero-strip .geo-a {
    width: 180px;
    height: 180px;
    top: -40px;
    right: 12%;
    border: 2px solid #f6f9dd2e;
    transform: rotate(22deg)
}

.srvs .hero-strip .geo-b {
    width: 90px;
    height: 90px;
    bottom: 16px;
    right: 28%;
    background: #0173581f;
    border-radius: 4px;
    transform: rotate(14deg)
}

.srvs .hero-strip .geo-c {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -60px;
    border: 1px solid #f6f9dd17;
    border-radius: 4px;
    transform: rotate(38deg)
}

.srvs .hero-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.srvs .hero-text {
    flex: 0 0 58%;
    max-width: 58%
}

.srvs .hero-text h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #F6F9DD;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.srvs .hero-text .sub-line {
    font-size: 19px;
    line-height: 1.7;
    color: #f6f9dde0;
    margin: 0 0 28px;
    max-width: 520px
}

.srvs .hero-text .tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.srvs .tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 16px;
    background: #f6f9dd26;
    border: 1px solid #f6f9dd4d;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: #F6F9DD;
    letter-spacing: .04em;
    transition: background .22s ease-out, border-color .28s ease-out
}

.srvs .tag-pill:hover {
    background: #f6f9dd40;
    border-color: #f6f9dd8c
}

.srvs .tag-pill i {
    font-size: 13px
}

.srvs .hero-img-side {
    flex: 0 0 38%;
    max-width: 38%;
    position: relative
}

.srvs .hero-img-frame {
    width: 100%;
    aspect-ratio: 7/9;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    position: relative
}

.srvs .hero-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.88);
    transition: filter .38s ease-out
}

.srvs .hero-img-frame:hover img {
    filter: saturate(0)
}

.srvs .hero-img-frame .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #bd5bc238 0%, #0173582e 100%);
    mix-blend-mode: multiply;
    pointer-events: none
}

.srvs .notch-accent {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 56px;
    background: #F6F9DD;
    border-radius: 1px
}

.srvs .diag-div {
    width: 100%;
    height: 56px;
    position: relative;
    overflow: hidden
}

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

.srvs .offers-belt {
    padding: 56px 0;
    background: #fff;
    position: relative
}

.srvs .offers-belt .sect-label {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #017358;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600
}

.srvs .offers-belt h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1e1e2e;
    margin: 0 0 28px
}

.srvs .offers-belt .intro-p {
    font-size: 19px;
    line-height: 1.7;
    color: #2d2d3a;
    max-width: 640px;
    margin: 0 0 56px
}

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

.srvs .srv-card {
    background: #F6F9DD;
    border-radius: 4px;
    padding: 28px;
    box-shadow: inset 0 2px 3px -2px #bd5bc214 0 5px 18px -2px #bd5bc214;
    position: relative;
    transition: box-shadow .35s ease-out, transform .28s ease-out;
    box-sizing: border-box
}

.srvs .srv-card:hover {
    box-shadow: inset 0 2px 3px -2px #bd5bc21f 0 8px 36px -2px #bd5bc221;
    transform: translateY(-4px)
}

.srvs .srv-card .card-icon {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    background: #bd5bc21a;
    transition: background .25s ease-out
}

.srvs .srv-card:hover .card-icon {
    background: #bd5bc233
}

.srvs .srv-card .card-icon i {
    font-size: 22px;
    color: #BD5BC2;
    transition: transform .32s ease-out
}

.srvs .srv-card:hover .card-icon i {
    transform: rotate(8deg) scale(1.1)
}

.srvs .srv-card h4 {
    font-size: 19px;
    line-height: 1.4;
    color: #1e1e2e;
    margin: 0 0 8px
}

.srvs .srv-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 16px
}

.srvs .srv-card .dur-tag {
    font-size: 13px;
    line-height: 1.4;
    color: #017358;
    font-weight: 600;
    letter-spacing: .05em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.srvs .srv-card .dur-tag i {
    font-size: 13px
}

.srvs .hr-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0 28px;
    max-width: 1280px;
    margin: 0 auto
}

.srvs .hr-div .hr-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #BD5BC2 40%, #017358 60%, transparent)
}

.srvs .hr-div .hr-gem {
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background: #BD5BC2;
    transform: rotate(45deg);
    flex-shrink: 0
}

.srvs .process-band {
    padding: 56px 0;
    position: relative;
    background: #2d1f3a
}

.srvs .process-band .bg-img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.srvs .process-band .bg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.4) brightness(0.35);
    display: block
}

.srvs .process-band .bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2d1f3ae0 0%, #0173588c 100%)
}

.srvs .process-band .proc-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box
}

.srvs .process-band h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #F6F9DD;
    margin: 0 0 8px;
    text-align: center
}

.srvs .process-band .proc-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #f6f9ddbf;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 56px
}

.srvs .steps-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start
}

.srvs .step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    opacity: 0;
    transform: translateY(-20px);
    animation: dropIn .41s ease-out forwards
}

.srvs .step-item:nth-child(1) {
    animation-delay: .1s
}

.srvs .step-item:nth-child(2) {
    animation-delay: .2s
}

.srvs .step-item:nth-child(3) {
    animation-delay: .3s
}

.srvs .step-item:nth-child(4) {
    animation-delay: .4s
}

.srvs .step-num {
    width: 52px;
    height: 52px;
    border-radius: 22px;
    background: #bd5bc233;
    border: 2px solid #bd5bc280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    color: #BD5BC2;
    transition: background .28s ease-out, border-color .35s ease-out;
    flex-shrink: 0
}

.srvs .step-item:hover .step-num {
    background: #bd5bc259;
    border-color: #BD5BC2
}

.srvs .step-item h5 {
    font-size: 19px;
    line-height: 1.4;
    color: #F6F9DD;
    margin: 0
}

.srvs .step-item p {
    font-size: 13px;
    line-height: 1.7;
    color: #f6f9ddb8;
    margin: 0
}

.srvs .step-connector {
    width: 28px;
    height: 2px;
    background: #bd5bc259;
    align-self: 26px;
    margin-top: 26px;
    flex-shrink: 0;
    border-radius: 1px
}

.srvs .gloss-belt {
    padding: 56px 0;
    background: #F6F9DD;
    position: relative
}

.srvs .gloss-inner {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box
}

.srvs .gloss-left {
    flex: 0 0 55%;
    max-width: 55%
}

.srvs .gloss-left h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1e1e2e;
    margin: 0 0 8px
}

.srvs .gloss-left .gl-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 28px
}

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

.srvs .def-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px -2px #01735814;
    transition: box-shadow .32s ease-out;
    position: relative
}

.srvs .def-item:hover {
    box-shadow: 0 5px 18px -2px #01735814
}

.srvs .def-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 1px 0 0 1px
}

.srvs .def-item:nth-child(1)::before {
    background: #BD5BC2
}

.srvs .def-item:nth-child(2)::before {
    background: #017358
}

.srvs .def-item:nth-child(3)::before {
    background: #BD5BC2
}

.srvs .def-item:nth-child(4)::before {
    background: #017358
}

.srvs .def-term {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #1e1e2e;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding-left: 8px
}

.srvs .def-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a4a;
    padding-left: 8px
}

.srvs .gloss-right {
    flex: 0 0 38%;
    max-width: 38%;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.srvs .expert-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: inset 0 2px 3px -2px #01735814 0 5px 18px -2px #01735814;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs .expert-head {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.srvs .expert-portrait {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 5px 18px -2px #01735814
}

.srvs .expert-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.9);
    transition: filter .38s ease-out
}

.srvs .expert-portrait:hover img {
    filter: saturate(0)
}

.srvs .expert-meta h5 {
    font-size: 19px;
    line-height: 1.4;
    color: #1e1e2e;
    margin: 0 0 4px
}

.srvs .expert-meta span {
    font-size: 13px;
    line-height: 1.4;
    color: #017358;
    font-weight: 600;
    letter-spacing: .04em
}

.srvs .expert-quote {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0;
    font-style: italic
}

.srvs .cta-box {
    background: #2d1f3a;
    border-radius: 4px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 8px 36px -2px #bd5bc221
}

.srvs .cta-box h4 {
    font-size: 25px;
    line-height: 1.4;
    color: #F6F9DD;
    margin: 0
}

.srvs .cta-box p {
    font-size: 13px;
    line-height: 1.7;
    color: #f6f9ddbf;
    margin: 0
}

.srvs .btn-pri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: #BD5BC2;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: transform .22s ease-out, background .28s ease-out, box-shadow .35s ease-out;
    box-shadow: 0 5px 18px -2px #bd5bc214;
    align-self: flex-start
}

.srvs .btn-pri:hover {
    transform: scale(1.04);
    background: #a84dac;
    box-shadow: 0 8px 36px -2px #bd5bc221;
    color: #fff;
    text-decoration: none
}

.srvs .btn-pri:focus-visible {
    outline: 3px solid #F6F9DD;
    outline-offset: 3px
}

.srvs .btn-pri i {
    font-size: 16px;
    transition: transform .25s ease-out
}

.srvs .btn-pri:hover i {
    transform: translateX(4px)
}

@media (max-width: 1024px) {
    .srvs .hero-text h1 {
        font-size: 46px
    }

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

    .srvs .steps-row {
        flex-wrap: wrap
    }

    .srvs .step-connector {
        display: none
    }

    .srvs .step-item {
        flex: 0 0 calc(50% - 14px)
    }

    .srvs .gloss-inner {
        flex-direction: column;
        gap: 28px
    }

    .srvs .gloss-left,
    .srvs .gloss-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .srvs .hero-inner {
        flex-direction: column;
        gap: 28px
    }

    .srvs .hero-text {
        flex: 0 0 100%;
        max-width: 100%
    }

    .srvs .hero-img-side {
        flex: 0 0 100%;
        max-width: 100%
    }

    .srvs .hero-text h1 {
        font-size: 46px
    }

    .srvs .offers-belt h2 {
        font-size: 46px
    }

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

    .srvs .process-band h2 {
        font-size: 46px
    }

    .srvs .steps-row {
        flex-direction: column
    }

    .srvs .step-item {
        flex: 0 0 100%
    }

    .srvs .gloss-left h2 {
        font-size: 46px
    }

    .srvs .hero-strip {
        padding: 28px 0
    }

    .srvs .offers-belt {
        padding: 28px 0
    }

    .srvs .process-band {
        padding: 28px 0
    }

    .srvs .gloss-belt {
        padding: 28px 0
    }
}

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

.suc-pg .suc-wrap {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.suc-pg .suc-icon-ring {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: #F6F9DD;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 18px -2px #bd5bc214;
    flex-shrink: 0
}

.suc-pg .suc-icon-ring svg {
    display: block
}

.suc-pg .suc-card {
    background: #fff;
    border-radius: 22px;
    padding: 56px;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: 0 8px 36px -2px #01735821;
    text-align: center
}

.suc-pg .suc-label {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .08em;
    color: #017358;
    font-weight: 600;
    text-transform: uppercase
}

.suc-pg .suc-head {
    font-size: 46px;
    line-height: 1.1;
    color: #111;
    font-weight: 700;
    margin: 0
}

.suc-pg .suc-head span {
    color: #BD5BC2
}

.suc-pg .suc-body {
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0;
    max-width: 400px
}

.suc-pg .suc-divider {
    width: 48px;
    height: 2px;
    background: #F6F9DD;
    border-radius: 1px;
    border: none;
    margin: 4px 0;
    position: relative;
    overflow: hidden
}

.suc-pg .suc-divider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #BD5BC2, #017358);
    border-radius: 1px;
    animation: suc-line-in .45s ease-out forwards;
    transform-origin: left center
}

@keyframes suc-line-in {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.suc-pg .suc-note {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    margin: 0
}

.suc-pg .suc-note a {
    color: #017358;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .22s ease-out
}

.suc-pg .suc-note a:hover {
    color: #BD5BC2
}

.suc-pg .suc-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px
}

.suc-pg .btn-prim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: #017358;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #017358;
    box-shadow: 0 5px 18px -2px #01735814;
    transition: transform .22s ease-out, box-shadow .28s ease-out, background .18s ease-out;
    cursor: pointer
}

.suc-pg .btn-prim:hover {
    transform: scale(1.04);
    background: #015f48;
    box-shadow: 0 8px 36px -2px #01735821
}

.suc-pg .btn-prim:focus-visible {
    outline: 2px solid #BD5BC2;
    outline-offset: 3px
}

.suc-pg .btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: transparent;
    color: #BD5BC2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #BD5BC2;
    transition: transform .25s ease-out, background .2s ease-out, color .2s ease-out;
    cursor: pointer
}

.suc-pg .btn-sec:hover {
    transform: scale(1.04);
    background: #BD5BC2;
    color: #fff
}

.suc-pg .btn-sec:focus-visible {
    outline: 2px solid #017358;
    outline-offset: 3px
}

.suc-pg .suc-icon-ring svg circle {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: suc-circle-draw .38s ease-out .1s forwards
}

.suc-pg .suc-icon-ring svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: suc-check-draw .32s ease-out .42s forwards
}

@keyframes suc-circle-draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes suc-check-draw {
    to {
        stroke-dashoffset: 0
    }
}

@media (max-width: 640px) {
    .suc-pg {
        padding: 56px 16px
    }

    .suc-pg .suc-card {
        padding: 28px 16px;
        gap: 16px
    }

    .suc-pg .suc-head {
        font-size: 25px
    }

    .suc-pg .suc-body {
        font-size: 13px
    }

    .suc-pg .suc-actions {
        flex-direction: column;
        align-items: stretch
    }

    .suc-pg .btn-prim,
    .suc-pg .btn-sec {
        justify-content: center
    }
}