:root{--protech-color-brand: var(--brand, #3fa9f5);--protech-color-brand-dark: var(--brand-d-1, #3784c2);--protech-color-brand-light: var(--brand-l-4, #e3f0fd);--protech-color-dark: var(--brand-dark, #283a5b);--protech-color-dark-soft: #3a4d6e;--protech-color-dark-muted: var(--brand-dark-l-1, #566179);--protech-color-dark-subtle: var(--brand-dark-l-2, #949dad);--protech-color-light: var(--bg-surface, #ffffff);--protech-color-light-alt: var(--brand-l-4, #e9ebf0);--protech-color-border: var(--border-primary, rgba(0, 0, 0, .1));--protech-color-input-border: var(--border-primary, rgba(0, 0, 0, .15));--protech-color-input-glass: var(--brand-5, rgba(58, 160, 238, .05));--protech-border-width: 1px;--protech-font-size-small: var(--text-s, .875rem);--protech-font-size-main: var(--text-m, 1rem);--protech-font-size-large: var(--text-l, 1.125rem);--protech-font-size-display: var(--text-2xl, 2rem);--protech-font-size-badge: var(--text-xs, .75rem);--protech-font-size-help: .8125rem;--protech-space-xs: var(--space-2xs, .5rem);--protech-space-sm: var(--space-xs, .75rem);--protech-space-md: var(--space-s, 1rem);--protech-space-lg: var(--space-m, 1.5rem);--protech-space-xl: var(--space-l, 2rem);--protech-radius-sm: var(--radius-xs, .25rem);--protech-radius-md: var(--radius-s, .5rem);--protech-radius-badge: var(--radius-full, 999rem);--protech-form-error-color: var(--error, #dc2626);--protech-form-error-bg: var(--error-10, #fef2f2);--protech-form-success-color: var(--success, #16a34a);--protech-form-success-bg: var(--success-10, #f0fdf4);--protech-form-success-border: var(--success-30, #bbf7d0);--protech-color-warning-bg: #fef3c7;--protech-color-warning-border: #fcd34d;--protech-color-warning-color: #92400e;--protech-color-hero-bg: linear-gradient(90deg, #141e30, #283a5b);--protech-content-max-width: 70rem;--protech-content-heading-spacing: .85rem;--protech-content-paragraph-spacing: 3rem;--protech-content-apply-spacing: 4rem;--protech-form-max-width: 640px;--protech-form-gap: var(--protech-space-lg);--protech-form-field-gap: var(--protech-space-xs);--protech-form-padding: var(--protech-space-lg);--protech-form-bg: var(--protech-color-light);--protech-form-border-color: var(--protech-color-border);--protech-form-border-radius: var(--protech-radius-md);--protech-form-neutral: #e9ebf0;--protech-form-card-bg: var(--protech-form-neutral);--protech-form-card-radius: var(--radius-l, 1rem);--protech-form-card-padding: var(--protech-space-xl);--protech-registration-step-border: 1.5px solid var(--border-primary, #d3d8e1);--protech-registration-step-padding: 3rem;--protech-form-title-size: 2rem;--protech-form-label-color: var(--protech-color-dark);--protech-form-label-size: 1rem;--protech-form-label-weight: 400;--protech-form-label-tracking: .016em;--protech-form-input-bg: var(--protech-color-light);--protech-form-input-color: var(--protech-color-dark);--protech-form-input-padding: .45rem 1rem;--protech-form-input-border-color: color-mix(in srgb, var(--protech-color-dark) 20%, transparent);--protech-form-input-border: 1.5px solid var(--protech-form-input-border-color);--protech-form-input-radius: var(--protech-radius-md);--protech-form-input-font-size: 1rem;--protech-form-input-placeholder: var(--protech-color-dark-subtle);--protech-form-button-bg: var(--protech-color-brand);--protech-form-button-hover-bg: var(--protech-color-brand-dark);--protech-form-button-color: #ffffff;--protech-form-button-padding: var(--btn-space, .875rem 2rem);--protech-form-button-radius: var(--radius-button, var(--protech-radius-md));--protech-form-button-font-size: 1.125rem;--protech-form-button-weight: 500;--protech-form-success-text: #49689f;--protech-form-progress-bg: var(--protech-form-neutral);--protech-form-progress-fill: var(--protech-color-brand);--protech-form-progress-height: 6px;--protech-form-progress-radius: var(--protech-radius-badge);--protech-stepper-size: 40px;--protech-stepper-on-bg: var(--protech-color-brand);--protech-stepper-on-color: #ffffff;--protech-stepper-off-bg: var(--protech-color-light);--protech-stepper-off-color: var(--protech-color-dark-subtle);--protech-stepper-line: var(--border-primary, #d3d8e1);--protech-stepper-line-on: var(--protech-color-brand);--protech-stepper-label-on: var(--protech-color-dark);--protech-stepper-label-off: var(--protech-color-dark-subtle)}.protech-registration{max-width:65rem;margin-inline:auto;box-sizing:border-box}.protech-registration__steps{display:flex;list-style:none;margin:0 0 var(--protech-space-xl);padding:0}.protech-registration__steps-item{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--protech-space-xs);text-align:center}.protech-registration__steps-item:before,.protech-registration__steps-item:after{content:"";position:absolute;top:calc(var(--protech-stepper-size) / 2);height:2px;width:50%;background:var(--protech-stepper-line);z-index:0}.protech-registration__steps-item:before{left:0}.protech-registration__steps-item:after{right:0}.protech-registration__steps-item:first-child:before,.protech-registration__steps-item:last-child:after{display:none}.protech-registration__steps-item--complete:before,.protech-registration__steps-item--complete:after,.protech-registration__steps-item--active:before{background:var(--protech-stepper-line-on)}.protech-registration__steps-circle{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:var(--protech-stepper-size);height:var(--protech-stepper-size);border-radius:50%;background:var(--protech-stepper-off-bg);border:1.5px solid var(--protech-stepper-line);color:var(--protech-stepper-off-color);font-weight:700;font-size:var(--protech-font-size-main)}.protech-registration__steps-label{font-size:var(--protech-font-size-small);color:var(--protech-stepper-label-off)}.protech-registration__steps-item--active .protech-registration__steps-circle,.protech-registration__steps-item--complete .protech-registration__steps-circle{background:var(--protech-stepper-on-bg);border-color:var(--protech-stepper-on-bg);color:var(--protech-stepper-on-color)}.protech-registration__steps-item--active .protech-registration__steps-label{color:var(--protech-stepper-label-on);font-weight:500}.protech-registration__mobile-progress{display:none;margin-bottom:var(--protech-space-xl)}.protech-registration__mobile-progress-text{display:block;font-size:var(--protech-font-size-small);font-weight:600;color:var(--protech-color-dark);margin-bottom:var(--protech-space-xs)}.protech-registration__mobile-progress-bar{width:100%;height:var(--protech-form-progress-height);background:var(--protech-form-progress-bg);border-radius:var(--protech-form-progress-radius);overflow:hidden}.protech-registration__mobile-progress-fill{height:100%;background:var(--protech-form-progress-fill);border-radius:var(--protech-form-progress-radius);transition:width .3s ease}.protech-registration__step{display:none;background:var(--protech-color-light);border:var(--protech-registration-step-border);border-radius:var(--protech-form-card-radius);padding:var(--protech-registration-step-padding)}.protech-registration__step--active,.protech-no-js .protech-registration__step{display:block}.protech-no-js .protech-registration__step+.protech-registration__step{margin-top:var(--protech-space-lg)}.protech-no-js .protech-registration__progress,.protech-no-js .protech-registration__btn--back,.protech-no-js .protech-registration__btn--next{display:none}.protech-registration__step-title{font-size:var(--protech-form-title-size);font-weight:700;color:var(--protech-color-dark);line-height:1.2;margin:0 0 var(--protech-space-xs);overflow-wrap:break-word}.protech-registration__step-subtitle{margin:0 0 var(--protech-space-lg);font-size:var(--protech-font-size-main);color:var(--protech-color-dark-muted)}.protech-registration__row{display:flex;gap:var(--protech-form-gap);margin-bottom:var(--protech-form-gap)}.protech-registration__row--three{flex-wrap:wrap}.protech-registration__row--three .protech-registration__field{flex:1 1 30%;min-width:120px}.protech-registration__field{display:flex;flex-direction:column;margin-bottom:var(--protech-form-gap)}.protech-registration__row .protech-registration__field{flex:1;margin-bottom:0}.protech-registration__label{display:block;margin-bottom:.25rem;font-size:var(--protech-form-label-size);font-weight:600;color:var(--protech-form-label-color)}.protech-registration__required{color:var(--protech-form-error-color);margin-left:.125rem}.protech-registration__optional{margin-left:.25rem;font-weight:400;color:var(--protech-color-dark-subtle)}.protech-registration__input,.protech-registration__textarea,.protech-registration__select,.protech-registration__file{width:100%;padding:var(--protech-form-input-padding);border:var(--protech-form-input-border);border-radius:var(--protech-form-input-radius);font-size:var(--protech-form-input-font-size);font-family:inherit;box-sizing:border-box}.protech-registration__textarea{min-height:100px;resize:vertical}.protech-registration__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23566179' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px 8px;padding-right:2.5rem}.protech-registration__select::-ms-expand{display:none}.protech-registration__file{display:flex;align-items:center;gap:var(--protech-form-field-gap);color:var(--protech-form-input-placeholder);line-height:1.5;cursor:pointer}.protech-registration__file::file-selector-button{padding:.25rem .75rem;margin-right:var(--protech-form-field-gap);background:var(--protech-form-neutral);color:var(--protech-color-dark-soft);border:none;border-radius:var(--protech-radius-md);font-family:inherit;font-size:var(--protech-form-input-font-size);line-height:1.5;cursor:pointer;transition:background-color .2s ease}.protech-registration__file::file-selector-button:hover{background:color-mix(in srgb,var(--protech-color-dark) 12%,var(--protech-form-neutral))}.protech-registration__input:focus,.protech-registration__textarea:focus,.protech-registration__select:focus,.protech-registration__file:focus{outline:2px solid var(--protech-form-button-bg);outline-offset:-1px;border-color:var(--protech-form-button-bg)}.protech-registration__field--error .protech-registration__input,.protech-registration__field--error .protech-registration__textarea,.protech-registration__field--error .protech-registration__select,.protech-registration__field--error .protech-registration__file{border-color:var(--protech-form-error-color);background-color:var(--protech-form-error-bg)}.protech-registration__consent-group--error .protech-registration__checkbox{outline:2px solid var(--protech-form-error-color);outline-offset:1px}.protech-registration__error{display:none;color:var(--protech-form-error-color);font-size:var(--protech-font-size-badge);margin-top:.25rem}.protech-registration__field--error .protech-registration__error,.protech-registration__consent-group--error .protech-registration__error{display:block}.protech-registration__file-info{display:block;font-size:var(--protech-font-size-help);font-weight:500;color:var(--protech-color-dark-muted);margin-top:.25rem}.protech-registration__char-count{font-size:var(--protech-font-size-badge);color:var(--protech-color-dark-subtle);text-align:right;margin-top:.25rem}.protech-registration__fieldset{border:1px solid var(--protech-form-border-color);border-radius:var(--protech-form-border-radius);padding:var(--protech-space-md);margin-bottom:var(--protech-form-gap)}.protech-registration__legend{font-size:var(--protech-form-label-size);font-weight:600;color:var(--protech-form-label-color);padding:0 .5rem}.protech-registration__checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem}.protech-registration__checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:var(--protech-form-label-size);color:var(--protech-form-label-color);line-height:1.4;cursor:pointer}.protech-registration__checkbox{flex-shrink:0}.protech-registration__no-options{font-size:var(--protech-font-size-small);color:var(--protech-color-dark-subtle);font-style:italic;margin:0}.protech-registration__consent-group{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:var(--protech-form-gap);flex-wrap:wrap}.protech-registration__consent-group .protech-registration__error{flex-basis:100%;margin-left:1.5rem}.protech-registration__consent-group .protech-registration__checkbox{width:1rem;height:1rem;margin-top:.2rem}.protech-registration__consent-group .protech-registration__checkbox-label{display:block;flex:1 1 0;min-width:0;line-height:1.4;cursor:pointer}.protech-registration__dropdown{position:relative}.protech-registration__dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--protech-space-sm);padding:var(--protech-form-input-padding);border:var(--protech-form-input-border);border-radius:var(--protech-form-input-radius);background:var(--protech-form-input-bg);color:var(--protech-form-input-placeholder);font-family:inherit;font-size:var(--protech-form-input-font-size);text-align:left;cursor:pointer}.protech-registration__dropdown--filled .protech-registration__dropdown-toggle{color:var(--protech-form-input-color)}.protech-registration__dropdown-toggle:focus-visible{outline:2px solid var(--protech-form-button-bg);outline-offset:-1px;border-color:var(--protech-form-button-bg)}.protech-registration__dropdown-summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protech-registration__dropdown-caret{flex-shrink:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;transition:transform .2s ease}.protech-registration__dropdown--open .protech-registration__dropdown-caret{transform:rotate(180deg)}.protech-registration__dropdown-panel{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow:hidden;display:flex;flex-direction:column;gap:var(--protech-space-xs);padding:var(--protech-space-xs);background:var(--protech-form-input-bg);border:var(--protech-form-input-border);border-radius:var(--protech-form-input-radius);box-shadow:0 8px 24px rgba(0,0,0,.12)}.protech-registration__dropdown-search{flex:0 0 auto;background:var(--protech-form-input-bg)}.protech-registration__dropdown-search-input{width:100%;padding:var(--protech-form-input-padding);border:var(--protech-form-input-border);border-radius:var(--protech-form-input-radius);font-size:var(--protech-form-input-font-size);font-family:inherit;box-sizing:border-box}.protech-registration__dropdown-options{display:flex;flex-direction:column;gap:var(--protech-space-xs);min-height:0;max-height:200px;overflow-y:auto}.protech-registration__dropdown-no-match{margin:0;padding:var(--protech-space-xs);color:var(--protech-color-dark-muted);font-size:var(--protech-form-input-font-size)}.protech-registration:not(.protech-no-js) .protech-registration__dropdown-panel{display:none}.protech-registration:not(.protech-no-js) .protech-registration__dropdown--open .protech-registration__dropdown-panel{display:flex}.protech-no-js .protech-registration__dropdown-toggle{display:none}.protech-no-js .protech-registration__dropdown-panel{position:static;max-height:none;overflow:visible;box-shadow:none}.protech-no-js .protech-registration__dropdown-options{max-height:none;overflow:visible}.protech-registration__btn--cta{margin-top:var(--protech-space-md);padding:var(--protech-space-sm) var(--protech-space-lg);background:var(--protech-form-button-bg);color:var(--protech-form-button-color);text-decoration:none}.protech-registration__btn--cta:hover{background:var(--protech-form-button-hover-bg)}.protech-registration__hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.protech-registration__nav{display:flex;justify-content:space-between;align-items:center;margin-top:var(--protech-space-lg);gap:var(--protech-form-gap)}.protech-registration__btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--protech-form-button-padding);border:none;border-radius:var(--protech-form-button-radius);font-size:var(--protech-form-button-font-size);font-weight:600;cursor:pointer;transition:background-color .2s ease}.protech-registration__btn--next,.protech-registration__btn--submit{background:var(--protech-form-button-bg);color:var(--protech-form-button-color);margin-left:auto}.protech-registration__btn--next:hover,.protech-registration__btn--submit:hover{background:var(--protech-form-button-hover-bg)}.protech-registration__btn--back{background:transparent;color:var(--protech-form-label-color);border:1px solid var(--protech-form-border-color)}.protech-registration__btn--back:hover{background:var(--protech-color-light-alt)}.protech-registration__btn:disabled{opacity:.6;cursor:not-allowed}.protech-registration__btn--submit--loading{pointer-events:none}.protech-registration__upload-progress{display:none;margin-bottom:var(--protech-form-gap)}.protech-registration__upload-progress--active{display:block}.protech-registration__upload-progress-bar{width:100%;height:var(--protech-form-progress-height);background:var(--protech-form-progress-bg);border-radius:var(--protech-form-progress-radius);overflow:hidden}.protech-registration__upload-progress-fill{height:100%;width:0;background:var(--protech-form-progress-fill);border-radius:var(--protech-form-progress-radius);transition:width .3s ease}.protech-registration__upload-progress-text{font-size:var(--protech-font-size-badge);color:var(--protech-color-dark-subtle);margin-top:.25rem;text-align:center}.protech-registration__success{display:none;text-align:center;padding:var(--protech-space-xl) var(--protech-space-lg)}.protech-registration__success--visible{display:block}.protech-registration__success-icon{display:inline-block;margin-bottom:var(--protech-space-md)}.protech-registration__success-icon svg{display:block}.protech-registration__success-title{font-size:3rem;font-weight:400;line-height:1.2;color:var(--protech-color-dark);margin:0 0 var(--protech-space-md)}.protech-registration__success p{max-width:42ch;margin:0 auto var(--protech-space-lg);color:var(--protech-color-dark-muted);font-size:var(--protech-font-size-main)}.protech-registration__server-error{display:none;padding:.75rem 1rem;background:var(--protech-form-error-bg);border:1px solid var(--protech-form-error-color);border-radius:var(--protech-form-border-radius);color:var(--protech-form-error-color);font-size:var(--protech-form-label-size);margin-bottom:var(--protech-form-gap)}.protech-registration__server-error--visible{display:block}.protech-registration__captcha{margin-bottom:var(--protech-form-gap)}@media(max-width:600px){.protech-registration__step{padding:var(--protech-space-lg)}.protech-registration__step-title{font-size:1.5rem}.protech-registration__success-title{font-size:2rem}.protech-registration__steps{display:none}.protech-registration__mobile-progress{display:block}.protech-registration__row,.protech-registration__row--three{flex-direction:column}.protech-registration__row .protech-registration__field{margin-bottom:var(--protech-form-gap)}.protech-registration__row .protech-registration__field:last-child{margin-bottom:0}.protech-registration__checkbox-grid{grid-template-columns:1fr}.protech-registration__nav{flex-direction:column-reverse}.protech-registration__btn{width:100%}.protech-registration__btn--next,.protech-registration__btn--submit{margin-left:0}}
