.text-input-field-component{position:relative}.text-input-field-component__label{padding-left:var(--space-8);font-size:var(--typography-text-caption);margin-bottom:var(--space-8)}@media screen and (min-width: 1024px){.text-input-field-component__label{position:absolute;top:var(--space-12);left:var(--space-16);padding:0;margin-bottom:0}}.text-input-field-component__input{background-color:var(--color-white)}.text-input-field-component__error{display:block;margin-top:var(--space-2);padding-left:var(--space-8);height:1.5rem;color:var(--color-error);font-size:var(--typography-text-caption)}.phone-input-field-component-select{display:flex;position:absolute;top:20px;left:0;flex-direction:column;justify-content:center;border-right:var(--form-border);border-radius:var(--form-border-radius) 0 0 var(--form-border-radius);height:42px}@media screen and (min-width: 1024px){.phone-input-field-component-select{top:0;height:54px}}.phone-input-field-component-select__button{display:flex;position:relative;flex-direction:row;align-items:center;border-radius:var(--form-border-radius) 0 0 var(--form-border-radius)}.phone-input-field-component-select__button:active{outline:none;box-shadow:none}.phone-input-field-component-select__button-chevron{margin:var(--space-14);width:24px;height:24px}.phone-input-field-component-select__button-flag{margin-right:var(--space-4);margin-left:var(--space-16);border-radius:4px;width:32px;height:24px}@media screen and (min-width: 1024px){.phone-input-field-component-select__button-flag{margin-right:var(--space-10);width:43px;height:32px}}.phone-input-field-component-select__dropdown{display:flex;position:absolute;top:100%;left:0;flex-direction:column;z-index:200;margin-top:4px;box-shadow:var(--box-shadow-primary);border:var(--form-border);border-radius:var(--form-border-radius);background:var(--color-white);width:200px}.phone-input-field-component-select__dropdown-option{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:16px}.phone-input-field-component-select__dropdown-option span{display:flex;flex-direction:row;align-items:center;gap:var(--space-8)}.phone-input-field-component-select__dropdown-option:hover,.phone-input-field-component-select__dropdown-option[data-highlighted=true]{background-color:var(--color-warm-gray-superlight)}.phone-input-field-component-select__dropdown-option:first-child{border-top-right-radius:var(--form-border-radius);border-top-left-radius:var(--form-border-radius)}.phone-input-field-component-select__dropdown-option:last-child{border-bottom-right-radius:var(--form-border-radius);border-bottom-left-radius:var(--form-border-radius)}.phone-input-field-component-select__dropdown-option-flag{border-radius:4px;width:21px;height:14px}.phone-input-field-component{position:relative}.phone-input-field-component__label{left:166px;padding-left:var(--space-8);font-size:var(--typography-text-caption);margin-bottom:var(--space-8)}@media screen and (min-width: 1024px){.phone-input-field-component__label{position:absolute;top:var(--space-12);padding-left:0;margin-bottom:0}}.phone-input-field-component__input{padding-left:150px!important}@media screen and (min-width: 1024px){.phone-input-field-component__input{padding-left:166px!important}}.phone-input-field-component__error{display:block;margin-top:var(--space-2);height:1.5rem;color:var(--color-error);font-size:var(--typography-text-caption)}.checkbox-component-card{display:flex;position:relative;flex-direction:row;justify-content:space-between;gap:var(--space-10);cursor:pointer;border:1px solid var(--color-gray-dark);border-radius:var(--box-card-border-radius);padding:var(--space-16)}.checkbox-component-card[data-checked=true]{outline:1px solid var(--color-gray-superdark);border:1px solid var(--color-gray-superdark)}.checkbox-component-card.disabled,.checkbox-component-card[disabled],.checkbox-component-card[data-disabled=true]{cursor:not-allowed}.checkbox-component-card:has(.checkbox-card__input:focus-visible){outline:3px solid var(--color-gray-superdark)}.checkbox-component-card:focus-within{outline:3px solid var(--color-gray-superdark)}.checkbox-component-card__disabled{position:absolute;top:0;left:0;opacity:.8;z-index:10;border-radius:16px;background-color:var(--color-warm-gray-ultralight);width:100%;height:100%}.checkbox-component-card__wrapper{display:flex;flex-direction:column}.checkbox-component-card__input-wrapper{display:flex;position:relative;flex-direction:row}.checkbox-component-card__input{position:absolute;opacity:0;margin:0;top:0;right:0;bottom:0;left:0;pointer-events:auto}.checkbox-component-card__label-text{margin-top:var(--space-2);margin-left:var(--space-12);font-weight:400;font-size:var(--typography-text-large)}.checkbox-component-card__box{position:relative;flex-shrink:0;transition:all .5s ease;margin-top:var(--space-2);border:.2rem solid var(--color-black);border-radius:.3rem;background-color:transparent;width:1.8rem;height:1.8rem}.checkbox-component-card__box-check{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4rem;height:1.4rem;color:#fff}.checkbox-component-card__input:checked+.checkbox-component-card__box{background-color:var(--color-black)}.checkbox-component-card__input:checked+.checkbox-component-card__box .checkbox-component-card__box-check{display:block}.checkbox-component-card__description{display:block;padding-left:var(--space-32);font-size:var(--typography-text-small);line-height:2.32rem}.input-loading-component{margin-bottom:var(--space-15);height:var(--form-input-height);animation:pulse 1s infinite ease-in-out;border-radius:var(--form-border-radius)}@media screen and (min-width: 768px){.input-loading-component{height:52px}}.alert-dialog{position:fixed;z-index:var(--zindex-flyout);margin-right:var(--space-8);inset:auto 8px 0 8px;border-top-right-radius:var(--box-border-radius);border-top-left-radius:var(--box-border-radius);padding:var(--space-16) var(--space-16) var(--space-72) var(--space-16);width:calc(100vw - 16px);max-width:none}@media screen and (min-width: 768px){.alert-dialog{margin:auto;top:0;right:0;bottom:0;left:0;border-radius:var(--box-border-radius);padding:var(--space-24) var(--space-24) var(--space-32) var(--space-24);width:auto;width:-webkit-fit-content;width:fit-content;max-width:90vw}}.alert-dialog::backdrop{background-color:var(--color-black-overlay)}.alert-dialog__header{display:flex;flex-direction:row;align-items:center;margin-bottom:var(--space-8)}.alert-dialog__heading{margin:0}.alert-dialog__close-button{display:flex;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;width:4.2rem;height:4.2rem}[data-background=black]{background-color:var(--color-black)}[data-background=yellow]{background-color:var(--color-brand-primary)}[data-background=white]{background-color:var(--color-white)}[data-background=light-gray]{background-color:var(--color-warm-gray-superlight)}@keyframes pulse{0%{background-color:#a5a5a51a}50%{background-color:#a5a5a566}to{background-color:#a5a5a51a}}.application-exit-dialog__body{display:flex;flex-direction:column;align-items:center}.application-exit-dialog__description,.application-exit-dialog__cta-button{margin-bottom:var(--space-32)}
