:root {
    --bst-ink: #0a0b0b;
    --bst-ink-soft: #151716;
    --bst-paper: #f1ede3;
    --bst-paper-deep: #ded5c3;
    --bst-gold: #d8b86f;
    --bst-gold-dark: #9b762b;
    --bst-line: rgba(10, 11, 11, .17);
    --bst-muted: #66645f;
    --bst-success: #247748;
    --bst-danger: #a13f32;
}

.bst-portal,
.bst-portal * {
    box-sizing: border-box;
}

body.bst-withdrawal-page {
    --wp--style--block-gap: 0;
    background: var(--bst-paper);
}

body.bst-withdrawal-page .wp-site-blocks > main,
body.bst-withdrawal-page main.wp-block-group,
body.bst-withdrawal-page .wp-block-post-content,
body.bst-withdrawal-page .wp-block-post-content > .bst-portal {
    margin-block: 0 !important;
    padding-block: 0 !important;
}

body.bst-withdrawal-page .wp-block-post-content {
    max-width: none !important;
}

body.bst-withdrawal-page .page-title,
body.bst-withdrawal-page .entry-header,
body.bst-withdrawal-page .page-header {
    display: none !important;
}

body.bst-withdrawal-page #main,
body.bst-withdrawal-page .page-wrapper,
body.bst-withdrawal-page .entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bst-portal {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    color: var(--bst-ink);
    background:
        radial-gradient(circle at 12% 48%, rgba(216, 184, 111, .08), transparent 24%),
        var(--bst-paper);
    font-family: inherit;
}

.bst-hero {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, .72fr);
    gap: clamp(54px, 7vw, 110px);
    align-items: end;
    padding: clamp(64px, 8vw, 116px) max(6vw, calc((100vw - 1240px) / 2)) 64px;
    color: #fff;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .93) 0%, rgba(5, 7, 7, .76) 43%, rgba(5, 7, 7, .16) 72%, rgba(5, 7, 7, .36) 100%),
        linear-gradient(180deg, rgba(5, 7, 7, .12) 0%, rgba(5, 7, 7, .16) 58%, rgba(5, 7, 7, .62) 100%),
        url("../images/withdrawal-horizon.webp") 50% 58% / cover no-repeat,
        var(--bst-ink);
}

.bst-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background: repeating-linear-gradient(118deg, transparent 0 17px, rgba(255, 255, 255, .045) 17px 18px);
    mask-image: linear-gradient(to right, #000, transparent 72%);
}

.bst-kicker,
.bst-eyebrow {
    margin: 0 0 18px;
    color: var(--bst-gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .19em;
    line-height: 1.3;
}

.bst-hero .bst-kicker {
    color: var(--bst-gold);
}

.bst-hero h1 {
    max-width: 840px;
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 7.2vw, 108px);
    font-weight: 800;
    letter-spacing: -.067em;
    line-height: .86;
}

.bst-hero__lead {
    max-width: 730px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(17px, 1.6vw, 23px);
    line-height: 1.55;
}

.bst-hero__aside {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    text-shadow: 0 2px 22px rgba(0, 0, 0, .72);
}

.bst-hero__proof {
    position: relative;
    min-height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 23px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, .26);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(90deg, rgba(4, 5, 5, .38), rgba(4, 5, 5, .04));
}

.bst-hero__proof::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    top: -1px;
    background: var(--bst-gold);
}

.bst-hero__proof::after {
    content: none;
}

.bst-hero__proof-meta,
.bst-hero__proof-flow {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, .58);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.2;
}

.bst-hero__proof-meta span:first-child {
    color: var(--bst-gold);
}

.bst-hero__proof-mark {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 17px;
    padding: 25px 0 22px;
}

.bst-hero__proof-mark strong {
    color: #fff;
    font-size: clamp(76px, 7.4vw, 112px);
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: .72;
}

.bst-hero__proof-mark > span {
    padding-bottom: 1px;
    color: var(--bst-gold);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1;
}

.bst-hero__proof-mark small {
    display: block;
    max-width: 150px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .52);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.bst-hero__proof-flow {
    justify-content: flex-start;
    color: rgba(255, 255, 255, .7);
}

.bst-hero__proof-flow i {
    position: relative;
    height: 1px;
    flex: 1 1 24px;
    min-width: 12px;
    background: rgba(255, 255, 255, .24);
}

.bst-hero__proof-flow i::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: 0;
    top: -1.5px;
    background: var(--bst-gold);
}

.bst-hero__facts {
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.bst-hero__facts > div {
    display: block;
    padding: 17px 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.bst-hero__facts strong {
    display: block;
    margin-bottom: 5px;
    color: var(--bst-gold);
    font-size: 9px;
    letter-spacing: .17em;
}

.bst-hero__facts span {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .9);
}

.bst-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bst-line);
}

.bst-progress__step {
    position: relative;
    display: flex;
    gap: 11px;
    align-items: center;
    min-height: 68px;
    padding: 16px 2px;
    color: #8b877f;
    border-right: 0;
    background: transparent;
}

.bst-progress__step:last-child {
    border-right: 0;
}

.bst-progress__step::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: transparent;
}

.bst-progress__step.is-current {
    color: var(--bst-ink);
    background: transparent;
}

.bst-progress__step.is-current::after,
.bst-progress__step.is-done::after {
    width: 100%;
    background: var(--bst-gold-dark);
}

.bst-progress__marker {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.bst-progress__step.is-current .bst-progress__marker,
.bst-progress__step.is-done .bst-progress__marker {
    border-color: var(--bst-gold-dark);
    background: var(--bst-gold-dark);
}

.bst-progress__step strong {
    font-size: 13px;
    letter-spacing: .02em;
}

.bst-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(330px, .78fr);
    gap: 0;
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bst-line);
}

.bst-panel {
    min-width: 0;
    padding: clamp(48px, 6vw, 86px);
    border-right: 0;
    background: transparent;
}

.bst-panel__heading {
    max-width: 780px;
    margin-bottom: 42px;
}

.bst-panel h2,
.bst-sidebar h2,
.bst-success h2,
.bst-error-state h2 {
    margin: 0 0 18px;
    color: var(--bst-ink);
    font-size: clamp(34px, 4.3vw, 63px);
    font-weight: 800;
    letter-spacing: -.052em;
    line-height: .98;
}

.bst-panel__heading > p:last-child,
.bst-success > p,
.bst-error-state > p {
    max-width: 690px;
    margin: 0;
    color: var(--bst-muted);
    font-size: 16px;
    line-height: 1.7;
}

.bst-form {
    position: relative;
}

.bst-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 26px;
}

.bst-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.bst-field > span,
.bst-quantity > span,
.bst-fieldset > legend {
    color: #595750;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.bst-field input,
.bst-field select,
.bst-field textarea,
.bst-quantity select {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 13px 0 11px;
    color: var(--bst-ink);
    font: inherit;
    font-size: 15px;
    line-height: 1.4;
    border: 0;
    border-bottom: 1px solid #938d82;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease;
}

body.bst-withdrawal-page .bst-portal .bst-field input,
body.bst-withdrawal-page .bst-portal .bst-field select,
body.bst-withdrawal-page .bst-portal .bst-field textarea,
body.bst-withdrawal-page .bst-portal .bst-quantity select {
    border: 0 !important;
    border-bottom: 1px solid #938d82 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bst-field textarea {
    min-height: 112px;
    resize: vertical;
}

.bst-field input:focus,
.bst-field select:focus,
.bst-field textarea:focus,
.bst-quantity select:focus {
    border-color: var(--bst-ink);
    box-shadow: inset 0 -2px 0 var(--bst-gold-dark);
}

body.bst-withdrawal-page .bst-portal .bst-field input:focus,
body.bst-withdrawal-page .bst-portal .bst-field select:focus,
body.bst-withdrawal-page .bst-portal .bst-field textarea:focus,
body.bst-withdrawal-page .bst-portal .bst-quantity select:focus {
    border-bottom-color: var(--bst-ink) !important;
    box-shadow: inset 0 -2px 0 var(--bst-gold-dark) !important;
}

.bst-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.bst-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    min-height: 56px;
    margin: 8px 0 0;
    padding: 17px 22px;
    border: 1px solid transparent;
    border-radius: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.bst-button:hover {
    transform: translateY(-2px);
}

.bst-button:focus-visible,
.bst-footer-access__link:focus-visible,
.bst-rights__terms-link:focus-visible,
.bst-text-link:focus-visible {
    outline: 3px solid var(--bst-gold);
    outline-offset: 3px;
}

.bst-button--primary {
    min-width: 260px;
    color: #fff;
    background: var(--bst-ink);
}

.bst-button--primary:hover {
    color: var(--bst-ink);
    background: var(--bst-gold);
}

.bst-button--confirm {
    min-width: min(100%, 360px);
    color: var(--bst-ink);
    background: var(--bst-gold);
}

.bst-button--confirm:hover {
    color: #fff;
    background: var(--bst-success);
}

.bst-button--secondary {
    color: #fff;
    background: var(--bst-ink);
}

.bst-button[disabled] {
    opacity: .65;
    transform: none;
    cursor: wait;
}

.bst-order-chip {
    display: grid;
    grid-template-columns: minmax(160px, .55fr) minmax(240px, 1fr);
    gap: 0;
    margin: 0 0 34px;
    border-top: 1px solid var(--bst-line);
    border-bottom: 1px solid var(--bst-line);
    background: transparent;
}

.bst-order-chip > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px 18px 0;
    border-right: 1px solid var(--bst-line);
}

.bst-order-chip > div:last-child {
    border-right: 0;
}

.bst-order-chip span,
.bst-reference span,
.bst-review-grid dt,
.bst-success__meta dt {
    color: var(--bst-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bst-order-chip strong {
    overflow-wrap: anywhere;
    color: var(--bst-ink);
    font-size: 14px;
}

.bst-fieldset {
    min-width: 0;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.bst-fieldset > legend {
    display: block;
    width: 100%;
    margin: 0 0 12px;
}

.bst-scope {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bst-scope > legend {
    grid-column: 1 / -1;
}

.bst-scope > label {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.bst-scope input {
    position: absolute;
    opacity: 0;
}

.bst-scope label > span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 86px;
    padding: 18px 20px;
    border: 1px solid #a9a194;
    background: transparent;
    transition: border-color .18s ease, background-color .18s ease;
}

.bst-scope input:checked + span {
    border-color: var(--bst-ink);
    background: rgba(216, 184, 111, .12);
    box-shadow: inset 4px 0 0 var(--bst-gold-dark);
}

.bst-scope input:focus-visible + span {
    outline: 3px solid var(--bst-gold);
    outline-offset: 2px;
}

.bst-scope strong {
    color: var(--bst-ink);
    font-size: 15px;
}

.bst-scope small {
    color: var(--bst-muted);
    font-size: 12px;
}

.bst-products {
    border-top: 1px solid var(--bst-line);
}

.bst-products > legend {
    padding-top: 26px;
}

.bst-product-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 92px;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-product-row__image {
    display: grid;
    place-items: center;
    width: 68px;
    aspect-ratio: 1;
    overflow: hidden;
    color: var(--bst-gold-dark);
    font-size: 11px;
    font-weight: 800;
    background: var(--bst-paper-deep);
}

.bst-product-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bst-product-row__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.bst-product-row__copy strong {
    color: var(--bst-ink);
    font-size: 14px;
    line-height: 1.35;
}

.bst-product-row__copy small {
    color: var(--bst-muted);
    font-size: 11px;
    line-height: 1.4;
}

.bst-quantity {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bst-quantity select {
    min-height: 44px;
    padding: 8px 10px;
}

.bst-products.is-full .bst-quantity {
    opacity: .48;
    pointer-events: none;
}

.bst-alert {
    margin: 0 0 28px;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.55;
    border-left: 4px solid;
}

.bst-alert--error {
    color: #6d271f;
    border-color: var(--bst-danger);
    background: #f7e7e2;
}

.bst-alert--warning {
    color: #5d4718;
    border-color: var(--bst-gold-dark);
    background: #f4e9cb;
}

.bst-review-grid,
.bst-success__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 32px;
    border-top: 1px solid var(--bst-line);
    border-left: 0;
}

.bst-review-grid > div,
.bst-success__meta > div {
    min-width: 0;
    padding: 18px 20px 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-review-grid dd,
.bst-success__meta dd {
    margin: 7px 0 0;
    overflow-wrap: anywhere;
    color: var(--bst-ink);
    font-size: 14px;
    font-weight: 700;
}

.bst-review-products {
    margin-bottom: 28px;
}

.bst-review-products h3 {
    margin: 0;
    padding: 0 0 13px;
    color: var(--bst-ink);
    font-size: 13px;
    letter-spacing: .04em;
    border-bottom: 2px solid var(--bst-ink);
}

.bst-review-products > div {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 15px 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-review-products span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bst-review-products strong,
.bst-review-products b {
    color: var(--bst-ink);
    font-size: 13px;
}

.bst-review-products small {
    color: var(--bst-muted);
    font-size: 11px;
}

.bst-note {
    margin: 0 0 28px;
    padding: 18px 20px;
    background: var(--bst-paper-deep);
}

.bst-note strong {
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bst-note p {
    margin: 8px 0 0;
    color: var(--bst-muted);
    font-size: 13px;
    line-height: 1.6;
}

.bst-confirm-callout {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 15px;
    align-items: center;
    margin: 0 0 22px;
    padding: 17px 20px;
    color: #fff;
    background: var(--bst-ink-soft);
}

.bst-confirm-callout > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--bst-gold);
    border: 1px solid var(--bst-gold);
    border-radius: 50%;
    font-weight: 800;
}

.bst-confirm-callout p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.55;
}

.bst-confirm-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.bst-text-link {
    color: var(--bst-muted);
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bst-success,
.bst-error-state {
    max-width: 780px;
}

.bst-success__mark,
.bst-error-state > span:first-child {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 0 28px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background: var(--bst-success);
}

.bst-error-state > span:first-child {
    background: var(--bst-danger);
}

.bst-reference {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 34px 0 22px;
    padding: 20px;
    border-left: 5px solid var(--bst-gold-dark);
    background: var(--bst-paper-deep);
}

.bst-reference strong {
    color: var(--bst-ink);
    font-size: clamp(24px, 4vw, 40px);
    letter-spacing: .02em;
}

.bst-mail-sent {
    margin: 0 0 22px !important;
    color: var(--bst-success) !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bst-sidebar {
    position: relative;
    padding: clamp(52px, 5vw, 76px) clamp(30px, 4vw, 54px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(216, 184, 111, .14), transparent 34%),
        var(--bst-ink-soft);
}

.bst-sidebar::after {
    content: "";
    position: absolute;
    right: -82px;
    bottom: -96px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(216, 184, 111, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(216, 184, 111, .025);
    pointer-events: none;
}

.bst-sidebar .bst-eyebrow {
    color: var(--bst-gold);
}

.bst-sidebar h2 {
    max-width: 360px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(31px, 3vw, 45px);
}

.bst-sidebar__intro {
    max-width: 370px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.65;
}

.bst-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.bst-sidebar li {
    display: block;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.bst-sidebar li strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .02em;
}

.bst-sidebar li p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.6;
}

.bst-sidebar__support {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 38px;
    padding: 21px 0 0;
    color: #fff;
    border-top: 1px solid var(--bst-gold);
    background: transparent;
}

.bst-sidebar__support span {
    margin-bottom: 5px;
    color: var(--bst-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bst-sidebar__support a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

.bst-rights {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: clamp(54px, 8vw, 120px);
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(68px, 8vw, 108px) clamp(20px, 6vw, 76px);
    color: var(--bst-ink);
}

.bst-rights__header h2 {
    max-width: 510px;
    margin: 0 0 24px;
    color: var(--bst-ink);
    font-size: clamp(38px, 5vw, 67px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .96;
}

.bst-rights__header > p:last-child {
    max-width: 500px;
    margin: 0;
    color: var(--bst-muted);
    font-size: 14px;
    line-height: 1.72;
}

.bst-rights__list {
    border-top: 1px solid var(--bst-ink);
}

.bst-rights__list details {
    margin: 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-rights__list summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    min-height: 70px;
    padding: 18px 48px 18px 0;
    color: var(--bst-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}

.bst-rights__list summary::-webkit-details-marker {
    display: none;
}

.bst-rights__list summary span,
.bst-rights__list summary span::after {
    position: absolute;
    right: 2px;
    width: 16px;
    height: 1px;
    background: currentColor;
    content: "";
    transition: transform .2s ease;
}

.bst-rights__list summary span::after {
    right: 0;
    transform: rotate(90deg);
}

.bst-rights__list details[open] summary span::after {
    transform: rotate(0);
}

.bst-rights__list details[open] summary {
    color: var(--bst-gold-dark);
}

.bst-rights__list details p {
    max-width: 690px;
    margin: -4px 0 0;
    padding: 0 58px 24px 0;
    color: var(--bst-muted);
    font-size: 13px;
    line-height: 1.72;
}

.bst-rights__terms-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: fit-content;
    min-width: 190px;
    margin-top: 15px;
    padding-bottom: 3px;
    color: var(--bst-ink) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
    text-decoration: none !important;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bst-ink);
    transition: color .2s ease, border-color .2s ease;
}

.bst-rights__actions {
    align-self: start;
    display: grid;
    border-top: 1px solid var(--bst-ink);
}

.bst-rights__actions .bst-rights__terms-link {
    width: 100%;
    min-height: 72px;
    margin: 0;
    padding: 20px 2px 20px 0;
    border-bottom-color: var(--bst-line);
}

.bst-rights__terms-link:hover,
.bst-rights__terms-link:focus-visible {
    color: var(--bst-gold-dark) !important;
    border-color: var(--bst-gold-dark);
}

.bst-rights__terms-link span {
    font-size: 15px;
    line-height: 1;
}

.bst-rights__note {
    grid-column: 2;
    margin: 0;
    padding-top: 22px;
    color: var(--bst-muted);
    font-size: 11px;
    line-height: 1.65;
    border-top: 1px solid var(--bst-ink);
}

.bst-rights__note strong {
    color: var(--bst-ink);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bst-footer-access {
    width: 100%;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(216, 188, 119, .24);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background: #0d0e0e;
}

.bst-footer-access__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(100% - 48px, 1300px);
    min-height: 84px;
    margin: 0 auto;
}

.bst-footer-access p {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    line-height: 1.5;
}

.bst-footer-access p span {
    color: var(--bst-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.bst-footer-access__link {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    min-height: 44px;
    padding: 0 2px 0 0;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color .2s ease;
}

.bst-footer-access__link:hover {
    color: var(--bst-gold) !important;
}

.bst-footer-access__link svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform .2s ease;
}

.bst-footer-access__link:hover svg {
    transform: translateX(4px);
}

.bst-order-withdrawal-link {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin: 28px 0;
    padding: 22px;
    border-left: 4px solid var(--bst-gold-dark);
    background: var(--bst-paper);
}

.bst-order-withdrawal-link p {
    margin: 0;
    color: var(--bst-muted);
    font-size: 13px;
    line-height: 1.55;
}

.bst-order-withdrawal-link p strong {
    color: var(--bst-ink);
}

.bst-thankyou-withdrawal {
    margin: 18px 0;
}

.bst-thankyou-withdrawal a {
    color: var(--bst-ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
    .bst-hero__content,
    .bst-hero__aside,
    .bst-layout {
        animation: bst-rise .55s both cubic-bezier(.2, .65, .3, 1);
    }
    .bst-hero__aside { animation-delay: .08s; }
    .bst-layout { animation-delay: .14s; }
    @keyframes bst-rise {
        from { opacity: 0; transform: translateY(16px); }
        to { opacity: 1; transform: translateY(0); }
    }
}

@media (max-width: 900px) {
    .bst-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 46px;
        padding: 72px 28px 40px;
        background-position: 64% 58%;
    }
    .bst-hero h1 {
        font-size: clamp(52px, 13vw, 86px);
    }
    .bst-hero__aside {
        display: grid;
        grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
        gap: 28px;
        align-items: end;
    }
    .bst-hero__proof {
        margin-bottom: 0;
    }
    .bst-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .bst-hero__facts > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 12px;
        border-right: 1px solid rgba(255, 255, 255, .16);
    }
    .bst-layout {
        grid-template-columns: 1fr;
    }
    .bst-panel {
        border-right: 0;
    }
    .bst-sidebar {
        border-top: 1px solid var(--bst-line);
    }
    .bst-sidebar ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .bst-sidebar li {
        display: block;
        padding-right: 18px;
        border-right: 1px solid rgba(255, 255, 255, .14);
    }
    .bst-sidebar li p {
        margin-top: 8px;
    }
    .bst-rights {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .bst-rights__header h2,
    .bst-rights__header > p:last-child {
        max-width: 680px;
    }
    .bst-rights__note {
        grid-column: auto;
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .bst-hero {
        padding: 58px 20px 32px;
        background:
            linear-gradient(180deg, rgba(5, 7, 7, .78) 0%, rgba(5, 7, 7, .48) 54%, rgba(5, 7, 7, .82) 100%),
            url("../images/withdrawal-horizon.webp") 67% 58% / cover no-repeat,
            var(--bst-ink);
    }
    .bst-hero h1 {
        font-size: clamp(42px, 14vw, 60px);
        line-height: .9;
    }
    .bst-hero__lead {
        margin-top: 26px;
        font-size: 16px;
    }
    .bst-hero__aside {
        display: block;
    }
    .bst-hero__proof {
        min-height: 196px;
        margin-bottom: 24px;
        padding: 20px 0 22px;
    }
    .bst-hero__proof-mark strong {
        font-size: 74px;
    }
    .bst-hero__proof-mark > span {
        font-size: 14px;
    }
    .bst-hero__proof-flow {
        gap: 8px;
        font-size: 7px;
        letter-spacing: .13em;
    }
    .bst-hero__facts {
        grid-template-columns: 1fr;
    }
    .bst-hero__facts > div {
        display: block;
        padding: 13px 0;
        border-right: 0;
    }
    .bst-progress__step {
        justify-content: flex-start;
        min-height: 60px;
        gap: 7px;
        padding: 12px 5px;
    }
    .bst-progress__step strong {
        display: block;
        font-size: 10px;
        line-height: 1.25;
    }
    .bst-progress__marker {
        width: 6px;
        height: 6px;
        flex-basis: 6px;
    }
    .bst-panel {
        padding: 42px 20px 50px;
    }
    .bst-panel h2,
    .bst-success h2,
    .bst-error-state h2 {
        font-size: 38px;
    }
    .bst-field-grid,
    .bst-order-chip,
    .bst-scope,
    .bst-review-grid,
    .bst-success__meta {
        grid-template-columns: 1fr;
    }
    .bst-order-chip > div {
        border-right: 0;
        border-bottom: 1px solid var(--bst-line);
    }
    .bst-order-chip > div:last-child {
        border-bottom: 0;
    }
    .bst-product-row {
        grid-template-columns: 54px minmax(0, 1fr) 72px;
        gap: 11px;
    }
    .bst-product-row__image {
        width: 54px;
    }
    .bst-product-row__copy strong {
        font-size: 12px;
    }
    .bst-confirm-form,
    .bst-confirm-form .bst-button,
    .bst-button--primary {
        width: 100%;
    }
    .bst-button {
        min-width: 0;
    }
    .bst-sidebar {
        padding: 42px 20px;
    }
    .bst-sidebar ul {
        display: block;
    }
    .bst-sidebar li {
        display: grid;
        padding-right: 0;
        border-right: 0;
    }
    .bst-sidebar li p {
        margin-top: 0;
    }
    .bst-rights {
        gap: 38px;
        padding: 58px 20px 66px;
    }
    .bst-rights__header h2 {
        font-size: 42px;
    }
    .bst-rights__header > p:last-child {
        font-size: 13px;
    }
    .bst-rights__list summary {
        min-height: 64px;
        padding-right: 36px;
        font-size: 13px;
    }
    .bst-rights__list details p {
        padding-right: 24px;
        font-size: 12px;
    }
    .bst-rights__note {
        font-size: 10px;
    }
    .bst-footer-access__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        width: min(100% - 40px, 1300px);
        padding: 25px 0 27px;
    }
    .bst-footer-access p {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
    }
    .bst-footer-access__link {
        justify-content: space-between;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }
    .bst-order-withdrawal-link {
        align-items: stretch;
        flex-direction: column;
    }
}

@media print {
    .bst-footer-access,
    .bst-sidebar,
    .bst-progress,
    .bst-rights,
    .bst-button,
    .bst-text-link {
        display: none !important;
    }
    .bst-portal {
        width: 100%;
        margin: 0;
    }
    .bst-layout {
        display: block;
    }
}

/* EU storefront shell and visual alignment. */
:root {
    --bst-ink: #050505;
    --bst-ink-soft: #1b1b1b;
    --bst-paper: #f2efe8;
    --bst-paper-deep: #e6e1d7;
    --bst-surface: #ffffff;
    --bst-signal: #c83b22;
    --bst-gold: #c83b22;
    --bst-gold-dark: #c83b22;
    --bst-line: #c7c0b6;
    --bst-muted: #69645e;
    --bst-success: #247748;
    --bst-danger: #a13f32;
}

body.bst-withdrawal-shell-page {
    min-width: 320px;
    margin: 0;
    overflow-x: clip;
    color: var(--bst-ink);
    background: var(--bst-paper);
    font-family: Archivo, Arial, sans-serif;
}

.bst-withdrawal-shell-page *,
.bst-portal *,
.bst-footer-access * {
    letter-spacing: 0 !important;
}

.bst-skip-link {
    position: fixed;
    z-index: 100000;
    top: 10px;
    left: 10px;
    padding: 12px 16px;
    color: #fff !important;
    background: var(--bst-signal);
    transform: translateY(-160%);
}

.bst-skip-link:focus {
    transform: translateY(0);
}

.bst-shell-header,
.bst-shell-header * {
    box-sizing: border-box;
}

.bst-shell-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    background: #050505;
}

body.admin-bar .bst-shell-header {
    top: 32px;
}

.bst-shell-header__bar {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    height: 72px;
    margin: 0 auto;
    padding: 0 40px;
}

.bst-shell-logo {
    display: flex;
    width: fit-content;
    min-width: 0;
    height: 72px;
    align-items: center;
}

.bst-shell-logo img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0;
}

.bst-shell-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    height: 100%;
}

.bst-shell-nav a {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .75) !important;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
}

.bst-shell-nav a:hover,
.bst-shell-nav a:focus-visible {
    color: #fff !important;
    border-bottom-color: #fff;
}

.bst-shell-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bst-shell-icon-button,
.bst-shell-language > summary {
    position: relative;
    display: inline-flex;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .82) !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none !important;
}

.bst-shell-icon-button:hover,
.bst-shell-icon-button:focus-visible,
.bst-shell-language > summary:hover,
.bst-shell-language > summary:focus-visible {
    color: #fff !important;
    outline: 0;
    background: rgba(255, 255, 255, .1);
}

.bst-shell-icon-button:focus-visible,
.bst-shell-language > summary:focus-visible,
.bst-shell-footer a:focus-visible,
.bst-shell-footer button:focus-visible {
    outline: 2px solid var(--bst-signal);
    outline-offset: 2px;
}

.bst-shell-icon-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.bst-shell-icon-button__close,
.bst-shell-icon-button.is-open .bst-shell-icon-button__open {
    display: none;
}

.bst-shell-icon-button.is-open .bst-shell-icon-button__close {
    display: block;
}

.bst-shell-menu-toggle {
    display: none;
}

.bst-shell-cart > span {
    position: absolute;
    top: 4px;
    right: 3px;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    color: #fff;
    background: var(--bst-signal);
    font-size: 10px;
    font-weight: 700;
}

.bst-shell-language {
    position: relative;
    margin: 0;
}

.bst-shell-language > summary {
    gap: 2px;
    font-size: 12px;
    list-style: none;
}

.bst-shell-language > summary::-webkit-details-marker {
    display: none;
}

.bst-shell-language > summary svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.bst-shell-language__menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 1px);
    right: 0;
    width: 208px;
    max-height: 440px;
    padding: 4px 0;
    overflow-y: auto;
    color: var(--bst-ink);
    border: 1px solid var(--bst-line);
    background: var(--bst-surface);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
}

.bst-shell-language__menu a {
    display: flex;
    min-height: 44px;
    padding: 8px 12px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--bst-ink) !important;
    font-size: 14px;
    text-decoration: none !important;
}

.bst-shell-language__menu a:hover,
.bst-shell-language__menu a:focus-visible,
.bst-shell-language__menu a[aria-selected="true"] {
    outline: 0;
    background: var(--bst-paper);
}

.bst-shell-language__menu a[aria-selected="true"] {
    box-shadow: inset 3px 0 0 var(--bst-signal);
}

.bst-shell-language__menu strong {
    color: var(--bst-muted);
    font-size: 11px;
}

.bst-shell-search {
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: #050505;
}

.bst-shell-search[hidden],
.bst-shell-mobile-nav[hidden] {
    display: none !important;
}

.bst-shell-search form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 40px;
}

.bst-shell-search input {
    width: 100%;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 0;
    outline: 0;
    background: #000;
    font: inherit;
    font-size: 14px;
}

.bst-shell-search input:focus {
    border-color: var(--bst-signal);
}

.bst-shell-search input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.bst-shell-search button {
    min-height: 44px;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    border: 1px solid var(--bst-signal);
    border-radius: 0;
    background: var(--bst-signal);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.bst-shell-search button:hover,
.bst-shell-search button:focus-visible {
    color: var(--bst-ink);
    border-color: #fff;
    outline: 0;
    background: #fff;
}

.bst-shell-main {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bst-shell-footer,
.bst-shell-footer * {
    box-sizing: border-box;
}

.bst-shell-footer {
    width: 100%;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #050505;
}

.bst-shell-footer__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 40px 34px;
}

.bst-shell-footer__grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.7fr) repeat(4, minmax(120px, 1fr));
    gap: 40px;
}

.bst-shell-footer__brand > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.bst-shell-footer__brand img {
    display: block;
    width: 112px;
    height: auto;
    margin: 0;
}

.bst-shell-footer__brand p {
    max-width: 300px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 1.65;
}

.bst-shell-footer h2 {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .45);
    font-family: Archivo, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

.bst-shell-footer h2 a {
    color: rgba(255, 255, 255, .65) !important;
}

.bst-shell-footer nav {
    display: grid;
}

.bst-shell-footer nav a,
.bst-shell-footer nav button,
.bst-shell-footer__bottom nav span {
    display: flex;
    min-height: 44px;
    margin: 0;
    padding: 0;
    align-items: center;
    color: rgba(255, 255, 255, .75) !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
}

.bst-shell-footer nav a:hover,
.bst-shell-footer nav button:hover,
.bst-shell-footer nav a[aria-current="page"] {
    color: #fff !important;
}

.bst-shell-footer nav a[aria-current="page"]::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background: var(--bst-signal);
    content: "";
}

.bst-shell-footer__bottom {
    display: flex;
    margin-top: 48px;
    padding-top: 24px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.bst-shell-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.7;
}

.bst-shell-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bst-shell-footer__bottom nav span[aria-current="page"] {
    color: #fff !important;
}

body.bst-withdrawal-page {
    background: var(--bst-paper);
}

.bst-portal {
    width: 100%;
    margin: 0;
    overflow: clip;
    color: var(--bst-ink);
    background: var(--bst-paper);
    font-family: Archivo, Arial, sans-serif;
}

.bst-hero {
    position: relative;
    display: grid;
    min-height: 540px;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
    gap: 72px;
    align-items: end;
    padding: 78px max(40px, calc((100vw - 1360px) / 2)) 58px;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    background: #050505;
}

.bst-hero::before {
    display: none;
}

.bst-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .72) 48%, rgba(5, 5, 5, .36) 100%);
    content: "";
}

.bst-hero__media {
    position: absolute;
    z-index: -2;
    inset: 0;
    display: block;
}

.bst-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.bst-hero__content,
.bst-hero__aside {
    position: relative;
    z-index: 1;
}

.bst-kicker,
.bst-eyebrow {
    margin: 0 0 14px;
    color: var(--bst-signal);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.bst-hero .bst-kicker {
    color: #fff;
}

.bst-hero h1 {
    max-width: 860px;
    margin: 0;
    overflow-wrap: break-word;
    color: #fff;
    font-family: "Archivo Black", Archivo, Arial, sans-serif;
    font-size: 76px;
    font-weight: 900;
    line-height: .92;
    text-transform: uppercase;
}

.bst-hero__lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.6;
}

.bst-hero__aside {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-end;
    text-shadow: none;
}

.bst-hero__proof {
    position: relative;
    display: flex;
    min-height: 214px;
    margin: 0;
    padding: 20px 0 22px;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .35);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    background: transparent;
}

.bst-hero__proof::before {
    top: -1px;
    width: 64px;
    height: 2px;
    background: var(--bst-signal);
}

.bst-hero__proof-meta,
.bst-hero__proof-flow {
    color: rgba(255, 255, 255, .65);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.bst-hero__proof-meta span:first-child,
.bst-hero__proof-mark > span {
    color: #fff;
}

.bst-hero__proof-mark {
    gap: 14px;
    padding: 20px 0;
}

.bst-hero__proof-mark strong {
    color: #fff;
    font-family: "Archivo Black", Archivo, Arial, sans-serif;
    font-size: 92px;
    font-weight: 900;
    line-height: .75;
}

.bst-hero__proof-mark > span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.bst-hero__proof-mark small {
    margin-top: 7px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
}

.bst-hero__proof-flow i {
    background: rgba(255, 255, 255, .3);
}

.bst-hero__proof-flow i::after {
    width: 4px;
    height: 4px;
    background: var(--bst-signal);
}

.bst-progress {
    width: min(100% - 80px, 1360px);
    max-width: 1360px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bst-line);
}

.bst-progress__step {
    min-height: 66px;
    padding: 14px 0;
    color: #817b73;
}

.bst-progress__step.is-current,
.bst-progress__step.is-done {
    color: var(--bst-ink);
}

.bst-progress__step.is-current::after,
.bst-progress__step.is-done::after {
    background: var(--bst-signal);
}

.bst-progress__marker {
    border-radius: 0;
}

.bst-progress__step.is-current .bst-progress__marker,
.bst-progress__step.is-done .bst-progress__marker {
    border-color: var(--bst-signal);
    background: var(--bst-signal);
}

.bst-progress__step strong {
    font-size: 13px;
}

.bst-layout {
    width: min(100% - 80px, 1360px);
    max-width: 1360px;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr);
    margin: 0 auto;
    border-bottom: 1px solid var(--bst-line);
}

.bst-panel {
    padding: 72px 64px 82px 0;
    background: transparent;
}

.bst-panel__heading {
    margin-bottom: 38px;
}

.bst-panel h2,
.bst-sidebar h2,
.bst-success h2,
.bst-error-state h2,
.bst-rights__header h2 {
    color: var(--bst-ink);
    font-family: "Archivo Black", Archivo, Arial, sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
}

.bst-panel__heading > p:last-child,
.bst-success > p,
.bst-error-state > p {
    color: var(--bst-muted);
    font-size: 16px;
    line-height: 1.65;
}

.bst-field-grid {
    gap: 18px;
}

.bst-field > span,
.bst-quantity > span,
.bst-fieldset > legend {
    color: var(--bst-muted);
    font-size: 11px;
    font-weight: 700;
}

body.bst-withdrawal-page .bst-portal .bst-field input,
body.bst-withdrawal-page .bst-portal .bst-field select,
body.bst-withdrawal-page .bst-portal .bst-field textarea,
body.bst-withdrawal-page .bst-portal .bst-quantity select {
    min-height: 52px;
    padding: 13px 14px !important;
    color: var(--bst-ink) !important;
    border: 1px solid var(--bst-line) !important;
    border-radius: 0 !important;
    outline: 0;
    background: var(--bst-surface) !important;
}

body.bst-withdrawal-page .bst-portal .bst-field textarea {
    min-height: 120px;
}

body.bst-withdrawal-page .bst-portal .bst-field input:focus,
body.bst-withdrawal-page .bst-portal .bst-field select:focus,
body.bst-withdrawal-page .bst-portal .bst-field textarea:focus,
body.bst-withdrawal-page .bst-portal .bst-quantity select:focus {
    border-color: var(--bst-signal) !important;
    box-shadow: 0 0 0 1px var(--bst-signal) !important;
}

.bst-button {
    min-height: 54px;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: none;
}

.bst-button:hover {
    transform: none;
}

.bst-button:focus-visible,
.bst-footer-access__link:focus-visible,
.bst-rights__terms-link:focus-visible,
.bst-text-link:focus-visible {
    outline-color: var(--bst-signal);
}

.bst-button--primary,
.bst-button--confirm {
    color: #fff;
    background: var(--bst-signal);
}

.bst-button--primary:hover,
.bst-button--confirm:hover {
    color: var(--bst-ink);
    background: #fff;
    border-color: var(--bst-ink);
}

.bst-button--secondary {
    color: #fff;
    background: var(--bst-ink);
}

.bst-order-chip {
    border-color: var(--bst-line);
}

.bst-scope label > span {
    min-height: 88px;
    border-color: var(--bst-line);
    background: var(--bst-surface);
}

.bst-scope input:checked + span {
    border-color: var(--bst-signal);
    background: #fff;
    box-shadow: inset 4px 0 0 var(--bst-signal);
}

.bst-scope input:focus-visible + span {
    outline-color: var(--bst-signal);
}

.bst-product-row__image {
    color: var(--bst-ink);
    background: var(--bst-paper-deep);
}

.bst-alert--warning {
    color: #5d4718;
    border-color: #b88516;
    background: #f4e9cb;
}

.bst-note {
    background: var(--bst-paper-deep);
}

.bst-confirm-callout {
    background: var(--bst-ink-soft);
}

.bst-confirm-callout > span {
    color: #fff;
    border-color: var(--bst-signal);
    border-radius: 0;
    background: var(--bst-signal);
}

.bst-success__mark,
.bst-error-state > span:first-child {
    border-radius: 0;
}

.bst-reference {
    border-left-color: var(--bst-signal);
}

.bst-sidebar {
    padding: 70px 48px 76px;
    color: #fff;
    background: var(--bst-ink-soft);
}

.bst-sidebar::after {
    display: none;
}

.bst-sidebar .bst-eyebrow,
.bst-sidebar__support span {
    color: #fff;
}

.bst-sidebar h2 {
    color: #fff;
    font-size: 40px;
}

.bst-sidebar__intro,
.bst-sidebar li p {
    color: rgba(255, 255, 255, .64);
}

.bst-sidebar__support {
    border-top-color: var(--bst-signal);
}

.bst-rights {
    width: min(100% - 80px, 1360px);
    max-width: 1360px;
    padding: 82px 0 92px;
}

.bst-rights__header h2 {
    font-size: 54px;
}

.bst-rights__terms-link {
    color: var(--bst-ink) !important;
    border-color: var(--bst-line);
}

.bst-rights__terms-link:hover,
.bst-rights__terms-link:focus-visible {
    color: var(--bst-signal) !important;
    border-color: var(--bst-signal);
}

.bst-footer-access {
    color: rgba(255, 255, 255, .72);
    border-top-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .06);
    background: #050505;
}

.bst-footer-access p span,
.bst-footer-access__link:hover {
    color: var(--bst-signal) !important;
}

.bst-order-withdrawal-link {
    border-left-color: var(--bst-signal);
}

@media (max-width: 1020px) {
    .bst-shell-header__bar {
        padding: 0 24px;
    }
    .bst-shell-footer__inner {
        padding-right: 24px;
        padding-left: 24px;
    }
    .bst-shell-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bst-shell-footer__brand {
        grid-column: 1 / -1;
    }
    .bst-hero {
        min-height: 500px;
        grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr);
        gap: 48px;
        padding: 68px 40px 48px;
    }
    .bst-hero h1 {
        font-size: 60px;
    }
    .bst-layout,
    .bst-progress,
    .bst-rights {
        width: calc(100% - 80px);
    }
    .bst-panel {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    body.admin-bar .bst-shell-header {
        top: 46px;
    }
    .bst-shell-header__bar {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 0 20px;
    }
    .bst-shell-logo img {
        width: 112px;
    }
    .bst-shell-nav {
        display: none;
    }
    .bst-shell-menu-toggle {
        display: inline-flex;
    }
    .bst-shell-language__menu {
        position: fixed;
        top: 73px;
        right: 20px;
        left: 20px;
        width: auto;
        max-height: min(70vh, 440px);
    }
    body.admin-bar .bst-shell-language__menu {
        top: 119px;
    }
    .bst-shell-search form {
        padding: 16px 20px;
    }
    .bst-shell-mobile-nav {
        padding: 8px 20px 22px;
        border-top: 1px solid rgba(255, 255, 255, .15);
        background: #050505;
    }
    .bst-shell-mobile-nav a,
    .bst-shell-mobile-nav span {
        color: rgba(255, 255, 255, .75) !important;
        text-decoration: none !important;
    }
    .bst-shell-mobile-nav__primary,
    .bst-shell-mobile-nav__secondary {
        display: grid;
    }
    .bst-shell-mobile-nav__primary a {
        display: flex;
        min-height: 56px;
        align-items: center;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-size: 18px;
        font-weight: 600;
    }
    .bst-shell-mobile-nav__secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .bst-shell-mobile-nav__secondary a {
        display: flex;
        min-height: 44px;
        align-items: center;
        font-size: 14px;
    }
    .bst-shell-mobile-nav__markets {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 10px;
    }
    .bst-shell-mobile-nav__markets a,
    .bst-shell-mobile-nav__markets span {
        display: flex;
        min-height: 44px;
        align-items: center;
        font-size: 14px;
    }
    .bst-shell-mobile-nav__markets span[aria-current="page"] {
        color: #fff !important;
    }
    .bst-shell-footer__inner {
        padding: 48px 20px 28px;
    }
    .bst-shell-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .bst-hero {
        min-height: 470px;
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 54px 20px 34px;
    }
    .bst-hero::after {
        background: linear-gradient(180deg, rgba(5, 5, 5, .82) 0%, rgba(5, 5, 5, .55) 52%, rgba(5, 5, 5, .92) 100%);
    }
    .bst-hero__media img {
        object-position: center center;
    }
    .bst-hero h1 {
        font-size: 44px;
        line-height: .95;
    }
    .bst-hero__lead {
        margin-top: 20px;
        font-size: 15px;
    }
    .bst-hero__proof {
        min-height: 0;
        padding: 16px 0 18px;
    }
    .bst-hero__proof-mark {
        padding: 16px 0;
    }
    .bst-hero__proof-mark strong {
        font-size: 68px;
    }
    .bst-progress,
    .bst-layout,
    .bst-rights {
        width: calc(100% - 40px);
    }
    .bst-progress__step {
        min-height: 58px;
        padding: 10px 4px;
    }
    .bst-progress__step strong {
        font-size: 10px;
    }
    .bst-layout {
        grid-template-columns: 1fr;
    }
    .bst-panel {
        padding: 48px 0 58px;
    }
    .bst-panel h2,
    .bst-success h2,
    .bst-error-state h2 {
        font-size: 38px;
    }
    .bst-sidebar {
        margin-right: -20px;
        margin-left: -20px;
        padding: 48px 20px 54px;
    }
    .bst-sidebar h2 {
        font-size: 36px;
    }
    .bst-rights {
        gap: 36px;
        padding: 58px 0 68px;
    }
    .bst-rights__header h2 {
        font-size: 40px;
    }
}

@media (max-width: 420px) {
    .bst-shell-header__bar {
        padding: 0 12px;
    }
    .bst-shell-logo img {
        width: 104px;
    }
    .bst-shell-icon-button,
    .bst-shell-language > summary {
        width: 40px;
        min-width: 40px;
    }
    .bst-shell-language__menu {
        right: 12px;
        left: 12px;
    }
    .bst-shell-search form {
        padding-right: 12px;
        padding-left: 12px;
    }
    .bst-shell-search button {
        padding: 0 14px;
    }
    .bst-shell-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .bst-shell-footer__brand {
        grid-column: auto;
    }
    .bst-hero h1 {
        font-size: 40px;
    }
    .bst-field-grid,
    .bst-order-chip,
    .bst-scope,
    .bst-review-grid,
    .bst-success__meta {
        grid-template-columns: 1fr;
    }
    .bst-button,
    .bst-button--primary,
    .bst-confirm-form .bst-button {
        width: 100%;
        min-width: 0;
    }
}

@media print {
    .bst-shell-header,
    .bst-shell-footer,
    .bst-footer-access,
    .bst-sidebar,
    .bst-progress,
    .bst-rights,
    .bst-button,
    .bst-text-link {
        display: none !important;
    }
    .bst-hero {
        min-height: 0;
        padding: 24px 0;
        color: #000;
        background: #fff;
    }
    .bst-hero__media,
    .bst-hero::after,
    .bst-hero__aside {
        display: none;
    }
    .bst-hero h1,
    .bst-hero .bst-kicker,
    .bst-hero__lead {
        color: #000;
    }
}
