.profile-outer-container{padding:var(--f-brand-space-none)}
.profile-outer-container p{margin-bottom:var(--f-brand-space-none)}
.profile-container{margin:var(--f-brand-space-lg) var(--f-brand-space-md) var(--f-brand-space-6xl)}
.profile-inner-container{padding:var(--f-brand-space-none) var(--f-brand-space-md) var(--f-brand-space-6xl);background:var(--f-brand-color-background-light)}
.profile-outer-container .title{font:var(--f-brand-type-title-1);color:var(--f-brand-color-text-default);margin-bottom:var(--f-brand-space-lg)}
.profile-inner-container .description{font:var(--f-brand-type-body);color:var(--f-brand-color-text-muted);margin-bottom:var(--f-brand-space-lg)}
.error .mandatory-consent-text p{margin-bottom:var(--f-brand-space-2xs)}
.fnf-status-container .title{margin-bottom:var(--f-brand-space-md)}
.fnf-status-container .description,.fnf-status-container .description p{margin-bottom:var(--f-brand-space-none)}
.fnf-status-container .description a{font:var(--f-brand-type-link);text-decoration:underline;color:var(--f-brand-color-text-default)}
.profile-spinner-container{position:absolute;margin:0 auto;max-width:100%;height:100vh;background:rgba(255,255,255,0.85);z-index:1}
.profile-spinner-container .spinner-overlay{background:var(--f-brand-color-background-light);z-index:10;margin:0 auto}
.profile-spinner-container .loading-content{position:absolute;left:50%;margin-left:-48px;top:40%;width:50px;height:50px}
.profile-spinner-container .loader{margin:0 auto;height:76px;width:76px;animation:rotate .8s infinite linear;border:2px solid var(--f-brand-color-border-primary);border-right-color:#ceb4c0;border-radius:50%;position:relative;background:var(--f-brand-color-background-light)}
.profile-spinner-container .content{position:relative;margin-top:-75px;margin-left:5px;width:70px;height:70px}
.profile-spinner-container .oryx{position:absolute;top:9px;left:10px}
@keyframes rotate{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.profile-btn-link{font:var(--f-brand-type-link);text-decoration:underline;color:var(--f-brand-color-text-default);padding:var(--f-brand-space-none);border:var(--f-brand-border-size-none);background:transparent}
.btn-disabled{pointer-events:none}
.mandatory-consent-text p{font:var(--f-brand-type-body)}
.mandatory-consent-text a{font:var(--f-brand-type-link);text-decoration:underline;color:var(--f-brand-color-text-default)}
.profile-outer-container .qr-notification-block{background:var(--f-brand-color-background-light)}
@media all and (min-width:768px){.profile-inner-container{background:var(--f-brand-color-background-default);width:840px;margin:var(--f-brand-space-none) auto}
.fnf-inner-whitebg{background:var(--f-brand-color-background-light);padding:var(--f-brand-space-xl);border-radius:var(--f-brand-border-radius-outer)}
}
.fnf-signup-success-container.profile-inner-container,.fnf-status-container.profile-inner-container{padding-top:var(--f-base-space-12)}
.fnf-signup-success-container .cr-success-image{margin-bottom:var(--f-brand-space-lg)}
.fnf-signup-success-container .title{margin-bottom:var(--f-brand-space-md)}
.fnf-signup-success-container .description{margin-bottom:var(--f-brand-space-none)}