@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/700.css";

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

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

:focus-visible {
    outline: 2px solid #5DA797;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #5da79738
}

::placeholder {
    font-style: italic;
    opacity: .55
}

.site-header {
    background: #F0F5F4;
    border-bottom: 1px solid #99BCAC;
    position: relative
}

.site-header::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #5DA797 0%, #99BCAC 60%, #F0F5F4 100%)
}

.hd-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: stretch;
    gap: 48px
}

.brand-zone {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
    flex-shrink: 0;
    border-left: 3px solid #5DA797;
    padding-left: 12px
}

.brand-hex {
    position: relative;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 0 6px 20px 0 #5da79714;
    flex-shrink: 0
}

.brand-hex img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block
}

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

.brand-name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    color: #5DA797;
    letter-spacing: 0
}

.brand-tagline {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #2d4a44
}

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

.hd-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    align-items: center
}

.hd-nav ul li {
    display: flex
}

.hd-nav ul li a {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    color: #1e3830;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1);
    white-space: nowrap;
    display: flex;
    align-items: center;
    min-height: 44px
}

.hd-nav ul li a:hover {
    color: #5DA797;
    background: #fff;
    border-color: #99BCAC
}

.hd-nav ul li a[data-active] {
    color: #5DA797;
    background: #fff;
    border-color: #5DA797;
    box-shadow: 0 3px 4px 0 #5da79714
}

@media (max-width: 1024px) {
    .hd-inner {
        gap: 24px
    }

    .hd-nav ul {
        gap: 4px
    }

    .hd-nav ul li a {
        padding: 8px
    }
}

@media (max-width: 768px) {
    .hd-inner {
        flex-direction: column;
        gap: 12px;
        padding: 0 12px
    }

    .brand-zone {
        padding: 12px 0 0 12px
    }

    .hd-nav {
        justify-content: flex-start;
        padding-bottom: 12px
    }

    .hd-nav ul {
        justify-content: flex-start
    }
}

@media (max-width: 480px) {
    .brand-hex {
        width: 64px;
        height: 64px
    }

    .brand-hex img {
        width: 44px;
        height: 44px
    }

    .brand-name {
        font-size: 20px
    }

    .hd-nav ul li a {
        font-size: 15px;
        padding: 8px
    }
}

.site-footer {
    background: #1e3830;
    position: relative
}

.site-footer::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #5DA797 0%, #99BCAC 100%)
}

.ft-top {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 24px 24px;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    justify-content: space-between
}

.ft-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0
}

.ft-hex {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 0 6px 20px 0 #5da79714
}

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

.ft-brand-name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #5DA797
}

.ft-brand-sub {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #99BCAC
}

.ft-nav-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-nav-label {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #F0F5F4;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px
}

.ft-nav-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ft-nav-group ul li a {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #99BCAC;
    text-decoration: none;
    transition: color .13s ease-in;
    min-height: 44px;
    display: flex;
    align-items: center
}

.ft-nav-group ul li a:hover {
    color: #5DA797
}

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

.ft-contact-label {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #F0F5F4;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px
}

.ft-contact-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.ft-contact-item a,
.ft-contact-item span {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #99BCAC;
    text-decoration: none;
    transition: color .13s ease-in
}

.ft-contact-item a:hover {
    color: #5DA797
}

.ft-contact-item .oi {
    color: #5DA797;
    font-size: 15px;
    flex-shrink: 0
}

.ft-bottom {
    max-width: 1170px;
    margin: 0 auto;
    padding: 24px 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #99bcac2e
}

.ft-copy {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #99bcacb3
}

.ft-legal {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.ft-legal a {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #99bcacb3;
    text-decoration: none;
    transition: color .16s cubic-bezier(0.4, 0, 1, 1)
}

.ft-legal a:hover {
    color: #5DA797
}

@media (max-width: 1024px) {
    .ft-top {
        flex-wrap: wrap;
        gap: 24px
    }
}

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

    .ft-bottom {
        padding: 12px 12px 24px;
        flex-direction: column;
        align-items: flex-start
    }
}

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

.cookie-strip {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #99BCAC;
    border-radius: 6px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    max-width: 420px;
    width: calc(100vw - 48px);
    padding: 24px;
    display: none;
    flex-direction: column;
    gap: 12px;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform .18s cubic-bezier(0.4, 0, 1, 1), opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.cookie-strip[data-visible] {
    transform: translateY(0);
    opacity: 1
}

.cookie-strip-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e3830
}

.cookie-strip-desc {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #2d4a44
}

.cookie-btns {
    display: flex;
    gap: 8px
}

.cookie-btn {
    flex: 1;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #5DA797;
    cursor: pointer;
    min-height: 44px;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1)
}

.cookie-btn-accept {
    background: #5DA797;
    color: #fff
}

.cookie-btn-accept:hover,
.cookie-btn-accept:focus-visible {
    background: #4a8a7e;
    color: #fff
}

.cookie-btn-decline {
    background: #fff;
    color: #1e3830
}

.cookie-btn-decline:hover,
.cookie-btn-decline:focus-visible {
    background: #F0F5F4;
    color: #1e3830
}

.terms-nw-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 48px;
    color: #2a2e2d
}

.terms-nw-wrapper h1 {
    color: #5DA797;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid #99BCAC
}

.terms-nw-wrapper h2 {
    color: #3d6b60;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 48px;
    margin-bottom: 24px
}

.terms-nw-wrapper h3 {
    color: #4a7a6e;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 48px;
    margin-bottom: 12px
}

.terms-nw-wrapper h4 {
    color: #2a2e2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.55;
    margin-top: 24px;
    margin-bottom: 12px
}

.terms-nw-wrapper h5 {
    color: #2a2e2d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-nw-wrapper h6 {
    color: #5DA797;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-nw-wrapper p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 24px;
    color: #2a2e2d
}

.terms-nw-wrapper ul,
.terms-nw-wrapper ol {
    margin: 24px 0;
    padding-left: 24px
}

.terms-nw-wrapper ul {
    list-style: none;
    padding-left: 0
}

.terms-nw-wrapper ul li {
    padding-left: 24px;
    position: relative;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 8px;
    color: #2a2e2d
}

.terms-nw-wrapper ul li::before {
    background: #5DA797;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 4px;
    position: absolute;
    top: 11px;
    width: 6px
}

.terms-nw-wrapper ol {
    list-style: none;
    counter-reset: policy-counter;
    padding-left: 0
}

.terms-nw-wrapper ol li {
    counter-increment: policy-counter;
    padding-left: 32px;
    position: relative;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 8px;
    color: #2a2e2d
}

.terms-nw-wrapper ol li::before {
    color: #5DA797;
    content: counter(policy-counter) ".";
    font-size: 15px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 2px
}

.terms-nw-wrapper ul ul,
.terms-nw-wrapper ol ol,
.terms-nw-wrapper ul ol,
.terms-nw-wrapper ol ul {
    margin: 8px 0
}

.terms-nw-wrapper a {
    color: #5DA797;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.terms-nw-wrapper a:hover {
    color: #3d6b60;
    text-decoration-color: #3d6b60
}

.terms-nw-wrapper a:visited {
    color: #7a9e95
}

.terms-nw-wrapper table {
    border-collapse: collapse;
    border-radius: 6px;
    box-shadow: 0 3px 4px 0 #5da79714;
    font-size: 15px;
    line-height: 1.55;
    margin: 48px 0;
    overflow: hidden;
    width: 100%
}

.terms-nw-wrapper thead {
    background: #5DA797
}

.terms-nw-wrapper thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 12px 24px;
    text-align: left;
    text-transform: uppercase
}

.terms-nw-wrapper tbody tr {
    border-bottom: 1px solid #F0F5F4;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.terms-nw-wrapper tbody tr:last-child {
    border-bottom: none
}

.terms-nw-wrapper tbody tr:nth-child(even) {
    background: #F0F5F4
}

.terms-nw-wrapper tbody tr:hover {
    background: #e4efec
}

.terms-nw-wrapper td {
    color: #2a2e2d;
    font-size: 15px;
    line-height: 1.55;
    padding: 12px 24px;
    vertical-align: top
}

.terms-nw-wrapper th {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    text-align: left;
    vertical-align: top
}

.terms-nw-wrapper hr {
    background: linear-gradient(90deg, #5DA797 0%, #99BCAC 60%, transparent 100%);
    border: none;
    height: 1px;
    margin: 48px 0;
    opacity: .45
}

.terms-nw-wrapper div {
    font-size: 17px;
    line-height: 1.75
}

@media (max-width: 1024px) {
    .terms-nw-wrapper {
        padding: 96px 48px
    }
}

@media (max-width: 768px) {
    .terms-nw-wrapper {
        padding: 48px 24px
    }

    .terms-nw-wrapper h1 {
        font-size: 36px
    }

    .terms-nw-wrapper h2 {
        font-size: 26px
    }

    .terms-nw-wrapper h3 {
        font-size: 20px
    }

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

@media (max-width: 480px) {
    .terms-nw-wrapper {
        padding: 48px 12px
    }

    .terms-nw-wrapper h1 {
        font-size: 26px;
        margin-bottom: 24px
    }

    .terms-nw-wrapper h2 {
        font-size: 20px;
        margin-top: 24px
    }

    .terms-nw-wrapper h3 {
        font-size: 17px
    }

    .terms-nw-wrapper thead th,
    .terms-nw-wrapper td {
        padding: 8px 12px
    }
}

.abt-us {
    background: #fff;
    color: #1e2a26;
    overflow-x: clip;
    position: relative
}

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

.abt-us .pg-wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 24px
}

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

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

.abt-us .reveal {
    animation: fadeBlurIn .6s cubic-bezier(0.4, 0, 1, 1) both
}

.abt-us .reveal-2 {
    animation: fadeBlurIn .7s .12s cubic-bezier(0.4, 0, 1, 1) both
}

.abt-us .reveal-3 {
    animation: fadeBlurIn .8s .18s cubic-bezier(0.4, 0, 1, 1) both
}

.abt-us .title-blk {
    padding: 96px 0 48px;
    position: relative
}

.abt-us .title-blk::before {
    background: radial-gradient(ellipse at 20% 80%, #5da79712 0%, transparent 65%), radial-gradient(ellipse at 80% 10%, #99bcac0f 0%, transparent 55%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.abt-us .title-grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 340px
}

.abt-us .title-text .eyebrow {
    color: #5DA797;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 24px;
    text-transform: uppercase
}

.abt-us .title-text h1 {
    color: #1e2a26;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px
}

.abt-us .title-text h1 span {
    color: #5DA797
}

.abt-us .pt-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0 0 24px;
    padding: 0
}

.abt-us .pt-list li {
    align-items: flex-start;
    display: flex;
    font-size: 17px;
    gap: 12px;
    line-height: 1.55
}

.abt-us .pt-list li .dot {
    background: #5DA797;
    border-radius: 1px;
    flex-shrink: 0;
    height: 8px;
    margin-top: 7px;
    width: 8px
}

.abt-us .tag-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.abt-us .tag {
    background: #F0F5F4;
    border-radius: 6px;
    color: #2c3d38;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 12px
}

.abt-us .title-img-card {
    border-radius: 10px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    overflow: hidden;
    position: relative
}

.abt-us .title-img-card img {
    display: block;
    height: 400px;
    object-fit: cover;
    width: 100%
}

.abt-us .title-img-card::after {
    background: radial-gradient(ellipse at 50% 50%, transparent 40%, #1e2a2659 100%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.abt-us .shape-a {
    border: 2px solid #5da7972e;
    border-radius: 10px;
    bottom: -12px;
    height: 80px;
    pointer-events: none;
    position: absolute;
    right: -12px;
    width: 80px;
    z-index: 0
}

.abt-us .shape-b {
    border: 2px solid #99bcac26;
    border-radius: 6px;
    height: 48px;
    left: -8px;
    pointer-events: none;
    position: absolute;
    top: -8px;
    width: 48px;
    z-index: 0
}

.abt-us .team-blk {
    background: #F0F5F4;
    box-shadow: inset 0 3px 4px 0 #5da79714 inset 0 -3px 4px 0 #5da7970a;
    padding: 96px 0;
    position: relative
}

.abt-us .team-blk::before {
    background: radial-gradient(ellipse at 0% 0%, #1e2a260f 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, #1e2a260f 0%, transparent 50%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

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

.abt-us .team-col h2 {
    color: #1e2a26;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px;
    position: relative
}

.abt-us .team-col h2::after {
    background: #5DA797;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .15s cubic-bezier(0.4, 0, 1, 1);
    width: 48px
}

.abt-us .team-col h2:hover::after {
    width: 96px
}

.abt-us .team-col p {
    color: #2c3d38;
    font-size: 17px;
    line-height: 1.75;
    margin: 24px 0 0
}

.abt-us .persons-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr
}

.abt-us .person-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 #5da79714;
    padding: 24px;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .person-card:hover {
    box-shadow: 0 6px 20px 0 #5da79714;
    transform: translateY(-2px)
}

.abt-us .person-card .p-name {
    color: #1e2a26;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px
}

.abt-us .person-card .p-role {
    color: #5DA797;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px
}

.abt-us .person-card .p-bio {
    color: #3d5249;
    font-size: 15px;
    line-height: 1.55;
    margin: 0
}

.abt-us .heatmap-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 #5da79714;
    padding: 24px
}

.abt-us .heatmap-wrap h4 {
    color: #1e2a26;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px
}

.abt-us .heatmap-wrap .hm-sub {
    color: #4a6358;
    font-size: 15px;
    margin: 0 0 24px
}

.abt-us .hm-grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(12, 1fr)
}

.abt-us .hm-cell {
    border-radius: 1px;
    height: 28px;
    transition: opacity .1s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .hm-cell:hover {
    opacity: .75
}

.abt-us .hm-labels {
    display: grid;
    font-size: 15px;
    gap: 4px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 8px
}

.abt-us .hm-labels span {
    color: #5DA797;
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

.abt-us .hm-legend {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.abt-us .hm-legend span {
    color: #4a6358;
    font-size: 15px
}

.abt-us .hm-swatch {
    border-radius: 1px;
    height: 12px;
    width: 24px
}

.abt-us .contact-blk {
    padding: 96px 0;
    position: relative
}

.abt-us .contact-blk::before {
    background: radial-gradient(ellipse at 90% 50%, #5da7970d 0%, transparent 60%), radial-gradient(ellipse at 10% 50%, #99bcac0d 0%, transparent 60%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.abt-us .contact-grid {
    display: grid;
    gap: 48px;
    grid-template-columns: 5fr 7fr
}

.abt-us .contact-info h2 {
    color: #1e2a26;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px;
    position: relative
}

.abt-us .contact-info h2::after {
    background: linear-gradient(90deg, #5DA797, #99BCAC);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .16s cubic-bezier(0.4, 0, 1, 1);
    width: 48px
}

.abt-us .contact-info h2:hover::after {
    width: 96px
}

.abt-us .contact-info p {
    color: #2c3d38;
    font-size: 17px;
    line-height: 1.75;
    margin: 24px 0 0
}

.abt-us .contact-detail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0
}

.abt-us .contact-detail-list li {
    align-items: center;
    color: #2c3d38;
    display: flex;
    font-size: 17px;
    gap: 12px;
    line-height: 1.55
}

.abt-us .contact-detail-list li .oi {
    color: #5DA797;
    flex-shrink: 0;
    font-size: 17px
}

.abt-us .img-side {
    border-radius: 10px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    height: 200px;
    margin-top: 24px;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.abt-us .img-side img {
    border-radius: 10px;
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%
}

.abt-us .dashed-accent {
    border: 2px dashed #5da79766;
    border-radius: 10px;
    padding: 48px
}

.abt-us .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px
}

.abt-us .form-group label {
    color: #1e2a26;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3
}

.abt-us .form-group input,
.abt-us .form-group select {
    background: #fff;
    border: 1.5px solid #99BCAC;
    border-radius: 6px;
    box-shadow: inset 0 2px 3px 0 #5da7970f;
    color: #1e2a26;
    font-size: 17px;
    line-height: 1.55;
    outline: none;
    padding: 12px;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
    width: 100%
}

.abt-us .form-group input::placeholder {
    font-style: italic;
    opacity: .55
}

.abt-us .form-group input:focus,
.abt-us .form-group select:focus {
    border-color: #5DA797;
    box-shadow: 0 0 0 3px #5da7971f inset 0 2px 3px 0 #5da7970f
}

.abt-us .form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235DA797' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 36px
}

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

.abt-us .privacy-row input[type="checkbox"] {
    accent-color: #5DA797;
    flex-shrink: 0;
    height: 18px;
    margin-top: 2px;
    width: 18px
}

.abt-us .privacy-row label {
    color: #2c3d38;
    font-size: 15px;
    line-height: 1.55
}

.abt-us .privacy-row label a {
    color: #5DA797;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .privacy-row label a:hover {
    color: #1e2a26
}

.abt-us .btn-submit {
    background: #5DA797;
    border: none;
    border-radius: 6px;
    box-shadow: 0 6px 20px 0 #5da79714;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 12px 48px;
    position: relative;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .1s cubic-bezier(0.4, 0, 1, 1);
    type: submit
}

.abt-us .btn-submit:hover {
    background: #4a8f7d;
    box-shadow: 0 10px 36px 0 #5da7971f;
    transform: translateY(-1px)
}

.abt-us .btn-submit:active {
    transform: translateY(0)
}

.abt-us .btn-submit:focus-visible {
    outline: 2px solid #5DA797;
    outline-offset: 3px
}

.abt-us .btn-submit .spinner {
    display: none
}

.abt-us .btn-submit.loading .btn-label {
    visibility: hidden
}

.abt-us .btn-submit.loading .spinner {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute
}

.abt-us .spinner-ring {
    animation: spin .7s linear infinite;
    border: 2px solid #ffffff4d;
    border-radius: 50%;
    border-top-color: #fff;
    height: 20px;
    width: 20px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@media (max-width: 1024px) {
    .abt-us .title-grid {
        grid-template-columns: 1fr 280px
    }

    .abt-us .title-text h1 {
        font-size: 36px
    }

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

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

@media (max-width: 768px) {
    .abt-us .title-grid {
        grid-template-columns: 1fr
    }

    .abt-us .title-img-card {
        display: none
    }

    .abt-us .title-text h1 {
        font-size: 36px
    }

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

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

    .abt-us .dashed-accent {
        padding: 24px
    }

    .abt-us .title-blk {
        padding: 48px 0 24px
    }

    .abt-us .team-blk,
    .abt-us .contact-blk {
        padding: 48px 0
    }
}

@media (max-width: 480px) {
    .abt-us .title-text h1 {
        font-size: 26px
    }

    .abt-us .team-col h2,
    .abt-us .contact-info h2 {
        font-size: 26px
    }

    .abt-us .hm-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .abt-us .hm-labels {
        grid-template-columns: repeat(6, 1fr)
    }
}

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

.lp-prog .lp-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.lp-prog .reveal {
    opacity: 0;
    transform: rotate(-1.5deg) translateY(18px);
    animation: lp-reveal .55s cubic-bezier(0.4, 0, 1, 1) forwards
}

.lp-prog .reveal-2 {
    opacity: 0;
    transform: rotate(1deg) translateY(14px);
    animation: lp-reveal .5s cubic-bezier(0.4, 0, 1, 1) .12s forwards
}

.lp-prog .reveal-3 {
    opacity: 0;
    transform: translateY(20px);
    animation: lp-reveal .48s cubic-bezier(0.4, 0, 1, 1) .22s forwards
}

@keyframes lp-reveal {
    to {
        opacity: 1;
        transform: rotate(0deg) translateY(0)
    }
}

.lp-prog .divider-left {
    height: 1px;
    background: linear-gradient(90deg, #5DA797 0%, transparent 60%);
    margin: 0
}

.lp-prog .divider-warm {
    height: 1px;
    background: linear-gradient(90deg, #99BCAC 0%, transparent 55%);
    margin: 0
}

.lp-prog .tag-label {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5DA797;
    font-variant: small-caps;
    margin-bottom: 12px
}

.lp-prog .accent-word {
    color: #5DA797;
    position: relative;
    display: inline-block
}

.lp-prog .accent-word::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #5DA797;
    animation: underline-draw .45s cubic-bezier(0.4, 0, 1, 1) .5s forwards
}

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

.lp-prog .zigzag-bottom {
    width: 100%;
    height: 18px;
    display: block;
    overflow: hidden
}

.lp-prog .zigzag-top {
    width: 100%;
    height: 18px;
    display: block;
    overflow: hidden
}

.lp-prog .icon-rect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1.5px solid #5DA797;
    border-radius: 6px;
    color: #5DA797;
    flex-shrink: 0
}

.lp-prog .icon-rect .oi {
    font-size: 20px
}

.lp-prog a {
    color: #5DA797;
    text-decoration: underline;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1)
}

.lp-prog a:hover {
    color: #3d8070
}

.lp-prog .btn-primary {
    display: inline-block;
    background: #5DA797;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 6px 20px 0 #5da79714;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .18s ease-in
}

.lp-prog .btn-primary:hover {
    background: #3d8070;
    color: #fff;
    box-shadow: 0 10px 36px 0 #5da7971f;
    text-decoration: none
}

.lp-prog .btn-secondary {
    display: inline-block;
    background: #F0F5F4;
    color: #2a3a36;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1.5px solid #99BCAC;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), background .15s ease-in
}

.lp-prog .btn-secondary:hover {
    background: #e2edea;
    border-color: #5DA797;
    color: #2a3a36;
    text-decoration: none
}

.lp-prog .sep-inline {
    display: inline;
    color: #5DA797;
    margin: 0 8px;
    font-weight: 700
}

.lp-prog .small-caps-label {
    font-size: 15px;
    font-variant: small-caps;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #5DA797;
    font-weight: 600
}

.lp-prog ::placeholder {
    font-style: italic;
    opacity: .55
}

.lp-prog :focus-visible {
    outline: 2px solid #5DA797;
    outline-offset: 3px
}

.lp-prog .grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#5da7970a 1px, transparent 1px), linear-gradient(90deg, #5da7970a 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0
}

.lp-prog .hero-area {
    background: #fff;
    position: relative;
    padding: 96px 0 48px
}

.lp-prog .hero-area .lp-inner {
    position: relative;
    z-index: 1
}

.lp-prog .hero-flex {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.lp-prog .hero-main {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 24px
}

.lp-prog .hero-sidebar {
    flex: 0 0 300px;
    width: 300px
}

.lp-prog .hero-eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

.lp-prog .eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: #5DA797;
    transform: rotate(45deg);
    flex-shrink: 0
}

.lp-prog .hero-h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #1e2d28;
    font-weight: 800;
    margin: 0 0 24px;
    max-width: 560px
}

.lp-prog .hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: #2e4038;
    max-width: 520px;
    margin: 0 0 24px
}

.lp-prog .hero-meta-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    margin-bottom: 24px;
    font-size: 15px;
    color: #3a4e46;
    line-height: 1.55
}

.lp-prog .hero-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.lp-prog .sidebar-card {
    background: #F0F5F4;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 6px 20px 0 #5da79714;
    position: sticky;
    top: 24px
}

.lp-prog .sidebar-img-wrap {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    position: relative
}

.lp-prog .sidebar-img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(1.05);
    transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.lp-prog .sidebar-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, #5da7972e 0%, transparent 70%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s ease-in
}

.lp-prog .sidebar-img-wrap:hover::after {
    opacity: 1
}

.lp-prog .sidebar-img-wrap:hover img {
    filter: saturate(0.5) brightness(0.92)
}

.lp-prog .sidebar-price-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px
}

.lp-prog .sidebar-price {
    font-size: 36px;
    font-weight: 800;
    color: #1e2d28;
    line-height: 1.1
}

.lp-prog .sidebar-price-note {
    font-size: 15px;
    color: #5a7066;
    line-height: 1.55
}

.lp-prog .sidebar-feat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .sidebar-feat-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #2e4038;
    line-height: 1.55
}

.lp-prog .sidebar-feat-list li .oi {
    color: #5DA797;
    font-size: 15px;
    flex-shrink: 0
}

.lp-prog .sidebar-enroll {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    font-size: 17px
}

.lp-prog .curriculum-area {
    background: #F0F5F4;
    position: relative;
    padding: 48px 0
}

.lp-prog .curriculum-area .edge-strip {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #5DA797 0%, #99BCAC 100%);
    border-radius: 0
}

.lp-prog .curr-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.6fr;
    gap: 24px;
    align-items: start
}

.lp-prog .curr-col-head {
    padding-top: 8px
}

.lp-prog .curr-h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e2d28;
    margin: 0 0 12px
}

.lp-prog .curr-desc {
    font-size: 17px;
    line-height: 1.75;
    color: #2e4038;
    margin: 0 0 24px
}

.lp-prog .curr-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px
}

.lp-prog .curr-stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.lp-prog .curr-stat-num {
    font-size: 26px;
    font-weight: 800;
    color: #5DA797;
    line-height: 1.1;
    min-width: 52px
}

.lp-prog .curr-stat-label {
    font-size: 15px;
    color: #3a4e46;
    line-height: 1.55
}

.lp-prog .curr-modules {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .module-item {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 3px 4px 0 #5da79714;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    cursor: default;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.lp-prog .module-item:hover {
    box-shadow: 0 6px 20px 0 #5da79714
}

.lp-prog .module-num {
    font-size: 15px;
    font-weight: 700;
    color: #99BCAC;
    min-width: 24px;
    line-height: 1.55;
    flex-shrink: 0
}

.lp-prog .module-text {
    flex: 1
}

.lp-prog .module-name {
    font-size: 15px;
    font-weight: 700;
    color: #1e2d28;
    line-height: 1.3;
    margin-bottom: 4px
}

.lp-prog .module-sub {
    font-size: 15px;
    color: #5a7066;
    line-height: 1.55
}

.lp-prog .curr-code-col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lp-prog .code-block-wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 #5da79714
}

.lp-prog .code-header {
    background: #2a3a36;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.lp-prog .code-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #5DA797;
    opacity: .7
}

.lp-prog .code-dot-2 {
    background: #99BCAC;
    opacity: .5
}

.lp-prog .code-label {
    font-size: 15px;
    color: #99BCAC;
    font-weight: 600;
    margin-left: 4px
}

.lp-prog .code-body {
    background: #1e2d28;
    padding: 12px;
    font-size: 15px;
    color: #99BCAC;
    line-height: 1.75;
    white-space: pre;
    overflow-x: auto
}

.lp-prog .code-output {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 3px 4px 0 #5da79714
}

.lp-prog .output-label {
    font-size: 15px;
    font-weight: 700;
    color: #5DA797;
    margin-bottom: 8px;
    font-variant: small-caps;
    letter-spacing: .08em;
    text-transform: uppercase
}

.lp-prog .output-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #2e4038;
    line-height: 1.55;
    margin-bottom: 4px
}

.lp-prog .output-row .oi {
    color: #5DA797;
    font-size: 15px
}

.lp-prog .team-area {
    background: #fff;
    position: relative;
    padding: 48px 0
}

.lp-prog .team-area .edge-strip-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #99BCAC 0%, #5DA797 100%)
}

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

.lp-prog .team-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-prog .team-h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e2d28;
    margin: 0 0 12px
}

.lp-prog .team-desc {
    font-size: 17px;
    line-height: 1.75;
    color: #2e4038;
    margin: 0
}

.lp-prog .approach-box {
    background: #F0F5F4;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 3px 4px 0 #5da79714
}

.lp-prog .approach-title {
    font-size: 17px;
    font-weight: 700;
    color: #1e2d28;
    margin: 0 0 12px
}

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

.lp-prog .approach-list li {
    font-size: 15px;
    color: #2e4038;
    line-height: 1.55;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.lp-prog .approach-list li .oi {
    color: #5DA797;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 2px
}

.lp-prog .instructors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lp-prog .instructor-card {
    background: #F0F5F4;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 3px 4px 0 #5da79714;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .16s ease-in
}

.lp-prog .instructor-card:hover {
    box-shadow: 0 10px 36px 0 #5da7971f
}

.lp-prog .instr-avatar {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: linear-gradient(135deg, #5DA797 0%, #99BCAC 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-prog .instr-avatar .oi {
    color: #fff;
    font-size: 20px
}

.lp-prog .instr-name {
    font-size: 17px;
    font-weight: 700;
    color: #1e2d28;
    line-height: 1.3;
    margin: 0
}

.lp-prog .instr-role {
    font-size: 15px;
    color: #5DA797;
    font-variant: small-caps;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0
}

.lp-prog .instr-bio {
    font-size: 15px;
    color: #3a4e46;
    line-height: 1.75;
    margin: 0
}

.lp-prog .reviews-area {
    background: #F0F5F4;
    position: relative;
    padding: 48px 0 96px
}

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

.lp-prog .reviews-h2::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #5DA797;
    animation: underline-draw .45s cubic-bezier(0.4, 0, 1, 1) .7s forwards
}

.lp-prog .reviews-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap
}

.lp-prog .reviews-sub {
    font-size: 17px;
    color: #2e4038;
    line-height: 1.75;
    max-width: 480px;
    margin: 8px 0 0
}

.lp-prog .reviews-cols {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 24px;
    align-items: start
}

.lp-prog .review-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 6px 20px 0 #5da79714;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.lp-prog .review-card:hover {
    box-shadow: 0 10px 36px 0 #5da7971f
}

.lp-prog .review-stars {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.lp-prog .star-icon {
    width: 14px;
    height: 14px;
    display: inline-block
}

.lp-prog .review-text {
    font-size: 15px;
    color: #2e4038;
    line-height: 1.75;
    margin: 0
}

.lp-prog .review-author {
    font-size: 15px;
    font-weight: 700;
    color: #1e2d28;
    margin: 0
}

.lp-prog .review-author-role {
    font-size: 15px;
    color: #5a7066;
    margin: 0
}

.lp-prog .cta-panel {
    background: linear-gradient(110deg, #5DA797 0%, #99BCAC 100%);
    border-radius: 10px;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 10px 36px 0 #5da7971f;
    box-shadow: inset 0 1px 0 0 #ffffff40 inset 0 -1px 0 0 #5da7974d 0 10px 36px 0 #5da7971f
}

.lp-prog .cta-h3 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 0
}

.lp-prog .cta-text {
    font-size: 17px;
    color: #ffffffe6;
    line-height: 1.75;
    margin: 0
}

.lp-prog .btn-white {
    display: inline-block;
    background: #fff;
    color: #2a3a36;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px 4px 0 #5da79714;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s ease-in
}

.lp-prog .btn-white:hover {
    background: #F0F5F4;
    color: #1e2d28;
    text-decoration: none;
    box-shadow: 0 6px 20px 0 #5da79714
}

@media (max-width: 1024px) {
    .lp-prog .hero-flex {
        gap: 24px
    }

    .lp-prog .hero-sidebar {
        flex: 0 0 260px;
        width: 260px
    }

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

    .lp-prog .curr-code-col {
        grid-column: 1 / -1
    }

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

    .lp-prog .cta-panel {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .lp-prog .hero-area {
        padding: 48px 0 24px
    }

    .lp-prog .hero-flex {
        flex-direction: column
    }

    .lp-prog .hero-sidebar {
        flex: unset;
        width: 100%
    }

    .lp-prog .hero-main {
        padding-right: 0
    }

    .lp-prog .hero-h1 {
        font-size: 36px
    }

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

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

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

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

    .lp-prog .reviews-top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .lp-prog .hero-h1 {
        font-size: 26px
    }

    .lp-prog .curr-h2,
    .lp-prog .team-h2,
    .lp-prog .reviews-h2 {
        font-size: 26px
    }

    .lp-prog .sidebar-price {
        font-size: 26px
    }

    .lp-prog .hero-actions {
        flex-direction: column
    }
}

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

.strt .pg-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.strt .accent-label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5DA797;
    margin-bottom: 12px
}

.strt .draw-line {
    position: relative;
    display: inline-block
}

.strt .draw-line::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #5DA797;
    animation: drawUnder .18s cubic-bezier(0.4, 0, 1, 1) .6s forwards
}

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

.strt .ring-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0
}

.strt .ring-num svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px
}

.strt .ring-num span {
    font-size: 17px;
    font-weight: 700;
    color: #5DA797;
    position: relative;
    z-index: 1
}

.strt .tb {
    background: #F0F5F4;
    padding: 96px 0 48px;
    position: relative
}

.strt .tb-bg-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.strt .tb-bg-circles span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #5da7971f
}

.strt .tb-bg-circles span:nth-child(1) {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -60px
}

.strt .tb-bg-circles span:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 40px;
    left: 80px
}

.strt .tb-bg-circles span:nth-child(3) {
    width: 140px;
    height: 140px;
    top: 10px;
    left: 140px
}

.strt .tb-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: center
}

.strt .tb-left h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b2d2a;
    margin: 0 0 24px
}

.strt .tb-left h1 em {
    font-style: normal;
    color: #5DA797
}

.strt .tb-left p {
    font-size: 17px;
    line-height: 1.55;
    color: #2e3d3a;
    margin: 0 0 24px;
    max-width: 480px
}

.strt .tb-left .tb-links {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.strt .btn-prim {
    display: inline-block;
    padding: 12px 24px;
    background: #5DA797;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 4px 0 #5da79714;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.strt .btn-prim:hover {
    background: #4a8e7f;
    box-shadow: 0 6px 20px 0 #5da79714
}

.strt .btn-prim:focus {
    outline: 3px solid #5DA797;
    outline-offset: 2px
}

.strt .btn-sec {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    color: #1b2d2a;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #99BCAC;
    cursor: pointer;
    transition: border-color .12s ease-in, color .12s ease-in
}

.strt .btn-sec:hover {
    border-color: #5DA797;
    color: #5DA797
}

.strt .btn-sec:focus {
    outline: 3px solid #5DA797;
    outline-offset: 2px
}

.strt .tb-img-col {
    position: relative
}

.strt .tb-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #5da7971f
}

.strt .tb-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block
}

.strt .tb-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #5da7972e;
    border-radius: 10px
}

.strt .gap-sec {
    padding: 96px 0;
    background: #fff;
    position: relative
}

.strt .gap-sec::before {
    content: 'M';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    font-weight: 800;
    color: #5DA797;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #99BCAC;
    line-height: 1;
    z-index: 2
}

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

.strt .gap-card {
    background: #F0F5F4;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 3px 4px 0 #5da79714
}

.strt .gap-card.tall {
    grid-row: span 2;
    background: #5DA797;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.strt .gap-card.tall h3 {
    color: #fff
}

.strt .gap-card.tall p {
    color: #ffffffe0
}

.strt .gap-card h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1b2d2a;
    margin: 0 0 12px
}

.strt .gap-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3d3a;
    margin: 0
}

.strt .gap-card .gap-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin-top: 24px;
    box-shadow: 0 6px 20px 0 #5da79714
}

.strt .gap-intro {
    margin-bottom: 48px
}

.strt .gap-intro h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b2d2a;
    margin: 0 0 12px
}

.strt .gap-intro p {
    font-size: 17px;
    line-height: 1.55;
    color: #2e3d3a;
    max-width: 600px;
    margin: 0
}

.strt .current-sec {
    padding: 96px 0 48px;
    background: linear-gradient(160deg, #F0F5F4 0%, #fff 70%);
    position: relative
}

.strt .current-sec .diag-lines {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px;
    overflow: hidden;
    pointer-events: none
}

.strt .current-sec .diag-lines svg {
    width: 100%;
    height: 100%;
    opacity: .08
}

.strt .current-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: start
}

.strt .current-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #5da7971f
}

.strt .current-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

.strt .current-img-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, #5da79740, transparent);
    z-index: 1
}

.strt .current-text h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b2d2a;
    margin: 0 0 24px
}

.strt .current-text p {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3d3a;
    margin: 0 0 24px
}

.strt .topic-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.strt .topic-list li {
    font-size: 15px;
    font-weight: 600;
    color: #1b2d2a;
    background: #F0F5F4;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #99BCAC
}

.strt .topic-list li+li::before {
    display: none
}

.strt .invest-sec {
    padding: 48px 0 96px;
    background: #1b2d2a;
    position: relative
}

.strt .invest-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #5DA797, #99BCAC, #F0F5F4)
}

.strt .invest-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 24px;
    align-items: start;
    margin-top: 48px
}

.strt .invest-side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.strt .invest-pill {
    background: #5da7971f;
    border: 1px solid #5da7974d;
    border-radius: 10px;
    padding: 24px
}

.strt .invest-pill h5 {
    font-size: 15px;
    font-weight: 700;
    color: #99BCAC;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.strt .invest-pill p {
    font-size: 15px;
    line-height: 1.55;
    color: #f0f5f4d9;
    margin: 0
}

.strt .invest-center {
    background: #5da79714;
    border: 1px solid #5da79740;
    border-radius: 10px;
    padding: 48px 24px;
    text-align: center
}

.strt .invest-center h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #F0F5F4;
    margin: 0 0 12px
}

.strt .invest-center .invest-sub {
    font-size: 15px;
    color: #99BCAC;
    margin: 0 0 24px;
    line-height: 1.55
}

.strt .invest-center .price-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px
}

.strt .invest-center .price-val {
    font-size: 50px;
    font-weight: 800;
    color: #5DA797;
    line-height: 1.1
}

.strt .invest-center .price-unit {
    font-size: 20px;
    color: #99BCAC;
    font-weight: 600
}

.strt .invest-center p {
    font-size: 15px;
    color: #f0f5f4bf;
    line-height: 1.55;
    margin: 0 0 24px
}

.strt .invest-sec .accent-label {
    color: #99BCAC
}

.strt .invest-head {
    max-width: 600px
}

.strt .invest-head h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #F0F5F4;
    margin: 0 0 12px
}

.strt .invest-head p {
    font-size: 17px;
    color: #f0f5f4cc;
    line-height: 1.55;
    margin: 0
}

.strt .scale-sec {
    padding: 96px 0;
    background: #fff;
    position: relative
}

.strt .scale-sec::before {
    content: 'M';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    font-weight: 800;
    color: #5DA797;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #99BCAC;
    line-height: 1;
    z-index: 2
}

.strt .scale-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: center
}

.strt .scale-top h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b2d2a;
    margin: 0 0 12px
}

.strt .scale-top p {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3d3a;
    margin: 0
}

.strt .scale-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #5da7971f;
    position: relative
}

.strt .scale-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block
}

.strt .scale-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 50%, #5da79733)
}

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

.strt .metric-item {
    text-align: center;
    padding: 24px;
    background: #F0F5F4;
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 #5da79714;
    position: relative
}

.strt .metric-item .ring-num {
    margin: 0 auto 12px
}

.strt .metric-val {
    font-size: 36px;
    font-weight: 800;
    color: #5DA797;
    line-height: 1.1;
    display: block
}

.strt .metric-label {
    font-size: 15px;
    color: #2e3d3a;
    line-height: 1.3;
    display: block;
    margin-top: 8px
}

.strt .people-sec {
    padding: 96px 0;
    background: linear-gradient(170deg, #5DA797 0%, #3d7a6c 100%);
    position: relative
}

.strt .people-sec .diag-lines-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    overflow: hidden;
    pointer-events: none
}

.strt .people-sec .diag-lines-tl svg {
    opacity: .1;
    width: 100%;
    height: 100%
}

.strt .people-head {
    margin-bottom: 48px
}

.strt .people-head h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px
}

.strt .people-head p {
    font-size: 17px;
    color: #ffffffd9;
    line-height: 1.55;
    max-width: 560px;
    margin: 0
}

.strt .people-head .accent-label {
    color: #F0F5F4
}

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

.strt .person-card {
    background: #ffffff1a;
    border: 1px solid #fff3;
    border-radius: 10px;
    padding: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .16s cubic-bezier(0.4, 0, 1, 1)
}

.strt .person-card:hover {
    background: #ffffff2e
}

.strt .person-card .person-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px 0 #5da79714
}

.strt .person-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px
}

.strt .person-card .person-role {
    font-size: 15px;
    color: #f0f5f4bf;
    margin: 0 0 12px;
    font-weight: 500
}

.strt .person-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #ffffffd1;
    margin: 0
}

.strt .longval-sec {
    padding: 96px 0;
    background: #F0F5F4;
    position: relative
}

.strt .longval-sec::before {
    content: 'M';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    font-weight: 800;
    color: #5DA797;
    background: #F0F5F4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #99BCAC;
    line-height: 1;
    z-index: 2
}

.strt .longval-complex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.strt .longval-intro {
    border-bottom: 1px solid #99BCAC;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.strt .longval-intro h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b2d2a;
    margin: 0 0 12px
}

.strt .longval-intro p {
    font-size: 17px;
    line-height: 1.55;
    color: #2e3d3a;
    margin: 0
}

.strt .longval-detail {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.strt .longval-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start
}

.strt .longval-item p {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3d3a;
    margin: 0
}

.strt .longval-item h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1b2d2a;
    margin: 0 0 4px
}

.strt .longval-right {
    position: relative
}

.strt .longval-right .lv-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    box-shadow: 0 10px 36px 0 #5da7971f
}

.strt .longval-right .lv-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #5DA797;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 6px 20px 0 #5da79714
}

.strt .longval-right .lv-steps {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.strt .lv-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 3px 4px 0 #5da79714
}

.strt .lv-step span.step-text {
    font-size: 15px;
    color: #1b2d2a;
    font-weight: 600
}

.strt .curtain-group {
    overflow: hidden
}

.strt .curtain-group .curtain-item {
    transform: translateY(-12px);
    opacity: 0;
    animation: curtainFall .18s cubic-bezier(0.4, 0, 1, 1) forwards
}

.strt .curtain-group .curtain-item:nth-child(1) {
    animation-delay: .05s
}

.strt .curtain-group .curtain-item:nth-child(2) {
    animation-delay: .1s
}

.strt .curtain-group .curtain-item:nth-child(3) {
    animation-delay: .15s
}

.strt .curtain-group .curtain-item:nth-child(4) {
    animation-delay: .18s
}

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

@keyframes innerGlow {

    0%,
    100% {
        opacity: .04
    }

    50% {
        opacity: .12
    }
}

.strt .scale-sec .glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse at center, #5DA797, transparent 70%);
    animation: innerGlow 4s ease-in-out infinite;
    pointer-events: none;
    border-radius: 50%
}

@media (max-width: 1024px) {
    .strt .tb-grid {
        grid-template-columns: 1fr 280px
    }

    .strt .invest-grid {
        grid-template-columns: 1fr
    }

    .strt .invest-side {
        flex-direction: row
    }

    .strt .metrics-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .strt .people-grid {
        grid-template-columns: 1fr 1fr
    }

    .strt .current-layout {
        grid-template-columns: 1fr 1fr
    }
}

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

    .strt .tb-img-col {
        display: none
    }

    .strt .tb-left h1 {
        font-size: 36px
    }

    .strt .gap-mosaic {
        grid-template-columns: 1fr
    }

    .strt .gap-card.tall {
        grid-row: span 1
    }

    .strt .current-layout {
        grid-template-columns: 1fr
    }

    .strt .current-img-wrap img {
        height: 260px
    }

    .strt .invest-side {
        flex-direction: column
    }

    .strt .scale-top {
        grid-template-columns: 1fr
    }

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

    .strt .people-grid {
        grid-template-columns: 1fr
    }

    .strt .longval-complex {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .strt .tb-left h1 {
        font-size: 26px
    }

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

    .strt .invest-center .price-val {
        font-size: 36px
    }

    .strt .gap-intro h2,
    .strt .current-text h2,
    .strt .invest-head h2,
    .strt .scale-top h2,
    .strt .people-head h2,
    .strt .longval-intro h2 {
        font-size: 26px
    }
}

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

.cu-pg .frame {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.cu-pg .divider-double {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0
}

.cu-pg .divider-double span {
    display: block;
    height: 1px;
    background: #99BCAC;
    width: 100%
}

.cu-pg .accent-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5DA797;
    font-variant: small-caps;
    display: block;
    margin-bottom: 8px
}

.cu-pg .bento-block {
    padding: 96px 0 48px;
    background: #fff
}

.cu-pg .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    border: 1px solid #99BCAC;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #5da7971f
}

.cu-pg .bento-img-cell {
    grid-column: 1;
    grid-row: 1 / 3;
    position: relative;
    min-height: 420px
}

.cu-pg .bento-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(0px)
}

.cu-pg .bento-img-cell::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #5da7972e 0%, #ffffff0a 100%)
}

.cu-pg .bento-text-cell {
    grid-column: 2;
    grid-row: 1;
    padding: 48px 48px 24px;
    background: #fff;
    position: relative
}

.cu-pg .bento-faded-mark {
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 120px;
    line-height: 1.1;
    color: #5DA797;
    opacity: .07;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
    line-height: 1
}

.cu-pg .bento-heading {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    color: #1b2b27;
    margin: 0 0 12px;
    position: relative;
    display: inline-block
}

.cu-pg .bento-heading::after {
    content: '';
    display: block;
    height: 2px;
    background: #5DA797;
    width: 0;
    margin-top: 4px;
    border-radius: 1px;
    animation: underline-draw .18s cubic-bezier(0.4, 0, 1, 1) .2s forwards
}

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

.cu-pg .bento-desc {
    font-size: 17px;
    line-height: 1.55;
    color: #2c3e39;
    margin: 0
}

.cu-pg .bento-contact-cell {
    grid-column: 2;
    grid-row: 2;
    padding: 24px 48px 48px;
    background: #F0F5F4;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cu-pg .contact-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.cu-pg .contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #5DA797;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 4px 0 #5da79714
}

.cu-pg .contact-icon .oi {
    color: #fff;
    font-size: 15px
}

.cu-pg .contact-detail {
    font-size: 15px;
    line-height: 1.55;
    color: #1b2b27
}

.cu-pg .contact-detail a {
    color: #1b2b27;
    text-decoration: none;
    border-bottom: 1px solid #99BCAC;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.cu-pg .contact-detail a:hover {
    color: #5DA797;
    border-color: #5DA797
}

.cu-pg .form-belt {
    padding: 48px 0 96px;
    background: linear-gradient(155deg, #F0F5F4 0%, #e8f0ed 100%);
    position: relative
}

.cu-pg .form-belt::before {
    content: '';
    position: absolute;
    top: 24px;
    right: 48px;
    width: 80px;
    height: 80px;
    border: 1px solid #5da79726;
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-30deg);
    pointer-events: none
}

.cu-pg .form-belt::after {
    content: '';
    position: absolute;
    top: 36px;
    right: 60px;
    width: 56px;
    height: 56px;
    border: 1px solid #5da7971a;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(-30deg);
    pointer-events: none
}

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

.cu-pg .form-meta {
    padding-top: 8px
}

.cu-pg .form-meta-heading {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #1b2b27;
    margin: 0 0 12px;
    display: inline-block;
    position: relative
}

.cu-pg .form-meta-heading::after {
    content: '';
    display: block;
    height: 2px;
    background: #5DA797;
    width: 0;
    margin-top: 4px;
    border-radius: 1px;
    animation: underline-draw .16s cubic-bezier(0.4, 0, 1, 1) .35s forwards
}

.cu-pg .form-meta-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #2c3e39;
    margin: 0 0 24px
}

.cu-pg .process-flow {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px
}

.cu-pg .proc-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.cu-pg .proc-num {
    font-size: 20px;
    font-weight: 800;
    color: #5DA797;
    line-height: 1.1;
    min-width: 28px
}

.cu-pg .proc-num sup {
    font-size: 11px;
    font-weight: 700;
    color: #99BCAC
}

.cu-pg .proc-label {
    font-size: 15px;
    line-height: 1.55;
    color: #2c3e39;
    font-weight: 500
}

.cu-pg .proc-arrow {
    display: flex;
    align-items: center;
    padding-left: 28px;
    opacity: .4
}

.cu-pg .proc-arrow svg {
    display: block
}

.cu-pg .form-card {
    background: #fff;
    border-radius: 10px;
    padding: 48px;
    box-shadow: 0 6px 20px 0 #5da79714;
    box-shadow: inset 0 1px 0 #ffffffe6 inset 0 -1px 0 #5da79714 0 6px 20px 0 #5da79714
}

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

.cu-pg .field-grp {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cu-pg .field-grp.full {
    grid-column: 1 / -1
}

.cu-pg .field-label {
    font-size: 15px;
    font-weight: 600;
    color: #1b2b27;
    line-height: 1.3
}

.cu-pg .field-label .req {
    color: #5DA797;
    margin-left: 2px
}

.cu-pg .field-input {
    border: 1px solid #99BCAC;
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #1b2b27;
    background: #fff;
    outline: none;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
    box-sizing: border-box
}

.cu-pg .field-input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #2c3e39
}

.cu-pg .field-input:focus {
    border-color: #5DA797;
    box-shadow: 0 3px 4px 0 #5da79714
}

.cu-pg .interest-group {
    margin-bottom: 12px
}

.cu-pg .interest-label-top {
    font-size: 15px;
    font-weight: 600;
    color: #1b2b27;
    margin-bottom: 8px;
    display: block
}

.cu-pg .interest-checks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.cu-pg .check-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #99BCAC;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
    background: #F0F5F4
}

.cu-pg .check-item:hover {
    border-color: #5DA797;
    background: #e8f0ed
}

.cu-pg .check-item input[type="checkbox"] {
    accent-color: #5DA797;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0
}

.cu-pg .check-item-label {
    font-size: 15px;
    color: #1b2b27;
    cursor: pointer;
    line-height: 1.3
}

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    padding: 12px;
    background: #F0F5F4;
    border-radius: 6px
}

.cu-pg .privacy-row input[type="checkbox"] {
    accent-color: #5DA797;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px
}

.cu-pg .privacy-text {
    font-size: 15px;
    line-height: 1.55;
    color: #2c3e39
}

.cu-pg .privacy-text a {
    color: #5DA797;
    text-decoration: none;
    border-bottom: 1px solid #5da79766;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.cu-pg .privacy-text a:hover {
    border-color: #5DA797
}

.cu-pg .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 48px;
    background: #5DA797;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: .04em;
    box-shadow: 0 6px 20px 0 #5da79714;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .1s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden;
    transform-origin: center
}

.cu-pg .btn-submit:hover {
    background: #4a8f7e;
    box-shadow: 0 10px 36px 0 #5da7971f;
    transform: scaleX(1.04)
}

.cu-pg .btn-submit:active {
    transform: scaleX(0.98)
}

.cu-pg .btn-submit:focus-visible {
    outline: 2px solid #5DA797;
    outline-offset: 3px
}

.cu-pg .divider-section {
    padding: 0
}

@media (max-width: 1024px) {
    .cu-pg .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto
    }

    .cu-pg .bento-img-cell {
        grid-column: 1;
        grid-row: 1;
        min-height: 280px
    }

    .cu-pg .bento-text-cell {
        grid-column: 1;
        grid-row: 2;
        padding: 48px 48px 24px
    }

    .cu-pg .bento-contact-cell {
        grid-column: 1;
        grid-row: 3;
        padding: 24px 48px 48px
    }

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

@media (max-width: 768px) {
    .cu-pg .bento-block {
        padding: 48px 0 24px
    }

    .cu-pg .bento-text-cell {
        padding: 24px 24px 12px
    }

    .cu-pg .bento-contact-cell {
        padding: 12px 24px 24px
    }

    .cu-pg .bento-heading {
        font-size: 26px
    }

    .cu-pg .form-card {
        padding: 24px
    }

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

    .cu-pg .field-grp.full {
        grid-column: 1
    }

    .cu-pg .form-belt {
        padding: 24px 0 48px
    }

    .cu-pg .interest-checks {
        flex-direction: column
    }
}

@media (max-width: 480px) {
    .cu-pg .frame {
        padding: 0 12px
    }

    .cu-pg .bento-text-cell {
        padding: 24px 12px 12px
    }

    .cu-pg .bento-contact-cell {
        padding: 12px 12px 24px
    }

    .cu-pg .form-card {
        padding: 12px
    }

    .cu-pg .btn-submit {
        width: 100%
    }
}

.certs-pg {
    overflow-x: hidden
}

.certs-pg .cred-banner {
    background: linear-gradient(160deg, #e8f2ef 0%, #f5faf8 45%, #d4e8e2 100%);
    padding: 96px 24px;
    position: relative
}

.certs-pg .cred-banner::before {
    background: radial-gradient(ellipse at 80% 50%, #5da7971a 0%, transparent 70%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.certs-pg .cred-banner-inner {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative
}

.certs-pg .cred-text-col {
    display: flex;
    flex-direction: column;
    flex: 0 0 45%;
    gap: 24px;
    justify-content: center
}

.certs-pg .cred-label {
    color: #5DA797;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.certs-pg .cred-h1 {
    color: #1e3530;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0
}

.certs-pg .cred-h1 span {
    color: #5DA797
}

.certs-pg .cred-lead {
    color: #2c4a44;
    font-size: 17px;
    line-height: 1.55;
    margin: 0
}

.certs-pg .cred-meta-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.certs-pg .cred-badge {
    align-items: center;
    background: #fff;
    border: 1px solid #5da79740;
    border-radius: 6px;
    box-shadow: 0 3px 4px 0 #5da79714;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 24px
}

.certs-pg .cred-badge-num {
    color: #5DA797;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1
}

.certs-pg .cred-badge-lbl {
    color: #2c4a44;
    font-size: 15px;
    line-height: 1.3
}

.certs-pg .cred-visual-col {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 12px;
    position: relative
}

.certs-pg .cred-img-wrap {
    border-radius: 10px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.certs-pg .cred-img-wrap img {
    filter: contrast(1.06) saturate(1.08);
    height: 100%;
    object-fit: cover;
    transition: transform .18s cubic-bezier(0.4, 0, 1, 1);
    width: 100%
}

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

.certs-pg .cred-lines-deco {
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
    position: absolute;
    right: -12px
}

.certs-pg .cred-lines-deco span {
    background: #5da79759;
    border-radius: 1px;
    display: block;
    height: 2px
}

.certs-pg .cred-lines-deco span:nth-child(1) {
    width: 48px
}

.certs-pg .cred-lines-deco span:nth-child(2) {
    width: 36px
}

.certs-pg .cred-lines-deco span:nth-child(3) {
    width: 24px
}

.certs-pg .cred-lines-deco span:nth-child(4) {
    width: 16px
}

.certs-pg .wave-div {
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.certs-pg .wave-div svg {
    display: block;
    width: 100%
}

.certs-pg .certs-list-sec {
    background: #fff;
    padding: 96px 24px;
    position: relative
}

.certs-pg .certs-list-sec::before {
    background: radial-gradient(ellipse at 50% 50%, #5da7970f 0%, #f0f5f400 70%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.certs-pg .certs-inner {
    margin: 0 auto;
    max-width: 1170px;
    position: relative
}

.certs-pg .certs-top {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-bottom: 48px
}

.certs-pg .certs-top-text {
    flex: 0 0 55%
}

.certs-pg .certs-h2 {
    color: #1e3530;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 12px;
    position: relative;
    display: inline-block
}

.certs-pg .certs-h2::after {
    background: linear-gradient(90deg, #5DA797 0%, #99BCAC 100%);
    border-radius: 1px;
    bottom: -6px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .16s cubic-bezier(0.4, 0, 1, 1);
    width: 100%
}

.certs-pg .certs-inner:hover .certs-h2::after {
    transform: scaleX(1)
}

.certs-pg .certs-desc {
    color: #2c4a44;
    font-size: 17px;
    line-height: 1.55;
    margin: 16px 0 0
}

.certs-pg .certs-top-code {
    flex: 1 1 0
}

.certs-pg .code-block {
    background: #1e3530;
    border-radius: 6px;
    box-shadow: 0 6px 20px 0 #5da79714;
    overflow: hidden
}

.certs-pg .code-bar {
    align-items: center;
    background: #162926;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 8px 12px
}

.certs-pg .code-dot {
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px
}

.certs-pg .code-dot.red {
    background: #e06c6c
}

.certs-pg .code-dot.yel {
    background: #e0c46c
}

.certs-pg .code-dot.grn {
    background: #5DA797
}

.certs-pg .code-filename {
    color: #99bcacb3;
    font-size: 15px;
    margin-left: 8px
}

.certs-pg .code-body {
    padding: 16px 24px
}

.certs-pg .code-body pre {
    color: #99BCAC;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word
}

.certs-pg .code-body .ck {
    color: #5DA797
}

.certs-pg .code-body .cv {
    color: #e8c97a
}

.certs-pg .code-body .cs {
    color: #c8e6c9
}

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

.certs-pg .cert-card {
    background: #F0F5F4;
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 #5da79714;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.certs-pg .cert-card:hover {
    box-shadow: 0 10px 36px 0 #5da7971f;
    transform: translateY(-4px)
}

.certs-pg .cert-card-icon {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 4px 0 #5da79714;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: center;
    width: 48px
}

.certs-pg .cert-card-icon svg {
    display: block
}

.certs-pg .cert-card-name {
    color: #1e3530;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0
}

.certs-pg .cert-card-body {
    color: #2c4a44;
    font-size: 15px;
    line-height: 1.55;
    margin: 0
}

.certs-pg .cert-card-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px
}

.certs-pg .cert-tag {
    background: #5da7971f;
    border-radius: 6px;
    color: #3a7a6e;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 8px
}

.certs-pg .cert-card-img-wrap {
    border-radius: 6px;
    box-shadow: 0 6px 20px 0 #5da79714;
    height: 160px;
    overflow: hidden;
    width: 100%
}

.certs-pg .cert-card-img-wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.certs-pg .cert-spin-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding: 12px 0
}

.certs-pg .cert-spin {
    animation: certSpin 8s linear infinite;
    display: block;
    height: 56px;
    width: 56px
}

@keyframes certSpin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.certs-pg .cert-spin-label {
    color: #5DA797;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.certs-pg .cert-wide-card {
    background: linear-gradient(160deg, #1e3530 0%, #2c4a44 100%);
    border-radius: 10px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    display: flex;
    flex-direction: row;
    gap: 48px;
    grid-column: span 2;
    padding: 48px;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.certs-pg .cert-wide-card:hover {
    box-shadow: 0 10px 36px 0 #5da7972e;
    transform: translateY(-4px)
}

.certs-pg .cert-wide-text {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 12px;
    justify-content: center
}

.certs-pg .cert-wide-name {
    color: #F0F5F4;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0
}

.certs-pg .cert-wide-body {
    color: #f0f5f4cc;
    font-size: 17px;
    line-height: 1.55;
    margin: 0
}

.certs-pg .cert-wide-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.certs-pg .cert-wide-tag {
    background: #5da79740;
    border-radius: 6px;
    color: #99BCAC;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 12px
}

.certs-pg .cert-wide-visual {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 180px;
    gap: 12px;
    justify-content: center
}

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

    .certs-pg .cert-wide-card {
        grid-column: span 2
    }

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

    .certs-pg .certs-top-text {
        flex: 1 1 auto
    }
}

@media (max-width: 768px) {
    .certs-pg .cred-banner-inner {
        flex-direction: column;
        gap: 24px
    }

    .certs-pg .cred-text-col {
        flex: 1 1 auto
    }

    .certs-pg .cred-img-wrap {
        height: 280px
    }

    .certs-pg .cred-h1 {
        font-size: 36px
    }

    .certs-pg .cert-grid {
        grid-template-columns: 1fr
    }

    .certs-pg .cert-wide-card {
        flex-direction: column;
        gap: 24px;
        grid-column: span 1
    }

    .certs-pg .cert-wide-visual {
        flex: 0 0 auto
    }

    .certs-pg .cred-lines-deco {
        display: none
    }
}

@media (max-width: 480px) {
    .certs-pg .cred-banner {
        padding: 48px 12px
    }

    .certs-pg .certs-list-sec {
        padding: 48px 12px
    }

    .certs-pg .cred-h1 {
        font-size: 26px
    }

    .certs-pg .cred-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

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

.success-page .success-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 36px 0 #5da7971f;
    max-width: 560px;
    width: 100%;
    padding: 48px;
    text-align: center
}

.success-page .icon-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F0F5F4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: inset 0 2px 4px 0 #5da7971a inset 0 -2px 6px 0 #5da79724
}

.success-page .icon-ring svg {
    display: block
}

.success-page .success-label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5DA797;
    margin: 0 0 8px
}

.success-page .success-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: #1b2e2a;
    margin: 0 0 24px
}

.success-page .success-body {
    font-size: 17px;
    line-height: 1.55;
    color: #2c3e38;
    margin: 0 0 48px
}

.success-page .divider-line {
    width: 48px;
    height: 2px;
    background: #99BCAC;
    border-radius: 1px;
    margin: 0 auto 48px
}

.success-page .action-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.success-page .btn-primary {
    display: inline-block;
    padding: 12px 24px;
    background: #5DA797;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #5DA797;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 0 3px 4px 0 #5da79714
}

.success-page .btn-primary:hover,
.success-page .btn-primary:focus {
    background: #4a8f7d;
    border-color: #4a8f7d;
    outline: none
}

.success-page .btn-primary:focus-visible {
    outline: 2px solid #2c3e38;
    outline-offset: 3px
}

.success-page .btn-ghost {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    color: #2c3e38;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #99BCAC;
    transition: border-color .12s ease-in, color .12s ease-in
}

.success-page .btn-ghost:hover,
.success-page .btn-ghost:focus {
    border-color: #5DA797;
    color: #5DA797;
    outline: none
}

.success-page .btn-ghost:focus-visible {
    outline: 2px solid #2c3e38;
    outline-offset: 3px
}

@media (max-width: 480px) {
    .success-page {
        padding: 48px 12px
    }

    .success-page .success-wrap {
        padding: 24px
    }

    .success-page .success-heading {
        font-size: 26px
    }

    .success-page .action-row {
        flex-direction: column;
        align-items: stretch
    }

    .success-page .btn-primary,
    .success-page .btn-ghost {
        text-align: center
    }
}