.pop-notification__close{background-color:transparent;border:none;color:inherit;display:inline-block;font:inherit;outline:none;padding:0}.pop-notification__close:focus{outline:none}.pop-notification__close:enabled{cursor:pointer}.pop-notification__close:disabled{cursor:not-allowed}.pop-notification{--xAppear:0;--yAppear:0;--yDisappear:0;--xConstant:0;align-items:center;background-color:#fff;border:2px solid var(--color-primary);border-radius:8px;box-shadow:0 0 44px -10px rgba(0,0,0,.76);display:flex;flex-direction:row;font-size:14px;font-size:.875rem;font-weight:500;justify-content:flex-start;line-height:18px;margin:0 auto;max-height:90%;min-height:64px;padding:12px 20px 12px 12px;position:fixed;width:320px;z-index:20}.pop-notification--error{background-color:#d14343;border:initial;color:#fff}.pop-notification--success{background-color:#007078;border:initial;color:#fff}.pop-notification--info{background-color:#a6a6a6;border:initial;color:#fff}.pop-notification__close{align-items:center;color:currentColor;cursor:pointer;display:flex;flex-direction:row;height:16px;justify-content:center;position:absolute;right:6px;top:6px;width:16px}.pop-notification__close svg{stroke-width:1.5px;stroke:currentColor;height:14px;width:14px}.pop-notification.top{--yDisappear:-150%;bottom:auto;top:20px}.pop-notification.bottom{--yDisappear:150%;bottom:20px;top:auto}.pop-notification.left{--xAppear:-100%;left:20px;right:auto}.pop-notification.right{--xAppear:100%;left:auto;right:20px}.pop-notification:not(.left):not(.right){--xConstant:-50%;--xAppear:-50%;left:50%}.pop-notification:not(.left):not(.right).top{--yAppear:-100%}.pop-notification:not(.left):not(.right).bottom{--yAppear:100%}.pop-notification-transition-appear{-webkit-transform:translate3d(var(--xAppear),var(--yAppear),0);transform:translate3d(var(--xAppear),var(--yAppear),0)}.pop-notification-transition-appear-active{transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.pop-notification-transition-appear-active,.pop-notification-transition-appear-done,.pop-notification-transition-exit{-webkit-transform:translate3d(var(--xConstant),0,0);transform:translate3d(var(--xConstant),0,0)}.pop-notification-transition-exit{opacity:1}.pop-notification-transition-exit-active{opacity:0;-webkit-transform:translate3d(var(--xConstant),var(--yDisappear),0);transform:translate3d(var(--xConstant),var(--yDisappear),0);transition-duration:.25s;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;transition-timing-function:ease-in-out}@media(max-width:767px){.pop-notification{left:10px;position:fixed;right:10px;top:20px;width:90%}}.error-404{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;width:100%}.auth h1{font-size:32px;font-size:2rem;font-weight:700;line-height:44px}.auth{flex:1 1}.auth article{align-items:center;display:flex;flex-direction:row;justify-content:center}.auth h1{color:#e75200}.auth .auth-form,.auth .information-section{max-width:100%}.auth .information-section{width:415px}.auth .auth-form{max-width:509px;width:100%}:root .s-input__error,:root .s-input__hint{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px;margin:10px 0 4px 4px}:root .s-input__error{color:#d14343}:root .s-input--error{border-color:#d14343;color:#d14343}:root .s-input--error:focus-within{border-color:#d14343}:root .s-input--error label{color:inherit}.s-anim-collapse{overflow:hidden}body{--color-primary-rgb:90,53,139;--color-primary:rgb(var(--color-primary-rgb));--color-secondary:#4a4a4a;--color-error:#db2828;--color-error-bg:#fff6f6;--border-color:#fff6f6;--color-text:#343f4b;--color-text-light:#fff;--color-datepicker-border:var(--color-primary);--color-datepicker-invalid:rgba(var(--color-primary-rgb),0.4);--color-datepicker-text-headings:var(--color-primary);--color-datepicker-text:var(--color-text);--color-datepicker-text-active:var(--color-text-light);--color-datepicker-text-secondary:rgba(var(--color-primary-rgb),0.6);--color-datepicker-background:rgba(var(--color-primary-rgb),0.1);--color-datepicker-active:var(--color-primary);--color-datepicker-hover:rgba(var(--color-primary-rgb),0.25);--font-size:16px;--line-height:19px;--ripple-size:420px;--border-radius:6px;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--datepicker-font-size:16;--datepicker-font-size-day:15px;--datepicker-font-size-heading:18px;--datepicker-line-height:20px;--datepicker-max-width:400px;--datepicker-border-radius:var(--border-radius);--datepicker-field-day-radius:var(--border-radius);--datepicker-field-radius:var(--border-radius);--control-active-box-shadow:0 0 3px 3px rgba(0,0,0,.15);--standard-box-shadow:0 0 3px 1px rgba(0,0,0,.15)}.ncoded-button{font-family:var(--font-family)}.ncoded-button:disabled{cursor:not-allowed;opacity:.5}.ncoded-button{align-items:center;border:none;border-radius:var(--border-radius);box-sizing:border-box;cursor:pointer;display:inline-flex;flex-direction:row;font-size:14px;font-size:.875rem;height:36px;justify-content:center;line-height:1;outline:none;padding:0}.ncoded-button--primary{--nd-button-color:#5a358b}.ncoded-button--secondary{--nd-button-color:#4a4a4a}.ncoded-button--row-reverse{align-items:center;display:inline-flex;flex-direction:row-reverse;justify-content:center}.ncoded-button--solid{background-color:var(--nd-button-color);color:#fff}.ncoded-button--outline{border:2px solid}.ncoded-button--link,.ncoded-button--outline{background-color:initial;color:var(--nd-button-color)}.ncoded-button--link:hover:not(:disabled){text-decoration:underline}.ncoded-button--link:active{color:#eb5757}.ncoded-button--icon{background-color:var(--nd-button-color);border-radius:50%;color:#fff;font-size:16px;height:36px;width:36px}.ncoded-button--icon>svg{margin:0}.ncoded-button--outline,.ncoded-button--solid{min-width:100px}.ncoded-button--icon:not(.ncoded-button--animate):active,.ncoded-button--outline:not(.ncoded-button--animate):active,.ncoded-button--solid:not(.ncoded-button--animate):active{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}.ncoded-button--animate{-webkit-transform:scaleX(1);transform:scaleX(1);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.ncoded-button--animate-active{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}.ncoded-button--rippled{overflow:hidden;position:relative}.ncoded-button img,.ncoded-button>svg{margin:0 4px}.no-animate{-webkit-animation:none!important;animation:none!important}.ncoded-input input{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height)}.ncoded-input--disabled{cursor:not-allowed;opacity:.5}.ncoded-input{align-items:center;border:1px solid #bdbdbd;border-radius:var(--border-radius);font-weight:400;outline:none}.ncoded-input input{box-sizing:border-box;color:currentColor;min-height:40px;outline:none;padding:10px}.ncoded-input--error{background-color:#fff6f6;border:1px solid;color:#db2828}.ncoded-input{--label-scale:0.75;display:grid;grid-template-columns:1fr}.ncoded-input:focus-within{box-shadow:var(--control-active-box-shadow)}.ncoded-input:not(.ncoded-input--error):focus-within{border-color:var(--color-primary)}.ncoded-input--inner{position:relative}.ncoded-input--inner input{padding-top:24px}.ncoded-input--inner>label{color:#828282;font-family:var(--font-family);left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:top left;transform-origin:top left;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ncoded-input input{width:100%}.ncoded-input input::-webkit-input-placeholder{color:currentColor;opacity:.5}.ncoded-input input::placeholder{color:currentColor;opacity:.5}.ncoded-input input:disabled{background-color:initial;cursor:inherit}.ncoded-input input:focus~label,.ncoded-input input:not([value=""])~label{-webkit-transform:translateY(-50%) translate3d(0,-10px,0) scale3d(var(--label-scale),var(--label-scale),1);transform:translateY(-50%) translate3d(0,-10px,0) scale3d(var(--label-scale),var(--label-scale),1)}.ncoded-input input:required~label:after{color:var(--required-color);content:" *"}.ncoded-input--has-prefix{grid-template-columns:auto 1fr;padding-left:10px}.ncoded-input--has-prefix>label{grid-column:2}.ncoded-input--has-suffix{grid-template-columns:1fr auto;padding-right:10px}.ncoded-input[class*=has-prefix][class*=has-suffix]{grid-template-columns:auto 1fr auto}.ncoded-input--error>input{background-color:#fff6f6}>p{color:#db2828;margin:0}.overlay{-webkit-animation:translude-bg .1s ease-in forwards;animation:translude-bg .1s ease-in forwards;bottom:0;left:0;position:fixed;right:0;top:0}.overlay,.overlay--full .overlay__content{height:100%;width:100%}.overlay--elevated{z-index:1}.overlay--white{--overlay-bg-color:hsla(0,0%,100%,.3)}.overlay--black{--overlay-bg-color:rgba(0,0,0,.3)}@-webkit-keyframes translude-bg{0%{background-color:initial}to{background-color:var(--overlay-bg-color)}}@keyframes translude-bg{0%{background-color:initial}to{background-color:var(--overlay-bg-color)}}.ncoded-textarea-container .ncoded-textarea,.ncoded-textarea-container .ncoded-textarea~p{font-family:var(--font-family)}.ncoded-textarea-container .ncoded-textarea{font-size:var(--font-size);line-height:var(--line-height)}.ncoded-textarea-container{--label-scale:0.75;align-items:stretch;align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.ncoded-textarea-container__wrapper{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.ncoded-textarea-container .ncoded-textarea{border:1px solid #bdbdbd;border-radius:var(--border-radius);max-width:100%;outline:none;padding:10px}.ncoded-textarea-container .ncoded-textarea:focus-within{box-shadow:var(--control-active-box-shadow)}.ncoded-textarea-container .ncoded-textarea:not(.ncoded-textarea-container .ncoded-textarea--error):focus-within{border:1px solid #4a4a4a}.ncoded-textarea-container .ncoded-textarea--error{background-color:#fff6f6;border:1px solid #db2828}.ncoded-textarea-container .ncoded-textarea--error::-webkit-input-placeholder{color:#db2828}.ncoded-textarea-container .ncoded-textarea--error,.ncoded-textarea-container .ncoded-textarea--error::placeholder{color:#db2828}.ncoded-textarea-container .ncoded-textarea--error::-webkit-input-placeholder{opacity:.5}.ncoded-textarea-container .ncoded-textarea--error::placeholder{opacity:.5}.ncoded-textarea-container .ncoded-textarea--resize{resize:none}.ncoded-textarea-container .ncoded-textarea:disabled,.ncoded-textarea-container .ncoded-textarea:disabled+p{cursor:not-allowed;opacity:.5}.ncoded-textarea-container .ncoded-textarea~p{align-self:flex-end;font-size:14px;font-weight:400;margin:6px 0 0;text-align:right}.ncoded-textarea-container--inner{position:relative}.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper{border:1px solid #bdbdbd;border-radius:var(--border-radius);cursor:text;margin-bottom:22px;padding-top:24px}.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper:focus-within{box-shadow:var(--control-active-box-shadow)}.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper:not(.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper--error):focus-within{border:1px solid #4a4a4a}.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper--error{background-color:#fff6f6;border:1px solid #db2828;color:#db2828}.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper>p{bottom:-24px;position:absolute}.ncoded-textarea-container--inner .ncoded-textarea{background-color:inherit;outline:none;padding:0 10px 10px}.ncoded-textarea-container--inner .ncoded-textarea:focus-within{box-shadow:none}.ncoded-textarea-container--inner .ncoded-textarea:focus~label,.ncoded-textarea-container--inner .ncoded-textarea:not(:empty)~label{-webkit-transform:translate3d(0,-10px,0) scale3d(var(--label-scale),var(--label-scale),1);transform:translate3d(0,-10px,0) scale3d(var(--label-scale),var(--label-scale),1)}.ncoded-textarea-container--inner .ncoded-textarea:not(.ncoded-textarea-container--inner .ncoded-textarea--error):focus-within{border:none}.ncoded-textarea-container--inner .ncoded-textarea~label{color:#828282;font-family:var(--font-family);left:10px;top:18px;-webkit-transform-origin:top left;transform-origin:top left;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.loader-container__text{font-family:var(--font-family)}.loader-container{align-items:center;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:999999}.loader-container__loader{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid #f2f3f7;border-radius:50%;border-top:3px solid var(--color-primary);box-sizing:border-box;height:36px;width:36px}.loader-container__text{color:inherit;font-weight:700;margin-top:12px}.loader-container--overlay{background-color:hsla(0,0%,100%,.3)}.loader-container--inline{position:relative;z-index:1}.loader-container--inline .loader-container__loader{border-width:8px;height:auto;width:auto}.loader-container--small .loader-container__loader{height:24px;width:24px}.loader-container--medium .loader-container__loader{height:36px;width:36px}.loader-container--big .loader-container__loader{height:48px;width:48px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ncoded-ripple>span{-webkit-animation:ncoded-ripple .6s ease-in-out;animation:ncoded-ripple .6s ease-in-out;background-color:#fff;border-radius:50%;height:5px;position:absolute;width:5px}@-webkit-keyframes ncoded-ripple{0%{opacity:.25;-webkit-transform:scaleX(1);transform:scaleX(1)}to{opacity:0;-webkit-transform:scale3d(84,84,1);transform:scale3d(84,84,1)}}@keyframes ncoded-ripple{0%{opacity:.25;-webkit-transform:scaleX(1);transform:scaleX(1)}to{opacity:0;-webkit-transform:scale3d(84,84,1);transform:scale3d(84,84,1)}}.radio-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start}.radio-button>:not(:first-child){margin-left:8px}.radio-button>input{opacity:0;position:absolute}.radio-button__checkmark{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:50%;height:16px;position:relative;width:16px}.radio-button__checkmark:before{background-color:#f3f4f6;border-radius:50%;content:"";display:none;height:5px;left:50%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:5px}.radio-button--checked .radio-button__checkmark{background-color:var(--color-primary);border-color:var(--color-primary)}.radio-button--checked .radio-button__checkmark:before{display:block}.dropdown,body{position:relative}.dropdown{display:inline-flex}.dropdown--programmatic .dropdown__overlay{pointer-events:none}.dropdown__trigger{position:relative}.dropdown__content{display:none;overscroll-behavior:none;z-index:5}.dropdown__content--open{background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:var(--border-radius);box-shadow:var(--standard-box-shadow);display:block;overflow:hidden;position:absolute;top:100%}.dropdown__content--upwards{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.dropdown__content--backwards{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.dropdown__content--upwards.dropdown__content--backwards{-webkit-transform:translateX(-100%) translateY(-100%);transform:translateX(-100%) translateY(-100%)}.ncoded-toggle{align-items:center;background-color:#e7e7e7;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;padding:2px;position:relative;transition:background .2s ease-in;width:64px}.ncoded-toggle>svg{margin:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);transition:opacity .2s ease-in-out}.ncoded-toggle>svg:first-of-type{left:4px;position:absolute;top:50%;z-index:1}.ncoded-toggle>svg:last-of-type{position:absolute;right:4px;top:50%;z-index:1}.ncoded-toggle__circle{align-items:center;background-color:#fff;border-radius:50%;display:flex;display:inline-block;flex-direction:row;height:30px;justify-content:center;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:30px}.ncoded-toggle__circle>svg{height:100%;width:100%}.ncoded-toggle--checked{background-color:#5a358b}.ncoded-toggle--checked>svg:first-of-type{color:#fff;opacity:.5}.ncoded-toggle--checked>svg:last-of-type,.ncoded-toggle:not(.ncoded-toggle--checked)>svg:first-of-type{color:#5a358b;opacity:1}.ncoded-toggle:not(.ncoded-toggle--checked)>svg:last-of-type{color:#5a358b;opacity:.5}.ncoded-toggle input[type=checkbox]:checked+.ncoded-toggle__circle{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ncoded-toggle input[type=checkbox]:not(:checked)+.ncoded-toggle__circle{-webkit-transform:translateZ(0);transform:translateZ(0)}.ncoded-toggle--disabled{cursor:not-allowed;opacity:.5}.ncoded-select__empty,.ncoded-select__selected{font-family:var(--font-family)}.ncoded-select__selected{border-radius:inherit;box-sizing:border-box;color:currentColor;font-size:var(--font-size);line-height:var(--line-height);min-height:40px;outline:none;padding:10px;width:100%}.ncoded-select--error .ncoded-select__selected{background-color:#fff6f6;border:1px solid;color:#db2828}.ncoded-select{--label-scale:0.75;align-items:center;border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between;outline:none;width:100%}.ncoded-select:focus-within .ncoded-input,.ncoded-select:focus-within .ncoded-select__selected{box-shadow:var(--control-active-box-shadow)}.ncoded-select--inner label{color:#828282;left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:top left;transform-origin:top left;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ncoded-select--inner .ncoded-select__selected{position:relative}.ncoded-select--inner .ncoded-select__content{min-height:var(--line-height);padding-top:14px}.ncoded-select--inner .ncoded-select__content:not(:empty)~label{-webkit-transform:translateY(-50%) translate3d(0,-10px,0) scale3d(var(--label-scale),var(--label-scale),1);transform:translateY(-50%) translate3d(0,-10px,0) scale3d(var(--label-scale),var(--label-scale),1)}.ncoded-select__content+*{margin-left:auto}.ncoded-select__multiple-selected{align-items:center;background-color:#cfcfcf;border-radius:.375rem;color:#666;display:inline-flex;font-family:var(--font-family);font-size:12px;font-size:.75rem;gap:.25rem;line-height:1;margin-right:8px;padding:4px 8px}.ncoded-select__multiple-selected>button{aspect-ratio:1;background-color:initial;background-color:currentColor;border:none;border-radius:50%;color:inherit;display:inline-block;font:inherit;font-size:0;outline:none;padding:0;position:relative;width:.75rem}.ncoded-select__multiple-selected>button:focus{outline:none}.ncoded-select__multiple-selected>button:enabled{cursor:pointer}.ncoded-select__multiple-selected>button:disabled{cursor:not-allowed}.ncoded-select__multiple-selected>button:after,.ncoded-select__multiple-selected>button:before{background-color:#cfcfcf;content:"";display:inline;height:1px;left:50%;position:absolute;top:50%;width:6px}.ncoded-select__multiple-selected>button:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.ncoded-select__multiple-selected>button:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.ncoded-select__multiple-suffix{align-items:center;display:inline-flex}.ncoded-select__selected{align-items:center;border:1px solid #bdbdbd;border-radius:var(--border-radius);display:flex;font-size:16px;font-size:1rem;line-height:20px}.ncoded-select__selected .dropdown-icon{color:#222;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.ncoded-select__placeholder>.ncoded-select__content{opacity:.5}.ncoded-select--error .ncoded-select__selected .dropdown-icon{color:currentColor}.ncoded-select__empty{padding:10px}.ncoded-select__empty>span{color:#484848;font-style:italic;font-weight:700}.ncoded-select--open .ncoded-select__selected .dropdown-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ncoded-select--open:not(.ncoded-select--error) .ncoded-select__selected,.ncoded-select:focus-within:not(.ncoded-select--error) .ncoded-input,.ncoded-select:focus-within:not(.ncoded-select--error) .ncoded-select__selected{border-color:var(--color-primary)}.ncoded-select--close .ncoded-input .dropdown-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ncoded-select--close .ncoded-input .dropdown-icon,.ncoded-select--open .ncoded-input .dropdown-icon{transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.ncoded-select--open .ncoded-input .dropdown-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ncoded-select__options{max-height:240px;overflow:auto;width:100%}.ncoded-select--open .dropdown__content{margin-top:-1px}.ncoded-select__option{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;font-family:var(--font-family);justify-content:flex-start;min-height:44px;padding:10px;width:100%}.ncoded-select__option>svg{margin-right:12px}.ncoded-select__option:focus{font-weight:700;outline:none}.ncoded-select__option:hover{background-color:var(--color-primary);color:#fff}.ncoded-select__option--selected{color:#5a358b;position:relative}.ncoded-select__option--selected:after{border-bottom:2px solid;border-right:2px solid;content:"";height:12px;margin-left:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:4px}.ncoded-select__option:last-child{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ncoded-select .dropdown .ncoded-input{padding:0 10px}.ncoded-select .dropdown .ncoded-input>svg{color:var(--color-primary)}.ncoded-select .dropdown .ncoded-input>input{padding:10px 0}.ncoded-select .dropdown__trigger{height:100%;width:100%}.ncoded-select .dropdown__content{border:1px solid #bdbdbd;box-sizing:border-box;margin-top:6px;padding:0;width:100%}.ncoded-select .dropdown__content--upwards{margin-top:-6px}.ncoded-checkbox{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:18px;justify-content:flex-start;-webkit-user-select:none;user-select:none}input:checked+.ncoded-checkbox__box{background-color:var(--color-primary)}.ncoded-checkbox:not(.ncoded-checkbox--with-icon) input:checked+.ncoded-checkbox__box{position:relative}.ncoded-checkbox:not(.ncoded-checkbox--with-icon) input:checked+.ncoded-checkbox__box:after{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:0;left:50%;padding-top:50%;position:absolute;top:45%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:20%}.ncoded-checkbox--disabled{opacity:.6;pointer-events:none}.ncoded-checkbox--error{color:#db2828}.ncoded-checkbox--error .ncoded-checkbox__box{border:1px solid #db2828}.ncoded-checkbox__box{align-items:center;border:1px solid #5a358b;border-radius:4px;display:flex;flex:0 0 auto;flex-direction:row;height:20px;justify-content:center;transition:background .15s ease-in-out;width:20px}.ncoded-checkbox__box+*{margin-left:10px}.ncoded-drag-item{position:relative}.ncoded-drag-item__button{align-items:center;background-color:#f0f3f8;border:0;border-radius:50%;display:flex;flex-direction:row;height:30px;justify-content:center;margin:0;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0);width:30px}.ncoded-drag-item__content{background-color:#e0e0e0;border-radius:var(--border-radius);font-family:Poppins;font-size:14px;font-size:.875rem;font-weight:500;left:50%;line-height:21px;margin-top:12px;padding:12px;position:absolute;top:50%;touch-action:none;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ncoded-range{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.ncoded-range .ncoded-drag-item{touch-action:none;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ncoded-range--single-slider .ncoded-range__track{background-color:#5a358b}.ncoded-range--single-slider .ncoded-range__track-range{background-color:#f0f3f8}.ncoded-range .active[class*=thumb]{z-index:1}.ncoded-range__min-thumb{height:30px;left:var(--minOffset);position:absolute;top:0;width:30px}.ncoded-range__max-thumb{height:30px;left:var(--maxOffset);position:absolute;top:0;width:30px}.ncoded-range__track{background-color:#f0f3f8;border-radius:20px;height:15px;width:100%}.ncoded-range__track-range{background-color:#5a358b;border-radius:20px;bottom:0;height:100%;left:0;left:var(--minOffset);position:absolute;right:0;top:0;width:var(--width)}.ncoded-range__max-value,.ncoded-range__min-value{align-items:center;display:flex;flex-direction:column;justify-content:center}.radio-group>:not(:first-child){margin-top:16px}.radio-group--as-row{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.radio-group--as-row>:not(:first-child){margin-left:24px;margin-top:0}.ncoded-tab{align-items:center;display:flex;flex-direction:row;justify-content:none}.ncoded-tab:last-of-type>span{display:none}.ncoded-tab__label{align-items:center;color:#bdbdbd;cursor:pointer;display:flex;display:inline-block;flex-direction:column;font-size:.875rem;font-weight:400;justify-content:center;margin:0 16px;opacity:1}.ncoded-tab__label--active{-webkit-text-fill-color:transparent;background:linear-gradient(226.47deg,#7b358d,#2e358d 97.56%);-webkit-background-clip:text}.ncoded-tab__label--active>div{font-size:.875rem;font-weight:700}.ncoded-tabs{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.ncoded-tabs__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:100%}.ncoded-tabs__tabs{display:inline-block;margin-bottom:2px;position:relative}.ncoded-tabs__tabs__container{align-items:center;display:flex;flex-direction:row;justify-content:none}.ncoded-tabs__tabs__line-container{align-items:stretch;display:flex;flex-direction:row;height:100%;justify-content:flex-start;position:relative;width:100%}.ncoded-tabs__tabs__line-container__line{align-items:center;border-radius:var(--border-radius);bottom:0;display:flex;flex-direction:row;height:.125rem;justify-content:center;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2.5rem}.ncoded-tabs__content--right-enter{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ncoded-tabs__content--right-enter-active{-webkit-transform:translateZ(0);transform:translateZ(0)}.ncoded-tabs__content--left-enter,.ncoded-tabs__content--right-exit-active{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ncoded-tabs__content--left-enter-active{-webkit-transform:translateZ(0);transform:translateZ(0)}.ncoded-tabs__content--left-exit-active{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ncoded-tabs__content--left-enter-active,.ncoded-tabs__content--left-exit-active,.ncoded-tabs__content--right-enter-active,.ncoded-tabs__content--right-exit-active{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.ncoded-tabs__content--left-exit-active,.ncoded-tabs__content--right-exit-active{height:100%;position:absolute;top:0;width:100%}.ncoded-tabs__tab-wrapper{position:relative}.ncoded-modal{z-index:6}.ncoded-modal .overlay__content{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:flex;overflow:auto;padding:20px 0;position:relative}.ncoded-modal__content{-webkit-animation:scale-in .1s ease-in;animation:scale-in .1s ease-in;background-color:#fff;border-radius:var(--border-radius);-webkit-filter:drop-shadow(2px 2px 28px rgba(28,34,79,.25));filter:drop-shadow(2px 2px 28px rgba(28,34,79,.25));margin:auto;max-width:100%;min-height:320px;width:640px}.ncoded-modal__content main{align-items:stretch;justify-content:center;padding:22px}.ncoded-modal__content header{align-items:center;border-bottom:1px solid #e0e0e0;color:#6e509b;display:flex;flex-direction:row;font-size:16px;font-size:1rem;font-weight:700;justify-content:space-between;line-height:18px;padding:8px 16px}.ncoded-modal__content header:not(.with-title){justify-content:flex-end}.ncoded-modal__content header>button{background-color:hsla(0,0%,100%,0);border:none;cursor:pointer;padding:0}.ncoded-modal__content header>button,.ncoded-modal__content header>button>svg{height:16px;width:16px}.ncoded-modal__content header>button:focus{outline:none}.ncoded-modal__content footer{align-items:stretch;background-color:#fff;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-top:1px solid #e0e0e0;display:flex;flex-direction:row;justify-content:flex-end;padding:20px}@-webkit-keyframes scale-in{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{-webkit-transform:scale(1);transform:scale(1)}}.ncoded-image-slider{--padding:8px;align-items:center;box-sizing:initial;display:flex;flex-direction:column;height:300px;justify-content:flex-start;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.ncoded-image-slider,.ncoded-image-slider *{box-sizing:border-box}.ncoded-image-slider__arrow.ncoded-button{background-color:hsla(0,0%,74%,.5);border-radius:50%;height:45px;min-width:0;min-width:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:45px;z-index:1}.ncoded-image-slider__arrow.ncoded-button:first-of-type{left:0;position:absolute;top:50%}.ncoded-image-slider__arrow.ncoded-button:first-of-type>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ncoded-image-slider__arrow.ncoded-button:last-of-type{position:absolute;right:0;top:50%}.ncoded-image-slider__arrow.ncoded-button:active.ncoded-button{-webkit-transform:translateY(-50%) scale3d(.98,.98,.98);transform:translateY(-50%) scale3d(.98,.98,.98)}@media(max-width:767px){.ncoded-image-slider__arrow.ncoded-button{display:none}}.ncoded-image-slider__slide-container{align-items:center;display:flex;flex:1 1 100%;flex-direction:row;justify-content:center;margin-bottom:12px;position:relative;-webkit-transform:translate3d(var(--translateOffset),0,0);transform:translate3d(var(--translateOffset),0,0);width:100%}.ncoded-image-slider__slide-container.transition{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.ncoded-image-slider__slide-container__slide{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;padding:0 var(--padding);position:absolute;top:0;width:100%}.ncoded-image-slider__slide-container__slide>img{border-radius:var(--border-radius);max-height:100%;max-width:100%;pointer-events:none}.ncoded-image-slider__slide-container__slide:after{background-blend-mode:normal,color;border-radius:var(--border-radius);bottom:0;content:"";left:var(--padding);opacity:.6;position:absolute;right:var(--padding);top:0}.ncoded-image-slider__dot-container{align-items:center;display:inline-flex;flex-direction:row;height:16px;justify-content:center;position:relative;width:auto}.ncoded-image-slider__dot-container__dot{background-color:#bdbdbd;border-radius:50%;cursor:pointer;height:10px;width:10px}.ncoded-image-slider__dot-container__dot+.ncoded-image-slider__dot-container__dot{margin-left:8px}.ncoded-image-slider__dot-container__dot--active{background-color:#5a358b}.nd-collapsible__trigger{cursor:pointer}.nd-collapsible__container{overflow:hidden}.ncoded-datepicker{background-color:var(--color-datepicker-background);border-radius:var(--datepicker-border-radius);overflow:hidden;-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ncoded-datepicker header{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}.ncoded-datepicker header>:first-child>:not(:first-child){margin-left:24px}.ncoded-datepicker header.bordered>:first-child{border-bottom:1px solid var(--color-datepicker-border)}.ncoded-datepicker main{box-sizing:border-box}@media(max-width:567px){.ncoded-datepicker header{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.ncoded-datepicker header.bordered>:first-child{border-bottom:none}}.year-picker{font-size:var(--datepicker-font-size);grid-template-columns:repeat(5,1fr)}.datepicker-header,.datepicker-header p{white-space:nowrap}.svg-styles__right{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.svg-styles__top{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.svg-styles__left{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.year-month-picker__field button{background:transparent;border:none;color:inherit;cursor:pointer;height:100%;padding:8px 4px;width:100%}.month-picker{grid-template-columns:repeat(3,1fr)}.month-picker,.year-month-picker{font-size:var(--datepicker-font-size)}.year-month-picker{grid-gap:12px;box-sizing:border-box;display:grid;gap:12px;line-height:var(--datepicker-line-height);padding:12px}.year-month-picker__field{align-items:center;border-radius:var(--datepicker-field-radius);color:var(--color-datepicker-text);display:flex;flex-direction:row;justify-content:center}.year-month-picker__field--valid:hover{background:var(--color-datepicker-hover);color:var(--color-datepicker-active)}.year-month-picker__field--invalid{color:var(--color-datepicker-invalid)}.year-month-picker__field--invalid button{cursor:default}.year-month-picker__field--invalid.year-month-picker__field--different-month{color:var(--color-datepicker-invalid)}.year-month-picker__field--selected,.year-month-picker__field--selected:hover{background-color:var(--color-datepicker-active);color:var(--color-datepicker-text-active)}.day-picker__field button{background:transparent;border:none;color:inherit;cursor:pointer;height:100%;padding:8px 4px;width:100%}.day-picker{grid-gap:8px;box-sizing:border-box;display:grid;font-size:var(--datepicker-font-size-day);gap:8px;grid-template-columns:repeat(7,50px);grid-template-columns:repeat(7,1fr);min-width:300px;padding:12px;width:100%}.day-picker__week-days{color:var(--color-datepicker-text-headings);font-size:var(--datepicker-font-size-heading)}.day-picker__field{align-items:center;border-radius:var(--datepicker-field-day-radius);color:var(--color-datepicker-text);display:flex;flex-direction:row;justify-content:center;padding-top:100%;position:relative}.day-picker__field__content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;inset:50% 50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.day-picker__field--valid:hover{background:var(--color-datepicker-hover);color:var(--color-datepicker-active)}.day-picker__field--different-month{color:var(--color-datepicker-text-secondary)}.day-picker__field--invalid{color:var(--color-datepicker-invalid);cursor:default;text-decoration:line-through}.day-picker__field--invalid button{cursor:default}.day-picker__field--selected,.day-picker__field--selected:hover{background-color:var(--color-datepicker-active);color:var(--color-datepicker-text-active)}.datepicker-header{align-items:center;color:var(--color-datepicker-text);display:flex;flex:1 1 100%;flex-direction:row;justify-content:space-between;padding:8px}.datepicker-header>:not(:first-child){margin-left:8px}.datepicker-header button.ncoded-button--icon{background-color:initial;color:var(--color-text);height:auto;width:auto}.datepicker-header button.ncoded-button--icon svg{margin:0}.datepicker-header__heading{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;min-width:64px}.datepicker-header__heading>:not(:first-child){margin-left:8px}.datepicker-header__heading__rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.datepicker-header__heading svg{transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}.datepicker-header__heading>p{font-family:Poppins;font-size:14px;font-size:.875rem;font-size:var(--datepicker-font-size-heading);font-weight:500;line-height:24px;margin:0}.datepicker-header__heading>p>:not(:first-child){margin-left:8px}.datepicker-header svg{cursor:pointer}.show-menu.bordered button.ncoded-button.active,.show-menu.bordered button.ncoded-button:active,.show-menu.bordered button.ncoded-button:focus{border:1px solid var(--color-datepicker-border);border-bottom:none}.show-menu{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.show-menu.bordered button.ncoded-button{border-bottom:1px solid var(--color-datepicker-border);border-radius:var(--datepicker-border-radius) var(--datepicker-border-radius) 0 0}.show-menu.bordered button.ncoded-button:active,.show-menu.bordered button.ncoded-button:focus{background-color:var(--color-datepicker-active);color:var(--color-datepicker-text-active);-webkit-transform:scale(1);transform:scale(1)}.show-menu button.ncoded-button,.show-menu.bordered button.ncoded-button.active{background-color:initial;color:var(--color-datepicker-text)}.show-menu button.ncoded-button{border:none;border-radius:0;box-shadow:none;font-family:Poppins;font-size:14px;font-size:.875rem;font-weight:400;height:100%;line-height:18px;padding:8px;width:60px}.show-menu button.ncoded-button:active{background-color:var(--color-datepicker-active);color:var(--color-datepicker-text-active)}.show-menu button.ncoded-button:hover{background:var(--color-datepicker-hover);color:var(--color-datepicker-active)}.show-menu button.ncoded-button.active{background-color:var(--color-datepicker-active);color:var(--color-datepicker-text-active)}@media(max-width:525px){.show-menu button.ncoded-button{flex:1 1 100%}}.header-navigation__nav-link{font-family:Open Sans,sans-serif}.header-navigation__nav-link,.header-navigation__nav-link .photo-preview p{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.header-navigation{align-items:stretch;gap:16px}.header-navigation,.header-navigation__nav-link{display:flex;flex-direction:row;justify-content:flex-start}.header-navigation__nav-link{align-items:center;color:#a5a5a5;gap:8px}.header-navigation__nav-link svg{height:20px;width:20px}.header-navigation__nav-link.active{color:#00416a}.header-navigation__nav-link .red-dot{position:relative}.header-navigation__nav-link .red-dot:after{color:#d14343;content:"•";position:absolute;right:-8px;top:-8px}.header-navigation button{background-color:initial;border:initial;outline:medium none invert;outline:initial;padding:initial}.header-navigation button:hover{cursor:pointer}.header-navigation button>svg{stroke-width:2px}.searchality-header{align-items:center;background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;padding:22px 48px;width:100%}.searchality-header.indent{padding:8px 32px 8px 180px}.searchality-header.shadow{-webkit-filter:drop-shadow(0 8px 10px rgba(0,0,0,.04)) drop-shadow(0 4px 4px hsla(0,0%,92%,.08)) drop-shadow(0 4px 14px hsla(0,0%,91%,.05)) drop-shadow(0 4px 5px rgba(0,0,0,.05));filter:drop-shadow(0 8px 10px rgba(0,0,0,.04)) drop-shadow(0 4px 4px rgba(235,235,235,.08)) drop-shadow(0 4px 14px rgba(231,231,231,.05)) drop-shadow(0 4px 5px rgba(0,0,0,.05));z-index:1}.searchality-header__logo{height:46px;width:154px}@media(max-width:767px){.searchality-header{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:8px 16px}.searchality-header.indent{padding:12px}}.main-layout{background-color:#f6f6f6;flex:1 1;flex-direction:column}.main-layout,.main-layout>main{align-items:stretch;display:flex;justify-content:flex-start}.main-layout>main{flex:1 1;flex-direction:row;padding:48px}.main-layout>main article{display:flex;flex:1 1;justify-content:center;overflow:hidden}.main-layout.auth{background:#00416a url(/static/media/auth.0a31694a077029cb5816.svg) no-repeat;background-position:0 100%;background-size:100%}.authenticate__titles h1{font-size:40px;font-size:2.5rem;font-weight:800;line-height:54px}.authenticate{background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;max-width:500px;padding:24px;width:100%}.authenticate--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.authenticate--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.authenticate--active:hover{background-color:rgba(189,216,217,.5)}.authenticate form{align-items:stretch;display:flex;flex-direction:column;gap:32px;justify-content:flex-start}.authenticate form button[type=submit]{align-self:flex-start;min-width:120px}.authenticate__titles h1{color:#e75200;margin-bottom:16px}.authenticate__titles p{color:#768591;margin-bottom:24px;position:relative}.auth-section{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:8px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);flex-direction:column;gap:24px;padding:44px 60px}.auth-section,.auth-section__login{display:flex;justify-content:flex-start}.auth-section__login{align-items:center;flex-direction:row}.auth-section__login>:not(:first-child){margin-left:12px}.auth-section__form{align-items:stretch;display:flex;flex-direction:column;gap:24px;justify-content:flex-start}.auth-section__form .ncoded-button{align-self:baseline}.auth-section__form__actions{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}@media(max-width:767px){.auth-section{padding:24px}}.forgot-password__dont-have-account{align-items:stretch;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.forgot-password button[class*=forgot-password__submit]{padding:16px}.password-field input+button{background-color:transparent;border:none;color:inherit;display:inline-block;font:inherit;outline:none;padding:0}.password-field input+button:focus{outline:none}.password-field input+button:enabled{cursor:pointer}.password-field input+button:disabled{cursor:not-allowed}.password-field .ncoded-input{padding-right:0}.password-field input+button{align-items:center;aspect-ratio:1;border-radius:50%;display:inline-flex;padding:8px;position:absolute;right:8px}.password-field input+button:active{-webkit-transform:scale(.95);transform:scale(.95)}.password-field input[type=text]+button .slash{display:none}.password-field input{padding-right:48px!important}.login-form__forgot-password{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.login-form h1{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.login-form{background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;padding:24px;width:100%}.login-form--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.login-form--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.login-form--active:hover{background-color:rgba(189,216,217,.5)}.login-form h1{color:#e75200}.login-form__forgot-password{align-self:baseline;background-color:transparent;color:#0091e2;padding:0}.login-form button[class*=login__button]{width:auto}.login-form__form{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;margin-top:26px}.login-form__form .ncoded-button--primary{height:50px}.login-form__title{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.login-form .auth-form{gap:10px;padding:42px 32px}.admin-login__titles h1{font-size:40px;font-size:2.5rem;font-weight:800;line-height:54px}.admin-login{align-items:center;display:flex;flex-direction:row;gap:128px;height:100%;justify-content:center;width:100%}.admin-login__titles h1{color:#e75200;margin-bottom:16px}.admin-login__titles p{color:#e75200;margin-bottom:24px;position:relative}.admin-login .login-form{max-width:500px}@media(max-width:767px)and (orientation:portrait){.admin-login{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center}.admin-login__titles{flex:0 1}.admin-login__titles h1{font-size:32px;font-size:2rem;line-height:38px;text-align:center}.admin-login__titles h1+p{margin-top:16px}.admin-login__titles img{display:none}.admin-login .login-form{flex:0 1}}.searchality-heading h1{font-size:32px;font-size:2rem;font-weight:700;line-height:44px}.searchality-heading .heading-buttons-group .vacancy-status{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.searchality-heading .heading-buttons-group .vacancy-status>span,.searchality-heading .heading-buttons-group>.ncoded-button{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.searchality-heading{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:48px;width:100%}.searchality-heading h1{overflow-wrap:break-word}.searchality-heading__left{max-width:60%}.searchality-heading .heading-buttons-group{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchality-heading .heading-buttons-group>:not(:first-child){margin-left:8px}.searchality-heading .heading-buttons-group button{max-height:40px}.searchality-heading .heading-buttons-group>.ncoded-button--outline{color:#00416a}.searchality-heading .heading-buttons-group .vacancy-status{color:#a5a5a5}.searchality-heading .heading-buttons-group .vacancy-status>span{color:#007078}.searchality-heading .heading-buttons-group .vacancy-status--inactive>span{color:#e75200}.searchality-pagination{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:40px}.searchality-pagination>:not(:first-child){margin-left:23px}.searchality-pagination .ncoded-button--solid{background-color:#ebebeb;color:#768591;height:51px;width:36px}.searchality-pagination__pages{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.searchality-pagination__pages>:not(:first-child){margin-left:16px}.searchality-pagination__pages .page-button{font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px;padding:12px 16px;width:48px}.searchality-pagination__pages .page-button--active{background-color:#bdd8d9}.searchality-pagination__pages span{align-self:flex-end;color:#007078;font-size:30px;font-size:1.875rem;font-weight:400;line-height:30px;margin-bottom:5px}.searchality-pagination button[class*=arrow]{padding:0 2px}.searchality-pagination button[class*=arrow]:disabled{background-color:#ebebeb;opacity:.7}.searchality-pagination button[class*=arrow]:disabled svg path{stroke:#a5a5a5}.searchality-pagination .arrow-right svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.form-field-label{align-items:center;display:flex;flex-direction:row;font-family:Open Sans;font-size:13px;font-size:.8125rem;font-weight:700;justify-content:flex-start;line-height:18px}.form-field-label>:not(:first-child){margin-left:8px}.form-field-label svg{margin-left:4px}.form-field-label>span{color:#a5a5a5;margin-left:4px}.invite-admin-modal .form-field-label{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.invite-admin-modal__fields{align-items:stretch;display:flex;flex-direction:row;gap:16px;justify-content:flex-start;margin-bottom:16px;width:100%}.invite-admin-modal__fields>*{flex:1 1}.invite-admin-modal .form-field-label{margin:24px 0 12px}.invite-admin-modal footer .ncoded-button{padding:0 32px}.searchality-pagination-info{color:#a5a5a5;font-size:14px;font-size:.875rem;line-height:16px;margin-bottom:16px}.searchality-table{align-items:stretch;align-self:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex-direction:row;justify-content:flex-start;overflow:hidden;overflow-x:auto;padding:0;width:100%}.searchality-table--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.searchality-table--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.searchality-table--active:hover{background-color:rgba(189,216,217,.5)}.searchality-table table{flex:1 1}.searchality-table--active-column{color:#e75200}.searchality-table__sort-icon{margin-left:4px}.searchality-table__header--sortable:hover,.searchality-table__row--clickable:hover{cursor:pointer}.top-scroll{height:13px;margin-bottom:5px;overflow-x:auto;overflow-y:hidden}.scroll-content{height:1px}.photo-preview p{font-size:32px;font-size:2rem;font-weight:700;line-height:44px}.photo-preview--m p,.photo-preview--s p{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.photo-preview{align-items:center;border-radius:50%;display:flex;flex-direction:row;justify-content:center}.photo-preview p{text-align:center}.photo-preview img{border-radius:inherit;pointer-events:none;width:100%}.photo-preview--s{height:32px;min-width:32px;width:32px}.photo-preview--m{height:42px;min-width:42px;width:42px}.photo-preview--l{height:80px;min-width:80px;width:80px}.photo-preview--l p{font-size:16px}.photo-preview--xl{height:136px;min-width:136px;width:136px}.photo-preview--xxl{height:216px;min-width:216px;width:216px}.searchality-confirm-modal main>p{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.searchality-confirm-modal button.delete{background-color:#d14343}.searchality-admins-page{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;width:100%}.searchality-admins-page .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.searchality-admins-page{width:100%}}@media screen and (min-width:1024px){.searchality-admins-page{width:900px}}@media screen and (min-width:1440px){.searchality-admins-page{width:940px}}@media screen and (min-width:1728px){.searchality-admins-page{width:1120px}}@media screen and (min-width:1920px){.searchality-admins-page{width:60%}}.searchality-admins-page .go-back-button{align-self:flex-start}.searchality-admins-page .dropdown{margin-bottom:8px;width:250px}.users-feedback__count p{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.users-feedback{width:900px}.users-feedback__count{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;margin-top:12px;padding:20px}div.debounced-input{border-radius:36px}.associations__table__account-status{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.associations{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;width:100%}.associations .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.associations{width:100%}}@media screen and (min-width:1024px){.associations{width:900px}}@media screen and (min-width:1440px){.associations{width:940px}}@media screen and (min-width:1728px){.associations{width:1120px}}@media screen and (min-width:1920px){.associations{width:60%}}.associations .go-back-button{align-self:flex-start}.associations .searchality-pagination-info{margin-top:16px}.associations .searchality-table table tbody tr>:last-child,.associations .searchality-table table thead>tr>:last-child{max-width:140px;min-width:140px}.associations__table__account-status{color:#e75200}.associations__table__account-status--active{color:#007078}button.ncoded-button.go-back-button{align-items:center;color:#00416a;display:flex;flex-direction:row;gap:8px;justify-content:center;margin:0}button.ncoded-button.go-back-button>svg{color:currentColor;height:15px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:15px}button.ncoded-button.go-back-button>svg>path{stroke:currentColor}.create-association-section__title{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.create-association-section__subtitle{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.create-association-section{align-items:stretch;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;width:940px}.create-association-section>p:last-of-type{border-bottom:1px solid #bdd8d9;margin-bottom:18px;padding-bottom:12px}.radio-group-wrapper{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}:root .s-select__error,:root .s-select__hint{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px;margin:10px 0 4px 4px}:root .s-select__error{color:#d14343}:root .s-select--error .ncoded-select__selected{background-color:#fcfcfc}:root .s-select--error .ncoded-input{border-color:#d14343}:root .s-select--error .ncoded-input,:root .s-select--error .ncoded-input input{color:#d14343}:root .s-select--asterisk label:after{color:#4d84b6;content:"*";position:absolute;right:-10px;top:0}.multiple-select-field{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.multiple-select-field>:not(:first-child){margin-top:16px}.multiple-select-field__tags{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:flex-start}.multiple-select-field__custom-option{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.multiple-select-field__custom-option .s-input-wrapper{flex:1 1;margin-right:32px}.searchality-chip>span{font-family:Open Sans,sans-serif;font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.searchality-chip{align-items:center;align-self:baseline;background-color:#fff;border:1px solid;border-radius:87px;color:#bdd8d9;display:flex;flex-direction:row;justify-content:center;padding:12px 24px}.searchality-chip>:not(:first-child){margin-left:12px}.searchality-chip>span{align-items:center;color:#00416a;display:flex;flex-direction:row;gap:4px;justify-content:flex-start}.searchality-chip>svg:hover{cursor:pointer}.searchality-chip.small{padding:10px}.create-association-type-field__states>p{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.create-association-type-field{align-self:center;width:60%}.create-association-type-field__states{margin-top:40px}.create-association-information-fields,.create-association-type-field__states{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.create-association-information-fields{align-self:center;width:60%}.create-association-information-fields__state-postcode{align-items:stretch;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.create-association-information-fields__state-postcode :first-child{flex:1 1}.association-information-form button.clear-form-button{align-items:flex-end;background-color:transparent;color:#a6a6a6;display:flex;flex-direction:row;font-size:16px;font-size:1rem;font-weight:400;justify-content:flex-end;line-height:26px;margin:0;min-width:120px;padding:0}.association-information-form .create-association-section,.association-information-form>button{margin-top:30px}.searchality-tabs-navigation__link{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.searchality-tabs-navigation{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:48px}.searchality-tabs-navigation>:not(:first-child){margin-left:16px}.searchality-tabs-navigation__link{border-radius:10px;color:#a6a6a6;padding:10px}.searchality-tabs-navigation__link--active{background-color:#fff;color:#00416a}.searchality-tabs-navigation__link--disabled{pointer-events:none}.association-profile{width:940px}.searchality-review-card-item__description{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.searchality-review-card-item label{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.searchality-review-card-item{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.searchality-review-card-item label{color:#b5b5b5}.searchality-review-card-item p{overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap}.searchality-review-card-item__description{color:#768591}.searchality-review-card-item .orange{color:#e75200}.searchality-review-card-item .blue{color:#007078}.searchality-review-card__heading h5{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.searchality-review-card__content{background:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05)}.searchality-review-card{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.searchality-review-card__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:24px}.searchality-review-card__heading button.svg-button-wrapper{color:#bdd8d9}.searchality-review-card__heading button.svg-button-wrapper:hover{cursor:pointer}.searchality-review-card.orange>.searchality-review-card__content{border-color:#e75200}.searchality-review-card__content{align-items:stretch;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;padding:16px}.searchality-country-picker{cursor:pointer;flex:1 1}.searchality-country-picker .dropdown{position:relative}.searchality-country-picker .dropdown__content{max-height:300px;overflow:hidden;width:100%;z-index:20}.searchality-country-picker .dropdown__trigger{width:100%}.searchality-country-picker .dropdown__trigger__label{align-items:center;background-color:#fcfcfc;border:1px solid #d6d6d6;border-radius:5px;display:flex;flex-direction:row;height:100%;justify-content:flex-start;padding-left:4px;position:relative;width:100%}.searchality-country-picker .dropdown__trigger__label>img{border:2px solid #fff;border-radius:8px;height:30px!important;margin-right:5px;width:36px!important}.searchality-country-picker .dropdown__trigger__label>div{inset:0;position:absolute;z-index:10}.searchality-country-picker .dropdown__trigger__label__input{border:none}.searchality-country-picker .dropdown__trigger__label__input--hide{display:none}.searchality-country-picker .overlay{z-index:10!important}.portal .dropdown__content{max-height:300px;overflow:auto;z-index:15}.portal+.overlay{z-index:12}.country-list{background-color:#fff;color:#000;max-height:300px;overflow:auto;padding:4px;width:100%}.country-list .searchality-country{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:0;padding:10px 0}.country-list .searchality-country>img{border:2px solid #bdd8d9;border-radius:8px;height:25px!important;margin-right:5px;width:32px!important}.country-list .searchality-country--selected{font-weight:700}.country-list .searchality-country:last-of-type{margin-bottom:0}.field-phone-number{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.field-phone-number .ncoded-select{height:auto}.field-phone-number .ncoded-select>.dropdown__content{width:inherit}.field-phone-number__container{align-items:stretch;display:flex;flex-direction:row;justify-content:center;width:100%}.field-phone-number__container>:not(:first-child){margin-left:16px}.field-phone-number__container .s-input-wrapper{flex:1 1}.toggle-field{align-items:stretch;display:flex;flex-direction:row;gap:32px;justify-content:flex-start}.association-account__account-type h5{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.association-account{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:flex-start}.association-account>*{flex-basis:calc(50% - 40px)}.association-account__account-type{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.association-account__account-type h5{min-height:24px}.association-account__account-type>form{flex:1 1}.association-account__account-type>form button{margin-top:12px}.association-account .searchality-review-card{max-width:calc(50% - 40px)}.association-account__add-owner{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.association-account .ncoded-modal__content{width:940px}.association-account .ncoded-modal__content form{align-items:stretch;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;width:100%}.association-account .ncoded-modal__content form>div{align-items:stretch;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.association-account .ncoded-modal__content form>div>*{flex:1 1}.member-info__text__email,.member-info__text__expire{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.member-info{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.member-info .photo-preview{margin-right:20px;min-width:42px}.member-info__text{align-items:stretch;display:flex;flex-direction:column;justify-content:center}.member-info__text__name{color:#00416a}.member-info__text__email{color:#768591}.member-info__text__expire{color:#a6a6a6;margin-left:12px;position:relative}.member-info__text__expire:before{background-color:#768591;border-radius:50%;content:"";height:4px;left:-6px;position:absolute;top:6px;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);width:4px}.select-school-modal .ncoded-modal__content{min-width:960px}.select-school-modal__radio-group{width:100%}.select-school-modal__radio-group>label[class*=radio-button]{border:initial;flex-direction:row-reverse;gap:22px}.select-school-modal__radio-group>label[class*=radio-button]>:not(:first-child){margin-left:0}.select-school-modal__radio-group>label[class*=radio-button]>span{flex:1 1}.select-school-modal__radio-group>label[class*=radio-button--checked]{background-color:initial;color:inherit}.select-school-modal__radio-group>label[class*=radio-button--checked]>span>div{background-color:#bdd8d9}.searchality-basic-tag{border-radius:5px;color:#fff;display:block;font-family:Open sans,sans-serif;font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px;padding:10px}.searchality-basic-tag--blue{background-color:#00416a}.searchality-basic-tag--orange{background-color:#e59264}.searchality-basic-tag--lightGrey{background-color:#a6a6a6;color:#fff}.searchality-basic-tag--outline{background-color:transparent;border:1px solid #bdd8d9;color:#007078}.searchality-vacancy-card__left__school-type{font-family:Open Sans,sans-serif}.searchality-vacancy-card__left__type{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.searchality-vacancy-card__left__position{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-vacancy-card__left__school-type{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.searchality-vacancy-card{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex-direction:row;justify-content:space-between;min-height:170px;padding:24px;width:100%}.searchality-vacancy-card--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.searchality-vacancy-card--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.searchality-vacancy-card--active:hover{background-color:rgba(189,216,217,.5)}.searchality-vacancy-card svg{height:22px;width:22px}.searchality-vacancy-card ul{list-style-type:none;padding:0}.searchality-vacancy-card ul li:last-of-type{margin-bottom:0}.searchality-vacancy-card ul li p{color:#a5a5a5;font-size:16px;font-size:1rem;font-weight:400;line-height:19px}.searchality-vacancy-card:hover{background:#f7f7f7;border:1px solid #007078}.searchality-vacancy-card:hover .actions-container{align-items:center;align-self:flex-end;color:#768591;display:flex;flex-direction:row;gap:30px;justify-content:flex-end}.searchality-vacancy-card:hover .actions-container>:not(:first-child){margin-left:0}.searchality-vacancy-card:hover .actions-container>svg{cursor:pointer}.searchality-vacancy-card__left{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.searchality-vacancy-card__left__school-type{align-items:center;color:#768591;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}.searchality-vacancy-card__left__school-name>ul>li>p{color:#00416a}.searchality-vacancy-card__left__position{margin-top:4px}.searchality-vacancy-card__left__type{color:#a5a5a5;margin-bottom:44px;margin-top:8px}.searchality-vacancy-card__right{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}.searchality-vacancy-card__right>div{align-items:center;align-self:flex-end;display:flex;flex-direction:row;font-size:12px;font-size:.75rem;justify-content:flex-start;line-height:14px}.searchality-vacancy-card__right>div>:not(:first-child){margin-left:16px}.searchality-vacancy-card__right>div>label{color:#a5a5a5;font-weight:300}.searchality-vacancy-card__right__status-date{color:#a5a5a5;font-size:16px;font-size:1rem;line-height:26px}.searchality-vacancy-card__right .actions-container{display:none}.tooltip-information.actions-container__tooltip{padding:16px}.searchality-vacancy-card__wrapper{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.searchality-vacancy-card__wrapper .ncoded-checkbox{margin-right:16px}.searchality-vacancy-card__wrapper .searchality-vacancy-card{margin-bottom:0}.vacancies-filters{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.vacancies-filters__wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.vacancies-filters .disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.vacancies-filters__left{align-items:stretch;display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start}.vacancies-filters__left .ncoded-select{width:200px}.vacancies-filters__left .vacancies-filters__wide-select{width:250px}.vacancies-filters__right .ncoded-select{width:200px}.vacancies-filters .ncoded-select__selected{min-height:48px;padding:0 10px}.select-vacancies-modal .ncoded-modal__content{min-width:960px}.select-vacancies-modal .vacancies{width:100%}.member-role-select{width:200px}.member-role-select .ncoded-select__selected{justify-content:flex-end}.member-role-select .ncoded-select__selected>span{flex:1 1}.portal .ncoded-select__options{width:200px}.pending-invite__actions__action p{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.pending-invite{align-items:center;background:rgba(189,216,217,.7);border-radius:5px;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pending-invite>p{color:#007078;font-size:16px;font-size:1rem;font-weight:400;line-height:26px}.pending-invite__dots{align-items:stretch;cursor:pointer;display:flex;flex-direction:column;gap:2px;justify-content:flex-start;width:8px}.pending-invite__dots span{background-color:#007078;border-radius:50%;height:3px;width:3px}.pending-invite__actions{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;width:150px}.pending-invite__actions__action{align-items:center;color:#768591;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;padding:5px 6px}.pending-invite__actions__action:hover{background-color:#eaeaea}.pending-invite__actions__action:first-of-type{padding-top:8px}.pending-invite__actions__action:last-of-type{padding-bottom:8px}.change-owner-modal main p[class*=change-owner-role-description],.members-table tbody tr td strong{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.members-table thead tr th{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.members-table{background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);padding:20px;table-layout:auto}.members-table__column__role>*{margin-left:auto}.members-table__column__role .searchality-basic-tag{background:rgba(189,216,217,.7);border-radius:5px;color:#007078;font-size:16px;font-size:1rem;font-weight:400;line-height:26px;padding:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.members-table__column__name--clickable{cursor:pointer}.members-table__column__school p{color:#a5a5a5}.members-table .ncoded-select:focus-within .ncoded-select__selected{box-shadow:none}.members-table .s-select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.members-table .s-select-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.members-table .s-select .dropdown-trigger{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.members-table .s-select .ncoded-select{border:none;width:auto}.members-table .s-select .ncoded-select__selected{background-color:transparent;border:initial}.members-table .s-select .ncoded-select__selected svg{margin-left:12px!important}.members-table .s-select .ncoded-select__options{text-align:start}.members-table thead tr{height:48px;padding:0;vertical-align:text-top}.members-table thead tr th{color:#768591;padding:0;text-align:start}.members-table thead tr th:last-of-type{text-align:end}.members-table tbody tr td{overflow:visible;overflow:initial;padding:6px 0}.members-table tbody tr td:last-of-type{text-align:end}.change-owner-modal footer{flex-direction:row-reverse;gap:24px;justify-content:flex-start}.change-owner-modal footer>:not(:first-child){margin-left:0}.association-members .members-table{width:100%}.association-school-card__bottom__contact-information__email,.association-school-card__bottom__total-vacancies__total,.association-school-card__top__type{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.association-school-card__top__name{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.association-school-card__bottom__contact-information__name,.association-school-card__bottom__total-vacancies__number,.association-school-card__top__state{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.association-school-card{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;cursor:pointer;display:flex;flex-direction:column;gap:44px;justify-content:space-between;padding:24px;width:100%}.association-school-card--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.association-school-card--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.association-school-card--active:hover{background-color:rgba(189,216,217,.5)}.association-school-card p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap}.association-school-card__top{align-items:stretch;display:flex;flex-direction:column;gap:4px;justify-content:flex-start}.association-school-card__top__state{color:#768591}.association-school-card__top__name{color:#212121}.association-school-card__top__type{color:#768591}.association-school-card__bottom{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.association-school-card__bottom>*{height:51px}.association-school-card__bottom__contact-information__name{color:#768591}.association-school-card__bottom__contact-information__email{color:#768591;margin-top:8px}.association-school-card__bottom__total-vacancies{display:none}.association-school-card__bottom__total-vacancies__number{color:#768591}.association-school-card__bottom__total-vacancies__total{color:#768591;display:inline-block;margin-top:8px}.association-school-card__bottom__view-on-website{align-items:center;border:1px solid #bdd8d9;border-radius:8px;color:#00416a;display:flex;flex-direction:row;justify-content:center;padding:12px}.association-school-card__bottom__actions{align-items:center;display:flex;display:none;flex-direction:column;gap:8px;justify-content:center}.association-school-card__bottom__actions__label{color:#768591}.association-school-card__bottom__actions__buttons{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}.association-school-card__bottom__actions__buttons button.svg-button-wrapper{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:0}.association-school-card__bottom__actions__buttons button.svg-button-wrapper svg{color:#768591}.association-school-card:hover{background:#f2f2f2;box-shadow:0 4px 5px 0 rgba(0,0,0,.05),0 4px 14px 0 hsla(0,0%,91%,.05),0 4px 4px 0 hsla(0,0%,92%,.08),0 8px 10px 0 rgba(0,0,0,.04)}.association-school-card:hover .association-school-card__bottom__contact-information{display:none}.association-school-card:hover .association-school-card__bottom__total-vacancies{display:block}.association-school-card:hover .association-school-card__bottom__view-on-website{display:none}.association-school-card:hover .association-school-card__bottom__actions{display:flex}.sort-select .ncoded-select__content{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.sort-select{width:150px}.sort-select .ncoded-select__selected{background-color:transparent;border:none;cursor:pointer;justify-content:center}.sort-select .ncoded-select__content{color:#00416a}.sort-select .ncoded-select__content+*{margin-left:16px}.sort-select .ncoded-select__placeholder>.ncoded-select__content{opacity:1}.sort-select:focus-within .ncoded-select__selected{box-shadow:none}.association-schools__input-sort{align-items:stretch;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;width:100%}.association-schools__input-sort .s-input-wrapper{flex:1 1}.association-schools .searchality-pagination-info{margin-top:16px}.change-password{width:450px}.change-password form{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.enable2-fa-modal .overlay__content .ncoded-modal__content main{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.enable2-fa-modal .overlay__content .ncoded-modal__content main .radio-group{align-items:flex-start;display:flex;flex-direction:row;gap:32px;justify-content:flex-start;width:100%}.enable2-fa-modal .overlay__content .ncoded-modal__content main .radio-group>:not(:first-child){margin-top:0}.enable2-fa-modal .overlay__content .ncoded-modal__content main .radio-group>*{flex:1 1}.my-account{gap:40px;width:450px}.my-account,.searchality-admin-schools{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.searchality-admin-schools{height:100%;margin:0 auto;width:100%}.searchality-admin-schools .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.searchality-admin-schools{width:100%}}@media screen and (min-width:1024px){.searchality-admin-schools{width:900px}}@media screen and (min-width:1440px){.searchality-admin-schools{width:940px}}@media screen and (min-width:1728px){.searchality-admin-schools{width:1120px}}@media screen and (min-width:1920px){.searchality-admin-schools{width:60%}}.searchality-admin-schools .go-back-button{align-self:flex-start}.searchality-admin-schools{overflow:hidden}.searchality-admin-schools--preview{max-width:1400px;width:100%}.searchality-admin-schools td.school-name{max-width:300px}.searchality-admin-schools .searchality-pagination-info{margin:36px 0 48px}.searchality-admin-schools--active-column{color:#007078}.searchality-admin-schools--active-column--inactive{color:#e75200}.members-actions{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.members-actions>:not(:first-child){margin-left:16px}.members-actions .members-actions__delete-button{background-color:#e59264}.members-actions .ncoded-select__selected{height:51px;min-height:0;min-height:auto;min-width:120px}.members-actions .ncoded-select__selected>span{margin-right:16px}.member-information strong,.member-information__data span{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.member-information__data__last-activity{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.member-information{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:48px}.member-information .photo-preview{margin-right:40px}.member-information__left{align-items:stretch;display:flex;flex:1 1;flex-direction:row;justify-content:flex-start}.member-information__data h3{color:#00416a;font-size:32px;font-size:2rem;font-weight:800;line-height:38px}.member-information__data span{align-items:center;color:#a6a6a6;display:flex;flex-direction:row;justify-content:flex-start}.member-information__data__last-activity{color:#a6a6a6}.member-information__data strong{margin-right:16px;position:relative}.member-information__data strong:before{background-color:currentColor;border-radius:50%;content:"";height:4px;left:calc(100% + 8px);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:4px}.member-information strong{color:#00416a}.member-vacancy-card .searchality-vacancy-card{min-height:0;min-height:auto}.member-vacancy-card .searchality-vacancy-card__right{align-items:center;color:#a5a5a5;display:flex;flex-direction:column;justify-content:center}.members-profile{margin:0 auto;padding:48px 0;width:900px}.members-profile button.ncoded-button.go-back-button{margin-bottom:56px}.members-filters{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.members-filters__select-wrapper{align-items:stretch;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;min-width:50%}.members-filters__select-wrapper .ncoded-select{width:225px}.members-filters__select-wrapper .ncoded-select__selected{min-height:48px;padding:0 10px}.members-filters__select-wrapper button[class*=members-filters__reset]{align-items:flex-end;align-self:flex-end;padding-bottom:4px}.members-pagination-info{color:#a5a5a5;font-size:14px;font-size:.875rem;line-height:16px}.members-page .empty-state-members p.title{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.members-page{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto}.members-page .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.members-page{width:100%}}@media screen and (min-width:1024px){.members-page{width:900px}}@media screen and (min-width:1440px){.members-page{width:940px}}@media screen and (min-width:1728px){.members-page{width:1120px}}@media screen and (min-width:1920px){.members-page{width:60%}}.members-page .go-back-button{align-self:flex-start}.members-page{width:100%}.members-page__pagination-info{margin-top:24px}.members-page .empty-state-members,.members-page__table{margin-top:44px}.members-page .empty-state-members{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;margin-top:44px}.members-page .empty-state-members p{text-align:center}.members-page .empty-state-members p.title{color:#768591}.members-page .empty-state-members p.description{color:#00416a}.settings-wrapper{border-top:2px solid #bdd8d9;padding-top:32px}.slider-buttons{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between;padding:0 16px}.slider-buttons .svg-button-wrapper.rotate svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider-buttons .svg-button-wrapper p{color:#00416a;margin:0 16px}.slider-buttons .svg-button-wrapper svg{color:#00416a;height:100%;height:24px;width:100%;width:24px}.slider-buttons .svg-button-wrapper svg path{stroke:currentColor}.slider-buttons button:disabled svg path{stroke:#a5a5a5}.slider-buttons button:disabled p{color:#a5a5a5}.group-settings__account-type h5{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.group-settings{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.group-settings__account-type{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.group-settings__account-type h5{min-height:24px}.group-settings__account-type>form{flex:1 1}.group-settings__account-type>form button{margin-top:12px}.invoice__table__header p{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.invoice{gap:16px}.invoice,.invoice__table{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.invoice__table{background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;gap:32px;padding:24px;width:100%}.invoice__table--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.invoice__table--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.invoice__table--active:hover{background-color:rgba(189,216,217,.5)}.invoice__table__header,.invoice__table__row__main{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.invoice__table__header>*,.invoice__table__row__main>*{flex:1 1}.invoice__table__header p{color:#768591}.invoice__table__content{gap:32px}.invoice__table__content,.invoice__table__row{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.invoice__table__row{gap:16px}.invoice__table__row p.status{text-transform:capitalize}.invoice__table__row p.status--paid{color:#007078}.invoice__table__row p.status--open{color:#e75200}.invoice__table__row__items,.invoice__table__row__main{cursor:pointer}.invoice__table__row__items{align-items:stretch;border-bottom:1px solid #007078;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:12px 0}@media(max-width:767px){.invoice__table{overflow:auto}.invoice__table>*{width:650px}}.payment-settings .searchality-review-card__heading h5{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.payment-settings{align-items:stretch;display:flex;flex-direction:row;gap:32px;justify-content:flex-start}.payment-settings>*{flex:1 1}.payment-settings__additional-info{align-items:stretch;display:flex;flex-direction:column;gap:32px;justify-content:flex-start}.payment-settings__not-subscribed{align-items:center;align-self:flex-start;border:1px solid #d14343;color:#d14343;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;padding:20px}.payment-settings__not-subscribed svg{fill:#d14343}.payment-settings .searchality-review-card__heading h5{color:#a6a6a6}.payment-settings-wrapper,.payment-settings-wrapper__actions{align-items:stretch;display:flex;flex-direction:column;gap:32px;justify-content:flex-start}.payment-settings-wrapper__actions form{align-items:stretch;display:flex;flex-direction:row;gap:32px;justify-content:flex-start;max-height:34px}.payment-settings-wrapper__actions form button.ncoded-button{max-height:32px;min-height:0!important;min-height:auto!important;padding:4px 16px}.school-profile-card p.title,.school-profile-card__right{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.school-profile-card p.price{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.school-profile-card p.date{font-size:16px;font-size:1rem;font-weight:400;line-height:22px}.school-profile-card{align-items:center;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex-direction:row;gap:24px;justify-content:space-between;padding:24px;width:100%}.school-profile-card--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.school-profile-card--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.school-profile-card--active:hover{background-color:rgba(189,216,217,.5)}.school-profile-card__left{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:32px;justify-content:space-between}.school-profile-card__right{color:#a5a5a5;text-align:end;white-space:pre-wrap}.school-profile-card p.title{color:#a5a5a5}.school-profile-card p.price{color:#000}.school-profile-card p.date{color:#00416a}@media(max-width:767px){.school-profile-card{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.school-profile-card__right{text-align:start}}.school-profile__members__title{font-family:Open Sans,sans-serif}.school-profile h1{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.school-profile__description,.school-profile__members__title{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.school-profile h1{margin:12px 0 42px}.school-profile__description{margin-bottom:24px}.school-profile__remove-button.ncoded-button.ncoded-button--primary{margin:24px 0 56px;min-width:240px}.school-profile__members{width:100%}.school-profile__members__title{color:#212121}.school-profile__members__sub{color:#212121;margin-top:8px}.school-profile__members__table{margin-top:21px;width:100%}.school-card__date{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.school-card__name{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.school-card{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex-direction:row;justify-content:space-between;padding:48px 24px;width:100%}.school-card--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.school-card--active:hover{background-color:rgba(189,216,217,.5)}.school-card--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.school-card__date{color:#a5a5a5}.schools-of-group__description{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.schools-of-group{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:32px;justify-content:flex-start}.schools-of-group__list{align-items:stretch;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:100%}.schools-of-group__description{align-self:flex-start;color:#a6a6a6}.widget-settings section h1{font-size:32px;font-size:2rem;font-weight:700;line-height:44px}.widget-settings>:not(:first-child){margin-top:32px}.widget-settings section{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:24px;width:100%}.widget-settings section--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.widget-settings section--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.widget-settings section--active:hover{background-color:rgba(189,216,217,.5)}.widget-settings__widget-status div{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;min-height:36px}.widget-settings__widget-status div>*{flex:1 1;margin:auto}.widget-settings__widget-status div .empty,.widget-settings__widget-status div button.ncoded-button{margin:0;max-width:-webkit-max-content;max-width:max-content;min-width:100px}.widget-settings__widget-status div span.orange{color:#e75200}.widget-settings__widget-status div span.blue{color:#00416a}.hris-settings__form__fields__column *{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.hris-settings__title{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.hris-settings__title>div{flex-direction:row;gap:24px}.hris-settings__form__fields,.hris-settings__title>div{align-items:stretch;display:flex;justify-content:flex-start}.hris-settings__form__fields{flex-direction:column;gap:40px;margin:100px auto 0;width:900px}.hris-settings__form__fields__column{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.hris-settings__form__fields__column *{flex:1 1}.checkbox-field .s-input__error{padding-left:12px}.checkbox-with-input-field .ncoded-checkbox__label{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.checkbox-with-input-field{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.checkbox-with-input-field>*{flex:1 1}.checkbox-with-input-field .ncoded-checkbox .ncoded-checkbox__box+*{margin-left:50px}.searchality-profile-metadata .description{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-profile-metadata .status{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.searchality-profile-metadata{background:#fff;border:1px solid #bdd8d9;border-radius:20px;color:#00416a;gap:20px;padding:20px}.searchality-profile-metadata,.searchality-profile-metadata div{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.searchality-profile-metadata div{gap:4px}.searchality-profile-metadata .title{color:#768591;font-size:16px;font-size:1rem;font-weight:400;line-height:18px}.searchality-profile-metadata .status{border:1px solid;border-radius:5px;color:#00416a;padding:10px;width:-webkit-max-content;width:max-content}.candidate-requirement__left__title{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.candidate-requirement__left__requirement{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.candidate-requirement__left__candidate-have{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.candidate-requirement{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.candidate-requirement__left{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.candidate-requirement__left__title{color:#00416a}.candidate-requirement__left__requirement{color:#768591}.candidate-requirement__left__candidate-have{color:#00416a}.candidate-requirement__left p{word-break:break-word}.candidate-requirement svg{height:24px;min-width:24px;width:24px}.candidate-requirement svg path{fill:#00416a}.candidate-qualification__main-content{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.candidate-qualification__message{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.candidate-qualification__title{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.candidate-qualification{align-items:flex-end;display:flex;flex-direction:column;gap:12px;justify-content:space-between}.candidate-qualification__title{color:#a5a5a5}.candidate-qualification__main-content--blue{color:#00acd7}.candidate-qualification__main-content--green{color:#007078}.candidate-qualification__main-content--red{color:#d14343}.candidate-qualification__message{color:#212121}.candidate-profile-qualifications .collapsabile__title p{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.candidate-profile-qualifications{width:100%}.candidate-profile-qualifications summary{align-items:flex-start;background-color:#fff;border:1px solid #bdd8d9;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;padding:20px;width:100%}.candidate-profile-qualifications summary svg{transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.candidate-profile-qualifications__content{align-items:stretch;background:#fff;border:1px solid #bdd8d9;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top:initial;display:flex;flex-direction:column;gap:28px;justify-content:flex-start;padding:26px 28px 38px 20px;width:100%}.candidate-profile-qualifications .collapsabile__title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;width:100%}.candidate-profile-qualifications .collapsabile__title p{color:#00416a;word-break:break-all}.candidate-profile-qualifications[open] summary{border-bottom-left-radius:0;border-bottom-right-radius:0}.candidate-profile-qualifications[open] summary svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.comment__right__name{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.comment__left p{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.comment__right__info{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.comment{align-items:stretch;display:flex;flex-direction:row;gap:20px;justify-content:flex-start}.comment--loading{opacity:.5}.comment__left{min-width:42px}.comment__right{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.comment__right p{white-space:normal;word-break:break-all}.comment__right__name{color:#768591}.comment__right__info{color:#00416a;max-width:240px}.searchality-profile-comments .title{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-profile-comments{background:#fff;border:1px solid #bdd8d9;border-radius:20px;padding:20px 0}.searchality-profile-comments hr{border:.5px solid #bdd8d9;margin:0}.searchality-profile-comments .title{color:#00416a;padding:0 20px}.searchality-profile-comments__comments{align-items:stretch;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:20px}.searchality-profile-tabs button.svg-button-wrapper{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.searchality-profile-tabs{align-items:stretch;color:#00416a;display:flex;flex-direction:row;gap:32px;justify-content:space-between}.searchality-profile-tabs button.svg-button-wrapper{color:#a6a6a6;padding:10px}.searchality-profile-tabs button.svg-button-wrapper.active-tab{border-bottom:3px solid;color:#00416a;padding-bottom:7px}.template-illustration{align-items:center;display:flex;flex-direction:column;justify-content:center}.template-illustration p{margin-top:14px;max-width:250px;text-align:center}.template-illustration button{margin-top:36px}.template-illustration__image-container{max-width:200px}.template-illustration__image-container h2,.template-illustration__image-container h3,.template-illustration__image-container h4,.template-illustration__image-container h5,.template-illustration__image-container h6,.template-illustration__image-container+h1{margin-top:30px;text-align:center}.template-illustration__image-container img,.template-illustration__image-container svg{height:auto;width:100%}.empty-screen h1,.empty-screen h2,.empty-screen h3,.empty-screen h4,.empty-screen h5,.empty-screen h6{margin-top:12px}.empty-screen p{margin-top:10px}.empty-screen button{margin-top:28px}.empty-screen .template-illustration__image-container{max-width:320px}.searchality-profile-education__section .title{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.searchality-profile-education__section .description,.searchality-profile-education__section .subtitle{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.searchality-profile-education__section{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.searchality-profile-education__section .title{color:#768591}.searchality-profile-education__section .subtitle{color:#00416a}.searchality-profile-education__section .description{color:#a6a6a6}.searchality-profile-education__empty-state{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchality-profile-education__empty-state .template-illustration__image-container{height:170px;width:200px}.searchality-profile-education__empty-state h4{color:#768591;text-align:center;white-space:pre-wrap}.profile-pdf-section__file-container__text span p:last-of-type{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.profile-pdf-section__file-container__text span p:first-of-type{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.profile-pdf-section__file-container{align-items:center;background-color:#fcfcfc;border-radius:20px;display:flex;flex-direction:column;gap:12px;justify-content:center;max-width:400px;padding:24px;width:100%}.profile-pdf-section__file-container__iframe{border:1px solid #e6e6e6;border-radius:5px;max-width:200px}.profile-pdf-section__file-container__text{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center}.profile-pdf-section__file-container__text span{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.profile-pdf-section__file-container__text span p:first-of-type{color:#00416a;cursor:pointer;text-decoration:underline}.profile-work-availability-section__section .value{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.profile-work-availability-section svg{fill:#768591}.profile-work-availability-section__section{align-items:stretch;display:flex;flex-direction:column;gap:4px;justify-content:flex-start}.profile-work-availability-section__section .title{color:#768591}.searchality-profile-work-profile__availability__section .value{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-profile-work-profile .iframe-video-wrapper iframe.loading{background-color:#768591;pointer-events:none}.searchality-profile-work-profile__availability svg{fill:#768591}.searchality-profile-work-profile__availability__section{align-items:stretch;display:flex;flex-direction:column;gap:4px;justify-content:flex-start}.searchality-profile-work-profile__availability__section .title{color:#768591}.searchality-profile-languages__section .title{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.searchality-profile-languages__section .description,.searchality-profile-languages__section .subtitle{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.searchality-profile-languages__section{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.searchality-profile-languages__section .title{color:#768591}.searchality-profile-languages__section .subtitle{color:#00416a}.searchality-profile-languages__section .description{color:#a6a6a6}.searchality-profile-reference__section .title{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-profile-reference__section .subtitle{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.searchality-profile-reference__section .description{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.searchality-profile-reference .email-icon path{stroke:#768591}.searchality-profile-reference__section{align-items:stretch;display:flex;flex-direction:column;gap:24px;justify-content:flex-start}.searchality-profile-reference__section>div{align-items:stretch;display:flex;flex-direction:column;gap:4px;justify-content:flex-start}.searchality-profile-reference__section .description,.searchality-profile-reference__section .subtitle{color:#768591}.searchality-profile-main__avatar p{font-size:64px;font-size:4rem;font-weight:700;line-height:87px}.searchality-profile-main__personal-info__name{font-size:40px;font-size:2.5rem;font-weight:800;line-height:54px}.searchality-profile-main{align-items:stretch;background-color:#fff;border:1px solid #bdd8d9;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;padding:24px 0;position:relative}.searchality-profile-main hr{border:.5px solid #bdd8d9;margin:0}.searchality-profile-main__avatar{border:3px solid #fff;left:32px;position:absolute;top:-108px}.searchality-profile-main__personal-info{align-items:stretch;color:#00416a;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;margin-top:100px;padding:0 32px}.searchality-profile-main__personal-info__info{align-items:stretch;color:#a6a6a6;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.searchality-profile-main__personal-info__info__main{color:#00416a}.searchality-profile-main__personal-info__info__bullet{align-self:center;background-color:#00416a;border-radius:50%;height:4px;width:4px}.searchality-profile-main .searchality-profile-tabs{padding:0 32px}.searchality-profile .profile-section__title p{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}.searchality-profile .profile-section a{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.searchality-profile{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-top:108px;max-width:900px;width:100%}.searchality-profile .language-title{color:#768591}.searchality-profile-tabs{margin-top:32px}.searchality-profile__error{margin-bottom:42px}.searchality-profile .profile-section{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:32px}.searchality-profile .profile-section__title{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.searchality-profile .profile-section__title svg{height:20px;width:20px}.searchality-profile .profile-section__title p{color:#00416a}@media(max-width:1210px){.searchality-profile{max-width:none}}.text-area-field--asterix label:after{color:#4d84b6;content:"*";position:absolute;right:-10px;top:0}.proceed-applicant-modal main{gap:24px}.proceed-applicant-modal main,.proceed-applicant-modal main form{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.proceed-applicant-modal main form{gap:12px;width:100%}.proceed-applicant-modal main form .ncoded-textarea-container__wrapper{min-height:360px}.proceed-applicant-modal main form .actions{align-items:stretch;display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.reject-condidate-modal main{gap:24px}.reject-condidate-modal main,.reject-condidate-modal main form{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.reject-condidate-modal main form{gap:12px;width:100%}.reject-condidate-modal main form .ncoded-textarea-container__wrapper{min-height:360px}.reject-condidate-modal main form .actions{gap:8px}.reject-condidate-modal main form .actions,.seachality-profile-actions{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-end}.seachality-profile-actions{gap:12px;position:absolute;right:0;top:0}.searchality-profile-contact>div a{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.searchality-profile-contact .title{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-profile-contact{align-items:stretch;background:#fff;border:1px solid #bdd8d9;border-radius:20px;color:#00416a;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:20px}.searchality-profile-contact .title{color:#00416a}.searchality-profile-contact>div{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.searchality-profile-contact>div>svg{height:24px;width:24px}.searchality-profile-contact>div a{color:currentColor;font-size:14px}.candidate-profile{align-items:stretch;display:flex;flex-direction:row;justify-content:center;margin:0 auto;padding:80px 0 32px;width:100%}.candidate-profile>:not(:first-child){margin-left:40px}.candidate-profile__left{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;max-width:400px;min-width:400px}.candidate-profile__left>:not(:first-child){margin-top:20px}.candidate-profile__right{flex:1 1;max-width:900px;position:relative}.candidate-profile__right small{display:block;text-align:right;white-space:pre-wrap;width:100%}.candidate-profile button.go-back-button{justify-content:flex-start}.candidate-profile .searchality-profile{margin-top:70px}.box-filters .box p{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.box-filters{align-items:stretch;display:flex;flex-direction:row;gap:24px;justify-content:flex-start}.box-filters--loading{opacity:.5}.box-filters .box{align-items:center;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;opacity:.5;padding:8px;width:100%}.box-filters .box--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.box-filters .box--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.box-filters .box--active:hover{background-color:rgba(189,216,217,.5)}.box-filters .box--clickable:hover h2,.box-filters .box--clickable:hover p{color:#007078}.box-filters .box h2{color:#768591;font-size:40px;font-size:2.5rem;font-weight:900;line-height:47px;margin-bottom:16px}.box-filters .box p{color:#768591;padding:0 8px;text-align:center}.box-filters .box--active{background-color:#00416a}.box-filters .box--active h2,.box-filters .box--active p{color:#bdd8d9}.box-filters .box--active,.box-filters .box--clickable{cursor:pointer;opacity:1}.box-filters .box--active:hover h2,.box-filters .box--active:hover p,.box-filters .box--clickable:hover h2,.box-filters .box--clickable:hover p{color:#007078}.vacancy-candidates__info-section h6{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.vacancy-candidates__info-section{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:28px 0 18px}.vacancy-candidates__info-section h6{margin-bottom:5px}.vacancy-candidates__info-section__select{min-width:200px}.vacancy-candidates__info-section p.searchality-pagination-info{margin-bottom:0}.searchality-candidate-card__info p{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.searchality-candidate-card__info__status{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.searchality-candidate-card__info h1{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.searchality-candidate-card{align-items:center;background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;display:flex;flex-direction:row;justify-content:flex-start;min-height:170px;padding:24px;width:100%}.searchality-candidate-card--clickable:hover{background:#f7f7f7;border:1px solid #007078;cursor:pointer}.searchality-candidate-card--active{background-color:rgba(189,216,217,.4);border-color:#00416a}.searchality-candidate-card--active:hover{background-color:rgba(189,216,217,.5)}.searchality-candidate-card .photo-preview{margin-right:24px}.searchality-candidate-card__info{align-items:stretch;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.searchality-candidate-card__info>:not(:first-child){margin-top:12px}.searchality-candidate-card__info__applied{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.searchality-candidate-card__info p{color:#a5a5a5}.searchality-candidate-card__info p:last-of-type{color:#212121}.searchality-candidate-card__info__status{color:#007078}.searchality-candidate-card__wrapper{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.searchality-candidate-card__wrapper .ncoded-checkbox{margin-right:16px}.searchality-candidate-card__wrapper .searchality-candidate-card{margin-bottom:0}.vacancies-fill-factory__description{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.vacancies-fill-factory svg{height:24px;width:24px}.vacancies-fill-factory__description{color:#768591;margin-bottom:32px;margin-top:12px}.vacancies-fill-factory ul div{margin-top:20px}.vacancies-fill-factory ul div:first-of-type{margin-top:0}.candidates-filters{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.candidates-filters__wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.candidates-filters__left{align-items:stretch;display:flex;flex:1 1;flex-direction:row;justify-content:flex-start}.candidates-filters__left .ncoded-select{width:200px}.candidates-filters__left .candidates-filters__wide-select{width:250px}.candidates-filters__left>:not(:first-child){margin-left:16px}.candidates-filters__right .ncoded-select{width:200px}.candidates-filters .ncoded-select__selected{min-height:48px;padding:0 10px}.vacancy-fill-modal main>p{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px;margin-bottom:32px}.vacancy-information h5{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.vacancy-information ul li p:first-of-type{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}.vacancy-information{margin:0 auto;width:500px}.vacancy-information h5{color:#212121;margin-bottom:16px}.vacancy-information ul{background-color:#fff;border:1px solid #bdd8d9;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);color:#212121;margin-bottom:24px;padding:16px 20px}.vacancy-information ul li p:first-of-type{color:#b5b5b5}.vacancy-information ul li p:last-of-type{color:#212121;font-size:16px;font-size:1rem;font-weight:400;line-height:19px}.vacancy-information__actions{display:flex}.vacancy-information__actions>:not(:first-child){margin-left:16px}.job-preview-hero__job-information__employement-type,.job-preview-hero__job-information__schools{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.job-preview-hero{align-items:stretch;background-color:#fff;border-radius:34px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;margin-bottom:100px;overflow:hidden;padding:160px 0 160px 10%;position:relative;width:100%}.job-preview-hero__title{color:#212121;line-height:75px;width:50%}.job-preview-hero__job-information{align-items:stretch;display:flex;flex-direction:row;gap:22px;justify-content:flex-start}.job-preview-hero__job-information__schools{color:#212121}.job-preview-hero__job-information__employement-type{color:#00416a;position:relative}.job-preview-hero__job-information__employement-type:before{background-color:#d9d9d9;border-radius:50%;content:"";height:6px;left:-11px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.job-preview-hero__action-buttons{align-items:stretch;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.job-preview-hero__circle{background-color:rgba(189,216,217,.63);border-radius:50%;height:1200px;left:100%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1200px}@media(min-width:1100px)and (max-width:1440px){.job-preview-hero__circle{-webkit-transform:translate(-30%,-50%);transform:translate(-30%,-50%)}}@media(min-width:768px)and (max-width:1099px){.job-preview-hero__circle{-webkit-transform:translate(-20%,-50%);transform:translate(-20%,-50%)}}@media(max-width:767px){.job-preview-hero{align-items:stretch;display:flex;flex-direction:column;gap:18px;justify-content:flex-start;overflow:hidden;padding:80px 20px}.job-preview-hero__title{font-size:44px;font-size:2.75rem;line-height:52px;width:auto}.job-preview-hero__circle{display:none}}.job-preview-section__left__section-number,.job-preview-section__left__title,.job-preview-section__right ul li{font-family:Open Sans,sans-serif}.job-preview-section__right ul li{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}.job-preview-section{align-items:center;display:flex;flex-direction:row;gap:48px;justify-content:space-between}.job-preview-section__left,.job-preview-section__right{flex:1 1}.job-preview-section__left{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.job-preview-section__left__section-number{-webkit-text-stroke:1px #000;color:transparent;font-size:104px;font-size:6.5rem;font-weight:800;line-height:142px}.job-preview-section__left__title{color:#00416a;font-size:40px;font-size:2.5rem;font-weight:900;line-height:47px}.job-preview-section__right{color:#212121}.job-preview-section__right ul{align-items:stretch;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;list-style-type:inherit;padding-left:16px}@media(max-width:767px){.job-preview-section{align-items:stretch;display:flex;flex-direction:column;gap:32px;justify-content:flex-start}.job-preview-section__left__section-number{font-size:44px;font-size:2.75rem;font-weight:700;line-height:52px}.job-preview-section__left__title{font-size:32px;font-size:2rem;font-weight:900;line-height:38px}}.job-preview__section-container__section-subtitle{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}.job-preview{align-items:stretch;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:flex-start;padding:48px 48px 160px}.job-preview .role-description-container{overflow-wrap:break-word}.job-preview .role-description-container p,.job-preview .role-description-container span{background-color:transparent!important}.job-preview__section-container{align-items:stretch;display:flex;flex-direction:column;gap:100px;justify-content:flex-start;padding:0 80px}.job-preview__section-container__section-subtitle{margin:12px 0}.job-preview__button-container{align-items:stretch;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}@media(max-width:767px){.job-preview{padding:32px 20px 48px}.job-preview__section-container{gap:24px;padding:0}}.school-group-profile{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;width:100%}.school-group-profile .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.school-group-profile{width:100%}}@media screen and (min-width:1024px){.school-group-profile{width:900px}}@media screen and (min-width:1440px){.school-group-profile{width:940px}}@media screen and (min-width:1728px){.school-group-profile{width:1120px}}@media screen and (min-width:1920px){.school-group-profile{width:60%}}.school-group-profile .go-back-button{align-self:flex-start}@media screen and (min-width:1024px){.school-group-profile--preview{width:100%}}.back .school-group-profile--preview{max-width:1400px;width:100%}.teachers{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;width:100%}.teachers .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.teachers{width:100%}}@media screen and (min-width:1024px){.teachers{width:900px}}@media screen and (min-width:1440px){.teachers{width:940px}}@media screen and (min-width:1728px){.teachers{width:1120px}}@media screen and (min-width:1920px){.teachers{width:60%}}.teachers .go-back-button{align-self:flex-start}.teachers .searchality-pagination-info{margin:36px 0 48px}.teacher-profile{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;width:100%}.teacher-profile .searchality-pagination-info{margin-bottom:32px}@media(max-width:768px){.teacher-profile{width:100%}}@media screen and (min-width:1024px){.teacher-profile{width:900px}}@media screen and (min-width:1440px){.teacher-profile{width:940px}}@media screen and (min-width:1728px){.teacher-profile{width:1120px}}@media screen and (min-width:1920px){.teacher-profile{width:60%}}.teacher-profile .go-back-button{align-self:flex-start}.teacher-account-details__account-type h5{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}.teacher-account-details{grid-gap:32px;display:grid;gap:32px;grid-template:"a b" "c c"}.teacher-account-details__account-type{align-items:stretch;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.teacher-account-details__account-type h5{min-height:24px}.teacher-account-details__account-type>form{flex:1 1}.teacher-account-details__account-type>form button{margin-top:12px}.ncoded-textarea-container--inner .ncoded-textarea~label,.ncoded-textarea-container--inner .ncoded-textarea~p{font-family:Roboto,sans-serif}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Open Sans,sans-serif}:root .ncoded-button--solid:disabled{background-color:#a5a5a5;opacity:1}:root .ncoded-button--solid:disabled:active{-webkit-transform:none;-webkit-transform:initial;transform:none}:root .ncoded-button--secondary{background-color:#e75200;color:#fff}:root .ncoded-button{--nd-button-color:#00416a;height:auto;min-height:48px;min-width:0;min-width:auto;padding:10px}:root .ncoded-button>svg{margin:0 6px}:root .ncoded-button--link{padding:10px 0}:root .ncoded-button--link:active{color:#00acd7}:root .ncoded-button--outline,:root .ncoded-button--solid{min-width:0;min-width:auto}body h1{font-size:64px;font-size:4rem;font-weight:700;line-height:87px}body h2{font-size:40px;font-size:2.5rem;font-weight:800;line-height:54px}body h3{font-size:32px;font-size:2rem;font-weight:700;line-height:44px}body h4{font-size:16px;font-size:1rem;font-weight:700;line-height:22px}body p,table tbody tr td{font-size:16px;font-size:1rem;font-weight:400;line-height:26px;margin:0}:root .ncoded-checkbox,:root .ncoded-styled-checkbox .ncoded-checkbox,body .tooltip-information,body a,body p.descriptive{font-size:12px;font-size:.75rem;font-weight:300;line-height:16px}.ncoded-modal__content header.with-title,body p.subtitle{font-family:Open Sans;font-size:20px;font-size:1.25rem;font-weight:700;line-height:27px}body p.subtitle--small,table thead tr th{font-size:13px;font-size:.8125rem;font-weight:700;line-height:18px}:root .ncoded-styled-checkbox .ncoded-checkbox__label,body input{font-size:16px;font-size:1rem;font-weight:400;line-height:22px}:root .radio-button__label .description,body input.descriptive{font-size:14px;font-size:.875rem;font-weight:400;line-height:18px}body .tooltip-information:before{background-color:inherit;border-right:1px solid;border-top:1px solid;content:"";height:10px;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%,-50%) rotate(-45deg) translateY(-1px);transform:translate(-50%,-50%) rotate(-45deg) translateY(-1px);width:10px}:root .ncoded-checkbox input:checked+.ncoded-checkbox__box{background-color:#bdd8d9}:root .ncoded-checkbox__box{align-self:flex-start;border:2px solid;border-radius:2px;color:#00416a;height:18px;width:18px}:root .ncoded-checkbox__box+*{margin-left:12px}@media(max-width:767px){:root .ncoded-checkbox__box{height:15px;width:15px}:root .ncoded-checkbox__box+*{margin-left:8px}}:root .ncoded-checkbox:not(.ncoded-checkbox--with-icon) input:checked+.ncoded-checkbox__box:after{border-bottom-color:initial;border-right-color:initial}:root .ncoded-styled-checkbox .ncoded-checkbox{background-color:#fff;border:1px solid #bdd8d9;border-radius:6px;padding:16px 10px 16px 12px}:root .ncoded-styled-checkbox .ncoded-checkbox .ncoded-checkbox__box+*{margin-left:0}:root .ncoded-styled-checkbox .ncoded-checkbox__box{display:none}:root .ncoded-styled-checkbox .ncoded-checkbox__label>:not(:first-child){margin-top:4px}:root .ncoded-styled-checkbox .ncoded-checkbox--checked{background-color:#00416a;border-color:#00416a;color:#fff}:root .radio-button{background-color:#fff;border:1px solid #bdd8d9;border-radius:6px;justify-content:space-between;padding:16px 10px 16px 12px}:root .radio-button>:not(:first-child){margin-left:8px}:root .radio-button input{-webkit-appearance:none;appearance:none;background-color:#f3f4f6;background-color:transparent;border:1px solid #b7b7b7;border-radius:50%;height:15px;margin:0;opacity:1;position:static;width:15px}:root .radio-button input:checked{background-color:#00416a;border:5px solid #e6e6e6}:root .radio-button__label{display:flex;flex-direction:column;white-space:pre}:root .radio-button__label>:not(:first-child){margin-top:4px}:root .radio-button__label .title{color:#00416a}:root .radio-button__label .description{color:#afafaf}:root .radio-button--checked{background-color:#00416a;border-color:#00416a;color:#fff}:root .radio-button--checked .radio-button__label .title{color:#fff}:root .radio-button--checked .radio-button__label .description{color:#bdd8d9}:root .ncoded-range__track{background-color:#afafaf}:root .ncoded-range__track-range{background-color:#bdd8d9}:root .ncoded-range__max-thumb>button,:root .ncoded-range__min-thumb>button{background-color:#00416a;color:#fff}:root .ncoded-range__max-thumb>div,:root .ncoded-range__min-thumb>div{display:none}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06FxZCJgvAQ.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:italic;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}body{font-family:Roboto,Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}body,html{height:100%;overscroll-behavior-y:none;scroll-behavior:smooth;width:100%}@supports(-webkit-touch-callout:none){body,html{height:calc(100vh - env(safe-area-inset-bottom))}}#root{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overscroll-behavior-y:none;position:relative;white-space:pre-line;width:100%}.s-collapsible-anim.transitioning{overflow:hidden}*{box-sizing:border-box}.ncoded-input{--required-color:#4d84b6;background-color:#fcfcfc;border:1px solid #d6d6d6;border-radius:5px;position:relative}.ncoded-input label{color:#afafaf}.ncoded-input,.ncoded-input input{width:100%}.ncoded-input:focus-within{border-color:#00416a}.ncoded-input[class*=inner]{--label-scale:0.875}.ncoded-input[class*=inner] input{padding:32px 16px 8px}.ncoded-input[class*=inner] input::-webkit-input-placeholder{visibility:hidden}.ncoded-input[class*=inner] input::placeholder{visibility:hidden}.ncoded-input[class*=inner] input:focus::-webkit-input-placeholder{visibility:visible}.ncoded-input[class*=inner] input:focus::placeholder{visibility:visible}.ncoded-input[class*=inner] label{left:16px}.ncoded-input input{background-color:inherit;border:none;border-radius:inherit;color:#2b2b2b;font-size:16px;font-size:1rem;font-weight:400;line-height:18.75px;padding:20px 16px}.ncoded-input input:focus-visible{box-shadow:none;outline:none;outline-offset:0}.ncoded-input input.password-input{padding-right:42px}.ncoded-select__selected{--required-color:#4d84b6;background-color:#fcfcfc;border:1px solid #d6d6d6;border-radius:5px;min-height:64px}.ncoded-select__selected label{color:#afafaf}@media(max-width:767px){.ncoded-select__selected{padding:8px 10px}}.ncoded-select__value{height:100%}.ncoded-select input{padding:20px 16px}.ncoded-select--inner{--label-scale:0.875}.ncoded-select--inner input{padding:32px 16px 8px}.ncoded-select--inner input::-webkit-input-placeholder{visibility:hidden}.ncoded-select--inner input::placeholder{visibility:hidden}.ncoded-select--inner input:focus::-webkit-input-placeholder{visibility:visible}.ncoded-select--inner input:focus::placeholder{visibility:visible}.ncoded-select--inner .ncoded-select__content{box-sizing:initial;overflow:hidden;padding:20px 20px 2px 6px;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(max-width:767px){.ncoded-select--inner .ncoded-select__content{padding-bottom:0}}.ncoded-select--inner label{left:16px}.ncoded-select--error{height:auto}.ncoded-select--error .ncoded-select__selected{background-color:#fff;height:auto}.ncoded-select--error label{color:inherit}.ncoded-select__option:hover{background-color:#e6e6e6;color:#2b2b2b}.ncoded-select__option--selected{color:#2b2b2b}.ncoded-modal .overlay__content{background:rgba(33,33,33,.41)}.ncoded-modal__content{align-items:stretch;border-radius:10px;box-shadow:0 8px 10px rgba(0,0,0,.04),0 4px 4px hsla(0,0%,92%,.08),0 4px 14px hsla(0,0%,91%,.05),0 4px 5px rgba(0,0,0,.05);display:flex;-webkit-filter:none;filter:none;flex-direction:column;justify-content:flex-start;max-height:90%;min-height:0;min-height:auto}.ncoded-modal__content header.with-title{color:#000;padding:12px 24px;white-space:pre-wrap}.ncoded-modal__content header.with-title button.ncoded-modal__close{height:20px;width:20px}.ncoded-modal__content header.with-title button.ncoded-modal__close svg{stroke-width:1.8px;color:#a5a5a5;height:100%;width:100%}.ncoded-modal__content main{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;overflow:auto;padding:24px 24px 32px}.ncoded-modal__content main>*{white-space:pre-wrap}.ncoded-modal__content footer .ncoded-button:not(:first-of-type){margin-left:16px}.ncoded-textarea-container,.ncoded-textarea-container__wrapper{min-height:124px;width:100%}.ncoded-textarea-container p,.ncoded-textarea-container__wrapper p{color:#a5a5a5}.ncoded-textarea-container--error,.ncoded-textarea-container__wrapper--error{border-color:#d14343!important;color:#d14343!important}.ncoded-textarea-container--error textarea,.ncoded-textarea-container__wrapper--error textarea{background-color:#fcfcfc}.ncoded-textarea-container--error .ncoded-textarea--error,.ncoded-textarea-container__wrapper--error .ncoded-textarea--error{background-color:#fcfcfc;color:#d14343}.ncoded-textarea-container--error label,.ncoded-textarea-container--error p,.ncoded-textarea-container__wrapper--error label,.ncoded-textarea-container__wrapper--error p{color:#d14343}.ncoded-textarea-container .ncoded-textarea{border:1px solid #d6d6d6;border-radius:5px;flex:1 1}.ncoded-textarea-container .ncoded-textarea--error{border-color:#d14343!important}.ncoded-textarea-container--inner .ncoded-textarea-container__wrapper{background-color:#fcfcfc;border:1px solid #d6d6d6;border-radius:5px;margin-bottom:0;padding-top:0}.ncoded-textarea-container--inner .ncoded-textarea{border:none;padding-left:16px}.ncoded-textarea-container--inner .ncoded-textarea~label{color:#a5a5a5;font-size:16px;font-size:1rem;font-weight:400;left:16px;line-height:18px;max-width:75%;position:absolute;top:16px;-webkit-transform:none!important;transform:none!important}.ncoded-textarea-container--inner .ncoded-textarea~p{font-size:16px;font-size:1rem;font-weight:400;height:-webkit-max-content;height:max-content;line-height:18px;margin:0;position:absolute;right:10px;top:13px}body{--border-radius:8px;--font-family:"Roboto";--color-primary:#00416a;--line-height:18.75px}body,body h1,body h2,body h3,body h4,body h5,body h6{margin:0}body .ncoded-toggle--checked{background-color:#00416a}body a{color:#0091e2;text-decoration:none}body ol{-webkit-padding-start:16px;padding-inline-start:16px}body ol,body ul{-webkit-margin-before:0;margin-block-start:0}body ul{-webkit-margin-after:0;-webkit-padding-start:0;list-style-type:none;margin-block-end:0;padding-inline-start:0}body ul li{margin-bottom:24px}body ul.checkbox-group{align-items:stretch;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;width:100%}body ul.checkbox-group .ncoded-checkbox>span{align-self:center}body button.svg-button-wrapper{align-items:center;background:none;border:none;color:inherit;display:flex;flex-direction:row;gap:8px;justify-content:center;margin:0;padding:0}body button.svg-button-wrapper:hover{cursor:pointer}body .tooltip-information{background-color:#fcfcfc;border:1px solid #d6d6d6;border-radius:5px;max-width:none;padding:32px;position:relative;width:100%}body .tooltip-information:before{border-color:#d6d6d6}body .tooltip-information>.tippy-content{white-space:pre-wrap;width:100%}body .iframe-video-wrapper{aspect-ratio:2.5;border-radius:10px;overflow:hidden;padding:0}body .iframe-video-wrapper iframe{border:none;height:100%;width:100%}body .view-guard-msg{color:#00416a;font-style:italic}.ncoded-button--link,.ncoded-button--outline,.ncoded-button--solid{height:51px}table{border-spacing:0;padding:0;table-layout:fixed}table thead tr th{border-bottom:1px solid #bdd8d9;color:#768591;font-family:Open sans;padding:16px;text-align:start;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}table thead tr th:last-of-type{text-align:end}table tbody tr:hover{background-color:#f0f0f0}table tbody tr td{max-width:400px;overflow:hidden;padding:16px;text-overflow:ellipsis;white-space:nowrap}table tbody tr td:last-of-type{text-align:end}
/*# sourceMappingURL=main.aec1145a.css.map*/