html,
body {
    margin: 0;
    padding: 0
}

body {
    min-height: 100dvh;
    overflow-x: hidden;
    font-family: 'DM Sans', sans-serif
}

:focus {
    outline: none;
    box-shadow: 0 0 0 3px #65b6b473
}

.hd-bar {
    background: #fff;
    border-bottom: 1px solid #DEE6E7;
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.hd-strip {
    background: linear-gradient(90deg, #65B6B4 0%, #BED7D1 100%);
    padding: 6px 24px
}

.hd-strip-hold {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.hd-contact-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .45s ease-in-out
}

.hd-contact-link:hover {
    color: #DEE6E7
}

.hd-contact-link svg {
    flex-shrink: 0
}

.hd-body {
    padding: 24px
}

.hd-body-hold {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px
}

.hd-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    text-decoration: none
}

.hd-logo-mount {
    width: 44px;
    height: 44px;
    border: 2px dashed #65B6B4;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 2px 1px 4px 0 #65b6b40f
}

.hd-logo-mount img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.hd-brand-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b3a3a;
    text-align: center;
    letter-spacing: .01em;
    max-width: 120px
}

.hd-nav-shell {
    flex: 1;
    display: flex;
    justify-content: center
}

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

.hd-nav li {
    margin: 0
}

.hd-nav-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b3a3a;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 0;
    display: block;
    position: relative;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.hd-nav-link::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 24px;
    right: 24px;
    height: 2px;
    background: #65B6B4;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.hd-nav-link:hover {
    color: #65B6B4;
    background: #bed7d12e
}

.hd-nav-link:hover::after {
    transform: scaleX(1)
}

.ft-root {
    background: #DEE6E7;
    box-shadow: 2px 12px 36px 0 #65b6b41a 2px 7px 22px 0 #65b6b417;
    font-family: 'DM Sans', sans-serif
}

.ft-upper {
    background: #fff;
    padding: 48px 24px;
    box-shadow: 2px 1px 4px 0 #65b6b40f
}

.ft-upper-hold {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    flex-wrap: wrap
}

.ft-brand-col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 160px
}

.ft-logo-mount {
    width: 44px;
    height: 44px;
    border: 2px dashed #65B6B4;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 2px 1px 4px 0 #65b6b40f
}

.ft-logo-mount img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.ft-brand-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #1b3a3a;
    max-width: 160px
}

.ft-brand-since {
    font-size: 15px;
    line-height: 1.6;
    color: #3d6060
}

.ft-col {
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ft-col-head {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #65B6B4;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding-bottom: 6px;
    border-bottom: 1px solid #BED7D1
}

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

.ft-nav-list li {
    margin: 0
}

.ft-nav-list a {
    font-size: 15px;
    line-height: 1.6;
    color: #2a4a4a;
    text-decoration: none;
    transition: color .5s ease-in-out;
    display: inline-block
}

.ft-nav-list a:hover {
    color: #65B6B4
}

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

.ft-contact-list li {
    margin: 0
}

.ft-contact-list a {
    font-size: 15px;
    line-height: 1.6;
    color: #2a4a4a;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.ft-contact-list a:hover {
    color: #65B6B4
}

.ft-contact-list span {
    font-size: 15px;
    line-height: 1.6;
    color: #2a4a4a;
    display: block
}

.ft-lower {
    background: #BED7D1;
    padding: 24px
}

.ft-lower-hold {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.ft-copy {
    font-size: 15px;
    line-height: 1.6;
    color: #1b3a3a
}

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

.ft-legal-links li {
    margin: 0
}

.ft-legal-links a {
    font-size: 15px;
    line-height: 1.6;
    color: #1b3a3a;
    text-decoration: none;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ft-legal-links a:hover {
    color: #65B6B4
}

.ck-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 2px 12px 36px 0 #65b6b41a 2px 7px 22px 0 #65b6b417;
    z-index: 1000;
    border-top: 2px solid #65B6B4;
    transform: translateY(100%);
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none
}

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

.ck-bar-hold {
    max-width: 1320px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap
}

.ck-text-mount {
    flex: 1 1 300px
}

.ck-headline {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1b3a3a;
    margin: 0 0 6px
}

.ck-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #2a4a4a;
    margin: 0
}

.ck-panel {
    display: none;
    padding-top: 12px
}

.ck-panel.ck-panel-open {
    display: block
}

.ck-check-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0
}

.ck-check-row label {
    font-size: 15px;
    line-height: 1.6;
    color: #2a4a4a;
    cursor: pointer
}

.ck-check-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #65B6B4;
    cursor: pointer;
    flex-shrink: 0
}

.ck-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    flex-shrink: 0
}

.ck-btn-accept {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: linear-gradient(90deg, #65B6B4 0%, #BED7D1 100%);
    border: none;
    border-radius: 0;
    padding: 12px 24px;
    cursor: pointer;
    transition: opacity .45s ease-in-out;
    min-height: 44px
}

.ck-btn-accept:hover {
    opacity: .88
}

.ck-btn-manage {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #65B6B4;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color .5s ease-in-out
}

.ck-btn-manage:hover {
    color: #1b3a3a
}

.ck-btn-save {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #65B6B4;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color .5s ease-in-out
}

.ck-btn-save:hover {
    color: #1b3a3a
}

@media (max-width: 992px) {
    .hd-body-hold {
        flex-wrap: wrap;
        gap: 24px
    }

    .hd-brand {
        flex-direction: row;
        align-items: center
    }

    .hd-brand-name {
        text-align: left;
        max-width: none
    }

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

    .ft-upper-hold {
        gap: 24px
    }
}

@media (max-width: 576px) {
    .hd-strip-hold {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px
    }

    .hd-body {
        padding: 12px
    }

    .hd-body-hold {
        gap: 12px
    }

    .hd-nav {
        gap: 0
    }

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

    .ft-upper {
        padding: 24px 12px
    }

    .ft-lower {
        padding: 12px
    }

    .ft-lower-hold {
        flex-direction: column;
        align-items: flex-start
    }

    .ck-bar-hold {
        padding: 12px
    }

    .ck-actions {
        align-items: flex-start;
        width: 100%
    }

    .ck-btn-accept {
        width: 100%;
        text-align: center
    }
}

.text-policy {
    max-width: 1320px;
    margin: 0 auto;
    padding: 96px 48px
}

.text-policy p {
    font-size: 18px;
    line-height: 1.9;
    color: #2c3a3a;
    margin-bottom: 24px
}

.text-policy ul,
.text-policy ol {
    padding-left: 48px;
    margin-bottom: 24px
}

.text-policy li {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3a3a;
    margin-bottom: 12px
}

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

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

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

.text-policy a {
    color: #65B6B4;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out, text-decoration-color .55s ease-in-out
}

.text-policy a:hover {
    color: #3a8f8d;
    text-decoration-color: #BED7D1
}

.text-policy table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    border-radius: 32px;
    overflow: hidden
}

.text-policy thead {
    background: #65B6B4
}

.text-policy thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 24px;
    text-align: left
}

.text-policy tbody tr {
    border-bottom: 1px solid #DEE6E7;
    transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

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

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

.text-policy tbody tr:hover {
    background-color: #eaf4f3
}

.text-policy td {
    padding: 24px;
    color: #2c3a3a;
    vertical-align: top
}

.text-policy th {
    padding: 24px
}

.text-policy div {
    margin-bottom: 24px
}

@media (max-width: 992px) {
    .text-policy {
        padding: 48px 24px
    }

    .text-policy table {
        display: block;
        overflow-x: auto;
        border-radius: 32px
    }

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

@media (max-width: 576px) {
    .text-policy {
        padding: 48px 12px
    }

    .text-policy p,
    .text-policy li {
        font-size: 15px
    }

    .text-policy td,
    .text-policy th,
    .text-policy thead th {
        padding: 12px;
        font-size: 15px
    }
}

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

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

.ptl .tb {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 92vh;
    background: #111416
}

.ptl .tb__img-zone {
    position: relative;
    overflow: hidden
}

.ptl .tb__img-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .tb__img-zone:hover img {
    transform: scale(1.04)
}

.ptl .tb__grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 30%, #111416 95%);
    pointer-events: none
}

.ptl .tb__stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #65B6B4 0%, transparent 50%, #BED7D1 100%)
}

.ptl .tb__text-zone {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 96px 48px 96px 24px;
    position: relative
}

.ptl .tb__label {
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #BED7D1;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s forwards
}

.ptl .tb__h1 {
    font-size: 72px;
    line-height: 1.2;
    font-style: italic;
    color: #fff;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .25s forwards
}

.ptl .tb__h1 span {
    background: linear-gradient(120deg, #65B6B4 0%, transparent 60%, #BED7D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ptl .tb__desc {
    font-size: 18px;
    line-height: 1.6;
    color: #DEE6E7;
    max-width: 420px;
    margin-bottom: 48px;
    opacity: 0;
    animation: fadeUp .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s forwards
}

.ptl .tb__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 48px;
    background: linear-gradient(110deg, #65B6B4 0%, #BED7D1 100%);
    color: #111416;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .5s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 2px 7px 22px 0 #65b6b417;
    opacity: 0;
    animation: fadeUp .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .55s forwards;
    position: relative;
    overflow: hidden
}

.ptl .tb__cta:hover {
    box-shadow: 2px 12px 36px 0 #65b6b41a;
    transform: translateX(4px)
}

.ptl .tb__cta .cta-icon {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #111416;
    position: relative;
    transition: width .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .tb__cta:hover .cta-icon {
    width: 28px
}

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

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

.ptl .sup {
    background: #fff;
    padding: 96px 0;
    border-bottom: 1px dashed #BED7D1
}

.ptl .sup__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 96px;
    align-items: center
}

.ptl .sup__img-wrap {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 2px 12px 36px 0 #65b6b41a;
    position: relative
}

.ptl .sup__img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .sup__img-wrap:hover img {
    transform: scale(1.05)
}

.ptl .sup__badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #65B6B4;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 32px;
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.ptl .sup__text {
    padding-right: 24px
}

.ptl .sup__eyebrow {
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #65B6B4;
    margin-bottom: 24px;
    display: block
}

.ptl .sup__h2 {
    font-size: 42px;
    line-height: 1.2;
    font-style: italic;
    color: #1a2426;
    margin-bottom: 24px
}

.ptl .sup__body {
    font-size: 18px;
    line-height: 1.6;
    color: #2e3d3f;
    margin-bottom: 24px;
    margin-left: 48px;
    margin-right: 48px
}

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

.ptl .sup__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    line-height: 1.6;
    color: #2e3d3f
}

.ptl .sup__list li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #65B6B4;
    border-radius: 0;
    background: linear-gradient(135deg, #65B6B4 50%, transparent 50%);
    margin-top: 3px
}

.ptl .hes {
    background: linear-gradient(160deg, #1a2426 0%, #65B6B4 60%, #BED7D1 100%);
    padding: 96px 0;
    border-bottom: 1px dashed #dee6e74d
}

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

.ptl .hes__left {
    padding-right: 24px
}

.ptl .hes__h2 {
    font-size: 42px;
    line-height: 1.2;
    font-style: italic;
    color: #fff;
    margin-bottom: 24px
}

.ptl .hes__sub {
    font-size: 22px;
    line-height: 1.4;
    color: #DEE6E7;
    margin-bottom: 24px
}

.ptl .hes__body {
    font-size: 18px;
    line-height: 1.6;
    color: #DEE6E7
}

.ptl .hes__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ptl .hes__card {
    background: #ffffff14;
    border-radius: 32px;
    padding: 24px;
    border: 1px solid #dee6e726;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.ptl .hes__card:hover {
    background: #ffffff21;
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.ptl .hes__card-q {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #BED7D1;
    margin-bottom: 12px
}

.ptl .hes__card-a {
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.ptl .exp {
    background: #f4f8f8;
    padding: 96px 0;
    border-bottom: 1px dashed #BED7D1
}

.ptl .exp__top {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: end
}

.ptl .exp__h2 {
    font-size: 42px;
    line-height: 1.2;
    font-style: italic;
    color: #1a2426
}

.ptl .exp__intro {
    font-size: 18px;
    line-height: 1.6;
    color: #2e3d3f;
    margin-left: 48px;
    margin-right: 48px
}

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

.ptl .exp__phases::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 1px;
    border-top: 2px dashed #BED7D1;
    pointer-events: none
}

.ptl .exp__phase {
    background: #fff;
    border-radius: 32px;
    padding: 48px 24px 24px;
    box-shadow: 2px 1px 4px 0 #65b6b40f;
    position: relative;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease-in-out
}

.ptl .exp__phase:hover {
    box-shadow: 2px 12px 36px 0 #65b6b41a;
    transform: translateY(-6px)
}

.ptl .exp__phase-num {
    position: absolute;
    top: -18px;
    left: 24px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #65B6B4 0%, #BED7D1 100%);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.ptl .exp__phase-h {
    font-size: 22px;
    line-height: 1.4;
    font-style: italic;
    color: #1a2426;
    margin-bottom: 12px
}

.ptl .exp__phase-p {
    font-size: 15px;
    line-height: 1.6;
    color: #2e3d3f
}

.ptl .exp__img-row {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 24px;
    align-items: start
}

.ptl .exp__img-a {
    overflow: hidden;
    border-radius: 32px
}

.ptl .exp__img-a img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .exp__img-a:hover img {
    transform: scale(1.04)
}

.ptl .exp__img-b {
    overflow: hidden;
    border-radius: 32px
}

.ptl .exp__img-b img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .exp__img-b:hover img {
    transform: scale(1.04)
}

.ptl .rep {
    background: #fff;
    padding: 96px 0
}

.ptl .rep__layout {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 96px;
    align-items: start
}

.ptl .rep__left {
    border-right: 1px dashed #BED7D1;
    padding-right: 96px
}

.ptl .rep__eyebrow {
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #65B6B4;
    margin-bottom: 24px;
    display: block
}

.ptl .rep__h2 {
    font-size: 42px;
    line-height: 1.2;
    font-style: italic;
    color: #1a2426;
    margin-bottom: 24px
}

.ptl .rep__body {
    font-size: 18px;
    line-height: 1.6;
    color: #2e3d3f;
    margin-bottom: 24px;
    margin-left: 48px;
    margin-right: 48px
}

.ptl .rep__refs {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ptl .rep__ref {
    padding: 24px;
    background: #f4f8f8;
    border-radius: 32px;
    transition: box-shadow .5s ease-in-out
}

.ptl .rep__ref:hover {
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.ptl .rep__ref-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a2426;
    margin-bottom: 6px;
    letter-spacing: .04em
}

.ptl .rep__ref-role {
    font-size: 15px;
    color: #65B6B4;
    margin-bottom: 12px
}

.ptl .rep__ref-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2e3d3f
}

.ptl .rep__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ptl .rep__stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.ptl .rep__stat {
    background: linear-gradient(135deg, #65B6B4 0%, #BED7D1 100%);
    border-radius: 32px;
    padding: 24px;
    color: #fff;
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.ptl .rep__stat-num {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    display: block
}

.ptl .rep__stat-label {
    font-size: 15px;
    line-height: 1.4;
    color: #ffffffd9
}

.ptl .rep__assoc {
    background: #f4f8f8;
    border-radius: 32px;
    padding: 24px;
    font-size: 18px;
    line-height: 1.6;
    color: #2e3d3f
}

.ptl .rep__assoc-h {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1a2426;
    margin-bottom: 12px
}

.ptl .hes {
    position: relative;
    overflow: hidden
}

.ptl .hes__drift {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #bed7d11f 0%, transparent 70%);
    border-radius: 32px;
    animation: driftSpot 12s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes driftSpot {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(80px, 140px)
    }
}

.ptl .sup {
    border-right: 4px solid transparent
}

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

    .ptl .tb__img-zone {
        height: 50vh
    }

    .ptl .tb__text-zone {
        padding: 48px 24px
    }

    .ptl .tb__h1 {
        font-size: 42px
    }

    .ptl .sup__grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .ptl .sup__body {
        margin-left: 0;
        margin-right: 0
    }

    .ptl .hes__inner {
        grid-template-columns: 1fr
    }

    .ptl .exp__top {
        grid-template-columns: 1fr
    }

    .ptl .exp__intro {
        margin-left: 0;
        margin-right: 0
    }

    .ptl .exp__phases {
        grid-template-columns: 1fr
    }

    .ptl .exp__phases::before {
        display: none
    }

    .ptl .exp__img-row {
        grid-template-columns: 1fr
    }

    .ptl .rep__layout {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .ptl .rep__left {
        border-right: none;
        padding-right: 0
    }

    .ptl .rep__body {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 576px) {
    .ptl .tb__h1 {
        font-size: 30px
    }

    .ptl .sup__h2,
    .ptl .hes__h2,
    .ptl .exp__h2,
    .ptl .rep__h2 {
        font-size: 30px
    }

    .ptl .rep__stat-row {
        grid-template-columns: 1fr
    }

    .ptl .tb__text-zone {
        padding: 24px
    }
}

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

.abt-us .pg-strip {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.abt-us .div-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 48px auto;
    max-width: 1320px;
    padding: 0 24px
}

.abt-us .div-line::before,
.abt-us .div-line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #BED7D1
}

.abt-us .div-line__gem {
    width: 10px;
    height: 10px;
    background: #65B6B4;
    transform: rotate(45deg);
    flex-shrink: 0
}

.abt-us .tb {
    padding: 96px 0 48px;
    background: #fff;
    position: relative
}

.abt-us .tb__grid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

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

.abt-us .tb__tag {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #65B6B4;
    font-weight: 600
}

.abt-us .tb__counter-row {
    display: flex;
    align-items: flex-end;
    gap: 12px
}

.abt-us .tb__num {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 800;
    background: linear-gradient(118deg, #65B6B4 0%, transparent 55%, #BED7D1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.abt-us .tb__num-label {
    font-size: 18px;
    line-height: 1.6;
    color: #3a5f5e;
    padding-bottom: 12px;
    font-weight: 500
}

.abt-us .tb__h1 {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 800;
    color: #1b3a39;
    margin: 0;
    font-style: italic
}

.abt-us .tb__sub {
    font-size: 18px;
    line-height: 1.6;
    color: #3a5f5e;
    max-width: 480px
}

.abt-us .tb__arrows {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center
}

.abt-us .tb__arrow {
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #65B6B4, #BED7D1);
    position: relative
}

.abt-us .tb__arrow::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #BED7D1
}

.abt-us .tb__arrow:first-child::after {
    border-left-color: #65B6B4
}

.abt-us .tb__img-col {
    position: relative
}

.abt-us .tb__img-frame {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 2px 12px 36px 0 #65b6b41a
}

.abt-us .tb__img-frame img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .tb__img-frame:hover img {
    transform: scale(1.05)
}

.abt-us .tb__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, #65b6b42e 0%, transparent 60%);
    pointer-events: none
}

.abt-us .tb__badge {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #65B6B4, #BED7D1);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    z-index: 2
}

.abt-us .tb__badge-num {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2
}

.abt-us .tb__badge-txt {
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    opacity: .9
}

.abt-us .tb__img-frame img {
    filter: saturate(1.15) contrast(1.05)
}

.abt-us .ab {
    padding: 96px 0;
    background: #DEE6E7;
    position: relative;
    overflow: hidden
}

.abt-us .ab__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    border-radius: 32px;
    background: radial-gradient(ellipse at center, #65b6b421 0%, transparent 70%);
    animation: ab-glow 5s ease-in-out infinite;
    pointer-events: none
}

@keyframes ab-glow {

    0%,
    100% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08)
    }
}

.abt-us .ab__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative
}

.abt-us .ab__top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px
}

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

.abt-us .ab__h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b3a39;
    font-style: italic;
    margin: 0
}

.abt-us .ab__para {
    font-size: 18px;
    line-height: 1.9;
    color: #2a4a49;
    padding: 0 48px
}

.abt-us .ab__para-narrow {
    padding: 0 96px;
    font-size: 18px;
    line-height: 1.9;
    color: #2a4a49
}

.abt-us .ab__img-tall {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 2px 12px 36px 0 #65b6b41a;
    height: 560px
}

.abt-us .ab__img-tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease-in-out
}

.abt-us .ab__img-tall:hover img {
    transform: scale(1.05)
}

.abt-us .ab__num-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #65B6B4;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    width: 48px;
    height: 48px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    z-index: 2
}

.abt-us .ab__ranks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px
}

.abt-us .ab__rank-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.abt-us .ab__rank-pos {
    font-size: 15px;
    font-weight: 700;
    color: #65B6B4;
    width: 24px;
    flex-shrink: 0;
    text-align: right
}

.abt-us .ab__rank-label {
    font-size: 15px;
    color: #1b3a39;
    width: 140px;
    flex-shrink: 0
}

.abt-us .ab__rank-bar-bg {
    flex: 1;
    height: 6px;
    background: #65b6b426;
    border-radius: 0;
    overflow: hidden
}

.abt-us .ab__rank-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #65B6B4, #BED7D1);
    border-radius: 0;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .ab__checks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px
}

.abt-us .ab__check-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #1b3a39
}

.abt-us .ab__check-box {
    width: 18px;
    height: 18px;
    border: 2px solid #65B6B4;
    border-radius: 0;
    flex-shrink: 0;
    position: relative;
    margin-top: 2px
}

.abt-us .ab__check-box::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 6px;
    height: 3px;
    border-bottom: 2px solid #65B6B4;
    border-left: 2px solid #65B6B4;
    transform: rotate(-45deg)
}

.abt-us .ab__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 48px
}

.abt-us .ab__card {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    background: #fff;
    transition: box-shadow .5s ease-in-out
}

.abt-us .ab__card:hover {
    box-shadow: 2px 12px 36px 0 #65b6b41a
}

.abt-us .ab__card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .ab__card:hover .ab__card-img {
    transform: scale(1.05)
}

.abt-us .ab__card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.abt-us .ab__card-num {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #65b6b4e0;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    width: 36px;
    height: 36px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt-us .ab__card-h {
    font-size: 18px;
    font-weight: 700;
    color: #1b3a39;
    line-height: 1.4;
    font-style: italic;
    margin: 0
}

.abt-us .ab__card-p {
    font-size: 15px;
    line-height: 1.6;
    color: #3a5f5e;
    margin: 0
}

.abt-us .ab__card-body {
    background: #fff;
    transition: background .5s ease-in-out
}

.abt-us .ab__card:hover .ab__card-body {
    background: linear-gradient(160deg, #fff 0%, #DEE6E7 100%)
}

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

    .abt-us .tb__img-frame img {
        height: 360px
    }

    .abt-us .tb__h1 {
        font-size: 42px
    }

    .abt-us .tb__num {
        font-size: 58px
    }

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

    .abt-us .ab__img-tall {
        height: 320px
    }

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

    .abt-us .ab__para,
    .abt-us .ab__para-narrow {
        padding: 0 24px
    }
}

@media (max-width: 576px) {
    .abt-us .tb {
        padding: 48px 0 24px
    }

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

    .abt-us .tb__num {
        font-size: 42px
    }

    .abt-us .ab__h2 {
        font-size: 30px
    }

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

    .abt-us .ab__para,
    .abt-us .ab__para-narrow {
        padding: 0
    }

    .abt-us .ab {
        padding: 48px 0
    }

    .abt-us .tb__badge {
        right: 0
    }
}

.abt-us a:focus-visible,
.abt-us button:focus-visible {
    outline: 3px solid #65B6B4 !important;
    outline-offset: 3px !important
}

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

.ctus-pg .pg-bound {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px
}

.ctus-pg .reach-strip {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 0;
    position: relative
}

.ctus-pg .reach-strip::after {
    content: '';
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.ctus-pg .reach-strip svg.divider-tri {
    display: block;
    width: 100%;
    height: 56px
}

.ctus-pg .reach-inner {
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start
}

.ctus-pg .reach-left {
    flex: 0 0 420px;
    position: relative
}

.ctus-pg .reach-eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #65B6B4;
    margin-bottom: 24px;
    display: block
}

.ctus-pg .reach-heading {
    font-size: 42px;
    line-height: 1.2;
    font-style: italic;
    color: #1b2e2d;
    margin-bottom: 24px
}

.ctus-pg .reach-heading em {
    font-style: normal;
    background: linear-gradient(118deg, #65B6B4, transparent 60%, #BED7D1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus-pg .reach-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #2e4442;
    margin-bottom: 48px
}

.ctus-pg .reach-img-wrap {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 2px 12px 36px 0 #65b6b41a;
    transition: box-shadow .55s ease-in-out
}

.ctus-pg .reach-img-wrap:hover {
    box-shadow: 2px 7px 22px 0 #65b6b417
}

.ctus-pg .reach-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus-pg .reach-img-wrap:hover img {
    transform: scale(1.04)
}

.ctus-pg .reach-img-wrap .img-overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, #65b6b40a 0px, #65b6b40a 1px, transparent 1px, transparent 3px);
    pointer-events: none
}

.ctus-pg .info-legend {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus-pg .legend-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 0;
    background: #f4f9f9;
    transition: background .45s ease-in-out
}

.ctus-pg .legend-item:hover {
    background: #DEE6E7
}

.ctus-pg .legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 0;
    flex-shrink: 0;
    margin-top: 3px
}

.ctus-pg .legend-dot.dot-primary {
    background: #65B6B4
}

.ctus-pg .legend-dot.dot-secondary {
    background: #BED7D1
}

.ctus-pg .legend-dot.dot-tertiary {
    background: #2e4442
}

.ctus-pg .legend-text {
    font-size: 15px;
    line-height: 1.4;
    color: #2e4442
}

.ctus-pg .legend-text strong {
    display: block;
    font-size: 15px;
    color: #1b2e2d;
    margin-bottom: 6px
}

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

.ctus-pg .contact-card {
    background: #fff;
    border-radius: 32px;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    padding: 48px;
    position: relative;
    overflow: hidden
}

.ctus-pg .contact-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 32px;
    background: linear-gradient(118deg, #BED7D1, transparent 70%, #DEE6E7);
    opacity: .35;
    pointer-events: none;
    transform: rotate(18deg)
}

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

.ctus-pg .form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1
}

.ctus-pg .form-field.full {
    flex: 0 0 100%;
    width: 100%
}

.ctus-pg .f-label {
    font-size: 15px;
    color: #1b2e2d;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ctus-pg .f-input {
    padding: 12px 24px;
    border: 1.5px solid #BED7D1;
    border-radius: 0;
    font-size: 18px;
    color: #1b2e2d;
    background: #f4f9f9;
    outline: none;
    box-shadow: inset 2px 2px 4px 0 #65b6b40f;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.ctus-pg .f-input::placeholder {
    font-size: 15px;
    color: #8aadab
}

.ctus-pg .f-input:focus {
    border-color: #65B6B4;
    box-shadow: inset 1px 1px 3px 0 #65b6b417 2px 1px 4px 0 #65b6b40f
}

.ctus-pg .size-group-label {
    font-size: 15px;
    color: #1b2e2d;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.ctus-pg .size-opts {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.ctus-pg .size-opt {
    position: relative
}

.ctus-pg .size-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ctus-pg .size-opt label {
    display: block;
    padding: 6px 24px;
    border-radius: 0;
    border: 1.5px solid #BED7D1;
    font-size: 15px;
    color: #2e4442;
    background: #f4f9f9;
    cursor: pointer;
    transition: background .45s ease-in-out, border-color .45s ease-in-out, color .45s ease-in-out;
    user-select: none
}

.ctus-pg .size-opt input[type="radio"]:checked+label {
    background: #65B6B4;
    border-color: #65B6B4;
    color: #fff
}

.ctus-pg .size-opt label:hover {
    border-color: #65B6B4;
    background: #DEE6E7
}

.ctus-pg .size-opt input[type="radio"]:focus-visible+label {
    outline: 2px solid #1b2e2d;
    outline-offset: 2px
}

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

.ctus-pg .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #65B6B4;
    cursor: pointer
}

.ctus-pg .privacy-text {
    font-size: 15px;
    line-height: 1.6;
    color: #2e4442
}

.ctus-pg .privacy-text a {
    color: #65B6B4;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.ctus-pg .privacy-text a:hover {
    color: #1b2e2d
}

.ctus-pg .submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding: 12px 48px;
    border: none;
    border-radius: 0;
    background: linear-gradient(118deg, #65B6B4, transparent 80%, #BED7D1);
    background-color: #65B6B4;
    color: #fff;
    font-size: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    transition: box-shadow .5s ease-in-out, background-position .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-size: 200% 100%;
    background-position: left center
}

.ctus-pg .submit-btn:hover {
    background-position: right center;
    box-shadow: 2px 12px 36px 0 #65b6b41a
}

.ctus-pg .submit-btn:hover .btn-txt {
    transform: translateX(8px)
}

.ctus-pg .submit-btn:focus-visible {
    outline: 2px solid #1b2e2d;
    outline-offset: 3px
}

.ctus-pg .btn-ico {
    position: absolute;
    left: 24px;
    opacity: 0;
    transition: opacity .45s ease-in-out, transform .45s ease-in-out;
    display: flex;
    align-items: center
}

.ctus-pg .submit-btn:hover .btn-ico {
    opacity: 1;
    transform: translateX(0)
}

.ctus-pg .btn-txt {
    transition: transform .45s ease-in-out;
    display: block
}

.ctus-pg .addr-strip {
    background: #DEE6E7;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.ctus-pg .addr-strip .diag-deco {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    opacity: .12;
    overflow: hidden
}

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

.ctus-pg .addr-divider {
    background: linear-gradient(180deg, transparent, #65B6B4 30%, #BED7D1 70%, transparent);
    align-self: stretch
}

.ctus-pg .addr-col-a {
    padding-right: 48px
}

.ctus-pg .addr-col-b {
    padding-left: 48px
}

.ctus-pg .addr-tag {
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #65B6B4;
    display: block;
    margin-bottom: 24px
}

.ctus-pg .addr-head {
    font-size: 30px;
    line-height: 1.2;
    font-style: italic;
    color: #1b2e2d;
    margin-bottom: 24px
}

.ctus-pg .addr-body {
    font-size: 18px;
    line-height: 1.6;
    color: #2e4442;
    max-width: 420px
}

.ctus-pg .addr-detail-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px
}

.ctus-pg .addr-det {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 2px 1px 4px 0 #65b6b40f;
    transition: box-shadow .5s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus-pg .addr-det:hover {
    box-shadow: 2px 7px 22px 0 #65b6b417;
    transform: translateY(-3px)
}

.ctus-pg .det-ico {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: linear-gradient(118deg, #65B6B4, #BED7D1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus-pg .det-ico svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.ctus-pg .det-body {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus-pg .det-label {
    font-size: 15px;
    color: #8aadab;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ctus-pg .det-val {
    font-size: 18px;
    color: #1b2e2d;
    line-height: 1.4
}

.ctus-pg .det-val a {
    color: #1b2e2d;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.ctus-pg .det-val a:hover {
    color: #65B6B4
}

@keyframes clip-reveal {
    from {
        clip-path: inset(0 0 100% 0)
    }

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

.ctus-pg .reach-left {
    animation: clip-reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ctus-pg .contact-card {
    animation: clip-reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

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

    .ctus-pg .reach-inner {
        flex-direction: column;
        gap: 48px
    }

    .ctus-pg .reach-left {
        flex: 0 0 auto;
        width: 100%
    }

    .ctus-pg .addr-inner {
        grid-template-columns: 1fr;
        gap: 48px 0
    }

    .ctus-pg .addr-divider {
        display: none
    }

    .ctus-pg .addr-col-a {
        padding-right: 0
    }

    .ctus-pg .addr-col-b {
        padding-left: 0
    }
}

@media (max-width: 576px) {
    .ctus-pg .reach-strip {
        padding-top: 48px
    }

    .ctus-pg .contact-card {
        padding: 24px
    }

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

    .ctus-pg .reach-heading {
        font-size: 30px
    }

    .ctus-pg .addr-strip {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .ctus-pg .size-opts {
        gap: 6px
    }
}

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

.success-pg .success-wrap {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.success-pg .success-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 48px;
    flex-shrink: 0
}

.success-pg .success-icon svg {
    width: 72px;
    height: 72px
}

.success-pg .success-hdg {
    font-size: 42px;
    line-height: 1.2;
    font-style: italic;
    margin: 0 0 24px;
    background: linear-gradient(118deg, #65B6B4, transparent 60%, #BED7D1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success-pg .success-body {
    font-size: 18px;
    line-height: 1.6;
    color: #2d3a3a;
    max-width: 520px;
    margin: 0 0 48px
}

.success-pg .success-divider {
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, #65B6B4, #BED7D1);
    margin: 0 auto 48px;
    border-radius: 0
}

.success-pg .success-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 48px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    background: linear-gradient(118deg, #65B6B4, #BED7D1 80%, #DEE6E7);
    color: #1a3535;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 2px 7px 22px 0 #65b6b417;
    transition: box-shadow .5s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding .5s ease-in-out;
    position: relative;
    overflow: hidden
}

.success-pg .success-btn:hover {
    box-shadow: 2px 12px 36px 0 #65b6b41a;
    transform: translateY(-2px);
    padding-left: 36px;
    padding-right: 60px
}

.success-pg .success-btn:focus {
    outline: 2px solid #65B6B4;
    outline-offset: 4px
}

.success-pg .success-note {
    font-size: 15px;
    line-height: 1.6;
    color: #4a6060;
    margin-top: 24px
}

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

    .success-pg .success-hdg {
        font-size: 30px
    }

    .success-pg .success-body {
        font-size: 15px
    }
}