html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    padding: 0;
    overscroll-behavior: contain;
    overflow-x: hidden
}

.pg-head {
    background-color: #232B43;
    position: relative
}

.pg-head__utility {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 24px;
    border-bottom: 1px solid #ce624840
}

.pg-head__brand {
    display: flex;
    align-items: center;
    gap: 24px
}

.pg-head__logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #FAFAFA;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 1px 4px 18px -2px #ce624817;
    flex-shrink: 0
}

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

.pg-head__contact-detail {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.pg-head__contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Cormorant', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #FAFAFA;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-head__contact-item:hover {
    color: #CE6248
}

.pg-head__contact-item .pi {
    color: #CE6248;
    font-size: 14px
}

.pg-head__action {
    display: flex;
    align-items: center
}

.pg-head__btn {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .08em;
    color: #CE6248;
    background-color: transparent;
    border: 2px solid #CE6248;
    border-radius: 4px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: color .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-head__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #CE6248;
    transition: left .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.pg-head__btn:hover::before {
    left: 0
}

.pg-head__btn:hover {
    color: #FAFAFA
}

.pg-head__btn span {
    position: relative;
    z-index: 1
}

.pg-head__btn:focus {
    background-color: #ce62481f;
    outline: 2px solid #CE6248;
    outline-offset: 2px
}

.pg-head__nav-bar {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

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

.pg-head__menu-item {
    position: relative
}

.pg-head__menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Cormorant', serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #FAFAFA;
    text-decoration: none;
    padding: 24px 12px;
    position: relative;
    transition: color .28s ease-in-out
}

.pg-head__menu-link::after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 12px;
    right: 12px;
    height: 2px;
    background-color: #CE6248;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-head__menu-link:hover {
    color: #CE6248
}

.pg-head__menu-link:hover::after {
    transform: scaleX(1)
}

.pg-head__menu-link:focus {
    background-color: #ce62481a;
    border-radius: 4px;
    outline: none
}

.pg-head__menu-link .pi {
    font-size: 14px;
    color: #CE6248
}

.pg-head__accent-bar {
    height: 3px;
    background: linear-gradient(90deg, #CE6248 0%, #ce624833 60%, transparent 100%)
}

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

    .pg-head__brand {
        gap: 12px
    }

    .pg-head__logo-frame {
        width: 70px;
        height: 70px
    }

    .pg-head__logo-frame img {
        width: 52px;
        height: 52px
    }

    .pg-head__action {
        width: 100%
    }

    .pg-head__btn {
        width: 100%;
        text-align: center
    }

    .pg-head__menu {
        justify-content: flex-start
    }

    .pg-head__menu-link {
        padding: 12px;
        font-size: 14px
    }

    .pg-head__menu-link::after {
        bottom: 6px
    }
}

@media (max-width: 480px) {
    .pg-head__contact-detail {
        gap: 6px
    }

    .pg-head__menu {
        gap: 0
    }
}

.site-foot {
    background-color: #232B43;
    padding: 48px 0 0
}

.site-foot__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.site-foot__cols {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px
}

.site-foot__brand-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.site-foot__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #FAFAFA;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    box-shadow: 1px 3px 3px -2px #ce624812 1px 4px 18px -2px #ce624817;
    flex-shrink: 0
}

.site-foot__logo-wrap img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block
}

.site-foot__tagline {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    line-height: 1.7;
    color: #fafafaa6;
    letter-spacing: .04em;
    margin: 0
}

.site-foot__col-label {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .1em;
    color: #CE6248;
    text-transform: uppercase;
    margin: 0 0 24px
}

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

.site-foot__link-list a {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fafafabf;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .25s ease-in-out;
    display: flex;
    align-items: center;
    gap: 6px
}

.site-foot__link-list a:hover {
    color: #CE6248
}

.site-foot__link-list a:focus {
    background-color: #ce62481a;
    border-radius: 4px;
    outline: none;
    padding: 0 6px
}

.site-foot__link-list a .pi {
    font-size: 14px;
    color: #ce624899
}

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

.site-foot__contact-entry {
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.site-foot__contact-entry .pi {
    font-size: 14px;
    color: #CE6248;
    margin-top: 2px;
    flex-shrink: 0
}

.site-foot__contact-entry a,
.site-foot__contact-entry span {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fafafabf;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .25s ease-in-out
}

.site-foot__contact-entry a:hover {
    color: #CE6248
}

.site-foot__contact-entry a:focus {
    background-color: #ce62481a;
    border-radius: 4px;
    outline: none
}

.site-foot__bottom {
    border-top: 1px solid #ce624833;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto
}

.site-foot__copy {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fafafa73;
    letter-spacing: .04em;
    margin: 0
}

.site-foot__legal-links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.site-foot__legal-links a {
    font-family: 'Cormorant', serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fafafa73;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .25s ease-in-out
}

.site-foot__legal-links a:hover {
    color: #CE6248
}

.site-foot__legal-links a:focus {
    background-color: #ce62481a;
    border-radius: 4px;
    outline: none
}

.site-foot__full-bottom {
    background-color: #00000026
}

@media (max-width: 1024px) {
    .site-foot__cols {
        grid-template-columns: 1fr 1fr;
        gap: 48px 24px
    }

    .site-foot__brand-col {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px
    }
}

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

    .site-foot__brand-col {
        flex-direction: column;
        gap: 12px
    }

    .site-foot__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 24px 12px
    }

    .site-foot__inner {
        padding: 0 12px
    }
}

@media (max-width: 480px) {
    .site-foot__legal-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

.policy-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px
}

.policy-box h1 {
    font-size: 55px;
    line-height: 1.2;
    color: #232B43;
    letter-spacing: -.5px;
    margin-bottom: 24px;
    margin-top: 0
}

.policy-box h2 {
    font-size: 29px;
    line-height: 1.2;
    color: #232B43;
    margin-top: 48px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #CE6248
}

.policy-box h3 {
    font-size: 29px;
    line-height: 1.5;
    color: #232B43;
    margin-top: 48px;
    margin-bottom: 12px
}

.policy-box h4 {
    font-size: 14px;
    line-height: 1.5;
    color: #232B43;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 12px
}

.policy-box h5 {
    font-size: 14px;
    line-height: 1.5;
    color: #CE6248;
    letter-spacing: .06em;
    margin-top: 24px;
    margin-bottom: 6px
}

.policy-box h6 {
    font-size: 14px;
    line-height: 1.7;
    color: #232B43;
    margin-top: 12px;
    margin-bottom: 6px;
    opacity: .75
}

.policy-box p {
    font-size: 14px;
    line-height: 1.7;
    color: #2e3a55;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 72ch
}

.policy-box strong,
.policy-box b {
    font-weight: 700;
    color: #232B43
}

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

.policy-box a {
    color: #CE6248;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.policy-box a:hover {
    color: #a84d38;
    text-decoration-color: #CE6248
}

.policy-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 1px 4px 18px -2px #ce624817;
    border-radius: 8px;
    overflow: hidden
}

.policy-box thead {
    background-color: #232B43
}

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

.policy-box tbody tr {
    border-bottom: 1px solid #232b431a;
    transition: background-color .25s ease-in-out
}

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

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

.policy-box tbody tr:hover {
    background-color: #ce624817
}

.policy-box td {
    padding: 12px 24px;
    color: #2e3a55;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7
}

.policy-box th {
    padding: 12px 24px
}

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

    .policy-box h1 {
        font-size: 29px
    }

    .policy-box h2 {
        font-size: 29px;
        margin-top: 48px
    }

    .policy-box table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 480px) {
    .policy-box {
        padding: 24px 12px
    }

    .policy-box h1 {
        font-size: 29px;
        line-height: 1.2
    }

    .policy-box h2 {
        font-size: 29px;
        margin-top: 24px
    }

    .policy-box h3 {
        margin-top: 24px
    }

    .policy-box p {
        max-width: 100%
    }

    .policy-box td,
    .policy-box thead th {
        padding: 12px
    }
}

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

.ld__wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.ld__title {
    position: relative;
    padding-top: 80px;
    padding-bottom: 48px;
    background-color: #f2ede9;
    overflow: hidden
}

.ld__title-atm {
    position: absolute;
    top: -60px;
    left: 30%;
    width: 320px;
    height: 320px;
    background: #ce624821;
    border-radius: 40px;
    filter: blur(60px);
    pointer-events: none
}

.ld__title-atm--b {
    top: auto;
    bottom: -80px;
    left: 60%;
    width: 240px;
    height: 240px;
    background: #232b4317;
    filter: blur(50px)
}

.ld__title-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px
}

.ld__title-strip {
    flex: 0 0 120px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    opacity: .55
}

.ld__title-strip img {
    width: 120px;
    height: 100%;
    object-fit: cover;
    display: block
}

.ld__title-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ld__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    font-weight: 700;
    color: #CE6248;
    padding: 6px 12px;
    border: 2px solid #CE6248;
    border-radius: 4px;
    width: fit-content
}

.ld__title-h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 900;
    color: #232B43;
    letter-spacing: -.01em;
    margin: 0;
    max-width: 680px
}

.ld__title-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #3a4260;
    max-width: 520px;
    margin: 0
}

.ld__title-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.ld__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    border: 2.5px solid #CE6248;
    color: #CE6248;
    background-color: transparent;
    overflow: hidden;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    cursor: pointer
}

.ld__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #CE6248;
    transform: translateX(-101%);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1
}

.ld__btn:hover::before,
.ld__btn:focus::before {
    transform: translateX(0)
}

.ld__btn:hover,
.ld__btn:focus {
    color: #fff;
    outline: none
}

.ld__btn--dark {
    border-color: #232B43;
    color: #232B43
}

.ld__btn--dark::before {
    background: #232B43
}

.ld__btn--dark:hover,
.ld__btn--dark:focus {
    color: #fff
}

.ld__gap {
    padding: 80px 0 48px;
    background: #fff;
    position: relative
}

.ld__gap-svg {
    display: block;
    width: 100%;
    margin-bottom: 48px
}

.ld__gap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.ld__gap-lead {
    grid-column: 1 / 2
}

.ld__gap-h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
    color: #232B43;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 24px
}

.ld__gap-text {
    font-size: 14px;
    line-height: 1.7;
    color: #3a4260;
    margin: 0 0 12px
}

.ld__gap-cards {
    grid-column: 2 / 4;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ld__gap-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    border-radius: 8px;
    border: 2px solid #e8e2dd;
    background: #fdf9f7;
    transition: border-color .26s ease-in-out, box-shadow .26s ease-in-out
}

.ld__gap-card:hover {
    border-color: #CE6248;
    box-shadow: 1px 4px 18px -2px #ce624817
}

.ld__gap-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #CE6248;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px
}

.ld__gap-card-body {
    flex: 1 1 auto
}

.ld__gap-card-title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #232B43;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 6px
}

.ld__gap-card-text {
    font-size: 14px;
    line-height: 1.5;
    color: #4a5270;
    margin: 0
}

.ld__gap-img-wrap {
    margin-top: 48px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 9px 40px -2px #ce62481f
}

.ld__gap-img-wrap img {
    width: 100%;
    max-width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.ld__proof {
    padding: 80px 0;
    background: #232B43;
    position: relative;
    overflow: hidden
}

.ld__proof-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 0;
    box-shadow: inset 0 0 60px 0 #ce624814;
    animation: edgeGlow 3.5s ease-in-out infinite alternate
}

@keyframes edgeGlow {
    from {
        box-shadow: inset 0 0 40px 0 #ce62480d
    }

    to {
        box-shadow: inset 0 0 80px 10px #ce624824
    }
}

.ld__proof-h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 12px
}

.ld__proof-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffffa6;
    max-width: 500px;
    margin: 0 0 48px
}

.ld__proof-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start
}

.ld__proof-feed {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ld__feed-entry {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    background: #ffffff0d;
    transition: background .25s ease-in-out
}

.ld__feed-entry:hover {
    background: #ce62481f
}

.ld__feed-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    background: #ce624833;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CE6248;
    font-size: 14px
}

.ld__feed-body {
    flex: 1 1 auto
}

.ld__feed-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px
}

.ld__feed-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #fff9;
    margin: 0 0 6px
}

.ld__feed-time {
    font-size: 14px;
    line-height: 1.2;
    color: #ce6248cc;
    letter-spacing: .08em;
    font-weight: 600
}

.ld__proof-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 9px 40px -2px #232b431f;
    position: relative
}

.ld__proof-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    opacity: .75
}

.ld__proof-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, #232b43f2 0%, transparent 100%)
}

.ld__proof-quote {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffffd9;
    margin: 0 0 12px;
    font-style: italic
}

.ld__proof-attr {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #CE6248;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ld__value {
    padding: 80px 0;
    background: #f2ede9;
    position: relative
}

.ld__value-zigzag {
    display: block;
    width: 100%;
    margin-bottom: 48px
}

.ld__value-row {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 48px;
    align-items: center
}

.ld__value-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 4px 18px -2px #ce624817
}

.ld__value-img-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block
}

.ld__value-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ld__value-h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
    color: #232B43;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0
}

.ld__value-text {
    font-size: 14px;
    line-height: 1.7;
    color: #3a4260;
    margin: 0
}

.ld__value-stats {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ld__stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 3px 3px -2px #ce624812
}

.ld__stat-num {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
    color: #CE6248;
    flex: 0 0 auto;
    min-width: 64px
}

.ld__stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #232B43;
    font-weight: 600
}

.ld__avail {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.ld__avail-head {
    max-width: 600px;
    margin: 0 auto 48px;
    text-align: center
}

.ld__avail-h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
    color: #232B43;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 12px
}

.ld__avail-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #4a5270;
    margin: 0
}

.ld__avail-four {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.4fr 1fr;
    gap: 12px;
    align-items: start
}

.ld__avail-item {
    border-radius: 8px;
    border: 2px solid #e8e2dd;
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none
}

.ld__avail-item:hover,
.ld__avail-item:focus {
    border-color: #CE6248;
    background: #fdf9f7;
    box-shadow: 1px 4px 18px -2px #ce624817;
    outline: none
}

.ld__avail-item--wide {
    padding: 24px
}

.ld__avail-ico {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #ce62481a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CE6248;
    font-size: 22px;
    flex-shrink: 0
}

.ld__avail-item-title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #232B43;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.ld__avail-item-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #4a5270;
    margin: 0
}

.ld__avail-img-wrap {
    margin-top: 48px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 9px 40px -2px #232b431f
}

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

@media (max-width: 1024px) {
    .ld__title-h1 {
        font-size: 55px
    }

    .ld__gap-grid {
        grid-template-columns: 1fr
    }

    .ld__gap-lead {
        grid-column: 1
    }

    .ld__gap-cards {
        grid-column: 1
    }

    .ld__proof-layout {
        grid-template-columns: 1fr
    }

    .ld__value-row {
        grid-template-columns: 1fr
    }

    .ld__avail-four {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .ld__title-h1 {
        font-size: 29px
    }

    .ld__title-strip {
        display: none
    }

    .ld__avail-four {
        grid-template-columns: 1fr 1fr
    }

    .ld__proof-layout {
        grid-template-columns: 1fr
    }

    .ld__value-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .ld__title-actions {
        flex-direction: column
    }

    .ld__avail-four {
        grid-template-columns: 1fr
    }

    .ld__gap-card {
        flex-direction: column
    }
}

.exp-op {
    overflow-x: clip;
    background: #fff
}

.exp-op .pg-lead {
    background: #232B43;
    padding: 48px 24px 96px;
    position: relative
}

.exp-op .pg-lead::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%)
}

.exp-op .pg-lead__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.exp-op .pg-lead__label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #CE6248;
    font-weight: 700
}

.exp-op .pg-lead__h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    letter-spacing: .04em;
    text-transform: uppercase;
    max-width: 720px;
    margin: 0
}

.exp-op .pg-lead__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #b0b8cc;
    max-width: 520px;
    margin: 0
}

.exp-op .pg-lead__deco {
    position: absolute;
    top: 24px;
    right: 48px;
    width: 220px;
    height: 220px;
    opacity: .06;
    pointer-events: none
}

.exp-op .pg-lead__deco polygon {
    fill: #CE6248
}

.exp-op .opinions {
    background: #fff;
    padding: 96px 24px 48px
}

.exp-op .opinions__inner {
    max-width: 1100px;
    margin: 0 auto
}

.exp-op .opinions__kicker {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #CE6248;
    font-weight: 700;
    margin-bottom: 24px;
    display: block
}

.exp-op .opinions__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.exp-op .op-card {
    background: #f4f2ef;
    border-radius: 8px;
    padding: 48px;
    position: relative;
    box-shadow: 1px 3px 3px -2px #232b4312;
    transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden
}

.exp-op .op-card:hover {
    box-shadow: 1px 9px 40px -2px #232b431f;
    transform: translateY(-3px)
}

.exp-op .op-card--accent {
    background: #CE6248;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.exp-op .op-card--accent .op-card__quote {
    color: #fff;
    font-size: 29px;
    line-height: 1.5
}

.exp-op .op-card--accent .op-card__author-name {
    color: #fff
}

.exp-op .op-card--accent .op-card__author-role {
    color: #ffffffb8
}

.exp-op .op-card--accent .op-card__icon {
    color: #ffffff40
}

.exp-op .op-card__icon {
    font-size: 55px;
    color: #ce62482e;
    line-height: 1;
    margin-bottom: 24px;
    display: block
}

.exp-op .op-card__quote {
    font-size: 14px;
    line-height: 1.7;
    color: #232B43;
    margin: 0 0 24px
}

.exp-op .op-card__author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.exp-op .op-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #232B43;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.exp-op .op-card__avatar-init {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .04em
}

.exp-op .op-card__author-name {
    font-size: 14px;
    font-weight: 700;
    color: #232B43;
    line-height: 1.2
}

.exp-op .op-card__author-role {
    font-size: 14px;
    color: #7a8099;
    line-height: 1.2
}

.exp-op .op-card__accent-img {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 1px 4px 18px -2px #ce624817
}

.exp-op .op-card__deco-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #CE6248;
    border-radius: 4px 0 0 4px
}

.exp-op .op-card--accent .op-card__deco-bar {
    display: none
}

.exp-op .analysis {
    background: #232B43;
    padding: 48px 24px;
    position: relative;
    overflow: hidden
}

.exp-op .analysis__hex {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
    opacity: .07;
    pointer-events: none
}

.exp-op .analysis__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1
}

.exp-op .analysis__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.exp-op .analysis__label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #CE6248;
    font-weight: 700
}

.exp-op .analysis__h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.exp-op .analysis__body {
    font-size: 14px;
    line-height: 1.7;
    color: #b0b8cc;
    margin: 0
}

.exp-op .analysis__right {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.exp-op .metric {
    background: #ffffff0d;
    border-radius: 8px;
    padding: 24px;
    border: 2px solid #ce624838;
    transition: border-color .35s cubic-bezier(0.4, 0, 0.2, 1), background .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.exp-op .metric:hover {
    border-color: #CE6248;
    background: #ce624814
}

.exp-op .metric__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.exp-op .metric__label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #b0b8cc;
    font-weight: 600
}

.exp-op .metric__val {
    font-size: 29px;
    font-weight: 900;
    color: #CE6248;
    line-height: 1.2
}

.exp-op .metric__bar-track {
    height: 6px;
    background: #ffffff14;
    border-radius: 4px;
    overflow: hidden
}

.exp-op .metric__bar-fill {
    height: 100%;
    border-radius: 4px;
    background: #CE6248;
    animation: bar-grow 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes bar-grow {
    from {
        width: 0 !important
    }
}

.exp-op .analysis__note {
    font-size: 14px;
    line-height: 1.5;
    color: #b0b8ccb3;
    margin: 0;
    padding-top: 12px
}

@keyframes slide-left {
    from {
        opacity: 0;
        transform: translateX(-38px)
    }

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

@keyframes slide-right {
    from {
        opacity: 0;
        transform: translateX(38px)
    }

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

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

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

.exp-op .pg-lead__inner {
    animation: slide-left .55s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.exp-op .pg-lead__deco {
    animation: slide-right .65s cubic-bezier(0.34, 1.2, 0.64, 1) .1s both
}

.exp-op .opinions__inner {
    animation: slide-up .5s cubic-bezier(0.34, 1.2, 0.64, 1) .15s both
}

.exp-op .analysis__inner {
    animation: slide-up .5s cubic-bezier(0.34, 1.2, 0.64, 1) .2s both
}

@media (max-width: 1024px) {
    .exp-op .pg-lead__h1 {
        font-size: 55px
    }

    .exp-op .opinions__grid {
        grid-template-columns: 1fr
    }

    .exp-op .op-card--accent {
        grid-column: auto;
        grid-template-columns: 1fr
    }

    .exp-op .analysis__inner {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .exp-op .pg-lead {
        padding: 48px 24px 72px
    }

    .exp-op .pg-lead__h1 {
        font-size: 29px
    }

    .exp-op .pg-lead__deco {
        display: none
    }

    .exp-op .opinions {
        padding: 72px 24px 48px
    }

    .exp-op .op-card {
        padding: 24px
    }

    .exp-op .op-card--accent {
        gap: 24px
    }

    .exp-op .op-card--accent .op-card__quote {
        font-size: 14px
    }

    .exp-op .analysis__hex {
        display: none
    }
}

@media (max-width: 480px) {
    .exp-op .pg-lead__h1 {
        font-size: 29px
    }

    .exp-op .op-card__accent-img {
        height: 180px
    }

    .exp-op .analysis {
        padding: 48px 24px
    }
}

.exp-op .op-card__link {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #CE6248;
    text-decoration: none;
    letter-spacing: .06em;
    border-bottom: 2px solid #CE6248;
    padding-bottom: 2px;
    transition: border-width .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.exp-op .op-card__link:hover {
    border-bottom-width: 4px;
    color: #b84e38
}

.exp-op .op-card__link:focus-visible {
    outline: 3px solid #CE6248 !important;
    outline-offset: 3px !important;
    border-radius: 4px !important
}

.exp-op .metric:focus-visible {
    outline: 3px solid #CE6248 !important;
    outline-offset: 2px !important
}

.ab-us {
    background: #f5f4f2;
    overflow-x: clip
}

.ab-us .card-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.ab-us .pg-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 9px 40px -2px #ce62481f;
    overflow: hidden
}

.ab-us .divider-zig {
    width: 100%;
    line-height: 0;
    display: block
}

.ab-us .intro-block {
    padding: 48px 0
}

.ab-us .intro-block .pg-card {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    min-height: 520px
}

.ab-us .img-col {
    position: relative;
    overflow: hidden;
    border-radius: 8px 0 0 8px
}

.ab-us .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ab-us .img-col .img-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #232b438c, transparent 70%);
    pointer-events: none
}

.ab-us .img-col .bracket-tl,
.ab-us .img-col .bracket-br {
    position: absolute;
    width: 28px;
    height: 28px;
    pointer-events: none
}

.ab-us .img-col .bracket-tl {
    top: 12px;
    left: 12px;
    border-top: 3px solid #CE6248;
    border-left: 3px solid #CE6248;
    border-radius: 4px 0 0 0
}

.ab-us .img-col .bracket-br {
    bottom: 12px;
    right: 12px;
    border-bottom: 3px solid #CE6248;
    border-right: 3px solid #CE6248;
    border-radius: 0 0 4px 0
}

.ab-us .txt-col {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.ab-us .txt-col .eyebrow {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #CE6248;
    font-weight: 700
}

.ab-us .txt-col .main-hdg {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 900;
    color: #232B43;
    letter-spacing: -.01em;
    margin: 0
}

.ab-us .txt-col .sub-hdg {
    font-size: 29px;
    line-height: 1.5;
    color: #CE6248;
    font-weight: 600;
    margin: 0
}

.ab-us .txt-col .body-p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a3a;
    max-width: 480px;
    margin: 0
}

.ab-us .txt-col .since-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #232B43;
    border-radius: 4px;
    padding: 12px 24px;
    width: fit-content
}

.ab-us .txt-col .since-badge .badge-num {
    font-size: 29px;
    font-weight: 900;
    color: #232B43;
    line-height: 1.2
}

.ab-us .txt-col .since-badge .badge-lbl {
    font-size: 14px;
    line-height: 1.5;
    color: #232B43;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ab-us .detail-block {
    padding: 48px 0;
    background: #f5f4f2
}

.ab-us .detail-block .pg-card {
    padding: 0
}

.ab-us .mesh-band {
    background: linear-gradient(135deg, #232B43 0%, #3a4a6b 40%, #CE6248 100%);
    padding: 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 8px 8px 0 0
}

.ab-us .mesh-band .metric-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    text-align: center
}

.ab-us .mesh-band .metric-num {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff
}

.ab-us .mesh-band .metric-num .metric-unit {
    font-size: 29px;
    color: #CE6248
}

.ab-us .mesh-band .metric-lbl {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffbf;
    letter-spacing: .1em;
    text-transform: uppercase
}

.ab-us .mesh-band .arrow-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.ab-us .mesh-band .arrow-connector .arr-from {
    font-size: 14px;
    color: #ffffff80;
    letter-spacing: .06em
}

.ab-us .mesh-band .arrow-connector .arr-svg {
    width: 48px;
    height: 24px
}

.ab-us .mesh-band .arrow-connector .arr-to {
    font-size: 14px;
    color: #CE6248;
    font-weight: 700;
    letter-spacing: .06em
}

.ab-us .story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden
}

.ab-us .story-grid .story-img-wrap {
    position: relative;
    overflow: hidden;
    min-height: 340px
}

.ab-us .story-grid .story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .story-grid .story-img-wrap:hover img {
    transform: scale(1.04)
}

.ab-us .story-grid .story-txt {
    padding: 48px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.ab-us .story-grid .story-txt .st-hdg {
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2;
    color: #232B43;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0
}

.ab-us .story-grid .story-txt .st-body {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.ab-us .story-grid .story-txt .team-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ab-us .story-grid .story-txt .team-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #232B43
}

.ab-us .story-grid .story-txt .team-list li .t-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

.ab-us .story-grid .story-txt .team-list li .t-name {
    font-weight: 700;
    color: #232B43
}

.ab-us .story-grid .story-txt .team-list li .t-role {
    color: #CE6248;
    font-size: 14px
}

.ab-us .img-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0
}

.ab-us .img-pair .pair-item {
    position: relative;
    overflow: hidden;
    min-height: 260px
}

.ab-us .img-pair .pair-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .36s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .img-pair .pair-item:hover img {
    transform: scale(1.05)
}

.ab-us .img-pair .pair-item .pair-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 24px;
    background: linear-gradient(to top, #232b43d9, transparent);
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700
}

.ab-us .approach-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e8e6e2
}

.ab-us .approach-row .ap-item {
    padding: 48px 24px;
    border-right: 1px solid #e8e6e2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: background .28s ease-in-out;
    cursor: default
}

.ab-us .approach-row .ap-item:last-child {
    border-right: none
}

.ab-us .approach-row .ap-item:hover {
    background: #ce62480d
}

.ab-us .approach-row .ap-item:active {
    background: #ce62481f;
    transform: translateY(1px);
    transition: background .15s ease-in-out, transform .12s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ab-us .approach-row .ap-num {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2;
    color: #ce62482e;
    letter-spacing: -.02em
}

.ab-us .approach-row .ap-hdg {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #232B43;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0
}

.ab-us .approach-row .ap-body {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0
}

.ab-us .zig-divider {
    width: 100%;
    display: block;
    line-height: 0
}

@media (max-width: 1024px) {
    .ab-us .intro-block .pg-card {
        grid-template-columns: 1fr 1.4fr
    }

    .ab-us .txt-col {
        padding: 48px 24px
    }

    .ab-us .txt-col .main-hdg {
        font-size: 55px
    }

    .ab-us .mesh-band {
        gap: 24px;
        padding: 48px 24px
    }

    .ab-us .approach-row {
        grid-template-columns: 1fr 1fr
    }

    .ab-us .approach-row .ap-item:nth-child(2) {
        border-right: none
    }

    .ab-us .approach-row .ap-item:nth-child(3) {
        border-right: none;
        border-top: 1px solid #e8e6e2;
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .ab-us .intro-block .pg-card {
        grid-template-columns: 1fr
    }

    .ab-us .img-col {
        border-radius: 8px 8px 0 0;
        min-height: 280px
    }

    .ab-us .txt-col .main-hdg {
        font-size: 29px
    }

    .ab-us .txt-col .sub-hdg {
        font-size: 14px
    }

    .ab-us .story-grid {
        grid-template-columns: 1fr
    }

    .ab-us .story-grid .story-img-wrap {
        min-height: 220px
    }

    .ab-us .img-pair {
        grid-template-columns: 1fr
    }

    .ab-us .approach-row {
        grid-template-columns: 1fr
    }

    .ab-us .approach-row .ap-item {
        border-right: none;
        border-top: 1px solid #e8e6e2
    }

    .ab-us .approach-row .ap-item:first-child {
        border-top: none
    }

    .ab-us .approach-row .ap-item:nth-child(3) {
        grid-column: auto
    }

    .ab-us .mesh-band {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .ab-us .mesh-band .arrow-connector {
        flex-direction: row;
        align-items: center
    }
}

@media (max-width: 480px) {
    .ab-us .card-wrap {
        padding: 0 12px
    }

    .ab-us .txt-col {
        padding: 24px
    }

    .ab-us .story-grid .story-txt {
        padding: 24px
    }

    .ab-us .approach-row .ap-item {
        padding: 24px
    }

    .ab-us .mesh-band {
        padding: 24px
    }
}

.cu {
    background: #fff;
    overflow-x: clip
}

.cu .pg-strip {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    background: linear-gradient(118deg, #232B43 0%, #232B43 52%, #CE6248 100%);
    padding: 48px 24px;
    position: relative
}

.cu .pg-strip__dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.cu .pg-strip__dots::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #fafafa21 1.5px, transparent 1.5px);
    background-size: 22px 22px
}

.cu .pg-strip__body {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1
}

.cu .pg-strip__text {
    flex: 1 1 0
}

.cu .pg-strip__label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #CE6248;
    margin-bottom: 12px;
    display: block
}

.cu .pg-strip__h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #FAFAFA;
    margin: 0 0 24px
}

.cu .pg-strip__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #fafafac7;
    max-width: 420px;
    margin: 0
}

.cu .pg-strip__aside {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cu .info-card {
    background: #fafafa12;
    border: 2px solid #ce624861;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .info-card:hover {
    background: #ce624821;
    border-color: #CE6248
}

.cu .info-card__icon {
    color: #CE6248;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0
}

.cu .info-card__label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #fafafa8c;
    margin-bottom: 6px;
    display: block
}

.cu .info-card__val {
    font-size: 14px;
    line-height: 1.5;
    color: #FAFAFA;
    margin: 0;
    word-break: break-all
}

.cu .info-card__val a {
    color: #FAFAFA;
    text-decoration: none;
    border-bottom: 1px solid #ce624880;
    transition: border-color .25s ease-in-out, color .25s ease-in-out
}

.cu .info-card__val a:hover {
    color: #CE6248;
    border-color: #CE6248
}

.cu .form-band {
    background: #fff;
    padding: 48px 24px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.cu .form-band__inner {
    max-width: 1100px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 48px;
    align-items: start
}

.cu .form-band__meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.cu .form-band__tag {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #CE6248
}

.cu .form-band__h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #232B43;
    margin: 0
}

.cu .form-band__note {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.cu .form-band__img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 9px 40px -2px #232b431f;
    position: relative
}

.cu .form-band__img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .form-band__img-wrap:hover img {
    transform: translateX(-6px)
}

.cu .form-band__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ce624847 0%, transparent 60%);
    pointer-events: none
}

.cu .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.cu .field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.cu .field label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #232B43;
    font-weight: 700
}

.cu .field input,
.cu .field select {
    font-size: 14px;
    line-height: 1.5;
    color: #232B43;
    background: #fff;
    border: 2px solid #d0d4de;
    border-radius: 4px;
    padding: 12px;
    outline: none;
    transition: border-color .27s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .27s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.cu .field input::placeholder {
    color: #9aa0b2;
    font-size: 14px
}

.cu .field input:focus,
.cu .field select:focus {
    border-color: #CE6248;
    box-shadow: inset 0 0 0 3px #ce62481a
}

.cu .field select {
    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='%23232B43' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer
}

.cu .slot-group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.cu .slot-group legend {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #232B43;
    font-weight: 700;
    margin-bottom: 6px;
    display: block
}

.cu .slot-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px
}

.cu .slot-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.cu .slot-opt input[type="radio"] {
    accent-color: #CE6248;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0
}

.cu .slot-opt span {
    font-size: 14px;
    line-height: 1.5;
    color: #232B43
}

.cu .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

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

.cu .privacy-row p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0
}

.cu .privacy-row a {
    color: #CE6248;
    text-decoration: none;
    border-bottom: 1px solid #ce624866;
    transition: border-color .25s ease-in-out
}

.cu .privacy-row a:hover {
    border-color: #CE6248
}

.cu .submit-btn {
    align-self: flex-start;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #232B43;
    background: #fff;
    border: 3px solid #232B43;
    border-radius: 4px;
    padding: 12px 48px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #CE6248;
    transform: translateX(-100%);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.cu .submit-btn:hover::before {
    transform: translateX(0)
}

.cu .submit-btn:hover {
    color: #fff;
    border-color: #CE6248
}

.cu .submit-btn span {
    position: relative;
    z-index: 1
}

.cu .submit-btn:focus-visible {
    outline: 3px solid #CE6248;
    outline-offset: 3px
}

.cu .geo-band {
    background: #232B43;
    padding: 48px 24px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.cu .geo-band__inner {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.cu .geo-band__img-col {
    flex: 0 0 420px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 4px 18px -2px #ce624817;
    position: relative
}

.cu .geo-band__img-col img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .geo-band__img-col:hover img {
    transform: translateY(-7px)
}

.cu .geo-band__corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #CE6248;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    pointer-events: none
}

.cu .geo-band__body {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cu .geo-band__tag {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #CE6248
}

.cu .geo-band__h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FAFAFA;
    margin: 0
}

.cu .geo-band__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #fafafabf;
    margin: 0
}

.cu .reach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.cu .reach-item {
    background: #fafafa0d;
    border: 1.5px solid #ce624840;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .reach-item:hover {
    background: #ce62481a;
    border-color: #CE6248
}

.cu .reach-item__icon {
    color: #CE6248;
    font-size: 18px;
    flex-shrink: 0
}

.cu .reach-item__text {
    font-size: 14px;
    line-height: 1.5;
    color: #fafafad9
}

.cu .divider-geo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    background: #fff;
    overflow: hidden
}

.cu .divider-geo__shape {
    width: 10px;
    height: 10px;
    background: #CE6248;
    border-radius: 4px;
    opacity: .3;
    flex-shrink: 0
}

.cu .divider-geo__shape--accent {
    opacity: 1;
    animation: dg-pulse 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes dg-pulse {

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

    50% {
        transform: scale(1.5);
        opacity: .7
    }
}

.cu .divider-dark {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    background: #232B43;
    overflow: hidden
}

.cu .divider-dark__line {
    height: 2px;
    width: 40px;
    background: #ce624866;
    border-radius: 4px
}

.cu .divider-dark__dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #CE6248;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .cu .pg-strip__body {
        flex-direction: column;
        gap: 24px
    }

    .cu .pg-strip__aside {
        flex: unset;
        width: 100%
    }

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

    .cu .geo-band__inner {
        flex-direction: column
    }

    .cu .geo-band__img-col {
        flex: unset;
        width: 100%
    }
}

@media (max-width: 768px) {
    .cu .pg-strip__h1 {
        font-size: 29px
    }

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

    .cu .reach-grid {
        grid-template-columns: 1fr
    }

    .cu .slot-opts {
        flex-direction: column
    }
}

@media (max-width: 480px) {

    .cu .pg-strip,
    .cu .form-band,
    .cu .geo-band {
        padding: 48px 12px
    }

    .cu .submit-btn {
        width: 100%;
        text-align: center
    }
}

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

.success-page .result-wrap {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px
}

.success-page .result-icon {
    width: 72px;
    height: 72px;
    border-radius: 40px;
    border: 3px solid #CE6248;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 1px 4px 18px -2px #ce624817
}

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

.success-page .result-label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #CE6248;
    font-weight: 700
}

.success-page .result-heading {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 800;
    color: #232B43;
    letter-spacing: -.01em;
    margin: 0
}

.success-page .result-body {
    font-size: 14px;
    line-height: 1.7;
    color: #232B43;
    max-width: 480px;
    opacity: .78
}

.success-page .result-divider {
    width: 48px;
    height: 3px;
    background: #CE6248;
    border-radius: 4px
}

.success-page .result-action {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 12px 48px;
    border-radius: 8px;
    border: 2px solid #CE6248;
    background: transparent;
    color: #CE6248;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.success-page .result-action::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #CE6248;
    transform: translateX(-100%);
    transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1
}

.success-page .result-action:hover::before {
    transform: translateX(0)
}

.success-page .result-action:hover {
    color: #fff
}

.success-page .result-action:focus-visible {
    outline: 2px solid #CE6248;
    outline-offset: 4px
}

@media (max-width: 480px) {
    .success-page .result-heading {
        font-size: 29px
    }

    .success-page .result-action {
        padding: 12px 24px
    }
}