@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/sofia-pro/Sofia-Pro-Light-Az.otf') format('opentype');
}

@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/sofia-pro/Sofia-Pro-Regular-Az.otf') format('opentype');
}

@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/sofia-pro/Sofia-Pro-Medium-Az.otf') format('opentype');
}

@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/sofia-pro/Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
}

@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/sofia-pro/Sofia-Pro-Black-Az.otf') format('opentype');
}

.be-expert-body {
    display: block;
    min-height: 100vh;
    padding: 0;
    overflow-x: hidden;
    background: #e7e8ea;
    color: #151745;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
    background: #e6e6e6 url("/img/footer.jpg") no-repeat bottom center/100%;

}

.be-expert-body .container {
    width: 100%;
    max-width: none;
}

.be-expert-body .app-header {
    margin: 0;
}

.be-expert-body .app-header h1,
.be-expert-body .section-subtitle {
    display: none;
}

.be-expert-body .side-menu-trigger {
    top: 0;
    right: 0;
    left: auto;
    width: 66px;
    height: 66px;
    border: 0;
    border-radius: 0 0 0 14px;
    background: #f7a800;
    color: #fff;
    box-shadow: none;
}

.be-expert-body .card {
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.be-expert-page {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding: 22px 7vw 96px;
    overflow: hidden;
}

/* .be-expert-page::before {
    position: absolute;
    z-index: -2;
    inset: 46% 0 0;
    content: '';
    background: linear-gradient(90deg, rgba(7, 18, 64, 0.8), rgba(26, 59, 148, 0.68)), url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=85') center / cover;
} */

.be-expert-brand {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 20px;
    width: 120px;
}

.be-expert-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.be-expert-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(876px, calc(100% - 160px));
    min-height: 34px;
    margin: 0 auto 36px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(243, 243, 245, 0.72);
    color: #8d8aa8;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.be-expert-steps--four {
    grid-template-columns: repeat(4, 1fr);
    width: min(1050px, calc(100% - 160px));
}

.be-expert-steps--five {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    width: min(1120px, calc(100% - 160px));
    overflow-x: auto;
    scrollbar-width: none;
}

.be-expert-steps--five::-webkit-scrollbar {
    display: none;
}

.be-expert-steps--five .be-expert-step {
    font-size: 14px;
    white-space: nowrap;
}

.be-expert-step {
    display: grid;
    place-items: center;
    padding: 8px;
    color: inherit;
    text-decoration: none;
}

.be-expert-step[href]:hover {
    color: #171842;
    text-decoration: underline;
}

.be-expert-step[href]:focus-visible {
    outline: 3px solid rgba(245, 164, 0, 0.45);
    outline-offset: -3px;
}

.be-expert-step.is-active {
    border-radius: 20px;
    background: #fff;
    color: #171842;
    font-weight: 700;
}

.be-expert-panel {
    position: relative;
    width: min(834px, calc(100% - 126px));
    min-height: 584px;
    margin: 0 auto;
    padding: 48px 50px 28px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 52px rgba(18, 21, 53, 0.16);
}

.be-expert-voice-control {
    position: absolute;
    top: 38px;
    right: 42px;
    display: grid;
    justify-items: end;
    gap: 7px;
}

.be-expert-voice-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 14px;
    border: 1px solid #f5a400;
    border-radius: 5px;
    background: #f5a400;
    color: #fff;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.be-expert-voice-button:hover:not(:disabled) {
    background: #dd9400;
    border-color: #dd9400;
}

.be-expert-voice-button:focus-visible {
    outline: 3px solid rgba(245, 164, 0, 0.35);
    outline-offset: 2px;
}

.be-expert-voice-button.is-recording {
    border-color: #cf3d38;
    background: #cf3d38;
    color: #fff;
}

.be-expert-voice-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.be-expert-voice-button__icon {
    display: inline-flex;
    font-size: 25px;
    line-height: 1;
}

.be-expert-voice-button__icon img {
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.be-expert-voice-status {
    max-width: 230px;
    color: #615e7d;
    font-size: 10px;
    line-height: 1.3;
    text-align: right;
}

.be-expert-form fieldset {
    border: 0;
    margin-bottom: 26px;
}

.be-expert-form legend {
    margin-bottom: 26px;
    color: #171842;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.be-expert-fields {
    display: grid;
    grid-template-columns: .7fr 1fr 1fr;
    gap: 17px 20px;
}

.be-expert-field {
    min-width: 0;
}

.be-expert-field--full {
    grid-column: 1 / -1;
}

.be-expert-field--children {
    grid-column: 1 / -1;
}

.be-expert-fields--children {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px 20px;
}

.be-expert-fields--assets {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8px;
}

.be-expert-currency-input {
    position: relative;
}

.be-expert-currency-input input {
    width: 100%;
    padding-right: 34px !important;
}

.be-expert-currency-input span {
    position: absolute;
    top: 50%;
    right: 11px;
    color: #8d8aa8;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-50%);
    pointer-events: none;
}

.be-expert-body .be-expert-field label {
    margin-bottom: 6px;
    color: #3d3d51;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.be-expert-body .be-expert-field input,
.be-expert-body .be-expert-field select {
    height: 36px;
    padding: 7px 11px;
    border: 1px solid #e3e3e8;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(16, 19, 46, 0.08);
    color: #151745;
    font-size: 16px;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
}

.be-expert-body .be-expert-field select {
    padding-right: 30px;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #f5a400, #f5a400);
    background-position: calc(100% - 15px) 15px, calc(100% - 10px) 15px, 100% 0;
    background-size: 5px 5px, 5px 5px, 28px 100%;
}

.be-expert-body .be-expert-field input:disabled,
.be-expert-body .be-expert-field select:disabled {
    border-color: #dfe2e5;
    background: #e8ebed;
    box-shadow: none;
    color: #9198a1;
    cursor: not-allowed;
}

.be-expert-body .be-expert-field input:focus,
.be-expert-body .be-expert-field select:focus {
    border-color: #e99a00;
    box-shadow: 0 0 0 3px rgba(245, 164, 0, 0.18);
}

.be-expert-body .be-expert-field .is-populated-by-voice {
    border-color: #e99a00;
    background-color: #fff9e9;
}

.be-expert-required {
    margin-top: 24px;
    color: #615e7d;
    font-size: 12px;
}

.be-expert-required span,
.be-expert-field label span {
    color: #de6b3b;
}

.be-expert-transcript {
    margin-block: 22px;
    padding-top: 18px;
    border-top: 1px solid #ecebf0;
}

.be-expert-transcript summary {
    margin-bottom: 7px;
    color: #3d3d51;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.be-expert-transcript summary::-webkit-details-marker {
    display: none;
}

.be-expert-transcript summary::before {
    content: '▶';
    display: inline-block;
    margin-right: 6px;
    font-size: 10px;
    color: #615e7d;
    transition: transform 0.15s ease;
}

.be-expert-transcript[open] summary::before {
    transform: rotate(90deg);
}

.be-expert-transcript textarea {
    display: block;
    width: 100%;
    min-height: 92px;
    resize: vertical;
    padding: 10px 11px;
    border: 1px solid #e3e3e8;
    border-radius: 4px;
    background: #fafafd;
    color: #615e7d;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 7px;
}

.be-expert-nav-button {
    position: absolute;
    bottom: 76px;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #171842;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(23, 24, 66, 0.28);
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.be-expert-nav-button:hover {
    transform: translateY(-2px);
}

.be-expert-nav-button--previous {
    left: -20px;
}

.be-expert-nav-button--next {
    right: -20px;
    background: #f5a400;
}

.be-expert-nav-button--next:hover {
    background: #dd9400;
}

.be-expert-feedback {
    width: min(560px, 80%);
    margin-inline: auto;
    color: red;
    font-size: 14px;
    text-align: center;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.be-expert-panel--loans {
    width: min(1430px, calc(100% - 126px));
    min-height: 594px;
}

.be-expert-panel:has(.be-expert-assets-table) {
    width: min(1120px, calc(100% - 126px));
    min-height: 632px;
}

.be-expert-assets-table {
    overflow-x: auto;
    border: 1px solid #e3e3e8;
    background: #fff;
}

.be-expert-assets-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
}

.be-expert-assets-table th,
.be-expert-assets-table td {
    padding: 10px 14px;
    border-right: 1px solid #edf0f1;
    text-align: left;
}

.be-expert-assets-table th:last-child,
.be-expert-assets-table td:last-child {
    border-right: 0;
}

.be-expert-assets-table thead th {
    background: #c8cece;
    color: #171842;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.be-expert-assets-table thead th:first-child {
    background: #b8dfef;
    text-align: left;
}

.be-expert-assets-table tbody > tr:not(.be-expert-assets-table__group) th {
    background: #effaff;
    color: #171842;
    font-size: 14px;
    font-weight: 400;
}

.be-expert-assets-table tbody td {
    background: #fbfbfc;
}

.be-expert-assets-table__group th {
    padding-top: 15px;
    padding-bottom: 5px;
    border-right: 0;
    background: #effaff;
    color: #171842;
    font-size: 14px;
    font-weight: 600;
}

.be-expert-asset-amount {
    position: relative;
}

.be-expert-asset-amount input {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 8px 33px 8px 10px;
    border: 1px solid #e3e3e8;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(16, 19, 46, 0.08);
    color: #151745;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
    font-size: 15px;
    text-align: right;
}

.be-expert-asset-amount input:focus {
    border-color: #e99a00;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(245, 164, 0, 0.18);
}

.be-expert-asset-amount input:disabled {
    border-color: #e3e3e8;
    background: #e5e8ea;
    box-shadow: none;
    color: #8d8aa8;
    cursor: not-allowed;
}

.be-expert-asset-amount span {
    position: absolute;
    top: 50%;
    right: 11px;
    color: #8d8aa8;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.be-expert-assets-table tfoot th {
    background: #46afe0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.be-expert-assets-table tfoot td {
    background: #fff;
    color: #171842;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.be-expert-panel--professional {
    width: min(1020px, calc(100% - 126px));
    min-height: 640px;
}

.be-expert-professional-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 42px;
}

.be-expert-professional-person {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.be-expert-professional-person:only-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 21px);
}

.be-expert-professional-person + .be-expert-professional-person {
    padding-left: 42px;
    border-left: 1px solid #ecebf0;
}

.be-expert-professional-person h2 {
    margin: 0 0 2px;
    color: #171842;
    font-size: 15px;
    font-weight: 600;
}

.be-expert-professional-person .be-expert-field {
    display: grid;
    gap: 6px;
}

.be-expert-loans-table {
    overflow-x: auto;
    border: 1px solid #e3e3e8;
    background: #fff;
}

.be-expert-loans-table table {
    width: 100%;
    min-width: 770px;
    border-collapse: collapse;
    table-layout: fixed;
}

.be-expert-loans-table th,
.be-expert-loans-table td {
    padding: 10px 12px;
    border-right: 1px solid #e8e9eb;
    text-align: left;
}

.be-expert-loans-table th:last-child,
.be-expert-loans-table td:last-child {
    border-right: 0;
}

.be-expert-loans-table thead th {
    background: #c8cece;
    color: #171842;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.be-expert-loans-table thead th:first-child {
    background: #b8dfef;
}

.be-expert-loans-table tbody tr {
    border-bottom: 1px solid #f0f0f2;
}

.be-expert-loans-table tbody td:first-child {
    background: #effaff;
}

.be-expert-loans-table select,
.be-expert-loans-table input {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 9px 12px;
    border: 1px solid #e3e3e8;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(16, 19, 46, 0.08);
    color: #151745;
    font-family: 'Sofia Pro', 'SofiaPro', sans-serif;
    font-size: 16px;
}

.be-expert-loans-table select:focus,
.be-expert-loans-table input:focus {
    border-color: #e99a00;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(245, 164, 0, 0.18);
}

.be-expert-loan-amount {
    position: relative;
}

.be-expert-loan-amount input {
    padding-right: 68px;
}

.be-expert-loan-amount span {
    position: absolute;
    top: 50%;
    right: 12px;
    color: #8d8aa8;
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.be-expert-loans-table tfoot th {
    background: #46afe0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.be-expert-loans-table tfoot td {
    background: #fff;
    color: #171842;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.be-expert-panel--company {
    width: min(840px, calc(100% - 126px));
    min-height: 670px;
    padding: 42px 38px 88px;
}

.be-expert-panel--company .be-expert-voice-control {
    top: 26px;
    right: 34px;
}

.be-expert-panel--company .be-expert-form legend {
    margin-bottom: 2rem;
    font-size: 28px;
}

.be-expert-company-section > h2 {
    margin: 0 0 14px;
    padding: 10px 18px;
    border-radius: 18px;
    background: #20216c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.be-expert-company-headcount {
    margin: 2rem 0;
}

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

.be-expert-company-column {
    display: grid;
    gap: 1.2rem;
    padding: 2rem 1rem;
    border-radius: 10px;
    background: #f1f1f4;
}

.be-expert-company-column h3 {
    margin: 0 0 1px;
    color: #373754;
    font-size: 16px;
    font-weight: 600;
}

.be-expert-company-column h3::before {
    content: '▽';
    margin-right: 7px;
    color: #40477c;
}

.be-expert-panel--company .be-expert-field {
    display: grid;
    gap: 4px;
}

.be-expert-panel--company .be-expert-field label {
    margin: 0;
    color: #59596c;
    font-size: 16px;
    font-weight: 400;
}

.be-expert-panel--company .be-expert-field input,
.be-expert-panel--company .be-expert-field select {
    width: 100%;
    height: 32px;
    font-size: 16px;
}

.be-expert-field--unit {
    position: relative;
}

.be-expert-field--unit input {
    padding-right: 58px !important;
}

.be-expert-field--unit > span {
    position: absolute;
    right: 10px;
    bottom: 9px;
    color: #76758a;
    font-size: 16px;
    pointer-events: none;
}

.be-expert-company-total {
    grid-template-columns: 1fr minmax(165px, 45%);
    align-items: end;
    gap: 14px;
    margin-top: 12px;
    padding: 2rem 1rem;
    border-radius: 8px;
    background: #ededef;
}

.be-expert-company-total label {
    padding-bottom: 6px;
}

.be-expert-company-total > span {
    bottom: 38px;
    right: 26px;
}

.be-expert-company-profiles {
    margin-top: 2rem;
}

.be-expert-company-profiles > h2 {
    margin: 0 0 1rem;
    color: #3d3d51;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.be-expert-company-profiles > h2::after {
    display: inline-grid;
    width: 13px;
    height: 13px;
    place-items: center;
    margin-left: 5px;
    border-radius: 50%;
    background: #f5a400;
    color: #fff;
    content: 'i';
    font-size: 9px;
    font-weight: 700;
}

.be-expert-home {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: start;
    padding-top: 46px;
}

.be-expert-home__heading {
    margin: 4px auto 52px;
    color: #171842;
    text-align: center;
}

.be-expert-home__heading p {
    margin: 0 0 12px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.1;
}

.be-expert-home__heading h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.be-expert-home__heading h1 span {
    color: #f5a400;
}

.be-expert-home__content {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(420px, 584px);
    gap: 24px;
    align-items: stretch;
    width: min(948px, calc(100% - 160px));
    margin: 0 auto;
}

.be-expert-home__image {
    display: block;
    width: 100%;
    height: 395px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 16px 28px rgba(18, 21, 53, 0.18);
}

.be-expert-home__actions {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 14px;
}

.be-expert-home-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
}

.be-expert-home-action--new {
    background: #f78d00;
}

.be-expert-home-action--existing {
    background: #394583;
}

.be-expert-home-action--new::before,
.be-expert-home-action--existing::before {
    position: absolute;
    inset: 14px auto auto 12%;
    width: 46%;
    height: 115%;
    border: 22px solid rgba(255, 255, 255, 0.2);
    border-radius: 46px 46px 0 0;
    content: '';
    transform: rotate(0.5deg);
}

.be-expert-home-action--existing::before {
    inset: 32px auto auto 8%;
    width: 52%;
    height: 100%;
    border-width: 20px;
    border-radius: 0;
}

.be-expert-home-action__label,
.be-expert-home-action__arrow {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    min-height: 46px;
    border: 2px solid currentColor;
    background: rgba(247, 141, 0, 0.32);
}

.be-expert-home-action__label {
    width: min(230px, 58%);
    padding: 0 14px 0 52px;
    border-right: 0;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    font-weight: 400;
}

.be-expert-home-action__arrow {
    width: 48px;
    place-content: center;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    font-size: 23px;
}

.be-expert-home-action--existing .be-expert-home-action__label,
.be-expert-home-action--existing .be-expert-home-action__arrow {
    background: rgba(57, 69, 131, 0.35);
}

.be-expert-home-action--new:hover,
.be-expert-home-action--new:focus-visible {
    background: #e48200;
}

.be-expert-home-action--new:focus-visible {
    outline: 3px solid #171842;
    outline-offset: 4px;
}

@media (max-width: 720px) {
    .be-expert-page {
        padding: 16px 16px 86px;
    }

    .be-expert-brand {
        top: 12px;
        left: 16px;
        width: 50px;
    }

    .be-expert-steps {
        width: calc(100% - 96px);
        margin: 0 0 32px auto;
        font-size: 16px;
    }

    .be-expert-steps--four {
        width: 100%;
        font-size: 16px;
    }

    .be-expert-steps--five {
        width: 100%;
    }

    .be-expert-panel {
        width: 100%;
        min-height: 0;
        padding: 36px 24px 25px;
        border-radius: 22px;
    }

    .be-expert-panel--loans {
        width: 100%;
        padding-bottom: 88px;
    }

    .be-expert-panel:has(.be-expert-assets-table) {
        width: 100%;
        padding-bottom: 88px;
    }

    .be-expert-assets-table th,
    .be-expert-assets-table td {
        padding: 8px 10px;
    }

    .be-expert-panel--professional {
        width: 100%;
        padding-bottom: 88px;
    }

    .be-expert-panel--company {
        width: 100%;
        min-height: 0;
        padding: 74px 20px 88px;
    }

    .be-expert-panel--company .be-expert-voice-control {
        top: 22px;
        right: 24px;
    }

    .be-expert-panel--company .be-expert-form legend {
        font-size: 25px;
        line-height: 1.1;
    }

    .be-expert-company-columns {
        grid-template-columns: 1fr;
    }

    .be-expert-company-total {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .be-expert-company-total > span {
        bottom: 9px;
        right: 10px;
    }

    .be-expert-home {
        display: block;
        padding-top: 72px;
    }

    .be-expert-home__heading {
        margin-bottom: 32px;
    }

    .be-expert-home__heading p {
        font-size: 21px;
    }

    .be-expert-home__heading h1 {
        font-size: 40px;
    }

    .be-expert-home__content {
        grid-template-columns: 1fr;
        gap: 16px;
        width: min(400px, 100%);
    }

    .be-expert-home__image {
        height: 285px;
        border-radius: 18px;
    }

    .be-expert-home__actions {
        grid-template-rows: repeat(2, 142px);
        gap: 12px;
    }

    .be-expert-home-action {
        border-radius: 18px;
    }

    .be-expert-professional-fields {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .be-expert-professional-person:only-child {
        max-width: none;
    }

    .be-expert-professional-person + .be-expert-professional-person {
        padding-top: 26px;
        padding-left: 0;
        border-top: 1px solid #ecebf0;
        border-left: 0;
    }

    .be-expert-loans-table th,
    .be-expert-loans-table td {
        padding: 10px;
    }

    .be-expert-voice-control {
        position: static;
        justify-items: start;
        margin: -16px 0 24px;
    }

    .be-expert-voice-status {
        max-width: none;
        text-align: left;
    }

    .be-expert-form legend {
        margin-bottom: 22px;
        font-size: 23px;
    }

    .be-expert-fields {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .be-expert-field--civility,
    .be-expert-field--full,
    .be-expert-field--children {
        grid-column: 1 / -1;
    }

    .be-expert-required {
        margin-top: 34px;
    }

    .be-expert-page::before {
        inset: 68% 0 0;
    }

    .be-expert-nav-button {
        bottom: 20px;
    }

    .be-expert-nav-button--previous {
        left: -10px;
    }

    .be-expert-nav-button--next {
        right: -10px;
    }

    .be-expert-feedback {
        bottom: 78px;
        width: calc(100% - 32px);
    }
}