/* CSS RESET */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

html, body { height: 100%; }

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
    margin-block-end: 0;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4,
button, input, label {
    line-height: 1.1;
}

h1, h2,
h3, h4 {
    text-wrap: balance;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input, button,
textarea, select {
    font-family: inherit;
    font-size: inherit;
}

textarea:not([rows]) {
    min-height: 10em;
}

:target {
    scroll-margin-block: 5ex;
}

/* FONTS */
@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-Thin.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-Thin.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-ThinItalic.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-ThinItalic.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-Extralight.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-Extralight.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-ExtralightItalic.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-ExtralightItalic.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-ExtralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-Light.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-Light.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-LightItalic.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-LightItalic.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-Regular.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-Regular.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-RegularItalic.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-RegularItalic.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-Medium.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-Medium.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulberryWealth';
    src: url('/_assets/fonts/MulberryWealth-sans-MediumItalic.woff2') format('woff2'),
    url('/_assets/fonts/MulberryWealth-sans-MediumItalic.woff') format('woff'),
    url('/_assets/fonts/MulberryWealth-sans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* ROOT STYLES */

:root {

    --font-size: 16px;
    --font-family: 'MulberryWealth', sans-serif;

    --bg-main: #010920;
    --bg-form: #fff;

    --light-grey: #dcddde;
    --dark-grey: #848c98;
    --dark-grey-faded: #a0a1a1;

    --blue:#116AF8;
    --blue-hover: #307bf1;

    --form-padding-lr:4.375rem;
    --form-padding-tb:5rem;

}

html { font-size: var(--font-size); }
body { font-size: 1rem; font-family: var(--font-family); font-weight: 300;  letter-spacing: 0.45px; }

h2,p,input,textarea,select,button { font-family: var(--font-family); }

/* Default */

body {
        background-color: var(--bg-main);
        display: flex;
        flex-flow:row wrap;
        justify-content: space-between;
}

/* HEADER */

.completed header,
.complete header {
    background: url(https://pb-investment.com/static/img/parker-blackwood-advisers-cta-01.webp);
    background-size: cover;
    background-position: 70% 0%;
    position: relative;
    order:2;
}

.completed img.logo {
    height: 2rem;
    margin-bottom: 5rem;
}


.welcome header > * { position: relative; }

.welcome header h1 {
    font-family: "MulberryWealth",sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: auto;
    font-size: 3.438rem;
    line-height: 0.9;
    margin-bottom: 4.375rem;
}

.welcome header h2 {
    font-size: 1rem;
    color: #dcddde;
    line-height: 1.3;
    margin-top: 0;
    font-weight: 300;
}

header {
    color: #fff;
    flex-grow: 1;
    background-image: url(/_assets/img/welcome.webp);
    background-size: cover;
    background-position: 54% 0%;
    position: relative;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0;
    padding: 16.375rem 7.375rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}


header hgroup {
    position:sticky;
    top: 4rem;
}


header hgroup img {
    height: 2.5rem;
    margin-bottom: 5rem;
}

header button {
    background-color: var(--blue);
}

header button:hover {
    background-color: var(--blue-hover);
}

h1 {
    font-family: "MulberryWealth",Serif;
    font-weight: 300;
    margin-top: 0;
    font-size: 3.438rem;
    line-height: 0.9;
    margin-bottom: 4.375rem;
}


.form-title h3 {
    color: #052699;
}

header h2 {
    font-size: 1rem;
    color: var(--light-grey);
    line-height: 1.3;
    margin-top: 0;
}

body::before {

    content:'';
    position:fixed;
    width: 100%;
    min-height: 100%;
    height: auto;
    left: 0;
    top: 0;

    background: linear-gradient(202deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
    background-size: 400% 400%;

    -webkit-animation: anim_bg_01 30s ease infinite;
    -moz-animation: anim_bg_01 30s ease infinite;
    -o-animation: anim_bg_01 30s ease infinite;
    animation: anim_bg_01 30s ease infinite;
}

@-webkit-keyframes anim_bg_01 {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}
@-moz-keyframes anim_bg_01 {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}
@-o-keyframes anim_bg_01 {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}
@keyframes anim_bg_01 {
    0%{background-position:0% 75%}
    50%{background-position:100% 26%}
    100%{background-position:0% 75%}
}

/* MAIN */

main {
    position: relative;
    background-color: var(--bg-form);
    width: 55%;
    border-radius:0;
}

main .container {
    padding: 11.563rem 10.625rem;
}

main h3 {
    font-family: "MulberryWealth",Serif;
    font-size: 3rem;
    margin-top: 0;
    font-weight: 300;
}

.welcome main .container {
    padding: 0 0;
    min-height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    width: 70%;
    justify-content: space-between;
}

.welcome .container-form {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.welcome .multiple-forms-container .active {
    display: flex;
    flex-flow: column;
}

.welcome .multiple-forms-container form {
    display: flex;
    flex-flow: column;
    align-content: space-between;
    flex-grow: 1;
}
.welcome .multiple-forms-container .form {
    flex-grow: 1;
    display: flex;
    padding-top: 3rem;
}

.welcome .form-row.action-buttons {
    margin-bottom: 0;
    margin-top: auto;
}

.welcome main h3 {
    font-family: "MulberryWealth",Serif;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.form-title {
    border-bottom: 1px solid #FDF0EE;
    padding-bottom: 3rem;
}

.welcome .form-title p {
    margin-top: 0;
    line-height: 1.5;
    font-size: .85rem;
    margin-bottom: 0rem;
    font-weight: 300;
}

.welcome .multiple-forms-container {
    display: flex;
    flex-grow: 1;
}

.welcome img.logo {
    height: 2rem;
    margin-bottom: 5rem;
}

.welcome main {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 35%;
    border-radius: .5rem;
    position: absolute;
    right: 10rem;
    z-index: 2;
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-items: center;
    height: calc(100% - 4rem);
    box-sizing: border-box;
    top: 50%;
    overflow-y: auto;
    max-height: 55rem;
    transform: translateY(-50%);
}

.welcome .fields {
    margin-top: auto;
    margin-bottom: auto;
}

body.welcome {
    background: #122D3B;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.welcome header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient( 45deg, rgba(01, 07, 23, 1) 0%, rgba(05, 26, 99, 0.85) 50%, rgba(25, 134, 255, 0.1) 100%);
}

.welcome header > * {
    position: relative;

    z-index: 2;
}
.welcome header::after {
    content: '';
    background: linear-gradient(180deg, rgb(6 17 54) 0%, rgba(05, 26, 99, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    opacity: 1;
}

.welcome header img {
    height: 3.5rem;
    margin-bottom: 5rem;
}

.steps h1 {
    margin-bottom: 1rem;
}

body.steps header {
    width: 25%;
    padding:0;
    min-width: 27rem;
}

.fix {
    position: fixed;
    width: 25%;
    min-width: 27rem;
    max-width: 35rem;
    padding: 3.5rem 3.375rem;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.fix .form-row.action-buttons {
    margin-bottom: 0;
}

.steps header hgroup img {
    height: 3.5rem;
    margin-bottom: 7rem;
}

body.completed header .form-row.extra-buttons a {
    color: #fff;
}

body.completed header .form-row.extra-buttons {
    margin-top: auto;
}

body.steps main {
    width: 75% !important;
    border-radius: .5rem;
    flex-grow: 1;
    max-width: calc(100% - 35rem);
    position: fixed;
    right: 2rem;
    top: 2rem;
    height: calc(100% - 4rem);
    overflow-y: auto;
}

.steps header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient( 45deg, rgba(01, 07, 23, 1) 0%, rgba(05, 26, 99, 0.85) 50%, rgba(25, 134, 255, 0.1) 100%);
}


.steps header {
    background-image: unset !important;
}

body.steps main > .container {
    padding: 5rem 4.375rem;
}

.steps .multiple-forms-container>div.active {
    display:flex;
}
.steps .multiple-forms-container>div {
    flex-flow: row wrap;
    justify-content: space-between;
}

.hide {
    display: none;
}

.steps main h3 {
    font-size: 2.25rem;
    font-family: "MulberryWealth",Serif;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 2.25rem;
    color: #052699;
}

/* Thank you */

main.container.thank-you {
    width: 100% !important;
    position: initial;
    padding: 0rem 0 !important;
    display: flex;
    flex-flow: column;
}
.container.thank-you * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navy: #1a2332;
    --navy-light: #2d3748;
    --gold: #d4af37;
    --success: #10b981;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
}

/* Main Content */
.container.thank-you main {
    padding: 4rem 0;
    max-width: 1000px;
    margin: 0 auto;
}

/* Success Icon */
.container.thank-you .success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 3rem;
    animation: scaleIn 0.6s ease-out;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.container.thank-you .success-circle {
    fill: none;
    stroke: var(--success);
    stroke-width: 3;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    animation: drawCircle 1s ease-out forwards 0.2s;
}

@keyframes drawCircle {
    to {
        stroke-dashoffset: 0;
    }
}

.container.thank-you .success-check {
    fill: none;
    stroke: var(--success);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawCheck 0.8s ease-out forwards 0.6s;
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

/* Headings */
.container.thank-you .main-heading {
    text-align: center;
    margin-bottom: 3rem;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container.thank-you h1 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #052699;
    margin-bottom: 1rem;
}

.container.thank-you h2 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #052699;
    margin-bottom: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.container.thank-you h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.75rem;
}

.container.thank-you h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.75rem;
}

.container.thank-you .subtitle {
    font-size: 1rem;
    color: #475569;
    max-width: 42rem;
    margin: 0 auto;
    border-bottom: 1px solid #c9ced5;
    padding-bottom: 4rem;
    margin-top: 2rem;
}

/* Card */
.container.thank-you .card {
    background: white;
    border-radius: 0;
    padding: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c9ced5;
}

/* Timeline */
.container.thank-you .timeline-step {
    display: flex;
    gap: 1rem;
    position: relative;
    padding-bottom: 2rem;
}

.container.thank-you .timeline-step:not(.last)::after {
    content: '';
    position: absolute;
    left: 1rem;
    top: 2.5rem;
    bottom: 0;
    width: 2px;
    background: var(--gray-200);
}

.container.thank-you .timeline-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.container.thank-you .timeline-icon.completed {
    background: var(--success);
}

.container.thank-you .timeline-icon.active {
    background: var(--gold);
}

.container.thank-you .timeline-icon.pending {
    background: var(--gray-300);
}

.container.thank-you .timeline-content h3 {
    margin-bottom: 0.25rem;
}

.container.thank-you .timeline-content p {
    color: var(--gray-600);
}

/* Info Cards Grid */
.container.thank-you .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.container.thank-you .info-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.container.thank-you .info-card-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.container.thank-you .info-card h3 {
    margin-bottom: 0.5rem;
}

.container.thank-you .info-card p {
    color: var(--gray-600);
    font-size: 0.8rem;
}

/* Content Section */
.container.thank-you .content-section {
    margin-bottom: 1rem;
}

.container.thank-you .content-section p {
    color: var(--gray-600);
    margin-bottom: 1rem;
}

.container.thank-you .content-section strong {
    color: var(--navy);
}

/* Contact Section */
.container.thank-you .contact-section {
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.05) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 3rem;
    border: 1px solid var(--gray-200);
}

.container.thank-you .contact-content {
    display: flex;
    gap: 1rem;
}

.container.thank-you .contact-icon {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.container.thank-you .contact-link {
    color: var(--navy);
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.container.thank-you .contact-link:hover {
    text-decoration: underline;
}

/* CTA Section */
.container.thank-you .cta-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.container.thank-you .cta-section .btn {
    min-width: 200px;
}

/* Closing Message */
.container.thank-you .closing {
    text-align: center;
    padding-top: 2rem;
    margin-top: 3rem;
    border-top: 1px solid var(--gray-200);
    color: var(--gray-600);
    font-style: italic;
}

/* Footer */
.container.thank-you footer {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid var(--gray-200);
    margin-top: 4rem;
}

.container.thank-you .footer-content {
    padding: 2rem 0;
}

.container.thank-you .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.container.thank-you .footer-section p {
    color: var(--gray-600);
    font-size: 0.9rem;
}

.container.thank-you .footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid var(--gray-200);
    text-align: center;
    color: var(--gray-600);
    font-size: 0.8rem;
}

/* Icons */
.container.thank-you .icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.container.thank-you .icon-sm {
    width: 16px;
    height: 16px;
}

.container.thank-you .icon-white {
    stroke: white;
}


.card.top-border.content-section {
    border-bottom: unset;
    border-top: 1px solid #c9ced5;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

@media (max-width: 768px) {
    .container.thank-you h1 {
        font-size: 2rem;
    }

    .container.thank-you .info-grid {
        grid-template-columns: 1fr;
    }

    .container.thank-you .cta-section {
        flex-direction: column;
    }

    .container.thank-you .cta-section .btn {
        width: 100%;
    }
}