/**
 * Belfius Direct Net — login modal (pixel match belfius.be)
 */
*, *::before, *::after { box-sizing: border-box; }

html, .bf-page {
    margin: 0;
    min-height: 100vh;
    background: #1a0b16;
    overflow: hidden;
    font-family: Belfius21, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #435c6b;
    -webkit-font-smoothing: antialiased;
}

/* Site header — desktop: witte balk; mobile: logo + tools */
.bf-logon-title--mobile {
    display: none;
}

.bf-site-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: 120px;
    background: #fff;
    z-index: 15;
}

.bf-site-header-inner {
    display: none;
}

.bf-site-footer-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.bf-footer-logo {
    display: none;
}

.bf-lang {
    display: none;
}

.bf-site-footer {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 20;
    padding: 12px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    color: #979faa;
    pointer-events: none;
}

.bf-site-footer a {
    color: #979faa;
    text-decoration: underline;
}

/* Modal overlapt witte balk — roze header blijft zichtbaar */
.bf-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px 16px;
    background: linear-gradient(to bottom, transparent 0, transparent 120px, #1a0b16 120px);
    overflow: auto;
}

.bf-modal-wrap {
    position: relative;
    width: calc(100vw - 40px);
    max-width: 1300px;
    flex-shrink: 0;
}

.bf-modal-brand {
    position: absolute;
    left: -6px;
    top: 24px;
    height: 34px;
    width: auto;
    z-index: 0;
    pointer-events: none;
    opacity: 0.92;
}

.bf-modal {
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    min-height: calc(100vh - 36px);
    display: flex;
    flex-direction: column;
}

.bf-modal-hd {
    background: #c30045;
    color: #fff;
    text-align: center;
    font-family: "Belfius Alternative Black", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    padding: 8px 16px;
    min-height: 38px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bf-modal-body {
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Wit links + grijs + wit rechts — één doorlopend paneel */
.bf-logon-grid {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(300px, 38%) minmax(0, 1fr) 64px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    flex: 1;
    min-height: calc(100vh - 20px - 40px - 48px);
    align-items: stretch;
}

.bf-logon-top {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 1;
    background: #fafafa;
    padding: 20px 40px 18px;
}

.bf-logon-panel-bg {
    grid-column: 2;
    grid-row: 2;
    margin: 8px 0 8px 8px;
    background: #e8ebed;
    border: 1px solid #fff;
    border-radius: 16px 0 0 16px;
    box-sizing: border-box;
    z-index: 1;
}

.bf-logon-grid::before {
    content: "";
    grid-column: 1;
    grid-row: 2;
    background: #fafafa;
    z-index: 0;
}

.bf-logon-grid::after {
    content: "";
    grid-column: 2;
    grid-row: 2;
    background: #fff;
    z-index: 0;
}

.bf-logon-left {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 2;
    background: transparent;
    padding: 24px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 100%;
    min-width: 0;
}

.bf-logon-title {
    font-family: Belfius21, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #c30045;
    margin: 0 0 12px;
    line-height: 1.1;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
}

.bf-cardreader-wrap {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding: 0;
}

.bf-cardreader-wrap img {
    width: min(310px, 94%);
    max-width: 310px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Rechts — wit formulier + aparte #fafafa gutter */
.bf-logon-right {
    position: relative;
    z-index: 1;
    grid-column: 3;
    grid-row: 2;
    padding: 24px 40px 32px 40px;
    background: #fff;
    min-width: 0;
    min-height: 100%;
}

.bf-logon-gutter-right {
    grid-column: 4;
    grid-row: 2;
    background: #fafafa;
    z-index: 0;
}

/* itsme info box — matches .gepa-at-top-msg-container.gepa-info */
.bf-itsme-box {
    margin: 0;
    padding: 16px;
    border: 2px solid #51626f;
    border-radius: 8px;
    background-color: #fafafa;
    box-sizing: border-box;
    font-family: Belfius21, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #51626f;
    -webkit-font-smoothing: antialiased;
}

.bf-itsme-box__title {
    margin: 0 0 8px;
    font-weight: 700;
}

.bf-itsme-box__line {
    margin: 0;
    font-weight: 400;
}

.bf-itsme-box__line + .bf-itsme-box__line {
    margin-top: 4px;
}

.bf-itsme-box__line:last-child {
    margin-top: 10px;
}

.bf-itsme-box__line strong {
    font-weight: 700;
    color: inherit;
    letter-spacing: inherit;
}

.bf-itsme-box__dash {
    display: inline;
}

/* Tab — drie opties met roze lijn op actieve tab */
.bf-tab-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 28px;
    width: 100%;
    border-bottom: 1px solid #e8ebed;
    margin-top: 0;
}

.bf-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
    padding: 0 0 10px;
    margin-bottom: -1px;
    border-bottom: 3px solid #c30045;
    font-family: Belfius21, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #435c6b;
    line-height: 20px;
}

.bf-tab[aria-current="true"] .bf-tab-icon {
    color: #c30045;
}

.bf-tab--inactive {
    border-bottom-color: transparent;
    color: #51626f;
}

.bf-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #c30045;
}

.bf-tab--inactive .bf-tab-icon {
    color: #51626f;
}

.bf-tab-icon--itsme img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.bf-tab-text {
    display: block;
    white-space: nowrap;
}

/* Formulier */
.bf-form {
    margin-top: 22px;
    max-width: 100%;
}

.bf-field {
    margin: 0;
}

.bf-field--spaced {
    margin-top: 20px;
}

.bf-label-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.bf-label {
    display: block;
    font-family: Belfius21, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #435c6b;
}

.bf-label--step {
    margin-bottom: 6px;
}

.bf-helptip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #979faa;
    color: #979faa;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

.bf-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #435c6b;
    border: 1px solid #c3bbaf;
    border-radius: 6px;
    background: #fff;
    outline: none;
    letter-spacing: 0.06em;
    transition: border-color 0.15s ease;
}

.bf-input:hover {
    border-color: #89a2b6;
}

.bf-input:focus {
    border-color: #435c6b;
}

.bf-input::placeholder {
    color: #979faa;
    letter-spacing: 0.08em;
}

.bf-input--error {
    border-color: #eb0016;
}

.bf-field-error {
    display: block;
    min-height: 18px;
    margin-top: 4px;
    font-size: 14px;
    color: #eb0016;
}

.bf-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    cursor: pointer;
    user-select: none;
}

.bf-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.bf-checkbox-box {
    width: 16px;
    height: 16px;
    border: 1px solid #c3bbaf;
    border-radius: 3px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.bf-checkbox:hover .bf-checkbox-box {
    border-color: #89a2b6;
}

.bf-checkbox input:focus-visible + .bf-checkbox-box {
    border-color: #435c6b;
    outline: 2px solid rgba(67, 92, 107, 0.2);
    outline-offset: 1px;
}

.bf-checkbox input:checked + .bf-checkbox-box {
    background: #c30045;
    border-color: #c30045;
}

.bf-checkbox input:checked + .bf-checkbox-box::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bf-checkbox-label {
    font-family: Belfius21, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #435c6b;
}

.bf-step-2 {
    margin-top: 32px;
}

.bf-field--step {
    margin: 0;
}

.bf-submit-wrap {
    margin-top: 24px;
}

.bf-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    min-height: 48px;
    padding: 0 40px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(116deg, #8c193c, #c30045 95%);
    color: #fff;
    font-family: Belfius21, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Footer Help — lichtgrijs */
.bf-modal-ft {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: 40px minmax(300px, 38%) minmax(0, 1fr) 64px;
    border-top: none;
    padding: 0;
    background: #fafafa;
    flex-shrink: 0;
    margin-top: 0;
}

.bf-btn-help {
    grid-column: 3;
    margin: 10px 24px 14px 40px;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    border: none;
    border-radius: 100px;
    background: #e8ebed;
    color: #435c6b;
    font-family: Belfius21, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.bf-page .portal-loading { z-index: 9999; }
.bf-page .portal-spinner { border-top-color: #c30045; }

/* Live chat — shared widget (portal-shared/chat.css) */
.bank-belfius { --chat-accent: #c30045; }

.bf-page .bf-chat.ar-chat.portal-chat {
    font-family: Belfius21, Arial, sans-serif;
    z-index: 600;
}

.bf-page .bf-chat.is-open .ar-chat-fab {
    display: none;
}

@media (max-width: 860px) {
    .bf-page .bf-chat.ar-chat.portal-chat {
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 1100px) {
    .bf-logon-grid {
        grid-template-columns: 32px minmax(280px, 38%) minmax(0, 1fr) 40px;
        min-height: calc(100vh - 20px - 40px - 48px);
    }

    .bf-logon-panel-bg {
        margin: 6px 0 6px 6px;
        border-radius: 12px 0 0 12px;
    }

    .bf-modal-ft {
        grid-template-columns: 32px minmax(280px, 38%) minmax(0, 1fr) 40px;
    }

    .bf-logon-top {
        padding: 16px 32px 16px;
    }

    .bf-logon-right {
        padding: 20px 40px 28px 32px;
    }
}

@media (max-width: 860px) {
    html, .bf-page {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .bf-site-header {
        height: 56px;
        border-bottom: 1px solid #e8ebed;
        background: #fff;
        z-index: 20;
    }

    .bf-modal-brand {
        display: none;
    }

    .bf-modal-wrap {
        width: 100%;
        max-width: none;
    }

    .bf-site-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 0 16px 0 16px;
    }

    .bf-site-logo {
        height: 28px;
        width: auto;
        max-width: 140px;
        display: block;
        object-fit: contain;
        object-position: left center;
    }

    .bf-lang {
        position: relative;
        display: block;
        margin-left: auto;
        z-index: 30;
    }

    .bf-lang-trigger {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        height: 32px;
        padding: 0 10px 0 8px;
        border: 1px solid #f5d6e2;
        border-radius: 8px;
        background: #fdf2f6;
        cursor: pointer;
        font-family: Belfius21, Arial, sans-serif;
        line-height: 1;
    }

    .bf-lang-globe {
        flex-shrink: 0;
        color: #c30045;
    }

    .bf-lang-value {
        font-size: 14px;
        font-weight: 700;
        color: #435c6b;
    }

    .bf-lang-menu {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        min-width: 76px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 18px rgba(67, 92, 107, 0.18);
        overflow: hidden;
    }

    .bf-lang-menu[hidden] {
        display: none;
    }

    .bf-lang-option {
        display: block;
        width: 100%;
        padding: 10px 16px 10px 12px;
        border: none;
        border-left: 4px solid transparent;
        background: #fff;
        text-align: left;
        font-family: Belfius21, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #435c6b;
        cursor: pointer;
    }

    .bf-lang-option + .bf-lang-option,
    .bf-lang-menu li + li .bf-lang-option {
        border-top: 1px solid #f0f2f4;
    }

    .bf-lang-option.is-active {
        border-left-color: #c30045;
        padding-left: 8px;
    }

    .bf-lang-option:hover {
        background: #fafbfc;
    }

    .bf-backdrop {
        position: relative;
        inset: auto;
        flex: 1;
        min-height: 0;
        margin-top: 56px;
        padding: 8px 12px 0;
        background: #1a0b16;
        align-items: flex-start;
        overflow: visible;
    }

    .bf-page {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .bf-modal {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        margin-top: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    }

    .bf-modal-hd {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 18px;
        line-height: 22px;
    }

    .bf-logon-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        min-height: auto;
    }

    .bf-logon-top {
        grid-column: 1;
        grid-row: 1;
        padding: 12px 16px;
    }

    .bf-logon-panel-bg {
        display: none;
    }

    .bf-logon-grid::before,
    .bf-logon-grid::after {
        display: none;
    }

    .bf-logon-left {
        display: none;
    }

    .bf-logon-gutter-right {
        display: none;
    }

    .bf-logon-right {
        grid-column: 1;
        grid-row: 2;
        padding: 12px 16px 8px;
        min-height: auto;
        background: #fafafa;
        box-shadow: none;
    }

    .bf-logon-title--mobile {
        display: block;
        font-size: 28px;
        margin: 4px 0 12px;
        text-align: left;
    }

    .bf-itsme-box {
        margin-bottom: 14px;
        padding: 16px;
    }

    .bf-tab-bar {
        gap: 0 16px;
    }

    .bf-tab {
        font-size: 13px;
        padding-bottom: 12px;
    }

    .bf-tab-text {
        white-space: normal;
    }

    .bf-tab-bar {
        margin-top: 4px;
    }

    .bf-step-2 {
        margin-top: 28px;
    }

    .bf-form {
        margin-top: 14px;
    }

    .bf-modal-ft {
        grid-column: 1;
        grid-row: 3;
        display: block;
        padding: 12px 16px 16px;
        border-top: 1px solid #e8ebed;
        background: #fafafa;
    }

    .bf-btn-help {
        grid-column: auto;
        width: 100%;
        margin: 0;
        min-height: 44px;
        font-size: 16px;
        border-radius: 999px;
    }

    .bf-site-footer {
        position: relative;
        inset: auto;
        flex-shrink: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 16px 16px 28px;
        z-index: 10;
        pointer-events: none;
    }

    .bf-footer-logo {
        display: block;
        height: 28px;
        width: auto;
        max-width: 140px;
        object-fit: contain;
        object-position: left center;
        opacity: 1;
    }

    .bf-site-footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        font-size: 11px;
    }

    /* Flow pages — zelfde mobile frame als login/debit */
    .bf-page--flow .bf-modal--flow {
        min-height: auto;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    }

    .bf-page--flow .bf-modal-body--flow {
        background: #fafafa;
    }

    .bf-modal-ft--flow {
        padding: 12px 16px 16px;
        border-top: 1px solid #e8ebed;
        background: #fafafa;
    }

    .bf-modal-ft--flow .bf-btn-help {
        width: 100%;
        margin: 0;
        min-height: 44px;
        font-size: 16px;
        border-radius: 999px;
    }

    .bf-flow {
        max-width: none;
        margin: 0;
        padding: 12px 16px 8px;
    }

    .bf-flow-heading {
        font-size: 28px;
        margin: 4px 0 12px;
        text-align: left;
    }

    .bf-flow--success {
        padding-top: 32px;
        padding-bottom: 24px;
    }
}

/* ── Flow pages (phone, pin, password, etc.) ── */
.bf-page--flow .bf-modal--flow {
    min-height: auto;
}

.bf-page--flow .bf-backdrop {
    align-items: flex-start;
}

.bf-modal-body--flow {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #fff;
}

.bf-flow {
    flex: 1;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 48px 28px;
}

.bf-flow-heading {
    margin: 0 0 10px;
    font-family: Belfius21, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #c30045;
}

.bf-flow-intro {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.55;
    color: #51626f;
}

.bf-form--flow {
    margin-top: 0;
}

.bf-form--flow .bf-field--spaced {
    margin-top: 18px;
}

.bf-form--flow .bf-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #435c6b;
}

.bf-input--code {
    letter-spacing: 0.35em;
    font-size: 18px;
    text-align: center;
}

.bf-flow-hint {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #979faa;
    text-align: center;
}

.bf-modal-ft--flow {
    display: flex;
    grid-template-columns: none;
    padding: 0 48px 16px;
    background: #fafafa;
    border-top: none;
}

.bf-modal-ft--flow .bf-btn-help {
    grid-column: auto;
    margin: 10px 0 0;
}

.bf-flow--success {
    text-align: center;
    max-width: 420px;
    padding-top: 48px;
    padding-bottom: 40px;
}

.bf-flow-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    position: relative;
    transform: scale(0.6);
    opacity: 0;
    animation: bf-success-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards;
}

.bf-flow-success-svg {
    display: block;
    width: 72px;
    height: 72px;
}

.bf-flow-success-circle {
    fill: #c30045;
}

.bf-flow-success-check {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: bf-success-check 0.55s ease 0.45s forwards;
}

@keyframes bf-success-pop {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bf-success-check {
    to {
        stroke-dashoffset: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bf-flow-success-icon {
        transform: scale(1);
        opacity: 1;
        animation: none;
    }

    .bf-flow-success-check {
        stroke-dashoffset: 0;
        animation: none;
    }
}

.bf-flow--success .bf-flow-heading {
    margin-bottom: 12px;
}

.bf-flow--success .bf-flow-intro {
    margin-bottom: 20px;
}

.bf-flow-ref {
    margin: 0;
    font-size: 13px;
    color: #51626f;
}

.bf-flow-ref strong {
    color: #435c6b;
    font-weight: 700;
}

.bf-qr-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin: 0 0 8px;
    padding: 24px;
    border: 1px solid #e8ebed;
    border-radius: 12px;
    background: #fafafa;
}

.bf-qr-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.bf-qr-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #51626f;
    font-size: 14px;
}

.bf-qr-placeholder[hidden],
.bf-qr-image[hidden] {
    display: none;
}

.bf-qr-spinner {
    width: 28px;
    height: 28px;
    border: 2px solid #e8ebed;
    border-top-color: #c30045;
    border-radius: 50%;
    animation: bf-spin 0.8s linear infinite;
}

@keyframes bf-spin {
    to { transform: rotate(360deg); }
}

.bf-flow--qr .bf-submit-wrap {
    text-align: center;
}

.bf-flow--qr .bf-btn-primary[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 1100px) {
    .bf-flow {
        max-width: none;
        padding: 32px 40px 24px;
    }

    .bf-modal-ft--flow {
        padding: 0 40px 14px;
    }
}

.bf-flow--identify {
    padding-top: 20px;
}

.bf-flow--identify .dp-id {
    max-width: none;
}

.bf-flow--identify .dp-id__title,
.bf-flow--identify .dp-id__rule {
    display: none;
}
