.theme--light.v-progress-linear{color:rgba(0,0,0,.87)}.theme--dark.v-progress-linear{color:#fff}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.6,1);width:100%}.v-progress-linear__buffer{height:inherit;left:0;position:absolute;top:0;transition:inherit;width:100%}.v-progress-linear--reverse .v-progress-linear__buffer{left:auto;right:0}.v-progress-linear__background{bottom:0;left:0;position:absolute;top:0;transition:inherit}.v-progress-linear--reverse .v-progress-linear__background{left:auto;right:0}.v-progress-linear__content{align-items:center;display:flex;height:100%;left:0;justify-content:center;position:absolute;top:0;width:100%}.v-progress-linear--reverse .v-progress-linear__content{left:auto;right:0}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit}.v-progress-linear--reverse .v-progress-linear__determinate{left:auto;right:0}.v-progress-linear .v-progress-linear__indeterminate .long,.v-progress-linear .v-progress-linear__indeterminate .short{animation-play-state:paused;background-color:inherit;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto;will-change:left,right}.v-progress-linear .v-progress-linear__indeterminate--active .long{animation-name:indeterminate-ltr;animation-duration:2.2s;animation-iteration-count:infinite}.v-progress-linear .v-progress-linear__indeterminate--active .short{animation-name:indeterminate-short-ltr;animation-duration:2.2s;animation-iteration-count:infinite}.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{animation-name:indeterminate-short-rtl}.v-progress-linear__stream{animation:stream-ltr .25s linear infinite;animation-play-state:paused;border-color:currentColor;border-top:4px dotted;bottom:0;left:auto;right:-8px;opacity:.3;pointer-events:none;position:absolute;top:calc(50% - 2px);transition:inherit}.v-progress-linear--reverse .v-progress-linear__stream{animation:stream-rtl .25s linear infinite;left:-8px;right:auto}.v-progress-linear__wrapper{overflow:hidden;position:relative;transition:inherit}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--reactive .v-progress-linear__content{pointer-events:none}.v-progress-linear--rounded{border-radius:4px}.v-progress-linear--striped .v-progress-linear__determinate{background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-size:40px 40px;background-repeat:repeat}.v-progress-linear--query .v-progress-linear__indeterminate--active .long{animation-name:query-ltr;animation-duration:2s;animation-iteration-count:infinite}.v-progress-linear--query .v-progress-linear__indeterminate--active .short{animation-name:query-short-ltr;animation-duration:2s;animation-iteration-count:infinite}.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{animation-name:query-rtl}.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{animation-name:query-short-rtl}.v-progress-linear--visible .v-progress-linear__indeterminate--active .long,.v-progress-linear--visible .v-progress-linear__indeterminate--active .short,.v-progress-linear--visible .v-progress-linear__stream{animation-play-state:running}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes query-ltr{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@keyframes query-rtl{0%{right:100%;left:-90%}60%{right:100%;left:-90%}to{right:-35%;left:100%}}@keyframes query-short-ltr{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@keyframes query-short-rtl{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}@keyframes stream-ltr{to{transform:translateX(-8px)}}@keyframes stream-rtl{to{transform:translateX(8px)}}.theme--light.v-card{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-card>.v-card__subtitle,.theme--light.v-card>.v-card__text{color:rgba(0,0,0,.6)}.theme--dark.v-card{background-color:#1e1e1e;color:#fff}.theme--dark.v-card>.v-card__subtitle,.theme--dark.v-card>.v-card__text{color:hsla(0,0%,100%,.7)}.v-sheet.v-card{border-radius:4px}.v-sheet.v-card:not(.v-sheet--outlined){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-sheet.v-card.v-sheet--shaped{border-radius:16px 4px}.v-card{border-width:thin;display:block;max-width:100%;outline:none;text-decoration:none;transition-property:box-shadow,opacity;overflow-wrap:break-word;position:relative;white-space:normal}.v-card>.v-card__progress+:not(.v-btn):not(.v-chip):not(.v-avatar),.v-card>:first-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-top-left-radius:inherit;border-top-right-radius:inherit}.v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-card__progress{top:0;left:0;right:0;overflow:hidden}.v-card__subtitle+.v-card__text{padding-top:0}.v-card__subtitle,.v-card__text{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:.0071428571em}.v-card__subtitle,.v-card__text,.v-card__title{padding:16px}.v-card__title{align-items:center;display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem;word-break:break-all}.v-card__title+.v-card__subtitle,.v-card__title+.v-card__text{padding-top:0}.v-card__title+.v-card__subtitle{margin-top:-16px}.v-card__text{width:100%}.v-card__actions{align-items:center;display:flex;padding:8px}.v-card__actions>.v-btn.v-btn{padding:0 8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn{margin-left:8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left{margin-left:4px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn{margin-right:8px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right{margin-left:4px}.v-card--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-sheet.v-card--hover{cursor:pointer;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1)}.v-sheet.v-card--hover:focus,.v-sheet.v-card--hover:hover{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-card--link,.v-card--link .v-chip{cursor:pointer}.v-card--link:focus:before{opacity:.08}.v-card--link:before{background:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__progress){opacity:.6;transition:inherit}.v-card--loading{overflow:hidden}.v-card--raised{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.theme--light.v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-divider{border-color:hsla(0,0%,100%,.12)}.v-divider{display:block;flex:1 1 0px;max-width:100%;height:0;max-height:0;border:solid;border-width:thin 0 0 0;transition:inherit}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px)}.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical){margin-left:72px}.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical){margin-right:72px}.v-divider--vertical{align-self:stretch;border:solid;border-width:0 thin 0 0;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0;width:0;vertical-align:text-bottom;margin:0 -1px}.v-divider--vertical.v-divider--inset{margin-top:8px;min-height:0;max-height:calc(100% - 16px)}.theme--light.v-subheader{color:rgba(0,0,0,.6)}.theme--dark.v-subheader{color:hsla(0,0%,100%,.7)}.v-subheader{align-items:center;display:flex;height:48px;font-size:.875rem;font-weight:400;padding:0 16px 0 16px}.v-subheader--inset{margin-left:56px}.v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.v-autocomplete input{align-self:center}.v-autocomplete.v-select.v-input--is-focused input{min-width:64px}.v-autocomplete:not(.v-input--is-focused).v-select--chips input{max-height:0;padding:0}.v-autocomplete--is-selecting-index input{opacity:0}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.v-autocomplete__content.v-menu__content,.v-autocomplete__content.v-menu__content .v-card{border-radius:0}.v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.v-input--checkbox.v-input--dense{margin-top:4px}.v-dialog{border-radius:4px;margin:24px;overflow-y:auto;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.25,1);width:100%;z-index:inherit;outline:none;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.v-dialog:not(.v-dialog--fullscreen){max-height:90%}.v-dialog>*{width:100%}.v-dialog>.v-card>.v-card__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;padding:16px 24px 10px}.v-dialog>.v-card>.v-card__subtitle,.v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.v-dialog>.v-card>.v-card__actions{padding:8px 16px}.v-dialog__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:.2s cubic-bezier(.25,.8,.25,1),z-index 1ms;width:100%;z-index:6}.v-dialog__container{display:none}.v-dialog__container--attached{display:inline}.v-dialog--animated{animation-duration:.15s;animation-name:animate-dialog;animation-timing-function:cubic-bezier(.25,.8,.25,1)}.v-dialog--fullscreen{border-radius:0;margin:0;height:100%;position:fixed;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-card{min-height:100%;min-width:100%;margin:0!important;padding:0!important}.v-dialog--scrollable,.v-dialog--scrollable>form{display:flex}.v-dialog--scrollable>.v-card,.v-dialog--scrollable>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-card>.v-card__actions,.v-dialog--scrollable>.v-card>.v-card__title,.v-dialog--scrollable>form>.v-card>.v-card__actions,.v-dialog--scrollable>form>.v-card>.v-card__title{flex:0 0 auto}.v-dialog--scrollable>.v-card>.v-card__text,.v-dialog--scrollable>form>.v-card>.v-card__text{backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}@keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.theme--light.v-overlay{color:rgba(0,0,0,.87)}.theme--dark.v-overlay{color:#fff}.v-overlay{align-items:center;border-radius:inherit;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;transition:.3s cubic-bezier(.25,.8,.5,1),z-index 1ms}.v-overlay__content{position:relative}.v-overlay__scrim{border-radius:inherit;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;transition:inherit;width:100%;will-change:opacity}.v-overlay--absolute{position:absolute}.v-overlay--active{pointer-events:auto}.dialog-content[data-v-8df71b92]{border-radius:16px}.dialog-content[data-v-8df71b92] .v-card{border-radius:16px!important}.programme-passport-container[data-v-159603f6]{background:linear-gradient(135deg,#f8fafc,#fff)}.programme-card[data-v-159603f6]{background:#fff!important;transition:all .3s ease!important}.profile-image-card[data-v-159603f6]{border-radius:12px!important;box-shadow:0 4px 12px rgba(0,0,0,.1)!important}.custom-select .v-input__slot[data-v-159603f6]{border-radius:12px!important;border:2px solid #e2e8f0!important;background:#fff!important;transition:all .3s ease!important}.custom-select .v-input__slot[data-v-159603f6]:hover{border-color:#cbd5e0!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.custom-select.v-input--is-focused .v-input__slot[data-v-159603f6]{border-color:#032b76!important;box-shadow:0 0 0 3px rgba(3,43,118,.1)!important}.custom-select input[data-v-159603f6]::placeholder{color:#a0aec0!important}.custom-checkbox .v-label[data-v-159603f6]{font-size:.9rem;color:#4a5568!important}.custom-checkbox .v-icon[data-v-159603f6]{color:#032b76!important}.custom-checkbox.v-input--is-focused .v-icon[data-v-159603f6]{color:#764ba2!important}.v-btn.gradient-btn[data-v-159603f6]{background:linear-gradient(135deg,#032b76,#764ba2)!important;color:#fff!important}.v-btn[data-v-159603f6]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.v-btn.error[data-v-159603f6]{background:linear-gradient(135deg,#e53e3e,#c53030)!important}.v-btn.info[data-v-159603f6]{background:linear-gradient(135deg,#00b7eb,#0987a0)!important}.v-btn.basic[data-v-159603f6]{background:linear-gradient(135deg,#4a5568,#2d3748)!important}.slide-up-enter-active[data-v-159603f6]{transition:all .5s ease}.slide-up-leave-active[data-v-159603f6]{transition:all .4s cubic-bezier(1,.5,.8,1)}.slide-up-enter[data-v-159603f6],.slide-up-leave-to[data-v-159603f6]{transform:translateY(30px);opacity:0}.expand-enter-active[data-v-159603f6],.expand-leave-active[data-v-159603f6]{transition:all .4s ease;overflow:hidden}.expand-enter[data-v-159603f6],.expand-leave-to[data-v-159603f6]{max-height:0;opacity:0;transform:scaleY(0)}.expand-enter-to[data-v-159603f6],.expand-leave[data-v-159603f6]{max-height:400px;opacity:1;transform:scaleY(1)}@media (max-width:960px){.programme-passport-container[data-v-159603f6]{padding:16px!important}.programme-card[data-v-159603f6]{margin:16px!important;padding:16px!important}}@media (max-width:600px){.text-h4[data-v-159603f6]{font-size:1.5rem!important}.profile-image-card[data-v-159603f6]{width:140px!important;height:140px!important}.custom-checkbox .v-label[data-v-159603f6]{font-size:.85rem!important}}.custom-input{.v-input__control{.v-input__slot{border-radius:12px!important;border:2px solid #e2e8f0!important;background:#fff!important;transition:all .3s ease!important;&:hover{border-color:#cbd5e0!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}&.v-input--is-focused{border-color:#667eea!important;box-shadow:0 0 0 3px rgba(102,126,234,.1)!important}}.v-text-field__details{padding-left:12px!important}input{padding:16px 12px!important;font-size:1rem!important;color:#2d3748!important;&::placeholder{color:#a0aec0!important}}}}.custom-select{.v-input__control{.v-input__slot{border-radius:12px!important;border:2px solid #e2e8f0!important;background:#fff!important;transition:all .3s ease!important;&:hover{border-color:#cbd5e0!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}&.v-input--is-focused{border-color:#667eea!important;box-shadow:0 0 0 3px rgba(102,126,234,.1)!important}}.v-select__selection{font-size:1rem!important;color:#2d3748!important}}}.custom-select-wrapper{position:relative}.select-item{padding:8px 0}.select-item-title{font-weight:500;color:#2d3748}.select-item-subtitle{font-size:.85rem;color:#718096}.button-group{margin-top:2rem}.submit-btn{border-radius:12px!important;padding:16px 32px!important;font-weight:600!important;font-size:1rem!important;text-transform:none!important;background:linear-gradient(135deg,#032b76,#764ba2)!important;border:none!important;box-shadow:0 4px 15px rgba(102,126,234,.3)!important;transition:all .3s ease!important;&:hover{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(102,126,234,.4)!important}&:active{transform:translateY(0)!important}&.v-btn--disabled{background:#e2e8f0!important;color:#a0aec0!important;box-shadow:none!important}}.form-content{overflow:hidden}.form-section{padding:0}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:1.8rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.section-header p{color:#718096;font-size:1rem}.input-group{margin-bottom:1.5rem}.input-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all .4s ease}.slide-fade-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-fade-enter,.slide-fade-leave-to{transform:translateX(-20px);opacity:0}.slide-up-enter-active{transition:all .5s ease}.slide-up-leave-active{transition:all .4s cubic-bezier(1,.5,.8,1)}.slide-up-enter,.slide-up-leave-to{transform:translateY(30px);opacity:0}.expand-enter-active,.expand-leave-active{transition:all .4s ease;overflow:hidden}.expand-enter,.expand-leave-to{max-height:0;opacity:0;transform:scaleY(0);transform-origin:top}.expand-enter-to,.expand-leave{max-height:200px;opacity:1;transform:scaleY(1)}.fade-in-enter-active{transition:all .6s ease}.fade-in-enter{opacity:0;transform:translateY(-10px)}.stagger-fade-enter-active{transition:all .5s ease}.stagger-fade-enter{opacity:0;transform:translateX(-30px)}.stagger-fade-move{transition:transform .5s}.stagger-fade-enter-active:first-child{transition-delay:.1s}.stagger-fade-enter-active:nth-child(2){transition-delay:.2s}.stagger-fade-enter-active:nth-child(3){transition-delay:.3s}.stagger-fade-enter-active:nth-child(4){transition-delay:.4s}.stagger-fade-enter-active:nth-child(5){transition-delay:.5s}.bounce-enter-active{animation:bounce-in .8s ease}.bounce-leave-active{animation:bounce-in .5s ease reverse}@keyframes bounce-in{0%{transform:scale(0) translateY(20px);opacity:0}50%{transform:scale(1.1) translateY(-5px);opacity:.8}to{transform:scale(1) translateY(0);opacity:1}}.v-btn{transition:all .3s ease!important}.v-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.v-select,.v-text-field{transition:all .3s ease}.v-select:hover,.v-text-field:hover{transform:translateY(-1px)}.v-stepper{background:transparent!important;box-shadow:none!important}.v-stepper__header{box-shadow:none!important;margin:0 -16px!important}.v-stepper__step--active{transform:scale(1.05)}.v-stepper__step--complete .v-stepper__label{color:#032b76!important;font-weight:600!important}.v-stepper__step--editable:hover{cursor:pointer;background:rgba(102,126,234,.1)!important;transform:translateY(-2px)}.v-stepper__label{font-size:.9rem!important;color:#4a5568!important}.v-stepper__step__step{background:#e2e8f0!important;color:#4a5568!important;font-weight:600!important;transition:all .3s ease!important}.v-stepper__step--active .v-stepper__step__step{background:linear-gradient(135deg,#032b76,#764ba2)!important;color:#fff!important}.v-stepper__step--complete .v-stepper__step__step{background:#032b76!important;color:#fff!important}.v-divider{border-color:#e2e8f0!important}