@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/700.css";

*,
::before,
::after {
    content: none;
    box-sizing: border-box
}

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

.site-top-bar {
    background: linear-gradient(90deg, #0d0c09 0%, #1a1508 50%, #0d0c09 100%);
    border-bottom: 1px solid #bba54a2e;
    padding: 8px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.top-bar-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #CDB7A0
}

.top-bar-notice .notice-dot {
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background-color: #BBA54A;
    flex-shrink: 0;
    display: inline-block
}

.top-bar-contact {
    display: flex;
    align-items: center;
    gap: 28px
}

.top-bar-link {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #CDB7A0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .15s ease-out
}

.top-bar-link:hover,
.top-bar-link:focus {
    color: #BBA54A;
    outline: none
}

.top-bar-link:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: 2px;
    border-radius: 4px
}

.top-bar-link .oi {
    font-size: 12px;
    opacity: .8
}

.site-brand-row {
    background: linear-gradient(135deg, #0a0900 0%, #141209 40%, #1c1708 100%);
    border-bottom: 1px solid #cdb7a01a;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.brand-left {
    display: flex;
    align-items: center;
    gap: 28px
}

.logo-box {
    background: linear-gradient(160deg, #BBA54A 0%, #9e8c3d 100%);
    border-radius: 8px;
    padding: 8px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 25px 0 #bba54a1a 0 1px 6px 0 #bba54a0d;
    border: 1px solid #bba54a66
}

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

.brand-name-box {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.brand-name {
    font-family: 'Arimo', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FEFEFD;
    text-decoration: none;
    display: block
}

.brand-name:hover,
.brand-name:focus {
    color: #BBA54A;
    outline: none
}

.brand-name:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: 4px;
    border-radius: 4px
}

.brand-tagline {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #CDB7A0;
    text-transform: uppercase
}

.brand-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.lecture-badge {
    background: #bba54a1a;
    border: 1px solid #bba54a4d;
    border-radius: 44px;
    padding: 8px 16px;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .04em;
    color: #BBA54A;
    display: flex;
    align-items: center;
    gap: 8px
}

.lecture-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 44px;
    background-color: #BBA54A;
    display: inline-block;
    flex-shrink: 0
}

.topic-pill {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #FEFEFD;
    text-align: right;
    max-width: 480px
}

.topic-pill strong {
    color: #BBA54A;
    font-weight: 700
}

.site-nav-row {
    background: #0a0900;
    border-bottom: 2px solid #bba54a38;
    padding: 0 28px;
    display: flex;
    align-items: stretch;
    max-width: 1600px;
    margin: 0 auto
}

.site-header {
    background: #0a0900;
    overflow: hidden
}

.site-header .site-top-bar,
.site-header .site-brand-row {
    max-width: 1600px;
    margin: 0 auto
}

.site-nav-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0
}

.nav-item {
    display: flex;
    align-items: stretch
}

.nav-link {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #CDB7A0;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 16px 28px;
    position: relative;
    transition: color .2s ease-out, background-color .25s ease-out;
    white-space: nowrap;
    min-height: 44px
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #BBA54A;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease-out
}

.nav-link:hover {
    color: #FEFEFD;
    background-color: #bba54a12;
    outline: none
}

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

.nav-link:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: -4px;
    color: #FEFEFD
}

.nav-link.active {
    color: #BBA54A
}

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

.nav-spacer {
    flex: 1
}

.nav-cta-link {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #BBA54A;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 16px 28px;
    border-left: 1px solid #bba54a33;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out;
    min-height: 44px;
    white-space: nowrap
}

.nav-cta-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #BBA54A 0%, #9e8c3d 100%);
    transform: translateX(-100%);
    transition: transform .3s ease-out;
    z-index: 0
}

.nav-cta-link:hover::before {
    transform: translateX(0)
}

.nav-cta-link:hover {
    color: #0a0900;
    outline: none
}

.nav-cta-link:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: -4px
}

.nav-cta-link span {
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .site-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 16px
    }

    .top-bar-contact {
        gap: 16px
    }

    .site-brand-row {
        padding: 16px;
        flex-wrap: wrap
    }

    .brand-right {
        align-items: flex-start
    }

    .topic-pill {
        text-align: left;
        font-size: 14px
    }

    .site-nav-row {
        padding: 0 16px
    }

    .nav-link {
        padding: 16px;
        font-size: 14px
    }

    .nav-cta-link {
        padding: 16px;
        font-size: 14px
    }
}

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

    .site-nav-list {
        width: 100%
    }

    .nav-link {
        padding: 16px 8px;
        font-size: 14px
    }

    .nav-cta-link {
        padding: 16px 8px;
        font-size: 14px
    }
}

@media (max-width: 640px) {
    .top-bar-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .site-brand-row {
        padding: 16px 8px
    }

    .logo-box {
        width: 60px;
        height: 60px
    }

    .logo-box img {
        width: 46px;
        height: 46px
    }

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

.site-footer {
    background: linear-gradient(180deg, #0d0c09 0%, #070600 60%, #030200 100%);
    border-top: 1px solid #bba54a26;
    overflow: hidden;
    position: relative
}

.footer-upper {
    padding: 56px 28px 28px;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.footer-accent-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #BBA54A, transparent);
    border-radius: 4px
}

.footer-logo-box {
    background: linear-gradient(160deg, #BBA54A 0%, #9e8c3d 100%);
    border-radius: 8px;
    padding: 8px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 36px 0 #bba54a1c 0 5px 25px 0 #bba54a1a;
    border: 1px solid #bba54a59
}

.footer-logo-box img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block
}

.footer-brand-label {
    font-family: 'Arimo', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #FEFEFD;
    text-align: center
}

.footer-desc {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .01em;
    color: #CDB7A0;
    text-align: center;
    max-width: 560px
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cdb7a01f, transparent);
    border: none
}

.footer-bottom {
    padding: 28px 28px 56px;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-legal-link {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #CDB7A0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .2s ease-out, border-color .2s ease-out;
    padding-bottom: 2px
}

.footer-legal-link:hover {
    color: #BBA54A;
    border-bottom-color: #bba54a73;
    outline: none
}

.footer-legal-link:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: 3px;
    border-radius: 4px
}

.footer-sep {
    width: 4px;
    height: 4px;
    border-radius: 44px;
    background: #cdb7a04d;
    display: inline-block;
    flex-shrink: 0
}

.footer-copy {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #cdb7a08c;
    text-align: center
}

.footer-geo {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #cdb7a066;
    text-align: center
}

.footer-deco-bar {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #BBA54A 30%, #CDB7A0 60%, transparent 100%);
    opacity: .25
}

@media (max-width: 768px) {
    .footer-upper {
        padding: 56px 16px 28px
    }

    .footer-bottom {
        padding: 28px 16px 56px
    }

    .footer-legal-links {
        gap: 16px
    }
}

@media (max-width: 640px) {
    .footer-sep {
        display: none
    }

    .footer-legal-links {
        flex-direction: column;
        gap: 8px
    }
}

.cookie-bar {
    font-family: 'Arimo', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    display: none;
    background: linear-gradient(90deg, #0d0c09 0%, #141209 100%);
    border-bottom: 1px solid #bba54a40;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.cookie-bar-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 28px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    flex-wrap: wrap
}

.cookie-text-area {
    flex: 1;
    min-width: 200px
}

.cookie-desc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #CDB7A0;
    margin: 0 0 4px
}

.cookie-hl {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #FEFEFD;
    margin: 0
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex-shrink: 0
}

.cookie-btn {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .03em;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #bba54a80;
    background: transparent;
    color: #BBA54A;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out, border-color .2s ease-out;
    min-height: 44px;
    white-space: nowrap
}

.cookie-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #BBA54A;
    transform: translateX(-100%);
    transition: transform .25s ease-out;
    z-index: 0
}

.cookie-btn:hover::before,
.cookie-btn:focus::before {
    transform: translateX(0)
}

.cookie-btn:hover,
.cookie-btn:focus {
    color: #0a0900;
    border-color: #BBA54A;
    outline: none
}

.cookie-btn:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: 3px
}

.cookie-btn:active {
    box-shadow: inset 0 2px 6px 0 #bba54a40
}

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

.cookie-btn-secondary {
    border-color: #cdb7a04d;
    color: #CDB7A0
}

.cookie-btn-secondary::before {
    background: #cdb7a026
}

.cookie-btn-secondary:hover,
.cookie-btn-secondary:focus {
    color: #FEFEFD;
    border-color: #cdb7a08c
}

.cookie-toggle-btn {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .03em;
    background: none;
    border: none;
    color: #cdb7a0a6;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    min-height: 44px;
    transition: color .15s ease-out
}

.cookie-toggle-btn:hover,
.cookie-toggle-btn:focus {
    color: #CDB7A0;
    outline: none
}

.cookie-toggle-btn:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: 3px;
    border-radius: 4px
}

.cookie-panel {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 28px 16px;
    display: none
}

.cookie-panel.open {
    display: block
}

.cookie-toggle-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #bba54a0d;
    border: 1px solid #bba54a1f;
    border-radius: 8px
}

.cookie-toggle-label {
    font-size: 14px;
    line-height: 1.6;
    color: #CDB7A0;
    flex: 1;
    cursor: pointer
}

.cookie-toggle-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #bba54a66;
    background: transparent;
    cursor: pointer;
    accent-color: #BBA54A;
    flex-shrink: 0
}

.cookie-toggle-input:focus-visible {
    outline: 2px dashed #BBA54A;
    outline-offset: 2px
}

.cookie-toggle-input:checked {
    box-shadow: inset 0 1px 4px 0 #bba54a33
}

@media (max-width: 768px) {
    .cookie-bar-inner {
        padding: 16px;
        flex-direction: column;
        gap: 16px
    }

    .cookie-panel {
        padding: 0 16px 16px
    }
}

.terms-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 56px 28px;
    background-color: #111109;
    color: #FEFEFD;
    line-height: 1.9;
    font-size: 17px
}

.terms-wrapper h1 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #BBA54A;
    margin-bottom: 28px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #bba54a2e
}

.terms-wrapper h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #CDB7A0;
    margin-top: 56px;
    margin-bottom: 16px
}

.terms-wrapper h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #BBA54A;
    margin-top: 28px;
    margin-bottom: 16px
}

.terms-wrapper h4 {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: -.005em;
    color: #CDB7A0;
    margin-top: 28px;
    margin-bottom: 8px
}

.terms-wrapper h5 {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #FEFEFD;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.terms-wrapper h6 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .03em;
    color: #cdb7a0bf;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.terms-wrapper strong,
.terms-wrapper b {
    color: #BBA54A;
    font-weight: 700
}

.terms-wrapper em,
.terms-wrapper i {
    color: #CDB7A0;
    font-style: italic
}

.terms-wrapper a {
    color: #BBA54A;
    text-decoration: underline;
    text-decoration-color: #bba54a59;
    text-underline-offset: 3px;
    transition: color .25s ease-out, text-decoration-color .2s ease-out
}

.terms-wrapper a:hover {
    color: #CDB7A0;
    text-decoration-color: #cdb7a099
}

.terms-wrapper a:visited {
    color: #bba54abf
}

.terms-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.terms-wrapper thead {
    background-color: #bba54a1f
}

.terms-wrapper thead tr {
    border-bottom: 1px solid #bba54a4d
}

.terms-wrapper tbody tr {
    border-bottom: 1px solid #cdb7a014;
    transition: background-color .15s ease-out
}

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

.terms-wrapper tbody tr:hover {
    background-color: #bba54a0d
}

.terms-wrapper th {
    padding: 16px 28px;
    text-align: left;
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #BBA54A;
    font-weight: 700
}

.terms-wrapper td {
    padding: 16px 28px;
    color: #fefefdd9;
    vertical-align: top
}

.terms-wrapper td strong,
.terms-wrapper td b {
    color: #CDB7A0
}

.terms-wrapper hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #bba54a59 20%, #cdb7a040 50%, #bba54a59 80%, transparent);
    margin: 56px 0
}

.terms-wrapper div {
    line-height: 1.9
}

.terms-wrapper div+div {
    margin-top: 8px
}

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

    .terms-wrapper h1 {
        font-size: 38px
    }

    .terms-wrapper h2 {
        font-size: 28px
    }

    .terms-wrapper h3 {
        font-size: 21px
    }
}

@media (max-width: 768px) {
    .terms-wrapper {
        padding: 28px 16px
    }

    .terms-wrapper h1 {
        font-size: 28px
    }

    .terms-wrapper h2 {
        font-size: 21px;
        margin-top: 28px
    }

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

    .terms-wrapper h4 {
        font-size: 17px
    }

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

    .terms-wrapper th,
    .terms-wrapper td {
        padding: 16px;
        white-space: nowrap
    }
}

@media (max-width: 640px) {
    .terms-wrapper {
        padding: 28px 16px;
        font-size: 14px
    }

    .terms-wrapper h1 {
        font-size: 21px
    }

    .terms-wrapper h2 {
        font-size: 17px
    }

    .terms-wrapper h3,
    .terms-wrapper h4,
    .terms-wrapper h5,
    .terms-wrapper h6 {
        font-size: 14px
    }

    .terms-wrapper hr {
        margin: 28px 0
    }
}

.consult-pg {
    background-color: #0d0d0b;
    color: #FEFEFD;
    overflow-x: clip
}

.consult-pg .pg-divider {
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #BBA54A 0px, #BBA54A 8px, transparent 8px, transparent 16px, #BBA54A 16px, #BBA54A 28px, transparent 28px, transparent 56px);
    opacity: .28;
    border: none
}

.consult-pg .fade-col {
    opacity: 0;
    transform: translateY(24px);
    animation: colAppear .45s ease-out forwards
}

.consult-pg .fade-col:nth-child(1) {
    animation-delay: .1s
}

.consult-pg .fade-col:nth-child(2) {
    animation-delay: .25s
}

.consult-pg .fade-col:nth-child(3) {
    animation-delay: .4s
}

.consult-pg .fade-col:nth-child(4) {
    animation-delay: .55s
}

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

.consult-pg .grad-text {
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.consult-pg .math-anchor {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 320px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #bba54a0f;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap
}

.consult-pg .grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#bba54a0a 1px, transparent 1px), linear-gradient(90deg, #bba54a0a 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    z-index: 0
}

.consult-pg .title-blk {
    position: relative;
    background: linear-gradient(107deg, #18160e 0%, #1a1710 40%, #12110d 100%);
    padding: 96px 56px;
    overflow: hidden
}

.consult-pg .title-inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 56px;
    align-items: center
}

.consult-pg .title-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #BBA54A;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.6
}

.consult-pg .title-h1 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 28px;
    font-weight: 700
}

.consult-pg .title-tag {
    font-size: 17px;
    line-height: 1.6;
    color: #CDB7A0;
    margin-bottom: 28px
}

.consult-pg .title-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.consult-pg .btn-prim {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .06em;
    padding: 16px 28px;
    border: 1px solid #BBA54A;
    border-radius: 4px;
    color: #BBA54A;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out;
    z-index: 1
}

.consult-pg .btn-prim::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #BBA54A;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease-out;
    z-index: -1
}

.consult-pg .btn-prim:hover::before {
    transform: scaleX(1)
}

.consult-pg .btn-prim:hover {
    color: #0d0d0b
}

.consult-pg .btn-prim:active {
    box-shadow: inset 0 2px 6px #bba54a4d
}

.consult-pg .btn-sec {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .06em;
    padding: 16px 28px;
    border: 1px solid #cdb7a059;
    border-radius: 4px;
    color: #CDB7A0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out;
    z-index: 1
}

.consult-pg .btn-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #cdb7a01f;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s ease-out;
    z-index: -1
}

.consult-pg .btn-sec:hover::before {
    transform: scaleX(1)
}

.consult-pg .btn-sec:hover {
    color: #FEFEFD
}

.consult-pg .title-side-stat {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-end
}

.consult-pg .stat-num {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 700;
    color: #BBA54A
}

.consult-pg .stat-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fefefd8c;
    text-align: right
}

.consult-pg .title-img-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 36px 0 #bba54a1c
}

.consult-pg .title-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: sepia(0.35) contrast(1.08) brightness(0.88) saturate(0.75);
    border-radius: 8px
}

.consult-pg .img-frame {
    position: absolute;
    inset: 8px;
    border: 1px solid #bba54a4d;
    border-radius: 4px;
    pointer-events: none
}

.consult-pg .title-left-info {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.consult-pg .info-chip {
    background: #bba54a14;
    border: 1px solid #bba54a2e;
    border-radius: 4px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #fefefdb3
}

.consult-pg .info-chip strong {
    color: #BBA54A;
    display: block;
    font-size: 17px;
    margin-bottom: 8px
}

.consult-pg .about-blk {
    position: relative;
    background-color: #111009;
    padding: 96px 56px
}

.consult-pg .about-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.consult-pg .about-text-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.consult-pg .about-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 700
}

.consult-pg .about-open {
    background: #cdb7a00f;
    border-top: 2px solid #bba54a66;
    border-radius: 4px;
    padding: 16px;
    font-size: 17px;
    line-height: 1.6;
    color: #FEFEFD
}

.consult-pg .about-para {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdb8
}

.consult-pg .about-metrics {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.consult-pg .metric-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.consult-pg .metric-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.6;
    color: #fefefd99
}

.consult-pg .metric-label span:last-child {
    color: #BBA54A;
    font-weight: 600
}

.consult-pg .metric-bar-bg {
    height: 4px;
    background: #fefefd14;
    border-radius: 4px;
    overflow: hidden
}

.consult-pg .metric-bar-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    transform-origin: left;
    animation: barGrow .55s ease-out forwards;
    transform: scaleX(0)
}

@keyframes barGrow {
    to {
        transform: scaleX(1)
    }
}

.consult-pg .metric-bar-fill.w88 {
    width: 88%;
    animation-delay: .15s
}

.consult-pg .metric-bar-fill.w74 {
    width: 74%;
    animation-delay: .28s
}

.consult-pg .metric-bar-fill.w91 {
    width: 91%;
    animation-delay: .4s
}

.consult-pg .metric-bar-fill.w67 {
    width: 67%;
    animation-delay: .52s
}

.consult-pg .metrics-note {
    font-size: 14px;
    line-height: 1.6;
    color: #fefefd66;
    margin-top: 8px
}

.consult-pg .format-blk {
    position: relative;
    background-color: #0f0e0b;
    padding: 96px 56px
}

.consult-pg .faded-pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(107deg, #bba54a08 0px, #bba54a08 1px, transparent 1px, transparent 40px);
    pointer-events: none
}

.consult-pg .format-inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto
}

.consult-pg .format-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    margin-bottom: 56px;
    align-items: end
}

.consult-pg .format-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 700
}

.consult-pg .format-intro {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdad
}

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

.consult-pg .format-card {
    background: #fefefd08;
    border: 1px solid #fefefd12;
    border-radius: 8px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease-out, box-shadow .2s ease-out;
    box-shadow: 0 1px 6px 0 #bba54a0d
}

.consult-pg .format-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, #bba54a12, transparent);
    pointer-events: none
}

.consult-pg .format-card:hover {
    border-color: #bba54a4d;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.consult-pg .card-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #bba54a4d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.consult-pg .card-icon svg {
    width: 20px;
    height: 20px;
    stroke: #BBA54A;
    fill: none;
    stroke-width: 1.5
}

.consult-pg .card-h4 {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
    color: #FEFEFD
}

.consult-pg .card-body {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefd99;
    flex: 1
}

.consult-pg .card-detail {
    font-size: 14px;
    line-height: 1.6;
    color: #BBA54A;
    font-weight: 500
}

.consult-pg .review-blk {
    position: relative;
    background-color: #131209;
    padding: 96px 56px
}

.consult-pg .review-inner {
    max-width: 1600px;
    margin: 0 auto
}

.consult-pg .review-top {
    text-align: center;
    margin-bottom: 56px
}

.consult-pg .review-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 700;
    margin-bottom: 16px
}

.consult-pg .review-sub {
    font-size: 17px;
    line-height: 1.6;
    color: #fefefd8c
}

.consult-pg .review-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 28px;
    align-items: start
}

.consult-pg .review-card {
    background: #fefefd08;
    border: 1px solid #fefefd12;
    border-radius: 8px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .25s ease-out;
    box-shadow: 0 1px 6px 0 #cdb7a00d
}

.consult-pg .review-card:hover {
    box-shadow: 0 5px 25px 0 #cdb7a01a
}

.consult-pg .review-card.featured {
    background: #bba54a0f !important;
    border-color: #bba54a38;
    padding: 28px
}

.consult-pg .review-stars {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.consult-pg .star {
    width: 14px;
    height: 14px
}

.consult-pg .star-filled {
    fill: #BBA54A
}

.consult-pg .star-empty {
    fill: #bba54a33
}

.consult-pg .review-text {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefdb3;
    flex: 1
}

.consult-pg .review-card.featured .review-text {
    font-size: 17px;
    color: #fefefdd1
}

.consult-pg .review-author {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.consult-pg .author-name {
    font-size: 14px;
    font-weight: 600;
    color: #CDB7A0;
    line-height: 1.6
}

.consult-pg .author-role {
    font-size: 14px;
    color: #fefefd66;
    line-height: 1.6
}

.consult-pg .rating-summary {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #fefefd12
}

.consult-pg .rating-big {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #BBA54A
}

.consult-pg .rating-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.consult-pg .rating-count {
    font-size: 14px;
    color: #fefefd73;
    line-height: 1.6
}

@media (max-width: 1280px) {
    .consult-pg .title-inner {
        grid-template-columns: 1fr 2fr;
        gap: 28px
    }

    .consult-pg .title-side-stat {
        display: none
    }

    .consult-pg .review-grid {
        grid-template-columns: 1fr 1fr
    }

    .consult-pg .review-grid .review-card:last-child {
        display: none
    }
}

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

    .consult-pg .title-left-info {
        display: none
    }

    .consult-pg .title-h1 {
        font-size: 38px
    }

    .consult-pg .about-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .consult-pg .format-top {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .consult-pg .format-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .consult-pg .review-grid {
        grid-template-columns: 1fr
    }

    .consult-pg .review-card:not(.featured) {
        display: none
    }

    .consult-pg .math-anchor {
        display: none
    }
}

@media (max-width: 768px) {

    .consult-pg .title-blk,
    .consult-pg .about-blk,
    .consult-pg .format-blk,
    .consult-pg .review-blk {
        padding: 56px 28px
    }

    .consult-pg .title-h1 {
        font-size: 28px
    }

    .consult-pg .about-h2,
    .consult-pg .format-h2,
    .consult-pg .review-h2 {
        font-size: 28px
    }

    .consult-pg .format-grid {
        grid-template-columns: 1fr
    }

    .consult-pg .title-links {
        flex-direction: column;
        gap: 8px
    }
}

@media (max-width: 640px) {

    .consult-pg .title-blk,
    .consult-pg .about-blk,
    .consult-pg .format-blk,
    .consult-pg .review-blk {
        padding: 56px 16px
    }

    .consult-pg .stat-num {
        font-size: 28px
    }
}

.abt-us {
    background-color: #0e0d0b;
    color: #FEFEFD;
    overflow-x: clip
}

.abt-us .top-strip {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden
}

.abt-us .top-strip .img-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 100%
}

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

.abt-us .top-strip .img-side::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #0e0d0b2e 0%, #0e0d0bb8 60%, #0e0d0bfa 100%)
}

.abt-us .top-strip .txt-col {
    position: relative;
    z-index: 2;
    margin-left: auto;
    width: 56%;
    padding: 96px 56px 96px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abt-us .top-strip .shape-a {
    position: absolute;
    top: 28px;
    right: 56px;
    width: 80px;
    height: 80px;
    border: 2px solid #BBA54A;
    border-radius: 4px;
    opacity: .18;
    pointer-events: none
}

.abt-us .top-strip .shape-b {
    position: absolute;
    top: 44px;
    right: 72px;
    width: 80px;
    height: 80px;
    border: 2px solid #CDB7A0;
    border-radius: 4px;
    opacity: .12;
    pointer-events: none
}

.abt-us .top-strip .shape-c {
    position: absolute;
    bottom: 56px;
    left: 48%;
    width: 48px;
    height: 48px;
    border: 2px solid #BBA54A;
    border-radius: 8px;
    opacity: .14;
    pointer-events: none;
    transform: rotate(22deg)
}

.abt-us .pg-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #BBA54A;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.6
}

.abt-us .pg-h1 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 28px;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-us .pg-h1 .punct {
    -webkit-text-fill-color: #BBA54A;
    color: #BBA54A
}

.abt-us .top-open-p {
    font-size: 21px;
    line-height: 1.6;
    color: #FEFEFD;
    margin-bottom: 28px;
    padding: 16px;
    background: #bba54a12;
    border-radius: 8px
}

.abt-us .top-body-p {
    font-size: 17px;
    line-height: 1.9;
    color: #CDB7A0;
    margin-bottom: 0
}

.abt-us .top-meta {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center
}

.abt-us .meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #BBA54A;
    border: 1px solid #bba54a47;
    border-radius: 44px;
    padding: 8px 16px
}

.abt-us .meta-pill svg {
    flex-shrink: 0
}

.abt-us .divider-a {
    height: 2px;
    background: linear-gradient(107deg, #BBA54A 0%, transparent 100%);
    opacity: .22
}

.abt-us .detail-strip {
    background-color: #131210;
    padding: 96px 56px;
    position: relative
}

.abt-us .detail-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #bba54a0e 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: 14px 0;
    pointer-events: none;
    border-radius: 0
}

.abt-us .detail-strip .ds-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.abt-us .detail-strip .left-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .detail-strip .right-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .ds-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px
}

.abt-us .ds-sub {
    font-size: 17px;
    line-height: 1.9;
    color: #CDB7A0
}

.abt-us .ds-sub .num {
    color: #BBA54A;
    font-size: 21px
}

.abt-us .img-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px 0 #bba54a1c
}

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

.abt-us .img-frame .dbl-border {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 2px solid #bba54a38;
    pointer-events: none
}

.abt-us .img-frame .dbl-border-outer {
    position: absolute;
    inset: -5px;
    border-radius: 16px;
    border: 2px solid #cdb7a01a;
    pointer-events: none
}

.abt-us .stat-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.abt-us .stat-box {
    flex: 1;
    background: #bba54a0f;
    border: 1px solid #bba54a29;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color .25s ease-out, box-shadow .35s ease-out
}

.abt-us .stat-box:hover {
    border-color: #bba54a61;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.abt-us .stat-num {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #BBA54A
}

.abt-us .stat-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #CDB7A0;
    letter-spacing: .04em
}

.abt-us .team-row {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .person-card {
    background: #cdb7a00a;
    border: 1px solid #cdb7a01f;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: background .2s ease-out, border-color .28s ease-out
}

.abt-us .person-card:hover {
    background: #bba54a12;
    border-color: #bba54a3d
}

.abt-us .person-avatar {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: linear-gradient(107deg, #BBA54A 0%, #CDB7A0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 17px;
    color: #0e0d0b;
    font-weight: 700
}

.abt-us .person-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .person-name {
    font-size: 17px;
    line-height: 1.6;
    color: #FEFEFD
}

.abt-us .person-role {
    font-size: 14px;
    line-height: 1.6;
    color: #BBA54A;
    letter-spacing: .06em
}

.abt-us .person-note {
    font-size: 14px;
    line-height: 1.6;
    color: #CDB7A0
}

.abt-us .approach-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .ap-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.abt-us .ap-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #BBA54A;
    flex-shrink: 0;
    margin-top: 8px
}

.abt-us .ap-text {
    font-size: 17px;
    line-height: 1.9;
    color: #CDB7A0
}

.abt-us .ap-text strong {
    color: #FEFEFD
}

.abt-us .shake-el {
    animation: abt-shake .45s ease-out 2.2s both
}

@keyframes abt-shake {
    0% {
        transform: translateX(0)
    }

    18% {
        transform: translateX(-6px)
    }

    36% {
        transform: translateX(5px)
    }

    54% {
        transform: translateX(-4px)
    }

    72% {
        transform: translateX(3px)
    }

    88% {
        transform: translateX(-2px)
    }

    100% {
        transform: translateX(0)
    }
}

.abt-us .img-frame-wide {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.abt-us .img-frame-wide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .img-frame-wide .dbl-border {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 2px solid #bba54a33;
    pointer-events: none
}

.abt-us .img-frame-wide .dbl-border-outer {
    position: absolute;
    inset: -5px;
    border-radius: 16px;
    border: 2px solid #cdb7a017;
    pointer-events: none
}

.abt-us .contact-bar {
    margin-top: 28px;
    padding: 16px;
    background: #bba54a0d;
    border: 1px solid #bba54a24;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center
}

.abt-us .contact-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color: #CDB7A0;
    text-decoration: none;
    transition: color .2s ease-out
}

.abt-us .contact-item:hover {
    color: #BBA54A
}

.abt-us .contact-item svg {
    flex-shrink: 0;
    opacity: .7
}

.abt-us .ds-h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #FEFEFD;
    margin-bottom: 8px
}

@media (max-width: 1024px) {
    .abt-us .top-strip .txt-col {
        width: 65%;
        padding: 56px 28px 56px 16px
    }

    .abt-us .top-strip .img-side {
        width: 44%
    }

    .abt-us .pg-h1 {
        font-size: 38px
    }

    .abt-us .detail-strip {
        padding: 56px 28px
    }

    .abt-us .detail-strip .ds-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

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

    .abt-us .top-strip .img-side {
        position: relative;
        width: 100%;
        height: 240px
    }

    .abt-us .top-strip .img-side::after {
        background: linear-gradient(180deg, #0e0d0b1a 0%, #0e0d0beb 100%)
    }

    .abt-us .top-strip .txt-col {
        width: 100%;
        margin-left: 0;
        padding: 28px 16px 56px
    }

    .abt-us .pg-h1 {
        font-size: 28px
    }

    .abt-us .top-open-p {
        font-size: 17px
    }

    .abt-us .top-meta {
        flex-wrap: wrap;
        gap: 16px
    }

    .abt-us .stat-row {
        flex-direction: column
    }

    .abt-us .detail-strip {
        padding: 56px 16px
    }

    .abt-us .contact-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

@media (max-width: 640px) {
    .abt-us .ds-h2 {
        font-size: 28px
    }

    .abt-us .ds-h3 {
        font-size: 21px
    }

    .abt-us .stat-num {
        font-size: 28px
    }
}

.abt-us :focus-visible {
    outline: 2px solid #BBA54A !important;
    outline-offset: 3px !important;
    border-radius: 4px !important
}

.ptl-root {
    background-color: #141210;
    color: #FEFEFD;
    overflow-x: hidden;
    position: relative
}

.ptl-root .max-w {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
    padding-right: 56px
}

@media (max-width: 768px) {
    .ptl-root .max-w {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (max-width: 640px) {
    .ptl-root .max-w {
        padding-left: 16px;
        padding-right: 16px
    }
}

.ptl-root ::selection {
    background-color: #bba54a38;
    color: #FEFEFD
}

.ptl-root input::placeholder,
.ptl-root textarea::placeholder {
    color: #bba54a73
}

.ptl-root .lead-blk {
    background-color: #FEFEFD;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.ptl-root .lead-blk .lead-col {
    max-width: 760px
}

.ptl-root .lead-blk .eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #BBA54A;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: block
}

.ptl-root .lead-blk .lead-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #18150d;
    margin-bottom: 28px
}

.ptl-root .lead-blk .lead-h1 .part-a {
    display: block
}

.ptl-root .lead-blk .lead-h1 .part-b {
    display: block;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ptl-root .lead-blk .lead-sub {
    font-size: 21px;
    line-height: 1.6;
    color: #3a3020;
    max-width: 560px;
    margin-bottom: 56px
}

.ptl-root .lead-blk .lead-meta {
    display: flex;
    flex-direction: row;
    gap: 56px;
    flex-wrap: wrap
}

.ptl-root .lead-blk .meta-item .num {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #BBA54A;
    display: block
}

.ptl-root .lead-blk .meta-item .lbl {
    font-size: 14px;
    line-height: 1.6;
    color: #6a5a3a;
    letter-spacing: .04em
}

.ptl-root .lead-blk .wave-edge {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0
}

.ptl-root .lead-blk .wave-edge svg {
    display: block;
    width: 100%
}

@keyframes elastic-in {
    0% {
        opacity: 0;
        transform: translateY(32px) scaleY(0.94)
    }

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

    80% {
        transform: translateY(3px) scaleY(0.99)
    }

    100% {
        transform: translateY(0) scaleY(1)
    }
}

.ptl-root .lead-blk .lead-col {
    animation: elastic-in .55s ease-out both
}

.ptl-root .lead-blk .lead-meta {
    animation: elastic-in .65s .1s ease-out both
}

@media (max-width: 768px) {
    .ptl-root .lead-blk .lead-h1 {
        font-size: 54px
    }
}

@media (max-width: 640px) {
    .ptl-root .lead-blk .lead-h1 {
        font-size: 38px
    }

    .ptl-root .lead-blk .lead-meta {
        gap: 28px
    }
}

.ptl-root .proof-blk {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #1a1610
}

.ptl-root .proof-blk .proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.ptl-root .proof-blk .proof-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px 0 #bba54a1c
}

.ptl-root .proof-blk .proof-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: sepia(0.3) saturate(0.8)
}

.ptl-root .proof-blk .proof-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(107deg, #bba54a2e, #cdb7a014);
    border-radius: 16px;
    pointer-events: none
}

.ptl-root .proof-blk .proof-txt .sec-tag {
    font-size: 14px;
    letter-spacing: .1em;
    color: #CDB7A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ptl-root .proof-blk .proof-txt h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 28px
}

.ptl-root .proof-blk .proof-txt .open-p {
    font-size: 17px;
    line-height: 1.6;
    color: #FEFEFD;
    padding: 16px;
    background-color: #bba54a14;
    border-radius: 8px;
    margin-bottom: 16px
}

.ptl-root .proof-blk .proof-txt p {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdc7;
    margin-bottom: 16px
}

.ptl-root .proof-blk .proof-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px
}

.ptl-root .proof-blk .pill {
    font-size: 14px;
    letter-spacing: .05em;
    color: #BBA54A;
    border: 1px solid #bba54a59;
    border-radius: 44px;
    padding: 8px 16px;
    transition: background-color .25s ease-out, color .2s ease-out
}

.ptl-root .proof-blk .pill:hover {
    background-color: #bba54a1f
}

@media (max-width: 1024px) {
    .ptl-root .proof-blk .proof-grid {
        grid-template-columns: 1fr
    }
}

.ptl-root .gap-blk {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #111009
}

.ptl-root .gap-blk .gap-center {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px
}

.ptl-root .gap-blk .gap-center .sec-tag {
    font-size: 14px;
    letter-spacing: .1em;
    color: #CDB7A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ptl-root .gap-blk .gap-center h2 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.02em;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 28px
}

.ptl-root .gap-blk .gap-center p {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdc7
}

.ptl-root .gap-blk .steps-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: stretch
}

.ptl-root .gap-blk .step-card {
    flex: 1;
    background-color: #1c1810;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 5px 25px 0 #bba54a1a;
    position: relative;
    transition: transform .35s ease-out, box-shadow .35s ease-out
}

.ptl-root .gap-blk .step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px 0 #bba54a1c
}

.ptl-root .gap-blk .step-num {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #BBA54A;
    display: block;
    margin-bottom: 8px;
    opacity: .6
}

.ptl-root .gap-blk .step-card h4 {
    font-size: 21px;
    line-height: 1.2;
    color: #FEFEFD;
    margin-bottom: 8px
}

.ptl-root .gap-blk .step-card p {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefda6
}

.ptl-root .gap-blk .gap-img-strip {
    margin-top: 56px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 36px 0 #cdb7a01c
}

.ptl-root .gap-blk .gap-img-strip img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.75)
}

.ptl-root .gap-blk .gap-img-strip .strip-caption {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px
}

.ptl-root .gap-blk .gap-img-strip .strip-caption span {
    font-size: 28px;
    line-height: 1.2;
    color: #FEFEFD;
    letter-spacing: -.01em
}

@media (max-width: 1024px) {
    .ptl-root .gap-blk .steps-row {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .ptl-root .gap-blk .gap-center h2 {
        font-size: 38px
    }
}

.ptl-root .crew-blk {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #1e1a10
}

.ptl-root .crew-blk .crew-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 56px;
    align-items: start
}

.ptl-root .crew-blk .crew-sidebar {
    background-color: #28220f;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.ptl-root .crew-blk .crew-sidebar .big-stat {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #BBA54A;
    display: block
}

.ptl-root .crew-blk .crew-sidebar .stat-note {
    font-size: 14px;
    line-height: 1.6;
    color: #cdb7a0b3;
    margin-bottom: 28px;
    display: block
}

.ptl-root .crew-blk .crew-sidebar .sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.ptl-root .crew-blk .crew-sidebar .sidebar-list li {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefdb8;
    padding: 8px 0;
    border-bottom: 1px solid #bba54a1f;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ptl-root .crew-blk .crew-sidebar .sidebar-list li:last-child {
    border-bottom: none
}

.ptl-root .crew-blk .crew-sidebar .dot {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #BBA54A;
    flex-shrink: 0
}

.ptl-root .crew-blk .crew-main .sec-tag {
    font-size: 14px;
    letter-spacing: .1em;
    color: #CDB7A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ptl-root .crew-blk .crew-main h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 28px
}

.ptl-root .crew-blk .crew-main .open-p {
    font-size: 17px;
    line-height: 1.6;
    color: #FEFEFD;
    padding: 16px;
    background-color: #cdb7a012;
    border-radius: 8px;
    margin-bottom: 16px
}

.ptl-root .crew-blk .crew-main p {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdbf;
    margin-bottom: 16px
}

.ptl-root .crew-blk .crew-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px
}

.ptl-root .crew-blk .person-card {
    background-color: #231e0e;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 1px 6px 0 #bba54a0d
}

.ptl-root .crew-blk .person-card .p-name {
    font-size: 17px;
    line-height: 1.2;
    color: #FEFEFD;
    margin-bottom: 8px
}

.ptl-root .crew-blk .person-card .p-role {
    font-size: 14px;
    line-height: 1.6;
    color: #BBA54A;
    margin-bottom: 8px
}

.ptl-root .crew-blk .person-card .p-note {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefd99
}

@media (max-width: 1024px) {
    .ptl-root .crew-blk .crew-layout {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .ptl-root .crew-blk .crew-cards {
        grid-template-columns: 1fr
    }
}

.ptl-root .exp-blk {
    padding-top: 96px;
    padding-bottom: 96px;
    background-image: url(./content_assets/offersa-050526.jpg);
    background-size: cover;
    background-position: center;
    position: relative
}

.ptl-root .exp-blk::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0e0b05d1;
    pointer-events: none
}

.ptl-root .exp-blk .exp-inner {
    position: relative;
    z-index: 1
}

.ptl-root .exp-blk .exp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.ptl-root .exp-blk .exp-left .sec-tag {
    font-size: 14px;
    letter-spacing: .1em;
    color: #CDB7A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ptl-root .exp-blk .exp-left h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #FEFEFD;
    margin-bottom: 28px
}

.ptl-root .exp-blk .exp-left p {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdc7;
    margin-bottom: 16px
}

.ptl-root .exp-blk .exp-quote-stack {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl-root .exp-blk .exp-quote {
    background-color: #fefefd0f;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 5px 25px 0 #bba54a1a;
    transition: background-color .3s ease-out
}

.ptl-root .exp-blk .exp-quote:hover {
    background-color: #fefefd17
}

.ptl-root .exp-blk .exp-quote .q-mark {
    display: block;
    width: 28px;
    height: 20px;
    margin-bottom: 8px
}

.ptl-root .exp-blk .exp-quote .q-mark svg {
    width: 28px;
    height: 20px
}

.ptl-root .exp-blk .exp-quote .q-text {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdd9;
    margin-bottom: 16px
}

.ptl-root .exp-blk .exp-quote .q-author {
    font-size: 14px;
    line-height: 1.6;
    color: #BBA54A;
    letter-spacing: .04em
}

@media (max-width: 1024px) {
    .ptl-root .exp-blk .exp-grid {
        grid-template-columns: 1fr
    }
}

.ptl-root .comm-blk {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #141210
}

.ptl-root .comm-blk .comm-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 56px;
    flex-wrap: wrap
}

.ptl-root .comm-blk .comm-top .sec-tag {
    font-size: 14px;
    letter-spacing: .1em;
    color: #CDB7A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ptl-root .comm-blk .comm-top h2 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.02em;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 540px
}

.ptl-root .comm-blk .comm-top .top-note {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdad;
    max-width: 360px
}

.ptl-root .comm-blk .comm-mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.ptl-root .comm-blk .mosaic-a {
    grid-column: 1;
    grid-row: 1 / 3;
    background-color: #1c1810;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #bba54a1a;
    position: relative
}

.ptl-root .comm-blk .mosaic-a img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    filter: sepia(0.25) saturate(0.75) brightness(0.8)
}

.ptl-root .comm-blk .mosaic-a .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(107deg, #bba54a26, #0e0b0580);
    pointer-events: none
}

.ptl-root .comm-blk .mosaic-b {
    grid-column: 2;
    grid-row: 1;
    background-color: #1c1810;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 1px 6px 0 #bba54a0d
}

.ptl-root .comm-blk .mosaic-c {
    grid-column: 3;
    grid-row: 1;
    background-color: #28220f;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 1px 6px 0 #cdb7a00d
}

.ptl-root .comm-blk .mosaic-d {
    grid-column: 2 / 4;
    grid-row: 2;
    background-color: #1a1610;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

.ptl-root .comm-blk .tile-num {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #BBA54A;
    display: block
}

.ptl-root .comm-blk .tile-lbl {
    font-size: 14px;
    line-height: 1.6;
    color: #cdb7a0a6;
    display: block;
    margin-bottom: 8px
}

.ptl-root .comm-blk .tile-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefd9e
}

.ptl-root .comm-blk .mosaic-d .d-row {
    display: flex;
    flex-direction: row;
    gap: 56px;
    flex-wrap: wrap
}

.ptl-root .comm-blk .mosaic-d .d-item {
    flex: 1;
    min-width: 160px
}

.ptl-root .comm-blk .mosaic-d h5 {
    font-size: 17px;
    line-height: 1.2;
    color: #FEFEFD;
    margin-bottom: 8px
}

.ptl-root .comm-blk .mosaic-d p {
    font-size: 14px;
    line-height: 1.9;
    color: #fefefd99
}

.ptl-root .comm-blk .comm-cta-row {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.ptl-root .comm-blk .btn-outline {
    font-size: 17px;
    letter-spacing: .03em;
    color: #BBA54A;
    border: 1px solid #bba54a80;
    border-radius: 4px;
    padding: 16px 28px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .28s ease-out, border-color .28s ease-out;
    text-decoration: none;
    display: inline-block
}

.ptl-root .comm-blk .btn-outline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #bba54a24;
    transition: left .32s ease-out;
    z-index: 0
}

.ptl-root .comm-blk .btn-outline:hover::before {
    left: 0
}

.ptl-root .comm-blk .btn-outline:hover {
    color: #FEFEFD;
    border-color: #bba54acc
}

.ptl-root .comm-blk .btn-outline:active {
    box-shadow: inset 0 2px 8px #bba54a2e
}

.ptl-root .comm-blk .btn-outline span {
    position: relative;
    z-index: 1
}

.ptl-root .comm-blk .btn-solid {
    font-size: 17px;
    letter-spacing: .03em;
    color: #141210;
    background-color: #BBA54A;
    border: 1px solid #BBA54A;
    border-radius: 4px;
    padding: 16px 28px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color .28s ease-out, color .22s ease-out;
    text-decoration: none;
    display: inline-block
}

.ptl-root .comm-blk .btn-solid::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #CDB7A0;
    transition: left .32s ease-out;
    z-index: 0
}

.ptl-root .comm-blk .btn-solid:hover::before {
    left: 0
}

.ptl-root .comm-blk .btn-solid span {
    position: relative;
    z-index: 1
}

.ptl-root .comm-blk .btn-solid:active {
    box-shadow: inset 0 2px 6px #bba54a38
}

@media (max-width: 1024px) {
    .ptl-root .comm-blk .comm-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto
    }

    .ptl-root .comm-blk .mosaic-a {
        grid-column: 1 / 3;
        grid-row: 1
    }

    .ptl-root .comm-blk .mosaic-b {
        grid-column: 1;
        grid-row: 2
    }

    .ptl-root .comm-blk .mosaic-c {
        grid-column: 2;
        grid-row: 2
    }

    .ptl-root .comm-blk .mosaic-d {
        grid-column: 1 / 3;
        grid-row: 3
    }
}

@media (max-width: 640px) {
    .ptl-root .comm-blk .comm-mosaic {
        grid-template-columns: 1fr
    }

    .ptl-root .comm-blk .mosaic-a,
    .ptl-root .comm-blk .mosaic-b,
    .ptl-root .comm-blk .mosaic-c,
    .ptl-root .comm-blk .mosaic-d {
        grid-column: 1;
        grid-row: auto
    }

    .ptl-root .comm-blk .comm-top h2 {
        font-size: 38px
    }
}

.ptl-root .disc-item {
    border-bottom: 1px solid #bba54a1f
}

.ptl-root .disc-item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 0;
    font-size: 17px;
    line-height: 1.6;
    color: #FEFEFD;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: color .2s ease-out
}

.ptl-root .disc-item summary::-webkit-details-marker {
    display: none
}

.ptl-root .disc-item summary:hover {
    color: #BBA54A
}

.ptl-root .disc-item summary .disc-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative
}

.ptl-root .disc-item summary .disc-icon::before,
.ptl-root .disc-item summary .disc-icon::after {
    content: "";
    position: absolute;
    background-color: #BBA54A;
    border-radius: 2px;
    transition: transform .25s ease-out, opacity .2s ease-out
}

.ptl-root .disc-item summary .disc-icon::before {
    width: 14px;
    height: 2px;
    top: 9px;
    left: 3px
}

.ptl-root .disc-item summary .disc-icon::after {
    width: 2px;
    height: 14px;
    top: 3px;
    left: 9px
}

.ptl-root .disc-item[open] summary .disc-icon::after {
    transform: scaleY(0);
    opacity: 0
}

.ptl-root .disc-item .disc-body {
    font-size: 17px;
    line-height: 1.9;
    color: #fefefdb8;
    padding-bottom: 16px
}

.ptl-root .proof-blk .disc-area {
    margin-top: 28px;
    background-color: #23200f;
    border-radius: 16px;
    padding: 16px 28px
}

.cont-pg {
    background: #0d0d0b;
    min-height: 100vh;
    overflow-x: hidden
}

.cont-pg .reveal-diag {
    opacity: 0;
    transform: translate(-18px, 18px);
    animation: diagIn .45s ease-out forwards
}

.cont-pg .reveal-diag.d2 {
    animation-delay: .12s
}

.cont-pg .reveal-diag.d3 {
    animation-delay: .22s
}

.cont-pg .reveal-diag.d4 {
    animation-delay: .32s
}

@keyframes diagIn {
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.cont-pg .pg-top {
    max-width: 1600px;
    margin: 0 auto;
    padding: 96px 56px 56px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    align-items: start;
    position: relative
}

.cont-pg .pg-top::before {
    content: '';
    position: absolute;
    top: 56px;
    left: 56px;
    right: 56px;
    bottom: 0;
    border-top: 1px solid #bba54a2e;
    border-left: 1px solid #bba54a1a;
    pointer-events: none
}

.cont-pg .pg-top::after {
    content: '';
    position: absolute;
    top: 56px;
    right: 56px;
    width: 28px;
    height: 28px;
    border-top: 1px solid #bba54a61;
    border-right: 1px solid #bba54a61;
    pointer-events: none
}

.cont-pg .top-left {
    padding: 28px 0
}

.cont-pg .pg-eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #BBA54A;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.cont-pg .pg-eyebrow .ey-line {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #BBA54A;
    opacity: .6
}

.cont-pg .pg-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 700;
    margin-bottom: 28px;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cont-pg .pg-h1 span {
    display: block
}

.cont-pg .top-desc {
    font-size: 17px;
    line-height: 1.9;
    color: #c8c2b6;
    max-width: 520px;
    padding: 16px 28px;
    background: #bba54a0d;
    border-top: 1px solid #bba54a24
}

.cont-pg .top-right {
    padding-top: 56px
}

.cont-pg .top-img-wrap {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 36px 0 #bba54a1c
}

.cont-pg .top-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px
}

.cont-pg .top-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #bba54a14 0%, #0d0d0b73 100%);
    border-radius: 8px;
    pointer-events: none
}

.cont-pg .img-glow {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 60% 40%, #cdb7a02e 0%, transparent 70%);
    pointer-events: none;
    border-radius: 44px
}

.cont-pg .dir-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    opacity: .38
}

.cont-pg .dir-arrow .arr-svg {
    width: 18px;
    height: 18px;
    transform: rotate(45deg)
}

.cont-pg .dir-arrow span {
    font-size: 14px;
    letter-spacing: .08em;
    color: #CDB7A0;
    text-transform: uppercase
}

.cont-pg .form-band {
    background: #141410;
    padding: 96px 0
}

.cont-pg .form-band-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 56px;
    align-items: start
}

.cont-pg .form-meta {
    padding: 56px 0
}

.cont-pg .form-meta-tag {
    font-size: 14px;
    color: #BBA54A;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.cont-pg .form-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    font-weight: 700;
    color: #FEFEFD;
    margin-bottom: 28px
}

.cont-pg .form-h2 em {
    font-style: normal;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cont-pg .form-note {
    font-size: 17px;
    line-height: 1.9;
    color: #a09880;
    margin-bottom: 28px
}

.cont-pg .form-note strong {
    color: #CDB7A0;
    font-weight: 600
}

.cont-pg .resp-promise {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 28px;
    background: #bba54a0f;
    border-radius: 4px;
    margin-bottom: 28px
}

.cont-pg .resp-dot {
    width: 8px;
    height: 8px;
    border-radius: 44px;
    background: #BBA54A;
    flex-shrink: 0
}

.cont-pg .resp-promise span {
    font-size: 14px;
    line-height: 1.6;
    color: #b0a488
}

.cont-pg .contact-quick {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cont-pg .cq-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.cont-pg .cq-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #bba54a17;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cont-pg .cq-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #BBA54A;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cont-pg .cq-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cont-pg .cq-label {
    font-size: 14px;
    color: #6e6656;
    letter-spacing: .06em;
    text-transform: uppercase
}

.cont-pg .cq-val {
    font-size: 17px;
    color: #FEFEFD;
    line-height: 1.6
}

.cont-pg .cq-val a {
    color: #CDB7A0;
    text-decoration: none;
    transition: color .2s ease-out
}

.cont-pg .cq-val a:hover {
    color: #BBA54A
}

.cont-pg .contact-form {
    background: #0d0d0b;
    border-radius: 16px;
    padding: 56px;
    box-shadow: 0 5px 25px 0 #bba54a1a;
    position: relative
}

.cont-pg .contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    border-radius: 16px 16px 0 0;
    pointer-events: none
}

.cont-pg .cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 28px
}

.cont-pg .cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px
}

.cont-pg .cf-field.no-mb {
    margin-bottom: 0
}

.cont-pg .cf-label {
    font-size: 14px;
    letter-spacing: .07em;
    color: #7a7060;
    text-transform: uppercase
}

.cont-pg .cf-input {
    background: #141410;
    border: 1px solid #bba54a26;
    border-radius: 8px;
    padding: 16px 28px;
    font-size: 17px;
    color: #FEFEFD;
    outline: none;
    transition: border-color .25s ease-out, box-shadow .25s ease-out;
    width: 100%;
    box-sizing: border-box
}

.cont-pg .cf-input::placeholder {
    color: #bba54a47
}

.cont-pg .cf-input:focus {
    border-color: #bba54a8c;
    box-shadow: 0 1px 6px 0 #bba54a0d
}

.cont-pg .cf-select {
    background: #141410;
    border: 1px solid #bba54a26;
    border-radius: 8px;
    padding: 16px 28px;
    font-size: 17px;
    color: #FEFEFD;
    outline: none;
    transition: border-color .2s ease-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23BBA54A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.cont-pg .cf-select option {
    background: #141410;
    color: #FEFEFD
}

.cont-pg .cf-select:focus {
    border-color: #bba54a8c
}

.cont-pg .cf-privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    padding: 16px;
    background: #bba54a0a;
    border-radius: 8px
}

.cont-pg .cf-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #bba54a59;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #BBA54A
}

.cont-pg .cf-checkbox:focus {
    outline: 2px solid #bba54a80;
    outline-offset: 2px
}

.cont-pg .cf-checkbox:active {
    box-shadow: inset 0 1px 3px 0 #bba54a40
}

.cont-pg .priv-text {
    font-size: 14px;
    line-height: 1.6;
    color: #7a7060
}

.cont-pg .priv-text a {
    color: #BBA54A;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.cont-pg .priv-text a:hover {
    color: #CDB7A0
}

.cont-pg .cf-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 56px;
    font-size: 17px;
    letter-spacing: .04em;
    color: #BBA54A;
    background: transparent;
    border: 1px solid #bba54a73;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    transition: color .28s ease-out, border-color .28s ease-out;
    width: 100%
}

.cont-pg .cf-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    transition: left .32s ease-out;
    z-index: 0
}

.cont-pg .cf-submit:hover::before {
    left: 0
}

.cont-pg .cf-submit:hover {
    color: #0d0d0b;
    border-color: #BBA54A
}

.cont-pg .cf-submit:focus {
    outline: 2px solid #bba54a99;
    outline-offset: 3px
}

.cont-pg .cf-submit:active {
    box-shadow: inset 0 2px 6px 0 #bba54a2e
}

.cont-pg .cf-submit span {
    position: relative;
    z-index: 1
}

.cont-pg .cf-submit svg {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .22s ease-out
}

.cont-pg .cf-submit:hover svg {
    transform: translateX(4px)
}

.cont-pg .details-band {
    background: #111109;
    padding: 96px 0 56px;
    position: relative
}

.cont-pg .details-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 56px;
    right: 56px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bba54a38, transparent);
    pointer-events: none
}

.cont-pg .details-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px
}

.cont-pg .details-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 56px;
    align-items: start
}

.cont-pg .det-block {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cont-pg .det-h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    font-weight: 700;
    color: #FEFEFD;
    margin-bottom: 8px
}

.cont-pg .det-h3 em {
    font-style: normal;
    background: linear-gradient(107deg, #CDB7A0 0%, #BBA54A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cont-pg .det-body {
    font-size: 17px;
    line-height: 1.9;
    color: #8a8070
}

.cont-pg .addr-lines {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-pg .addr-line {
    font-size: 17px;
    line-height: 1.6;
    color: #b0a488
}

.cont-pg .addr-line strong {
    color: #FEFEFD;
    font-weight: 600;
    display: block;
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #6e6656
}

.cont-pg .img-detail-wrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 25px 0 #cdb7a01a
}

.cont-pg .img-detail-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center top;
    display: block
}

.cont-pg .img-detail-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 40%, #0d0d0b8c 100%);
    pointer-events: none
}

.cont-pg .hours-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-pg .hour-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    background: #bba54a0a;
    transition: background .18s ease-out
}

.cont-pg .hour-row:hover {
    background: #bba54a17
}

.cont-pg .hour-day {
    font-size: 14px;
    color: #7a7060;
    letter-spacing: .05em
}

.cont-pg .hour-time {
    font-size: 14px;
    color: #CDB7A0;
    font-weight: 600
}

.cont-pg .hour-row.closed .hour-time {
    color: #4a4438
}

.cont-pg .det-sep {
    width: 28px;
    height: 2px;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    border-radius: 4px;
    margin-bottom: 8px
}

@media (max-width: 1024px) {
    .cont-pg .pg-top {
        grid-template-columns: 1fr;
        padding: 56px 28px 28px;
        gap: 28px
    }

    .cont-pg .pg-top::before,
    .cont-pg .pg-top::after {
        left: 28px;
        right: 28px
    }

    .cont-pg .pg-h1 {
        font-size: 54px
    }

    .cont-pg .top-right {
        padding-top: 0
    }

    .cont-pg .form-band-inner {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 28px
    }

    .cont-pg .form-meta {
        padding: 28px 0 0
    }

    .cont-pg .contact-form {
        padding: 28px
    }

    .cont-pg .details-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .cont-pg .details-inner {
        padding: 0 28px
    }
}

@media (max-width: 768px) {
    .cont-pg .pg-h1 {
        font-size: 38px
    }

    .cont-pg .cf-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .cont-pg .details-grid {
        grid-template-columns: 1fr;
        gap: 56px
    }

    .cont-pg .form-band {
        padding: 56px 0
    }

    .cont-pg .details-band {
        padding: 56px 0
    }
}

@media (max-width: 640px) {
    .cont-pg .pg-top {
        padding: 56px 16px 16px
    }

    .cont-pg .pg-top::before,
    .cont-pg .pg-top::after {
        left: 16px;
        right: 16px
    }

    .cont-pg .pg-h1 {
        font-size: 28px
    }

    .cont-pg .contact-form {
        padding: 16px
    }

    .cont-pg .cf-submit {
        padding: 16px 28px
    }

    .cont-pg .form-band-inner {
        padding: 0 16px
    }

    .cont-pg .details-inner {
        padding: 0 16px
    }

    .cont-pg .details-band::before {
        left: 16px;
        right: 16px
    }
}

.wbnrs-pg {
    background-color: #0d0d0b;
    overflow-x: clip;
    position: relative
}

.wbnrs-pg .pg-limit {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
    padding-right: 56px
}

.wbnrs-pg .accent-line-top {
    width: 80px;
    height: 2px;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    margin-bottom: 28px
}

.wbnrs-pg .grad-text {
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.wbnrs-pg .tb-outer {
    padding-top: 96px;
    padding-bottom: 56px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #bba54a1f
}

.wbnrs-pg .tb-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(107deg, #cdb7a00a 0%, #bba54a12 100%);
    background-size: 120% 120%;
    animation: bg-breathe 10s ease-in-out infinite;
    pointer-events: none
}

@keyframes bg-breathe {

    0%,
    100% {
        background-size: 100% 100%
    }

    50% {
        background-size: 130% 130%
    }
}

.wbnrs-pg .tb-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .12em;
    color: #BBA54A;
    text-transform: uppercase;
    margin-bottom: 28px
}

.wbnrs-pg .tb-label-dot {
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background-color: #BBA54A;
    flex-shrink: 0
}

.wbnrs-pg .tb-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FEFEFD;
    margin-bottom: 16px
}

.wbnrs-pg .tb-sub {
    font-size: 21px;
    line-height: 1.6;
    color: #CDB7A0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px
}

.wbnrs-pg .tb-img-wrap {
    position: relative;
    display: inline-block;
    border-radius: 16px;
    overflow: hidden;
    max-width: 960px;
    width: 100%;
    box-shadow: 0 12px 36px 0 #bba54a1c
}

.wbnrs-pg .tb-img-wrap img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 16px
}

.wbnrs-pg .tb-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(to right, #0d0d0be0 0%, #0d0d0b00 100%);
    border-radius: 16px 0 0 16px;
    pointer-events: none
}

.wbnrs-pg .tb-edge-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 60%;
    background: linear-gradient(to bottom, #BBA54A, transparent)
}

.wbnrs-pg .col-outer {
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.wbnrs-pg .col-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #111109;
    pointer-events: none;
    z-index: 0
}

.wbnrs-pg .col-outer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #0d0d0b;
    pointer-events: none;
    z-index: 0
}

.wbnrs-pg .col-inner {
    position: relative;
    z-index: 1
}

.wbnrs-pg .col-top-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 56px;
    margin-bottom: 56px
}

.wbnrs-pg .col-heading-wrap {
    flex: 1
}

.wbnrs-pg .col-h2 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #FEFEFD;
    margin-bottom: 16px
}

.wbnrs-pg .col-desc {
    font-size: 17px;
    line-height: 1.9;
    color: #CDB7A0;
    max-width: 520px
}

.wbnrs-pg .col-desc.opening {
    background: #bba54a0f;
    border-radius: 8px;
    padding: 16px;
    font-size: 17px;
    line-height: 1.6;
    color: #FEFEFD;
    margin-bottom: 16px
}

.wbnrs-pg .col-stat-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0
}

.wbnrs-pg .col-stat {
    text-align: right
}

.wbnrs-pg .col-stat-num {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #BBA54A
}

.wbnrs-pg .col-stat-label {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .06em;
    color: #CDB7A0;
    text-transform: uppercase
}

.wbnrs-pg .partial-divider {
    width: 40%;
    height: 1px;
    background: linear-gradient(to right, #bba54a59, transparent);
    margin-bottom: 56px
}

.wbnrs-pg .wbn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 56px
}

.wbnrs-pg .wbn-card {
    background-color: #141410;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 5px 25px 0 #bba54a1a;
    position: relative;
    transition: box-shadow .25s ease-out, transform .25s ease-out;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wbnrs-pg .wbn-card:hover {
    box-shadow: 0 12px 36px 0 #bba54a1c;
    transform: translateY(-3px)
}

.wbnrs-pg .wbn-card.featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start
}

.wbnrs-pg .wbn-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #BBA54A;
    background: #bba54a1a;
    border-radius: 4px;
    padding: 4px 8px;
    width: fit-content
}

.wbnrs-pg .wbn-card-badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 44px;
    background-color: #BBA54A;
    flex-shrink: 0
}

.wbnrs-pg .wbn-card-h {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #FEFEFD
}

.wbnrs-pg .wbn-card-text {
    font-size: 17px;
    line-height: 1.9;
    color: #CDB7A0
}

.wbnrs-pg .wbn-card-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: auto
}

.wbnrs-pg .wbn-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .04em;
    color: #CDB7A0
}

.wbnrs-pg .wbn-meta-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: .7
}

.wbnrs-pg .wbn-card-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    height: 260px
}

.wbnrs-pg .wbn-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease-out
}

.wbnrs-pg .wbn-card:hover .wbn-card-img-wrap img {
    transform: scale(1.04)
}

.wbnrs-pg .wbn-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wbnrs-pg .matrix-wrap {
    margin-top: 56px
}

.wbnrs-pg .matrix-label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #BBA54A;
    margin-bottom: 16px
}

.wbnrs-pg .matrix-h {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #FEFEFD;
    margin-bottom: 28px
}

.wbnrs-pg .matrix-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px
}

.wbnrs-pg .matrix-cell {
    border-radius: 8px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.wbnrs-pg .matrix-cell.q1 {
    background: #bba54a1a;
    border: 1px solid #bba54a38
}

.wbnrs-pg .matrix-cell.q2 {
    background: #cdb7a012;
    border: 1px solid #cdb7a026
}

.wbnrs-pg .matrix-cell.q3 {
    background: #cdb7a012;
    border: 1px solid #cdb7a026
}

.wbnrs-pg .matrix-cell.q4 {
    background: #bba54a0d;
    border: 1px solid #bba54a1f
}

.wbnrs-pg .matrix-cell-title {
    font-size: 17px;
    line-height: 1.6;
    color: #BBA54A;
    letter-spacing: -.01em
}

.wbnrs-pg .matrix-cell-text {
    font-size: 14px;
    line-height: 1.9;
    color: #CDB7A0;
    letter-spacing: .02em
}

.wbnrs-pg .cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid #bba54a1a
}

.wbnrs-pg .cta-text-block {
    flex: 1
}

.wbnrs-pg .cta-h {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #FEFEFD;
    margin-bottom: 8px
}

.wbnrs-pg .cta-p {
    font-size: 17px;
    line-height: 1.9;
    color: #CDB7A0
}

.wbnrs-pg .btn-primary {
    display: inline-block;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: .03em;
    color: #BBA54A;
    border: 1px solid #BBA54A;
    border-radius: 4px;
    padding: 16px 28px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out;
    white-space: nowrap;
    flex-shrink: 0
}

.wbnrs-pg .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #BBA54A;
    transition: left .35s ease-out;
    z-index: 0
}

.wbnrs-pg .btn-primary:hover::before {
    left: 0
}

.wbnrs-pg .btn-primary:hover {
    color: #0d0d0b
}

.wbnrs-pg .btn-primary span {
    position: relative;
    z-index: 1
}

.wbnrs-pg .btn-primary:focus-visible {
    outline: 2px solid #BBA54A;
    outline-offset: 3px
}

.wbnrs-pg .btn-primary:active {
    box-shadow: inset 0 2px 6px 0 #bba54a4d
}

.wbnrs-pg .deco-shape {
    position: absolute;
    bottom: 96px;
    right: -40px;
    width: 180px;
    height: 180px;
    clip-path: polygon(30% 0%, 100% 20%, 85% 90%, 10% 100%, 0% 45%);
    background: #bba54a0a;
    pointer-events: none;
    z-index: 0
}

@media (max-width: 1024px) {
    .wbnrs-pg .pg-limit {
        padding-left: 28px;
        padding-right: 28px
    }

    .wbnrs-pg .tb-h1 {
        font-size: 54px
    }

    .wbnrs-pg .col-h2 {
        font-size: 38px
    }

    .wbnrs-pg .wbn-grid {
        grid-template-columns: 1fr
    }

    .wbnrs-pg .wbn-card.featured {
        grid-template-columns: 1fr
    }

    .wbnrs-pg .wbn-card-img-wrap {
        height: 220px
    }

    .wbnrs-pg .col-top-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px
    }

    .wbnrs-pg .col-stat-wrap {
        flex-direction: row;
        gap: 28px
    }

    .wbnrs-pg .col-stat {
        text-align: left
    }
}

@media (max-width: 768px) {
    .wbnrs-pg .tb-h1 {
        font-size: 38px
    }

    .wbnrs-pg .tb-sub {
        font-size: 17px
    }

    .wbnrs-pg .tb-img-wrap img {
        height: 280px
    }

    .wbnrs-pg .col-h2 {
        font-size: 28px
    }

    .wbnrs-pg .matrix-grid {
        grid-template-columns: 1fr
    }

    .wbnrs-pg .cta-row {
        flex-direction: column;
        align-items: flex-start
    }

    .wbnrs-pg .col-stat-wrap {
        flex-direction: column;
        gap: 16px
    }

    .wbnrs-pg .col-stat {
        text-align: left
    }
}

@media (max-width: 640px) {
    .wbnrs-pg .pg-limit {
        padding-left: 16px;
        padding-right: 16px
    }

    .wbnrs-pg .tb-h1 {
        font-size: 28px
    }

    .wbnrs-pg .tb-outer {
        padding-top: 56px;
        padding-bottom: 28px
    }

    .wbnrs-pg .col-outer {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .wbnrs-pg .wbn-card {
        padding: 16px
    }
}

.success-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0d0d0b;
    padding: 56px 28px
}

.success-page .success-wrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.success-page .icon-ring {
    width: 80px;
    height: 80px;
    border-radius: 44px;
    border: 2px solid #BBA54A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0 5px 25px 0 #bba54a1a
}

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

.success-page .success-heading {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 16px;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success-page .success-lead {
    font-size: 17px;
    line-height: 1.6;
    color: #CDB7A0;
    margin-bottom: 28px;
    padding: 16px 28px;
    background-color: #161612;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 #bba54a0d
}

.success-page .success-note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #8a7f6e;
    margin-bottom: 56px
}

.success-page .divider-line {
    width: 56px;
    height: 1px;
    background: linear-gradient(107deg, #CDB7A0, #BBA54A);
    margin: 0 auto 56px;
    border-radius: 4px
}

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

.success-page .btn-primary {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .04em;
    color: #BBA54A;
    border: 1px solid #BBA54A;
    border-radius: 4px;
    padding: 16px 28px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, border-color .25s ease-out;
    background-color: transparent
}

.success-page .btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #BBA54A;
    transform: translateX(-100%);
    transition: transform .35s ease-out;
    z-index: 0;
    border-radius: 4px
}

.success-page .btn-primary:hover::before {
    transform: translateX(0)
}

.success-page .btn-primary:hover {
    color: #0d0d0b
}

.success-page .btn-primary span {
    position: relative;
    z-index: 1
}

.success-page .btn-secondary {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .04em;
    color: #CDB7A0;
    border: 1px solid #3a3530;
    border-radius: 4px;
    padding: 16px 28px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out, border-color .2s ease-out;
    background-color: transparent
}

.success-page .btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #CDB7A0;
    transform: translateX(-100%);
    transition: transform .3s ease-out;
    z-index: 0;
    border-radius: 4px
}

.success-page .btn-secondary:hover::before {
    transform: translateX(0)
}

.success-page .btn-secondary:hover {
    color: #0d0d0b;
    border-color: #CDB7A0
}

.success-page .btn-secondary span {
    position: relative;
    z-index: 1
}

@media (max-width: 640px) {
    .success-page {
        padding: 56px 16px
    }

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

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

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