@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/700.css";

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

body {
    font-family: 'Roboto Slab', Georgia, serif
}

:focus {
    filter: invert(1);
    outline: none
}

.hd-strip {
    background: #151C29;
    padding: 6px 0
}

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

.hd-strip-pod a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.2;
    color: #D7FBF3;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .5s ease-in-out
}

.hd-strip-pod a:hover {
    color: #CB7707
}

.hd-strip-pod .strip-sep {
    width: 1px;
    height: 12px;
    background: #d7fbf340;
    flex-shrink: 0
}

.hd-main {
    background: #fff;
    border-bottom: 1px solid #cb770726;
    box-shadow: 0 3px 6px 1px #cb770712;
    position: relative
}

.hd-main-pod {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 96px
}

.logo-cell {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 4px 25px 1px #151c2917;
    padding: 6px
}

.logo-frame img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block
}

.brand-label {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.brand-label .b-name {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #151C29;
    letter-spacing: -.02em;
    text-decoration: none
}

.brand-label .b-tagline {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.2;
    color: #CB7707;
    letter-spacing: .04em
}

.hd-accent {
    width: 6px;
    height: 6px;
    background: #CB7707;
    border-radius: 4px;
    flex-shrink: 0;
    align-self: center
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.primary-menu a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #151C29;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    letter-spacing: -.01em;
    transition: color .5s ease-in-out, background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.primary-menu a:hover {
    color: #CB7707;
    background: #cb770712
}

.primary-menu a.active {
    color: #CB7707;
    font-weight: 700
}

.hd-cta-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #CB7707;
    color: #fff;
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.01em;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 25px 1px #cb770717;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.hd-cta-btn:hover {
    background: #a86206;
    box-shadow: 0 12px 44px 1px #cb77071a
}

.hd-deco {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #CB7707 0%, #D7FBF3 60%, transparent 100%);
    pointer-events: none
}

@media (max-width: 1024px) {
    .hd-main-pod {
        flex-wrap: wrap;
        min-height: auto;
        padding: 12px 24px;
        gap: 12px
    }

    .primary-menu {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 6px
    }
}

@media (max-width: 768px) {
    .brand-label .b-tagline {
        display: none
    }

    .hd-cta-btn {
        padding: 12px 16px;
        font-size: 13px
    }

    .primary-menu a {
        font-size: 13px;
        padding: 6px
    }
}

@media (max-width: 640px) {
    .hd-strip-pod {
        justify-content: center
    }
}

.ft-root {
    background: #151C29;
    padding: 52px 0 0
}

.ft-upper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px
}

.ft-brand-cell {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ft-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #d7fbf34d;
    background: #ffffff0d;
    box-shadow: 0 3px 6px 1px #151c2912;
    padding: 6px;
    flex-shrink: 0
}

.ft-logo-frame img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block
}

.ft-brand-name {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #D7FBF3;
    letter-spacing: -.02em
}

.ft-brand-desc {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #d7fbf3b3
}

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

.ft-contact-label {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.2;
    color: #CB7707;
    letter-spacing: .08em;
    text-transform: uppercase
}

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

.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.ft-contact-item .ft-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.ft-contact-item .ft-icon svg {
    width: 20px;
    height: 20px;
    fill: #CB7707
}

.ft-contact-item span,
.ft-contact-item a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #d7fbf3d9;
    text-decoration: none;
    transition: color .5s ease-in-out
}

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

.ft-divider {
    max-width: 1400px;
    margin: 52px auto 0;
    padding: 0 24px;
    border: none;
    border-top: 1px solid #d7fbf31f
}

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

.ft-copy {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.8;
    color: #d7fbf373
}

.ft-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.ft-nav a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.8;
    color: #d7fbf38c;
    text-decoration: none;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ft-nav a:hover {
    color: #CB7707
}

@media (max-width: 768px) {
    .ft-upper {
        grid-template-columns: 1fr;
        gap: 24px
    }

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

@media (max-width: 640px) {
    .ft-nav {
        gap: 12px
    }
}

.content-doc {
    max-width: 1400px;
    margin: 0 auto;
    padding: 52px 24px;
    color: #151C29;
    background: #fff
}

.content-doc h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #151C29;
    margin-bottom: 24px;
    margin-top: 0
}

.content-doc h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #151C29;
    margin-top: 52px;
    margin-bottom: 24px
}

.content-doc h3 {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: -.01em;
    color: #151C29;
    margin-top: 24px;
    margin-bottom: 12px
}

.content-doc h4,
.content-doc h5,
.content-doc h6 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #151C29;
    margin-top: 24px;
    margin-bottom: 12px
}

.content-doc p {
    font-size: 16px;
    line-height: 1.8;
    color: #151C29;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 72ch
}

.content-doc ul,
.content-doc ol {
    font-size: 16px;
    line-height: 1.8;
    color: #151C29;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    max-width: 72ch
}

.content-doc ul {
    list-style-type: disc
}

.content-doc ol {
    list-style-type: decimal
}

.content-doc li {
    font-size: 16px;
    line-height: 1.8;
    color: #151C29;
    margin-bottom: 6px
}

.content-doc li:last-child {
    margin-bottom: 0
}

.content-doc strong,
.content-doc b {
    font-weight: 700;
    color: #151C29
}

.content-doc a {
    color: #CB7707;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .5s ease-in-out, text-decoration-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.content-doc a:hover {
    color: #151C29;
    text-decoration-color: #CB7707
}

.content-doc table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    box-shadow: 0 3px 6px 1px #cb770712;
    border-radius: 4px;
    overflow: hidden
}

.content-doc thead {
    background: #151C29
}

.content-doc thead th {
    color: #D7FBF3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: left;
    border: none
}

.content-doc tbody tr {
    border-bottom: 1px solid #151c2914;
    transition: background .5s ease-in-out
}

.content-doc tbody tr:last-child {
    border-bottom: none
}

.content-doc tbody tr:nth-child(even) {
    background: #D7FBF3
}

.content-doc tbody tr:hover {
    background: #cb77070f
}

.content-doc td {
    padding: 12px 24px;
    color: #151C29;
    font-size: 16px;
    line-height: 1.8;
    vertical-align: top;
    border: none
}

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

    .content-doc h1 {
        font-size: 46px
    }

    .content-doc h2 {
        font-size: 19px;
        margin-top: 24px
    }

    .content-doc table {
        display: block;
        overflow-x: auto
    }
}

@media (max-width: 640px) {
    .content-doc h1 {
        font-size: 19px
    }

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

    .content-doc p,
    .content-doc ul,
    .content-doc ol,
    .content-doc li,
    .content-doc td {
        font-size: 13px
    }
}

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

.sub-pg .sp-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px
}

.sub-pg .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    padding: 52px 24px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.sub-pg .bento-grid::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #cb770712;
    filter: blur(60px);
    pointer-events: none
}

.sub-pg .bento-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #d7fbf399;
    filter: blur(50px);
    pointer-events: none
}

.sub-pg .bento-img-cell {
    grid-column: 2;
    grid-row: 1 / 3;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    min-height: 420px
}

.sub-pg .bento-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: imgFadeIn .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes imgFadeIn {
    from {
        opacity: 0;
        transform: scale(1.03)
    }

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

.sub-pg .bento-text-cell {
    grid-column: 1;
    grid-row: 1;
    background: #fff;
    border-radius: 36px;
    padding: 52px;
    box-shadow: 0 4px 25px 1px #cb770717;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.sub-pg .bento-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #CB7707;
    background: #cb770717;
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.sub-pg .bento-text-cell h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #151C29;
    margin: 0 0 24px;
    text-shadow: 0 3px 6px 1px #151c2912
}

.sub-pg .bento-text-cell h1 span {
    background: linear-gradient(112deg, #CB7707 30%, #cb770799 100%), linear-gradient(200deg, #d7fbf366 0%, transparent 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sub-pg .bento-sub {
    font-size: 19px;
    line-height: 1.8;
    color: #3a4258;
    margin: 0 0 24px
}

.sub-pg .bento-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #151C29;
    text-decoration: none;
    border-bottom: 2px solid #CB7707;
    padding-bottom: 4px;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.sub-pg .bento-link:hover {
    color: #CB7707
}

.sub-pg .bento-link:hover .link-arrow {
    transform: translateX(6px)
}

.sub-pg .link-arrow {
    display: inline-block;
    width: 18px;
    height: 12px;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.sub-pg .bento-stat-cell {
    grid-column: 1;
    grid-row: 2;
    background: #151C29;
    border-radius: 36px;
    padding: 36px 52px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.sub-pg .bento-stat-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(130deg, #cb77072e 0%, transparent 60%), linear-gradient(300deg, #d7fbf30f 0%, transparent 50%);
    animation: bgShift 8s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes bgShift {
    from {
        background: linear-gradient(130deg, #cb77072e 0%, transparent 60%), linear-gradient(300deg, #d7fbf30f 0%, transparent 50%)
    }

    to {
        background: linear-gradient(160deg, #cb77071f 20%, transparent 70%), linear-gradient(260deg, #d7fbf31a 0%, transparent 60%)
    }
}

.sub-pg .stat-num {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 800;
    color: #CB7707;
    letter-spacing: -.03em;
    flex-shrink: 0
}

.sub-pg .stat-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #d7fbf3d9
}

.sub-pg .ed-section {
    background: #cb77070a;
    padding: 96px 24px;
    position: relative
}

.sub-pg .ed-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #cb77074d, transparent)
}

.sub-pg .ed-zigzag {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    height: 32px;
    overflow: hidden
}

.sub-pg .ed-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 96px;
    align-items: start
}

.sub-pg .ed-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 24px
}

.sub-pg .ed-icon-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 3px 6px 1px #151c2912;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.sub-pg .ed-icon-item:hover {
    box-shadow: 0 12px 44px 1px #151c291a;
    transform: translateY(-4px)
}

.sub-pg .ed-icon-shape {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #cb77071f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.sub-pg .ed-icon-label {
    font-size: 13px;
    font-weight: 700;
    color: #CB7707;
    letter-spacing: .06em;
    text-transform: uppercase
}

.sub-pg .ed-icon-desc {
    font-size: 13px;
    line-height: 1.8;
    color: #3a4258;
    margin: 0
}

.sub-pg .ed-body {
    display: flex;
    flex-direction: column;
    gap: 52px
}

.sub-pg .ed-body h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #151C29;
    margin: 0 0 24px;
    text-shadow: 0 3px 6px 1px #151c2912
}

.sub-pg .ed-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: dropIn .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.sub-pg .ed-block:nth-child(2) {
    animation-delay: .1s
}

.sub-pg .ed-block:nth-child(3) {
    animation-delay: .2s
}

@keyframes dropIn {
    from {
        opacity: 0;
        transform: translateY(-18px)
    }

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

.sub-pg .para-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .07em;
    color: #CB7707;
    text-transform: uppercase
}

.sub-pg .ed-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4258;
    margin: 0
}

.sub-pg .ed-block h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #151C29;
    margin: 0;
    font-weight: 700
}

.sub-pg .circ-deco {
    position: absolute;
    bottom: 52px;
    right: 52px;
    width: 160px;
    height: 160px;
    pointer-events: none;
    opacity: .12
}

.sub-pg .circ-deco circle {
    fill: none;
    stroke: #CB7707;
    stroke-width: 1
}

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

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

    .sub-pg .bento-text-cell {
        grid-column: 1;
        grid-row: 2;
        padding: 36px
    }

    .sub-pg .bento-stat-cell {
        grid-column: 1;
        grid-row: 3;
        padding: 24px 36px
    }

    .sub-pg .bento-text-cell h1 {
        font-size: 46px
    }

    .sub-pg .ed-inner {
        grid-template-columns: 1fr;
        gap: 52px
    }

    .sub-pg .ed-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .sub-pg .ed-body h2 {
        font-size: 36px
    }
}

@media (max-width: 768px) {
    .sub-pg .bento-text-cell h1 {
        font-size: 36px
    }

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

    .sub-pg .bento-stat-cell {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px
    }

    .sub-pg .stat-num {
        font-size: 46px
    }

    .sub-pg .ed-section {
        padding: 52px 24px
    }

    .sub-pg .ed-sidebar {
        grid-template-columns: 1fr
    }

    .sub-pg .ed-body h2 {
        font-size: 36px
    }
}

@media (max-width: 640px) {
    .sub-pg .bento-grid {
        padding: 24px
    }

    .sub-pg .bento-text-cell h1 {
        font-size: 36px
    }

    .sub-pg .ed-body h2 {
        font-size: 36px
    }
}

.prm {
    background: #fff;
    overflow-x: hidden
}

.prm .db-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #cb77071a;
    pointer-events: none
}

.prm .t-blk {
    max-width: 1400px;
    margin: 0 auto;
    padding: 52px 52px 96px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 52px;
    align-items: center;
    position: relative
}

.prm .t-blk__img-col {
    position: relative;
    order: -1
}

.prm .t-blk__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    opacity: .72
}

.prm .t-blk__img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center
}

.prm .t-bracket {
    position: absolute;
    width: 28px;
    height: 28px;
    pointer-events: none
}

.prm .t-bracket--tl {
    top: -8px;
    left: -8px;
    border-top: 2px solid #CB7707;
    border-left: 2px solid #CB7707;
    border-radius: 4px 0 0 0
}

.prm .t-bracket--br {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #CB7707;
    border-right: 2px solid #CB7707;
    border-radius: 0 0 4px 0
}

.prm .t-blk__text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prm .t-blk__eyebrow {
    font-size: 13px;
    letter-spacing: .08em;
    color: #CB7707;
    font-weight: 600;
    text-transform: uppercase
}

.prm .t-blk__h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #151C29;
    letter-spacing: -.03em;
    text-shadow: 0 2px 8px #cb77071a;
    margin: 0
}

.prm .t-blk__h1 .hl {
    background: #D7FBF3;
    padding: 0 6px;
    border-radius: 4px
}

.prm .t-blk__sub {
    font-size: 19px;
    line-height: 1.8;
    color: #3a4459;
    margin: 0
}

.prm .t-blk__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #CB7707;
    text-decoration: none;
    font-weight: 600;
    transition: gap .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s ease-in-out
}

.prm .t-blk__link:hover {
    gap: 12px;
    color: #a35e00
}

.prm .t-blk__link svg {
    flex-shrink: 0;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .t-blk__link:hover svg {
    transform: translateX(4px)
}

.prm .t-blk__rings {
    position: absolute;
    bottom: 24px;
    left: -40px;
    pointer-events: none
}

.prm .nums-outer {
    background: #151C29;
    width: 100%
}

.prm .nums-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center
}

.prm .nums-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prm .nums-text__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -.025em;
    text-shadow: 0 3px 12px #cb77072e;
    margin: 0
}

.prm .nums-text__p {
    font-size: 16px;
    line-height: 1.8;
    color: #b0bac8;
    margin: 0
}

.prm .nums-text__p strong {
    color: #D7FBF3
}

.prm .nums-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.prm .num-card {
    background: #ffffff0a;
    border: 1px solid #cb77072e;
    border-radius: 36px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    overflow: hidden;
    transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out
}

.prm .num-card:hover {
    border-color: #cb77078c;
    box-shadow: 0 4px 25px 1px #cb770717
}

.prm .num-card__val {
    font-size: 46px;
    line-height: 1.2;
    color: #CB7707;
    font-weight: 700;
    letter-spacing: -.03em
}

.prm .num-card__lbl {
    font-size: 13px;
    line-height: 1.8;
    color: #8a97a8;
    text-transform: uppercase;
    letter-spacing: .06em
}

.prm .num-card__bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #CB7707;
    width: 0;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0 4px 4px 0
}

.prm .num-card:hover .num-card__bar {
    width: 100%
}

.prm .hesit-outer {
    background: #fff;
    width: 100%;
    position: relative
}

.prm .hesit-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 0
}

.prm .hesit-divider__line {
    flex: 1;
    height: 1px;
    background: #e8ede4;
    max-width: 400px
}

.prm .hesit-divider__shape {
    width: 12px;
    height: 12px;
    background: #CB7707;
    border-radius: 4px;
    transform: rotate(45deg);
    margin: 0 12px;
    flex-shrink: 0
}

.prm .hesit-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 52px 52px 96px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 96px;
    align-items: start
}

.prm .hesit-img-col {
    position: relative
}

.prm .hesit-img-wrap {
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 12px 44px 1px #151c291a
}

.prm .hesit-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.prm .hesit-rings {
    position: absolute;
    top: -24px;
    right: -24px;
    pointer-events: none
}

.prm .hesit-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prm .hesit-text__label {
    font-size: 13px;
    color: #CB7707;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600
}

.prm .hesit-text__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #151C29;
    letter-spacing: -.025em;
    text-shadow: 1px 1px 0 #cb77071f;
    margin: 0
}

.prm .hesit-text__p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4459;
    margin: 0
}

.prm .hesit-text__p strong {
    color: #151C29
}

.prm .hesit-qa {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.prm .hesit-qa__item {
    background: #f5f8f2;
    border-radius: 36px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid transparent;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.prm .hesit-qa__item:hover {
    border-color: #cb770738;
    box-shadow: 0 3px 6px 1px #cb770712
}

.prm .hesit-qa__q {
    font-size: 16px;
    color: #151C29;
    font-weight: 600;
    line-height: 1.2
}

.prm .hesit-qa__a {
    font-size: 13px;
    color: #5a6478;
    line-height: 1.8
}

.prm .rev-outer {
    background: #D7FBF3;
    width: 100%
}

.prm .rev-divider {
    display: flex;
    align-items: center;
    justify-content: center
}

.prm .rev-divider__line {
    flex: 1;
    height: 1px;
    background: #151c291a;
    max-width: 500px
}

.prm .rev-divider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #151C29;
    margin: 0 12px
}

.prm .rev-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 52px;
    display: flex;
    flex-direction: column;
    gap: 52px
}

.prm .rev-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center
}

.prm .rev-head__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #151C29;
    letter-spacing: -.025em;
    text-shadow: 0 2px 6px #151c291a;
    margin: 0
}

.prm .rev-head__sub {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4459
}

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

.prm .rev-card {
    background: #fff;
    border-radius: 36px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 3px 6px 1px #151c2912;
    transition: box-shadow .55s ease-in-out, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .rev-card:hover {
    box-shadow: 0 12px 44px 1px #151c291a;
    transform: translateY(-4px)
}

.prm .rev-card__quote {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4459;
    font-style: italic
}

.prm .rev-card__hl {
    background: #D7FBF3;
    padding: 0 4px;
    border-radius: 4px;
    font-style: normal;
    color: #151C29;
    font-weight: 600
}

.prm .rev-card__person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8f0ec
}

.prm .rev-card__portrait {
    width: 48px;
    height: 48px;
    border-radius: 36px;
    overflow: hidden;
    flex-shrink: 0
}

.prm .rev-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.prm .rev-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 36px;
    background: #151C29;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.prm .rev-card__avatar svg {
    opacity: .6
}

.prm .rev-card__name {
    font-size: 13px;
    font-weight: 700;
    color: #151C29;
    line-height: 1.2
}

.prm .rev-card__role {
    font-size: 13px;
    color: #7a8799;
    line-height: 1.8
}

.prm .rep-outer {
    background: #fff;
    width: 100%;
    position: relative
}

.prm .rep-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.prm .rep-divider__line {
    flex: 1;
    height: 1px;
    background: #e4e9f0;
    max-width: 600px
}

.prm .rep-divider__gem {
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #CB7707 0%, #D7FBF3 100%);
    border-radius: 4px;
    transform: rotate(45deg);
    margin: 0 12px
}

.prm .rep-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 52px;
    display: flex;
    flex-direction: column;
    gap: 52px;
    position: relative
}

.prm .rep-rings {
    position: absolute;
    top: 52px;
    right: 0;
    pointer-events: none
}

.prm .rep-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 680px
}

.prm .rep-head__label {
    font-size: 13px;
    color: #CB7707;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600
}

.prm .rep-head__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #151C29;
    letter-spacing: -.025em;
    text-shadow: 1px 2px 0 #cb770717;
    margin: 0
}

.prm .rep-head__p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4459
}

.prm .rep-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 52px;
    align-items: start
}

.prm .rep-img-wrap {
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 4px 25px 1px #151c2917
}

.prm .rep-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.prm .rep-milestones {
    display: flex;
    flex-direction: column;
    gap: 0
}

.prm .milestone {
    display: grid;
    grid-template-columns: 80px 40px 1fr;
    gap: 12px;
    align-items: start
}

.prm .milestone__date {
    font-size: 13px;
    color: #CB7707;
    font-weight: 700;
    text-align: right;
    padding-top: 6px;
    letter-spacing: .04em
}

.prm .milestone__track {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0
}

.prm .milestone__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #CB7707;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #CB7707;
    transition: box-shadow .5s ease-in-out;
    animation: border-glow 2.8s ease-in-out infinite
}

.prm .milestone__line {
    width: 2px;
    flex: 1;
    min-height: 40px;
    background: linear-gradient(to bottom, #cb770759 0%, #cb770714 100%)
}

.prm .milestone:last-child .milestone__line {
    display: none
}

.prm .milestone__body {
    padding-bottom: 24px
}

.prm .milestone__title {
    font-size: 16px;
    color: #151C29;
    font-weight: 700;
    line-height: 1.2
}

.prm .milestone__desc {
    font-size: 13px;
    color: #5a6478;
    line-height: 1.8;
    margin-top: 6px
}

.prm .rep-assoc {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.prm .assoc-tag {
    background: #f5f8f2;
    border: 1px solid #cb77072e;
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 13px;
    color: #3a4459;
    font-weight: 600;
    letter-spacing: .04em;
    position: relative;
    overflow: hidden;
    transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.prm .assoc-tag::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #CB7707;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .assoc-tag:hover::after {
    transform: scaleY(1)
}

.prm .assoc-tag:hover {
    background: #D7FBF3;
    border-color: #cb770759
}

@keyframes border-glow {

    0%,
    100% {
        box-shadow: 0 0 0 2px #CB7707, 0 0 0 4px #cb770726
    }

    50% {
        box-shadow: 0 0 0 2px #CB7707, 0 0 0 8px #cb77074d
    }
}

@media (max-width: 1024px) {
    .prm .t-blk {
        grid-template-columns: 1fr;
        padding: 52px 24px 96px;
        gap: 24px
    }

    .prm .t-blk__h1 {
        font-size: 46px
    }

    .prm .t-blk__img-col {
        order: 0
    }

    .prm .nums-inner {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .prm .hesit-inner {
        grid-template-columns: 1fr;
        padding: 52px 24px 96px;
        gap: 24px
    }

    .prm .rev-inner {
        padding: 52px 24px
    }

    .prm .rev-cards {
        grid-template-columns: 1fr 1fr
    }

    .prm .rep-inner {
        padding: 52px 24px
    }

    .prm .rep-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .prm .t-blk__h1 {
        font-size: 46px
    }

    .prm .nums-grid {
        grid-template-columns: 1fr 1fr
    }

    .prm .rev-cards {
        grid-template-columns: 1fr
    }

    .prm .rep-head__h2 {
        font-size: 46px
    }
}

@media (max-width: 640px) {
    .prm .t-blk__h1 {
        font-size: 46px
    }

    .prm .nums-grid {
        grid-template-columns: 1fr
    }

    .prm .t-blk,
    .prm .nums-inner,
    .prm .hesit-inner,
    .prm .rev-inner,
    .prm .rep-inner {
        padding-left: 24px;
        padding-right: 24px
    }

    .prm .milestone {
        grid-template-columns: 60px 32px 1fr
    }
}

.ct-us {
    background: #fff;
    max-width: 100%;
    overflow-x: clip
}

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

.ct-us .reach-band {
    background: #151C29;
    padding: 96px 24px;
    position: relative;
    overflow: hidden
}

.ct-us .reach-band::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border: 1px solid #cb770721;
    border-radius: 36px;
    transform: rotate(18deg);
    pointer-events: none
}

.ct-us .reach-band::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 180px;
    height: 180px;
    border: 1px solid #d7fbf314;
    border-radius: 36px;
    transform: rotate(34deg);
    pointer-events: none
}

.ct-us .reach-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.ct-us .reach-left {
    flex: 1 1 340px;
    min-width: 0
}

.ct-us .reach-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .09em;
    color: #CB7707;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px
}

.ct-us .reach-h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em;
    text-shadow: 0 4px 25px #cb77072e;
    margin: 0 0 24px
}

.ct-us .reach-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #d7fbf3c7;
    margin: 0 0 52px
}

.ct-us .reach-details {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ct-us .detail-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #cb770726;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ct-us .detail-icon svg {
    display: block
}

.ct-us .detail-text {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ct-us .detail-label {
    font-size: 13px;
    color: #d7fbf380;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 600
}

.ct-us .detail-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.ct-us .detail-val:hover {
    color: #CB7707
}

.ct-us .reach-right {
    flex: 1.4 1 420px;
    min-width: 0
}

.ct-us .reach-img-wrap {
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 44px 1px #cb77071a
}

.ct-us .reach-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.ct-us .reach-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #151c2959 0%, transparent 55%), linear-gradient(0deg, #151c298c 0%, transparent 45%);
    pointer-events: none;
    border-radius: 36px
}

.ct-us .img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    background: #151c29d1;
    border: 1px solid #cb77074d;
    border-radius: 4px;
    padding: 12px 24px
}

.ct-us .img-badge-num {
    font-size: 46px;
    line-height: 1.2;
    color: #CB7707;
    font-weight: 700;
    letter-spacing: -.03em;
    display: block
}

.ct-us .img-badge-sub {
    font-size: 13px;
    color: #d7fbf3b3;
    text-transform: uppercase;
    letter-spacing: .07em
}

.ct-us .thin-lines-deco {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none
}

.ct-us .thin-lines-deco span {
    display: block;
    height: 1px;
    background: #cb770773
}

.ct-us .thin-lines-deco span:nth-child(1) {
    width: 52px
}

.ct-us .thin-lines-deco span:nth-child(2) {
    width: 36px
}

.ct-us .thin-lines-deco span:nth-child(3) {
    width: 24px
}

.ct-us .thin-lines-deco span:nth-child(4) {
    width: 16px
}

.ct-us .divider-diamond {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 52px 24px;
    max-width: 1400px;
    margin: 0 auto
}

.ct-us .divider-diamond .d-line {
    flex: 1;
    height: 1px;
    background: #151c291f
}

.ct-us .divider-diamond .d-shape {
    width: 10px;
    height: 10px;
    background: #CB7707;
    transform: rotate(45deg);
    border-radius: 4px;
    flex-shrink: 0
}

.ct-us .form-band {
    background: linear-gradient(128deg, #d7fbf38c 0%, #fff0 60%), linear-gradient(220deg, #cb77070f 0%, transparent 50%);
    padding: 96px 24px;
    position: relative
}

.ct-us .form-band-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start
}

.ct-us .form-aside {
    flex: 0 0 320px;
    min-width: 0
}

.ct-us .form-aside-tag {
    font-size: 13px;
    color: #CB7707;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 600;
    display: block;
    margin-bottom: 12px
}

.ct-us .form-aside-h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #151C29;
    font-weight: 700;
    letter-spacing: -.02em;
    text-shadow: 0 3px 6px #151c2912;
    margin: 0 0 24px
}

.ct-us .form-aside-lead {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4255;
    margin: 0 0 24px
}

.ct-us .form-aside-note {
    font-size: 13px;
    line-height: 1.8;
    color: #6a7080
}

.ct-us .form-aside-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 52px
}

.ct-us .aside-stat {
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 3px 6px 1px #151c2912
}

.ct-us .aside-stat-num {
    font-size: 19px;
    font-weight: 700;
    color: #CB7707;
    line-height: 1.2;
    display: block
}

.ct-us .aside-stat-desc {
    font-size: 13px;
    color: #3a4255;
    line-height: 1.8
}

.ct-us .form-main {
    flex: 1 1 0;
    min-width: 0
}

.ct-us .cf {
    background: #fff;
    border-radius: 36px;
    padding: 52px;
    box-shadow: 0 4px 25px 1px #151c2917;
    position: relative
}

.ct-us .cf .thin-lines-deco {
    top: 52px;
    right: 52px
}

.ct-us .cf-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px
}

.ct-us .cf-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 0;
    min-width: 0
}

.ct-us .cf-field.full {
    flex: 0 0 100%;
    width: 100%
}

.ct-us .cf-label {
    font-size: 13px;
    color: #151C29;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 600
}

.ct-us .cf-input,
.ct-us .cf-select,
.ct-us .cf-textarea {
    border: 1.5px solid #151c2926;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    color: #151C29;
    background: #fff;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    appearance: none;
    -webkit-appearance: none
}

.ct-us .cf-input::placeholder,
.ct-us .cf-textarea::placeholder {
    color: #151c2959;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .05em
}

.ct-us .cf-input:focus,
.ct-us .cf-select:focus,
.ct-us .cf-textarea:focus {
    border-color: #CB7707;
    box-shadow: 0 3px 6px 1px #cb770712
}

.ct-us .cf-select {
    cursor: pointer;
    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='%23CB7707' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px
}

.ct-us .cf-textarea {
    resize: vertical;
    min-height: 120px
}

.ct-us .cf-single-row {
    margin-bottom: 24px
}

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

.ct-us .cf-privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #CB7707;
    cursor: pointer
}

.ct-us .cf-privacy-text {
    font-size: 13px;
    color: #3a4255;
    line-height: 1.8
}

.ct-us .cf-privacy-text a {
    color: #CB7707;
    text-decoration: underline;
    transition: opacity .5s ease-in-out
}

.ct-us .cf-privacy-text a:hover {
    opacity: .75
}

.ct-us .cf-submit-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.ct-us .cf-btn {
    background: #151C29;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 52px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .04em;
    transition: background .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 3px 6px 1px #151c2912;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px
}

.ct-us .cf-btn:hover {
    background: #CB7707;
    box-shadow: 0 4px 25px 1px #cb770717
}

.ct-us .cf-btn:active {
    box-shadow: inset 0 2px 6px #151c292e
}

.ct-us .cf-btn:focus-visible {
    outline: 2px solid #CB7707;
    outline-offset: 3px
}

.ct-us .cf-note {
    font-size: 13px;
    color: #6a7080;
    line-height: 1.8
}

.ct-us .form-band .reach-details {
    margin-top: 0
}

@media (max-width: 1024px) {
    .ct-us .reach-inner {
        flex-direction: column;
        gap: 52px
    }

    .ct-us .reach-right {
        width: 100%
    }

    .ct-us .form-band-inner {
        flex-direction: column;
        gap: 52px
    }

    .ct-us .form-aside {
        flex: none;
        width: 100%
    }

    .ct-us .form-aside-grid {
        margin-top: 24px
    }
}

@media (max-width: 768px) {
    .ct-us .reach-h1 {
        font-size: 46px
    }

    .ct-us .cf {
        padding: 24px
    }

    .ct-us .cf-row {
        flex-direction: column;
        gap: 12px
    }

    .ct-us .reach-band {
        padding: 52px 24px
    }

    .ct-us .form-band {
        padding: 52px 24px
    }

    .ct-us .form-aside-h2 {
        font-size: 46px
    }
}

@media (max-width: 640px) {
    .ct-us .reach-h1 {
        font-size: 46px
    }

    .ct-us .cf-submit-wrap {
        flex-direction: column;
        align-items: flex-start
    }

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

.ct-us .reach-details .detail-row:hover .detail-val {
    color: #CB7707
}

.ct-us .cf-field:focus-within .cf-label {
    color: #CB7707;
    transition: color .5s ease-in-out
}

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

.abt-us .au-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px
}

.abt-us .au-manifesto {
    background: #151C29;
    padding: 96px 0 52px;
    position: relative
}

.abt-us .au-manifesto .dot-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-image: radial-gradient(circle, #cb77072e 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
    overflow: hidden
}

.abt-us .au-manifesto__layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 52px;
    position: relative;
    z-index: 1
}

.abt-us .au-manifesto__text {
    flex: 1 1 55%;
    animation: slideInLeft .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.abt-us .au-manifesto__img-col {
    flex: 0 0 340px;
    animation: slideInLeft .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.abt-us .au-manifesto__img-wrap {
    width: 340px;
    height: 420px;
    overflow: hidden;
    border-radius: 4px;
    position: relative
}

.abt-us .au-manifesto__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #cb770738 0%, #151c298c 100%);
    mix-blend-mode: multiply;
    pointer-events: none
}

.abt-us .au-manifesto__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(0.28) contrast(1.08) brightness(0.93) saturate(0.85);
    display: block
}

.abt-us .au-tag {
    display: inline-block;
    background: #cb77072e;
    color: #CB7707;
    font-size: 13px;
    letter-spacing: .08em;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.abt-us .au-manifesto__h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #fff;
    text-shadow: 0 3px 6px 1px #cb770712 0 4px 25px 1px #cb770717;
    margin: 0 0 24px
}

.abt-us .au-manifesto__h1 span {
    color: #CB7707
}

.abt-us .au-manifesto__lead {
    font-size: 19px;
    line-height: 1.8;
    color: #d7fbf3d1;
    margin: 0 0 24px;
    max-width: 560px
}

.abt-us .au-manifesto__decl {
    font-size: 16px;
    line-height: 1.8;
    color: #fff9;
    max-width: 520px;
    margin: 0
}

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

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

.abt-us .au-stats {
    position: relative;
    padding: 0
}

.abt-us .au-stats__bg-top {
    background: #151C29;
    height: 52px
}

.abt-us .au-stats__bg-bot {
    background: #fff;
    height: 52px
}

.abt-us .au-stats__cards-row {
    background: linear-gradient(180deg, #151C29 50%, #fff 50%);
    padding: 0 24px
}

.abt-us .au-stats__cards-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.abt-us .au-stat-card {
    background: #fff;
    border-radius: 4px;
    padding: 36px 24px 24px;
    box-shadow: 0 4px 25px 1px #151c2917;
    text-align: center;
    transition: box-shadow .55s ease-in-out, transform .55s ease-in-out
}

.abt-us .au-stat-card:hover {
    box-shadow: 0 12px 44px 1px #151c291a;
    transform: translateY(-4px)
}

.abt-us .au-stat-card__num {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    color: #CB7707;
    letter-spacing: -.03em;
    display: block;
    text-shadow: 0 3px 6px 1px #cb770712
}

.abt-us .au-stat-card__label {
    font-size: 13px;
    line-height: 1.8;
    color: #151C29;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 6px;
    display: block
}

.abt-us .au-story {
    background: #fff;
    padding: 96px 0 52px;
    position: relative
}

.abt-us .au-story__poly {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    overflow: hidden;
    pointer-events: none
}

.abt-us .au-story__poly svg {
    width: 100%;
    height: 100%;
    opacity: .06
}

.abt-us .au-story__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start
}

.abt-us .au-story__imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px
}

.abt-us .au-story__img-main {
    grid-column: 1 / 3;
    border-radius: 4px;
    overflow: hidden;
    height: 260px
}

.abt-us .au-story__img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .au-story__img-main:hover img {
    transform: scale(1.04)
}

.abt-us .au-story__img-side {
    border-radius: 4px;
    overflow: hidden;
    height: 180px
}

.abt-us .au-story__img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .au-story__img-side:hover img {
    transform: scale(1.05)
}

.abt-us .au-story__accent-box {
    border-radius: 4px;
    background: linear-gradient(135deg, #cb77071f 0%, #d7fbf399 100%);
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.abt-us .au-story__accent-box span {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    color: #CB7707;
    letter-spacing: -.03em
}

.abt-us .au-story__accent-box small {
    font-size: 13px;
    color: #151C29;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 6px;
    text-align: center;
    line-height: 1.8
}

.abt-us .au-story__text {
    padding-top: 12px
}

.abt-us .au-story__h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #151C29;
    text-shadow: 0 3px 6px 1px #151c2912;
    margin: 0 0 24px
}

.abt-us .au-para-label {
    font-size: 13px;
    font-weight: 700;
    color: #CB7707;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: block;
    margin-bottom: 6px
}

.abt-us .au-story__p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a4255;
    margin: 0 0 24px
}

.abt-us .au-link-arrow {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #CB7707;
    text-decoration: none;
    font-weight: 600;
    transition: gap .45s ease-in-out, color .45s ease-in-out
}

.abt-us .au-link-arrow svg {
    transition: transform .45s ease-in-out
}

.abt-us .au-link-arrow:hover {
    gap: 12px;
    color: #a35e00
}

.abt-us .au-link-arrow:hover svg {
    transform: translateX(6px)
}

.abt-us .au-expert {
    background: #D7FBF3;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.abt-us .au-expert__geo {
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 320px;
    height: 320px;
    pointer-events: none;
    overflow: hidden
}

.abt-us .au-expert__geo svg {
    width: 100%;
    height: 100%;
    opacity: .08
}

.abt-us .au-expert__layout {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.abt-us .au-expert__portrait-col {
    flex: 0 0 280px
}

.abt-us .au-expert__portrait {
    width: 280px;
    height: 373px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 12px 44px 1px #151c291a
}

.abt-us .au-expert__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .au-expert__text-col {
    flex: 1 1 auto;
    padding-top: 12px
}

.abt-us .au-expert__h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #151C29;
    text-shadow: 0 3px 6px 1px #151c2912;
    margin: 0 0 12px
}

.abt-us .au-expert__role {
    font-size: 13px;
    color: #CB7707;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 700;
    margin: 0 0 24px;
    display: block
}

.abt-us .au-expert__p {
    font-size: 16px;
    line-height: 1.8;
    color: #2a3347;
    margin: 0 0 24px
}

.abt-us .au-expert__vals {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px
}

.abt-us .au-val-chip {
    background: #151C29;
    color: #D7FBF3;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
    letter-spacing: .05em;
    transition: background .5s ease-in-out, color .5s ease-in-out
}

.abt-us .au-val-chip:hover {
    background: #CB7707;
    color: #fff
}

.abt-us .au-expert__cta-row {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.abt-us .au-btn-prim {
    display: inline-block;
    background: #CB7707;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 25px 1px #cb770717;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.abt-us .au-btn-prim:hover {
    background: #a35e00;
    box-shadow: 0 12px 44px 1px #cb77071a
}

.abt-us .au-btn-sec {
    display: inline-block;
    background: transparent;
    color: #151C29;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #151C29;
    transition: background .5s ease-in-out, color .5s ease-in-out
}

.abt-us .au-btn-sec:hover {
    background: #151C29;
    color: #D7FBF3
}

@media (max-width: 1024px) {
    .abt-us .au-manifesto__layout {
        flex-direction: column
    }

    .abt-us .au-manifesto__img-col {
        flex: 0 0 auto
    }

    .abt-us .au-manifesto__img-wrap {
        width: 100%;
        height: 320px
    }

    .abt-us .au-stats__cards-inner {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .abt-us .au-expert__layout {
        flex-direction: column
    }

    .abt-us .au-expert__portrait-col {
        flex: 0 0 auto
    }

    .abt-us .au-expert__portrait {
        width: 100%;
        height: 340px
    }

    .abt-us .au-manifesto__h1 {
        font-size: 46px
    }
}

@media (max-width: 768px) {
    .abt-us .au-manifesto__h1 {
        font-size: 46px
    }

    .abt-us .au-story__h2,
    .abt-us .au-expert__h2 {
        font-size: 46px
    }

    .abt-us .au-stats__cards-inner {
        grid-template-columns: 1fr 1fr
    }

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

    .abt-us .au-story__img-main {
        grid-column: 1 / 2
    }

    .abt-us .au-story__accent-box {
        height: 120px
    }
}

@media (max-width: 640px) {
    .abt-us .au-manifesto__h1 {
        font-size: 46px
    }

    .abt-us .au-stats__cards-inner {
        grid-template-columns: 1fr
    }

    .abt-us .au-manifesto {
        padding: 52px 0 24px
    }

    .abt-us .au-story {
        padding: 52px 0 24px
    }

    .abt-us .au-expert {
        padding: 52px 0
    }
}

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

.succ-page .succ-wrap {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.succ-page .succ-icon-ring {
    width: 88px;
    height: 88px;
    border-radius: 36px;
    background: #D7FBF3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 4px 25px 1px #cb770717
}

.succ-page .succ-icon-ring svg {
    width: 44px;
    height: 44px
}

.succ-page .succ-heading {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #151C29;
    margin: 0 0 12px;
    text-shadow: 0 2px 6px #151c2914
}

.succ-page .succ-sub {
    font-size: 19px;
    line-height: 1.8;
    color: #3a4257;
    max-width: 520px;
    margin: 0 0 52px
}

.succ-page .succ-divider {
    width: 48px;
    height: 3px;
    background: #CB7707;
    border-radius: 4px;
    margin: 0 auto 52px
}

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

.succ-page .succ-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background-color .5s ease-in-out, color .55s ease-in-out, border-color .5s ease-in-out, box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.succ-page .succ-btn.primary {
    background: #CB7707;
    color: #fff;
    border-color: #CB7707;
    box-shadow: 0 3px 6px 1px #cb770712
}

.succ-page .succ-btn.primary:hover {
    background: #a86006;
    border-color: #a86006;
    box-shadow: 0 4px 25px 1px #cb770717
}

.succ-page .succ-btn.primary:active {
    background: #8f5205;
    border-color: #8f5205;
    box-shadow: inset 0 2px 6px #cb77072e
}

.succ-page .succ-btn.secondary {
    background: transparent;
    color: #151C29;
    border-color: #151C29
}

.succ-page .succ-btn.secondary:hover {
    background: #151C29;
    color: #fff;
    box-shadow: 0 4px 25px 1px #151c2917
}

.succ-page .succ-btn.secondary:active {
    box-shadow: inset 0 2px 6px #151c2926
}

.succ-page .succ-btn svg {
    width: 16px;
    height: 16px;
    transition: transform .5s ease-in-out
}

.succ-page .succ-btn:hover svg.arrow {
    transform: translateX(4px)
}

.succ-page .succ-note {
    margin-top: 52px;
    padding: 24px;
    background: #D7FBF3;
    border-radius: 4px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 3px 6px 1px #151c2912
}

.succ-page .succ-note .note-label {
    font-size: 13px;
    font-weight: 700;
    color: #CB7707;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px
}

.succ-page .succ-note .note-text {
    font-size: 16px;
    line-height: 1.8;
    color: #151C29;
    margin: 0
}

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

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

    .succ-page .succ-actions {
        flex-direction: column;
        align-items: stretch
    }

    .succ-page .succ-btn {
        justify-content: center
    }
}