@charset "UTF-8";.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}body{color:#111;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:1rem;background-color:#172931;padding:0 40px;text-rendering:optimizeLegibility;margin:0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}p,a,h1,h2,h3,h4,h5,h6,td,tr,ul,ol,li,hr,div,span,img,label{padding:0;margin:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;list-style:none}input,textarea,select{box-sizing:border-box;padding:.25rem}img,svg{width:100%;height:auto}.app__background{position:fixed;bottom:-50%;left:0;width:100%;height:100%;pointer-events:none}.container{width:100%;max-width:1500px;margin:0 auto;min-height:calc(100vh - 110px);padding:140px 40px 120px;background-color:#f4f4f4}.container--side{padding:0}.container p,.container div,.container ul,.container li,.container o,.container span,.container input,.container select,.container textarea{font-family:lexend-reg,Arial,Helvetica,sans-serif}.container p{margin:10px 0}.container hr{margin:20px 0}.container h2{font-size:1.375rem;margin-bottom:20px}@media screen and (max-width: 600px){.container h2{font-size:1.1875rem}}.container .page-title{font-family:lexend-bold,Arial,Helvetica,sans-serif;margin-bottom:20px;color:#111;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;align-items:end;justify-content:space-between}.container .page-title img,.container .page-title svg{width:22px;position:relative;top:0;height:auto;margin-right:10px}.container .page-title__title{font-size:1.625rem;font-family:lexend-bold,Arial,Helvetica,sans-serif}.container .page-title__subtitle{display:block;font-size:1rem;color:#333}.container .page-title__children{display:flex;flex-direction:row;gap:1rem;align-items:center;-webkit-user-select:none;user-select:none;margin-left:auto}.container .page-title__children .button{font-size:.9375rem;padding:8px 12px;border-color:#111}@media screen and (max-width: 600px){.container .page-title__title{font-size:1.1875rem}.container .page-title__subtitle{font-size:.9375rem}}.container .page-actions--no-title{margin:-55px 0 20px;display:flex;justify-content:end}@media screen and (max-width: 600px){.container .page-actions--no-title{margin-top:0}}.container.search-results-container{padding-top:310px}@media screen and (max-width: 1050px){.container{padding:140px 20px 20px}.container--side{padding:0}}.section{box-sizing:border-box;margin:0 auto 40px;display:block;width:100%}.section--mb20{margin-bottom:20px}.section.dark{background-color:#2b344080;color:#e6e6e6}.section.light{background-color:#cccccc80;color:#444}.section.light .text-highlight{color:#004d95}.section.white{background-color:#ffffff80;color:#444}.section.white .text-highlight{color:#004d95}.section.centered{text-align:center}.section.centered h3{text-align:left}.section hr{color:#ccc;margin:20px 0}.section h2,.section p,.section ul,.section li{margin-bottom:10px;margin-top:10px}.section p,.section ul,.section li{font-size:1rem;line-height:1.5rem}.section ul{margin-left:10px}.section ul li{margin-left:10px;list-style-type:disc;line-height:1.3rem}.col1{width:650px;margin-right:auto;margin-left:auto;text-align:center}@media screen and (max-width: 800px){.col1{width:100%;display:block}}.col2{width:50%;display:inline-block;vertical-align:top;text-align:left}.col2:first-child{padding-right:10px}.col2:last-child{padding-left:10px}@media screen and (max-width: 800px){.col2{padding:0;width:100%;display:block}}.col3{width:calc((100% - 40px) / 3);margin-left:20px;display:inline-block;text-align:left;vertical-align:top}.col3:first-child{margin-left:0}@media screen and (max-width: 800px){.col3{width:100%;display:block;margin-left:0}.col3:not(:first-child){margin-top:20px}}.col4{width:800px;margin-right:auto}@media screen and (max-width: 880px){.col4{width:calc(100% - 40px);display:block}}.admin-summary-container{width:100%;background-color:#f4f4f4;border:1px solid #ccc;padding:8px;font-size:.875rem;font-family:lexend-bold,Arial,Helvetica,sans-serif}.admin-summary-container .admin-summary-title{color:#172931}span.timestamp{display:flex;flex-direction:row;align-items:center;flex:0 0 190px}span.timestamp__date{width:110px;font-family:lexend-bold,Arial,Helvetica,sans-serif;text-align:right}span.timestamp__at{width:25px;text-align:center}span.timestamp__time{width:55px}@media screen and (max-width: 800px){.hide-small{display:none}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}a:link,a:visited,a:active,a:hover{text-decoration:none;color:#004d95;font-family:lexend-bold,Arial,Helvetica,sans-serif;border-bottom:1px solid transparent}a:hover,a:focus{border-bottom:1px solid #172931}.admin-link-container{border:2px solid #172931;padding:10px 20px;background-color:#172931;color:#fff;min-height:230px}.admin-link-container h2{display:flex;flex-direction:row;align-items:center;gap:.5rem;color:#ccc;margin-bottom:20px}.admin-link-container h2 img{width:50px;height:auto}.admin-link-container a:link,.admin-link-container a:visited,.admin-link-container a:active{color:#fff}.admin-link-container a:hover{color:#ccc;text-decoration:underline}.summary-listing-link a{font-size:.9375rem}.button{display:inline-block;margin-left:10px;background-color:#274e5f;padding:10px;border-radius:6px;border-style:solid;border:solid 1px #fff;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .5s}.button:hover{background-color:#172931}.button.cancel{background-color:#f4f4f4;border:1px solid #274e5f;color:#172931}.button.cancel:hover{background-color:#fff}.button.reject{background-color:#900;color:#fff}.button.reject:hover{background-color:#bd0000}.button.search{display:flex;flex-direction:row;gap:8px;align-items:center;border:solid 1px #172931;background-color:#fff;color:#111;transition:all .5s}.button.search svg{height:28px;width:auto;color:#274e5f;transition:color .5s;margin-right:0}.button.search:hover,.button.search:active,.button.search:focus{background-color:#f4f4f4;border-color:#172931 svg;border-color-color:#172931;border-color-outline:none!important}.button:disabled{opacity:.5;cursor:not-allowed}.button:disabled:hover{background-color:#172931}.button img,.button svg{height:auto;width:20px;margin-right:10px;position:relative;top:2px;color:#fff}.view-link{color:#fff}.view-link svg{position:relative;top:0;width:11px;height:auto;margin-left:.375rem;rotate:90deg;margin-bottom:1px}svg.registries .background{fill:#fff;stroke:#111}svg.registries .shadow{fill:#ccc}svg.registries .page{fill:#fff}svg.registries .bullet{fill:#fc0}svg.registries .item{fill:#333}svg.registries .tick{fill:#335611}svg.late .border{fill:#fff;stroke:#111}svg.late .hands{fill:#fff}svg.late .background{fill:#900}svg.notification .background{fill:#fc0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.menu{color:#fff;display:flex;flex-direction:row;gap:.5rem;align-items:center;position:relative;-webkit-user-select:none;user-select:none;font-size:.9375rem}.menu .menu__label{z-index:2;text-align:left;display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:8px 12px;background-color:#274e5f;color:#fff;border-radius:4px;transition:background-color .3s;border:solid 1px #172931}.menu .menu__label .menu__label-text{font-family:lexend-bold,Arial,Helvetica,sans-serif}.menu .menu__label:hover,.menu .menu__label:focus{background-color:#172931}.menu .menu__label-icon{z-index:2;width:16px}.menu .menu__label-icon svg{width:16px;height:auto;rotate:180deg;transition:transform .3s}.menu__items{z-index:1;position:absolute;top:calc(100% + 2px);right:0;border-radius:4px;pointer-events:none;background-color:#274e5f}.menu__items ul{text-align:left;pointer-events:all}.menu__items ul li a{display:block;padding:7px 12px 8px;color:#fff;white-space:nowrap;border-bottom:none;text-decoration:none}.menu__items ul li a:hover,.menu__items ul li:focus{text-decoration:underline}.menu__items ul li:first-child a{border-top-left-radius:2px;border-top-right-radius:2px}.menu__items ul li:last-child a{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.menu--open .menu__label{background-color:#172931;border-color:#172931}.menu--open .menu__label-icon svg{transform:scaleY(-1);margin-bottom:1px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.filter{display:flex;flex-direction:row;gap:.5rem;align-items:center;position:relative;-webkit-user-select:none;user-select:none;font-size:.9375rem}.filter .filter__label{z-index:4;text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:8px 12px;background-color:#274e5f;color:#fff;border:solid 1px #111;border-radius:4px;transition:background-color .3s}.filter .filter__label .filter__label-text{font-family:lexend-bold,Arial,Helvetica,sans-serif}.filter .filter__label:hover,.filter .filter__label:focus{background-color:#172931}.filter .filter__label-icon{z-index:2;width:16px}.filter .filter__label-icon svg{width:16px;height:auto}.filter .filter__label-icon--toggle svg{rotate:90deg;transition:transform .3s}.filter .form{padding:10px}.filter .form .react-select svg{margin-right:unset;width:unset}.filter .form .form-field{margin-bottom:0;padding:0 10px}.filter .form .form-field label{display:flex;gap:10px;align-items:center;justify-content:space-between}.filter .form .form-field label .react-select{flex:0 1 calc(100% - 130px);margin-bottom:5px}.filter .form .form__buttons{margin:10px 0 0;background-color:#f4f4f4;padding:10px;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.filter .form .form__buttons .button.reset{margin-left:0;margin-right:auto;background-color:#900;color:#fff;transition:background-color .3s}.filter .form .form__buttons .button.reset:hover,.filter .form .form__buttons .button.reset:focus{background-color:#bd0000}.filter--open .filter__label{background-color:#172931;border-color:#172931}.filter--open .filter__label-icon--toggle svg{transform:scaleY(-1);margin-bottom:1px}.filter--active .filter__label{background-color:#fc0;color:#111;border:solid 1px #111}.filter--active .filter__label:hover,.filter--active .filter__label:focus{background-color:#fc0}.filter .side-panel{max-width:540px}.filter .side-panel .side-panel__title>.side-panel__close{margin-right:0}.filter .side-panel .side-panel__title>.side-panel__close>svg{margin-right:0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.form-field:has(.checkbox):has(input) label{display:grid;grid-template-columns:1.5rem auto;gap:.5rem}.form-field:has(.checkbox):has(input) label .checkbox{order:-1}.form-field:has(.checkbox):has(input) label .checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#333;width:1rem;height:1rem;border:1px solid #333;border-radius:4px;transform:translateY(-.075rem);display:grid;place-content:center}.form-field:has(.checkbox):has(input) label .checkbox input[type=checkbox]:before{content:"";width:.8rem;height:.8rem;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1rem 1rem #274e5f;transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.form-field:has(.checkbox):has(input) label .checkbox input[type=checkbox]:checked:before{transform:scale(1)}.form-field:has(.checkbox):has(input) .form-field__error{bottom:-4px;margin-left:2rem}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.react-select__control,.react-select__menu{background-color:#fff;font-size:1rem;color:#172931;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-weight:400;border:solid 1px #ccc;border-radius:0;text-align:left}.react-select__control{padding:6.5px}.react-select__control--menu-is-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.react-select__control:focus-within{outline:auto #004d95 1px!important}.react-select__menu{top:100%;position:fixed;z-index:9999!important;box-shadow:#0000001a 0 0 0 1px,#0000001a 0 4px 11px;margin-top:0;margin-bottom:8px;border-top-left-radius:0;border-top-right-radius:0;box-sizing:border-box}.react-select--up .react-select__menu{top:unset;bottom:100%;margin-top:8px;margin-bottom:0}.react-select__menu-list{max-height:212px!important;overflow-y:auto;position:relative;padding:0 0 4px;box-sizing:border-box}.react-select__option{display:block;font-size:inherit;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;color:inherit;box-sizing:border-box}.react-select__option--is-focused{background-color:#172931;color:#fff}.react-select__option--is-selected{background-color:#004d95;color:#fff}.react-select__group-heading,.react-select__option,.react-select__menu-notice{padding:8px 10px;text-align:left!important}.react-select__option,.react-select__indicator{cursor:pointer!important}.react-select__clear-indicator+.react-select__indicator-separator{margin:0 4px;border-left:dotted 2px #003366}.react-select .react-select__indicator svg{margin-right:0}.react-select__group{padding-bottom:8px}.react-select__group-heading{background-color:#f4f4f4;border-bottom:solid 1px #ccc;color:#111}.react-select__control:has(.react-select__value-container--is-multi){padding:2.5px}.react-select__control:has(.react-select__value-container--is-multi) .react-select__value-container--is-multi{gap:4px;max-height:84px;overflow:auto}.react-select__control:has(.react-select__value-container--is-multi) .react-select__value-container--is-multi svg{margin-right:0}.react-select__control:has(.react-select__value-container--is-multi) .react-select__placeholder,.react-select__control:has(.react-select__value-container--is-multi) .react-select__input-container{padding-left:4px}.react-select__control:has(.react-select__value-container--is-multi) .react-select__multi-value+.react-select__input-container{padding-left:0}.react-select__multi-value{background-color:#004d95;border-radius:2px;color:#fff;padding:4px 8px;gap:4px}.react-select__multi-value__remove{padding-top:3px;width:16px}.date-time-input{height:38px;line-height:38px;display:flex;gap:10px}.date-time-input img,.date-time-input svg{width:20px;height:auto;margin-right:10px}.date-time-input img:last-of-type,.date-time-input svg:last-of-type{margin-left:20px;position:relative;top:2px}.date-time-input__now{white-space:nowrap}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.numeric-input{height:38px;line-height:38px;display:flex;gap:0}.numeric-input__prefix,.numeric-input__suffix{border:solid 1px #ccc;padding:0 10px;min-width:40px;text-align:center}.numeric-input__prefix{border-right:none}.numeric-input__suffix{border-left:none}.numeric-input .numeric-input__prefix,.numeric-input .numeric-input__suffix{font-family:lexend-bold,Arial,Helvetica,sans-serif}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.file-input{line-height:38px;position:relative;background-color:#fff;border:1px solid #ccc;color:#172931;padding:0 0 0 8px;height:38px;display:flex;gap:0;justify-content:space-between;align-items:center}.file-input__value{width:calc(100% - 80px);font-weight:400}.file-input .file-input__label{height:100%;width:80px;flex-basis:80px;margin-left:auto;margin-bottom:3px}.file-input .file-input__label .file-input__button{height:100%;width:100%;text-align:center;border:none;color:#172931;border-left:solid 1px #ccc;background:#fff;font-size:.9375rem;transition:all .3s;cursor:pointer}.file-input .file-input__label .file-input__button:hover,.file-input .file-input__label .file-input__button:focus{background-color:#172931;color:#fff}.file-input .file-input__label input{display:none}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.field-help{display:inline-block;position:relative}.field-help__btn{width:20px;height:20px;background:#172931;border:1px solid #172931;color:#fff;border-radius:50%;cursor:pointer;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.8125rem;line-height:.8125rem;margin:0 8px}.field-help__popup{position:fixed;background-color:#fff;z-index:2;font-size:.8125rem;border:1px solid #172931;width:400px;max-width:400px;line-height:1rem;left:50vw;top:150px;margin-bottom:8px;margin-left:-200px;box-shadow:0 5px 10px #0000004d}.field-help__title{padding:10px;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.9375rem;background-color:#172931;color:#fff}.field-help__content{padding:10px;overflow-x:auto;max-height:360px;overscroll-behavior:contain}.field-help__content ul{font-size:inherit;line-height:inherit;list-style-type:disc;display:block;margin:1rem 0;padding-left:1.5rem}.field-help__content ul li{font-size:inherit;line-height:inherit;list-style-type:disc;display:list-item;width:auto;margin-bottom:5px;padding:0}.field-help__content .spaced{line-height:150%}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.editor-container{border:1px solid #ccc;color:#111;position:relative;line-height:1.4rem;font-weight:400;text-align:left}.editor-inner{background:#fff;position:relative}.editor-inner .editor-input{min-height:90px;resize:none;font-size:1.375rem;caret-color:#111;position:relative;-moz-tab-size:1;tab-size:1;outline:0;padding:10px}.editor-inner .editor-placeholder{color:#f4f4f4;overflow:hidden;position:absolute;text-overflow:ellipsis;top:15px;left:10px;font-size:.9375rem;-webkit-user-select:none;user-select:none;display:inline-block;pointer-events:none}.editor-inner .editor-paragraph{margin:0 0 8px;position:relative}.editor-inner .editor-paragraph:last-child{margin-bottom:0}.editor-inner pre::-webkit-scrollbar{background:transparent;width:10px}.editor-inner pre::-webkit-scrollbar-thumb{background:#999}.report-container{position:fixed;top:50%;left:50%;font-size:1.625rem;transform:translate(-50%,-50%);padding:20px;background:#fffa;border-radius:20px}[data-lexical-mention]{background-color:#bcd4ea;padding:3px 6px;border-radius:4px;font-weight:700;position:relative;cursor:pointer}[data-lexical-mention]:before{content:"@"}[data-lexical-mention]:hover{background-color:#004d95;color:#fff}.mention{white-space:nowrap}.lexical-html p{margin:0}.lexical-html .mention{background-color:#bcd4ea;cursor:pointer}.lexical-html .mention:hover,.lexical-html .mention:active,.lexical-html .mention:focus{background-color:#004d95;color:#fff}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.typeahead-popover{background:#fff;box-shadow:0 5px 10px #0000004d;border-radius:8px;position:absolute}.typeahead-popover ul{padding:0;list-style:none;margin:0;border-radius:8px;max-height:200px;overflow-y:scroll}.typeahead-popover ul::-webkit-scrollbar{display:none}.typeahead-popover ul{-ms-overflow-style:none;scrollbar-width:none}.typeahead-popover ul li{margin:0;min-width:180px;font-size:.8125rem;outline:none;cursor:pointer;border-radius:8px}.typeahead-popover ul li.selected{background:#f4f4f4}.typeahead-popover li{margin:0 8px;padding:8px;color:#111;cursor:pointer;line-height:1rem;font-size:.9375rem;display:flex;align-content:center;flex-direction:row;flex-shrink:0;background-color:#fff;border-radius:8px;border:0}.typeahead-popover li.active{display:flex;width:20px;height:20px;background-size:contain}.typeahead-popover li:first-child{border-radius:8px 8px 0 0}.typeahead-popover li:last-child{border-radius:0 0 8px 8px}.typeahead-popover li:hover{background-color:#f4f4f4}.typeahead-popover li .text{display:flex;line-height:20px;flex-grow:1;min-width:150px}.typeahead-popover li .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain;background-repeat:no-repeat;background-position:center}.component-picker-menu{width:200px}.mentions-menu{width:250px}.mentions-menu ul li.item{width:100%;display:flex;gap:10px;align-items:center}.mentions-menu ul li.item svg{height:16px;width:16px}.phone-input{margin-top:5px;--react-international-phone-border-radius: 0;--react-international-phone-border-color: #ccc;--react-international-phone-height: 36px;--react-international-phone-font-size: $body-size;--react-international-phone-text-color: #003366}.phone-input .react-international-phone-input:focus-within{outline:auto #004d95 1px!important;z-index:1}.phone-input ul li{display:flex!important;width:auto!important;padding:2px 8px!important}.form{position:relative;background-color:#f4f4f4;padding:20px;text-align:left}.form h3{padding:10px 0;margin:0 10px;border-bottom:1px solid #ccc;font-size:1rem}.form label,.form .field-label{display:block;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1rem;margin-bottom:10px;flex:1 1 100%;max-width:100%}.form label>select,.form label>.react-select,.form .field-label>select,.form .field-label>.react-select{font-family:lexend-reg,Arial,Helvetica,sans-serif;margin-top:5px;font-size:1rem;height:38px}.form label>select:has(.react-select__value-container--is-multi),.form label>.react-select:has(.react-select__value-container--is-multi),.form .field-label>select:has(.react-select__value-container--is-multi),.form .field-label>.react-select:has(.react-select__value-container--is-multi){height:unset;min-height:38px}.form label>.file-input,.form .field-label>.file-input{margin-top:5px;height:38px}.form label>.file-link,.form .field-label>.file-link{margin-top:5px}.form label>.text-area,.form .field-label>.text-area{margin-top:5px}.form label>.text-area textarea,.form .field-label>.text-area textarea{font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:1rem}.form label>.text-input,.form .field-label>.text-input{margin-top:5px}.form label>.text-input input,.form .field-label>.text-input input{font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:1rem;height:38px}.form label>.numeric-input,.form .field-label>.numeric-input{margin-top:5px;height:38px}.form label>.numeric-input input,.form .field-label>.numeric-input input{font-size:1rem;-moz-appearance:textfield}.form label>.numeric-input input::-webkit-outer-spin-button,.form label>.numeric-input input::-webkit-inner-spin-button,.form .field-label>.numeric-input input::-webkit-outer-spin-button,.form .field-label>.numeric-input input::-webkit-inner-spin-button{-webkit-appearance:none}.form label>.date-time-input,.form .field-label>.date-time-input{margin-top:5px;height:38px}.form label>.date-time-input input,.form .field-label>.date-time-input input{font-size:1rem}.form label>.date-time-input input::-webkit-datetime-edit-day-field:focus,.form label>.date-time-input input::-webkit-datetime-edit-month-field:focus,.form label>.date-time-input input::-webkit-datetime-edit-year-field:focus,.form label>.date-time-input input::-webkit-datetime-edit-hour-field:focus,.form label>.date-time-input input::-webkit-datetime-edit-minute-field:focus,.form .field-label>.date-time-input input::-webkit-datetime-edit-day-field:focus,.form .field-label>.date-time-input input::-webkit-datetime-edit-month-field:focus,.form .field-label>.date-time-input input::-webkit-datetime-edit-year-field:focus,.form .field-label>.date-time-input input::-webkit-datetime-edit-hour-field:focus,.form .field-label>.date-time-input input::-webkit-datetime-edit-minute-field:focus{background-color:#172931;color:#fff;outline:none}.form label>.editor-container,.form .field-label>.editor-container{margin-top:5px;font-weight:400}.form label>.editor-container .editor-inner .editor-input,.form .field-label>.editor-container .editor-inner .editor-input{font-size:1rem}.form label>.readonly,.form .field-label>.readonly{margin-top:5px;line-height:38px;font-weight:400}.form .field-icon{flex:0 0 24px;height:auto;margin-right:.5rem}.form__error-banner{background-color:#900;color:#fff;padding:10px;font-size:1rem;margin:-10px -10px 0}.form input,.form select,.form textarea{background-color:#fff;width:100%;padding:10px;color:#172931;border:1px solid #ccc}.form ul li{box-sizing:border-box;padding:10px;display:inline-flex;position:relative;vertical-align:top;width:50%;margin-bottom:5px;margin-top:0}.form ul li .optional-field{margin-left:1rem;font-size:.9375rem;color:#333}.form ul li .optional-field:before{content:"("}.form ul li .optional-field:after{content:")"}.form ul li.full-width{width:100%}.form ul li.w-col-6{width:16.6666666667%}.form ul li.own-row{display:block}.form ul li.field-w150 select,.form ul li.field-w150 .react-select,.form ul li.field-w150 .text-input,.form ul li.field-w150 .numeric-input{width:150px}.form ul li.form-group{width:100%;padding:0;display:inline-block}.form ul li.form-group ul{margin:0}.form ul li.form-group ul li:last-child{margin-bottom:0}.form ul li.form-group__label{margin:10px 0;width:100%;font-family:lexend-bold,Arial,Helvetica,sans-serif;background-color:#ccc;padding:10px;transition:all .3s}.form ul li.form-group__label a{display:inline-block;width:100%;height:100%;border-bottom:none}.form ul li.form-group__label a:hover,.form ul li.form-group__label a:focus{text-decoration:none;color:#172931;outline-offset:10px}.form ul li.form-group__label svg{width:12px;height:auto;rotate:180deg;margin-bottom:3px;margin-right:8px}.form ul li.form-group__label svg.alert-icon{display:none}.form ul li.form-group__label:hover,.form ul li.form-group__label:focus,.form ul li.form-group__label:focus-within{background-color:#ccc}.form ul li.form-group__label:hover a,.form ul li.form-group__label:focus a,.form ul li.form-group__label:focus-within a{color:#111}.form ul li.form-group__description{font-style:italic}.form ul li.form-group:not(.form ul li.form-group--open) ul li:not(.form-group__label){display:none}.form ul li.form-group:not(.form ul li.form-group--open) .form-group__label svg{rotate:90deg}@media screen and (max-width: 800px){.form ul li{width:100%}.form ul li.w-col-6{width:33.3333333333%}}.form .form-field__error{color:#fff;background-color:#900;position:absolute;bottom:-2px;left:10px;padding:1px 4px 2px;font-size:.9375rem;display:none}.form .form-field__warning{color:#333;background-color:#fc0;position:absolute;bottom:-2px;left:10px;padding:1px 4px 2px;font-size:.9375rem}.form.field-type--TextArea .form-field__error,.form.field-type--TextArea .form-field__warning{bottom:0}.form--validation-errors ul li .form-field__error{display:block}.form--validation-errors ul li .form-field__warning--withError{display:none}.form--validation-errors ul li .form-field--in-error input,.form--validation-errors ul li .form-field--in-error textarea,.form--validation-errors ul li .form-field--in-error .react-select__control,.form--validation-errors ul li .form-field--in-error .editor-container,.form--validation-errors ul li .form-field--in-error .location-field,.form--validation-errors ul li .form-field--in-error .file-input,.form--validation-errors ul li .form-field--in-error .numeric-input__prefix,.form--validation-errors ul li .form-field--in-error .numeric-input__suffix{border-color:#900}.form--validation-errors ul li .form-field--in-error .file-input__button{border-left-color:#900}.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label{border-color:#900}.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label a{color:#900}.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label a:hover,.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label a:focus{color:#fff;outline-color:#900}.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label .alert-icon{display:inline-block}.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label:hover,.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label:focus,.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label:focus-within{background-color:#900}.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label:hover a,.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label:focus a,.form--validation-errors ul li.form-group:has(ul li.form-field--in-error) .form-group__label:focus-within a{color:#fff}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.form__buttons{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;margin:20px 10px 0;align-items:center;justify-content:flex-end;row-gap:10px}.form__buttons .validation-errors{font-size:1rem;margin-right:20px}.form__buttons .validation-errors a{color:#900}.form__buttons .validation-errors a:hover,.form__buttons .validation-errors a:focus{color:#bd0000}.form__buttons .button.left{margin-left:0;margin-right:auto}.readonly-form .form{background-color:transparent;padding:0}.readonly-form .form .readonly{margin-top:0;line-height:unset}.readonly-form .form__buttons{display:none}.readonly{white-space:pre-line}.tabs{font-size:1rem;display:flex;flex-direction:row;gap:10px}.tabs a.tabs__tab{border:solid 1px #ccc;border-bottom:none;padding:8px 12px 11px;background:#fff;white-space:nowrap}.tabs a.tabs__tab:hover,.tabs a.tabs__tab:focus{background-color:#f4f4f4;color:#111}.tabs a.tabs__tab--active,.tabs a.tabs__tab--active:hover,.tabs a.tabs__tab--active:focus{background:#274e5f;border-color:#172931;color:#fff;z-index:2;padding-bottom:12px;margin-bottom:-1px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.table{display:table}.table .thead{display:table-header-group}.table .tbody{display:table-row-group}.table .tfoot{display:table-footer-group}.table .tr{display:table-row}.table .tr .th,.table .tr .td{display:table-cell}table,.table{width:100%;border-collapse:collapse;border:none}table td,table th,table .td,table .th,.table td,.table th,.table .td,.table .th{padding:6px 12px;text-align:left;vertical-align:top}table td.number,table td.currency,table td.date,table th.number,table th.currency,table th.date,table .td.number,table .td.currency,table .td.date,table .th.number,table .th.currency,table .th.date,.table td.number,.table td.currency,.table td.date,.table th.number,.table th.currency,.table th.date,.table .td.number,.table .td.currency,.table .td.date,.table .th.number,.table .th.currency,.table .th.date{text-align:right}table td.sm,table th.sm,table .td.sm,table .th.sm,.table td.sm,.table th.sm,.table .td.sm,.table .th.sm{width:1px}table td.nowrap,table th.nowrap,table .td.nowrap,table .th.nowrap,.table td.nowrap,.table th.nowrap,.table .td.nowrap,.table .th.nowrap{white-space:nowrap}table td:empty:after,table th:empty:after,table .td:empty:after,table .th:empty:after,.table td:empty:after,.table th:empty:after,.table .td:empty:after,.table .th:empty:after{content:"-"}table td,table .td,.table td,.table .td{border:solid 1px #ccc}table th,table .th,table tfoot td,table .tfoot .td,.table th,.table .th,.table tfoot td,.table .tfoot .td{border:solid 1px #F4F4F4;font-family:lexend-bold,Arial,Helvetica,sans-serif}table thead,table .thead,table tfoot,table .tfoot,.table thead,.table .thead,.table tfoot,.table .tfoot{background:#ccc;color:#172931}table tbody tr,table tbody .tr,table .tbody tr,table .tbody .tr,.table tbody tr,.table tbody .tr,.table .tbody tr,.table .tbody .tr{background:#fff}table tbody tr:nth-child(2n),table tbody .tr:nth-child(2n),table .tbody tr:nth-child(2n),table .tbody .tr:nth-child(2n),.table tbody tr:nth-child(2n),.table tbody .tr:nth-child(2n),.table .tbody tr:nth-child(2n),.table .tbody .tr:nth-child(2n){background:#f4f4f4}table--sortable thead th,table--sortable thead .th,table--sortable .thead th,table--sortable .thead .th,.table--sortable thead th,.table--sortable thead .th,.table--sortable .thead th,.table--sortable .thead .th{position:relative;border:1px solid #172931;border-bottom:solid 15px #274e5f}table--sortable thead th a:link,table--sortable thead th a:hover,table--sortable thead th a:active,table--sortable thead th a:visited,table--sortable thead .th a:link,table--sortable thead .th a:hover,table--sortable thead .th a:active,table--sortable thead .th a:visited,table--sortable .thead th a:link,table--sortable .thead th a:hover,table--sortable .thead th a:active,table--sortable .thead th a:visited,table--sortable .thead .th a:link,table--sortable .thead .th a:hover,table--sortable .thead .th a:active,table--sortable .thead .th a:visited,.table--sortable thead th a:link,.table--sortable thead th a:hover,.table--sortable thead th a:active,.table--sortable thead th a:visited,.table--sortable thead .th a:link,.table--sortable thead .th a:hover,.table--sortable thead .th a:active,.table--sortable thead .th a:visited,.table--sortable .thead th a:link,.table--sortable .thead th a:hover,.table--sortable .thead th a:active,.table--sortable .thead th a:visited,.table--sortable .thead .th a:link,.table--sortable .thead .th a:hover,.table--sortable .thead .th a:active,.table--sortable .thead .th a:visited{color:#172931;border-bottom:none;transition:all .3s}table--sortable thead th svg,table--sortable thead .th svg,table--sortable .thead th svg,table--sortable .thead .th svg,.table--sortable thead th svg,.table--sortable thead .th svg,.table--sortable .thead th svg,.table--sortable .thead .th svg{color:#fff;position:absolute;bottom:-10px;left:calc(50% - 8px);width:10px;height:auto;display:none}table--sortable thead th.asc svg,table--sortable thead th.desc svg,table--sortable thead .th.asc svg,table--sortable thead .th.desc svg,table--sortable .thead th.asc svg,table--sortable .thead th.desc svg,table--sortable .thead .th.asc svg,table--sortable .thead .th.desc svg,.table--sortable thead th.asc svg,.table--sortable thead th.desc svg,.table--sortable thead .th.asc svg,.table--sortable thead .th.desc svg,.table--sortable .thead th.asc svg,.table--sortable .thead th.desc svg,.table--sortable .thead .th.asc svg,.table--sortable .thead .th.desc svg{display:block}table--sortable thead th.desc svg,table--sortable thead .th.desc svg,table--sortable .thead th.desc svg,table--sortable .thead .th.desc svg,.table--sortable thead th.desc svg,.table--sortable thead .th.desc svg,.table--sortable .thead th.desc svg,.table--sortable .thead .th.desc svg{rotate:180deg}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.page-section{margin-top:10px;margin-bottom:20px}.page-section .page-section__title{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-family:lexend-bold,Arial,Helvetica,sans-serif;padding:10px;background-color:#ccc;transition:all .3s}.page-section .page-section__title .page-section__heading{flex:1 1 100%;border-bottom:none}.page-section .page-section__title .page-section__heading:has(a):hover,.page-section .page-section__title .page-section__heading:has(a):focus{text-decoration:none;color:#172931;outline-offset:10px}.page-section .page-section__title-links{margin:-10px;padding:10px 15px;border-left:solid 2px #fff}.page-section .page-section__title-links .link:hover,.page-section .page-section__title-links .link:focus{text-decoration:none;border-bottom:none;color:#172931;outline-offset:10px}.page-section .page-section__title svg{width:12px;height:auto;rotate:180deg;margin-bottom:3px;margin-right:8px}.page-section .page-section__title svg.alert-icon{display:none}.page-section .page-section__title:hover,.page-section .page-section__title:focus,.page-section .page-section__title:focus-within{background-color:#ccc}.page-section .page-section__title:hover a.page-section__heading,.page-section .page-section__title:focus a.page-section__heading,.page-section .page-section__title:focus-within a.page-section__heading{color:#111}.page-section .page-section__title:hover .page-section__title-links,.page-section .page-section__title:focus .page-section__title-links,.page-section .page-section__title:focus-within .page-section__title-links{background-color:#ccc}.page-section .page-section__title:hover .page-section__title-links:hover,.page-section .page-section__title:hover .page-section__title-links:focus,.page-section .page-section__title:hover .page-section__title-links:focus-within,.page-section .page-section__title:focus .page-section__title-links:hover,.page-section .page-section__title:focus .page-section__title-links:focus,.page-section .page-section__title:focus .page-section__title-links:focus-within,.page-section .page-section__title:focus-within .page-section__title-links:hover,.page-section .page-section__title:focus-within .page-section__title-links:focus,.page-section .page-section__title:focus-within .page-section__title-links:focus-within{background-color:#172931}.page-section .page-section__title:hover .page-section__title-links:hover .link,.page-section .page-section__title:hover .page-section__title-links:focus .link,.page-section .page-section__title:hover .page-section__title-links:focus-within .link,.page-section .page-section__title:focus .page-section__title-links:hover .link,.page-section .page-section__title:focus .page-section__title-links:focus .link,.page-section .page-section__title:focus .page-section__title-links:focus-within .link,.page-section .page-section__title:focus-within .page-section__title-links:hover .link,.page-section .page-section__title:focus-within .page-section__title-links:focus .link,.page-section .page-section__title:focus-within .page-section__title-links:focus-within .link{color:#fff}.page-section .page-section__title .page-section__subtitle{font-size:.9375rem;font-family:lexend-reg,Arial,Helvetica,sans-serif;color:#111;padding-left:.5rem}.page-section .page-section__title .page-section__add,.page-section .page-section__title .page-section__link{margin-left:auto;font-size:.9375rem;padding-top:.125rem;white-space:nowrap}.page-section .page-section__title .page-section__add:after{content:"+";padding-left:.5rem}.page-section .page-section__content{padding:20px 10px 10px}.page-section .page-section__content>ul{padding:0}.page-section .page-section__empty li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.page-section>ul{padding:20px 10px}.page-section>ul li,.page-section .page-section__content>ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.page-section>ul li .section-item__row,.page-section .page-section__content>ul li .section-item__row{flex-basis:100%;display:flex;gap:16px;justify-content:space-between;align-items:baseline}.page-section>ul li .section-item__label,.page-section .page-section__content>ul li .section-item__label{flex:1 1 auto}.page-section>ul li .section-item__status,.page-section .page-section__content>ul li .section-item__status{white-space:nowrap;font-family:lexend-bold,Arial,Helvetica,sans-serif;padding:4px 8px;border-radius:4px}.page-section>ul li:not(:last-child),.page-section .page-section__content>ul li:not(:last-child){margin-bottom:8px}.page-section:not(.page-section--open) .page-section__content{display:none}.page-section:not(.page-section--open) .page-section__title svg{rotate:90deg}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.files{margin-top:10px}.files ul{padding:20px 10px}.files ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.files ul li .files__label{flex:1 1 100%;display:flex;flex-direction:row;gap:8px;align-items:flex-start}.files ul li .files__label .files__icon{flex:0 0 24px}.files ul li .files__label .files__icon svg{width:24px;height:auto}.files ul li .files__author{white-space:nowrap;text-align:right;font-size:.9375rem}.files ul li:not(:last-child){margin-bottom:8px}@media screen and (max-width: 800px){.files ul li{flex-wrap:wrap;row-gap:4px}.files ul li .files__label{order:1;flex-shrink:0}.files ul li .timestamp{padding-left:32px;order:2;flex-basis:auto}.files ul li .timestamp__date{width:auto}.files ul li .files__author{order:3}.files ul li:not(:last-child){margin-bottom:24px}}.file-link{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.file-link .file-link__icon{flex:0 0 24px}.file-link .file-link__icon svg{width:24px;height:auto}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.page-section.activity .page-section__content ul li .activity__label{flex:1 1 100%}.page-section.activity .page-section__content ul li .activity__author{white-space:nowrap;text-align:right;font-size:.9375rem}@media screen and (max-width: 800px){.page-section.activity .page-section__content ul li{flex-wrap:wrap;row-gap:4px}.page-section.activity .page-section__content ul li .activity__label{order:1;flex-shrink:0}.page-section.activity .page-section__content ul li .timestamp{order:2;flex-basis:auto}.page-section.activity .page-section__content ul li .timestamp__date{width:auto}.page-section.activity .page-section__content ul li .activity__author{order:3}.page-section.activity .page-section__content ul li:not(:last-child){margin-bottom:24px}}ul.activity-focus{background-color:#f4f4f4;padding:20px}ul.activity-focus li.inline{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}ul.activity-focus li.inline:not(:last-child){margin-bottom:8px}ul.activity-focus li.inline .activity-focus__value{text-align:right}ul.activity-focus li.stacked .activity-focus__value{display:block}ul.activity-focus li.stacked:not(:last-child){margin-bottom:12px}ul.activity-focus li.activity-focus__title{margin:1rem 0 .75rem;border-bottom:solid 2px #ccc;padding:2px 0}ul.activity-focus li.activity-focus__title span{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1.1875rem}ul.activity-focus li .activity-focus__label{font-family:lexend-bold,Arial,Helvetica,sans-serif}ul.activity-focus li.activity-focus__item--removed{color:#900;font-style:italic}ul.activity-focus li.activity-focus__item--removed .activity-focus__label{color:#111;font-style:normal}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.comments{margin-top:10px}.comments .comments__title{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-family:lexend-bold,Arial,Helvetica,sans-serif;padding:10px;background-color:#ccc}.comments .comments__title .comments__subtitle{font-size:.9375rem;font-family:lexend-reg,Arial,Helvetica,sans-serif}.comments .comments__title .comments__add{margin-left:auto;font-size:.9375rem;padding-top:.125rem}.comments .comments__title .comments__add:after{content:"+";padding-left:.5rem}.comments>ul{padding:20px 10px}.comments>ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.comments>ul li .comment__label{flex:1 1 100%}.comments>ul li .comment__author{white-space:nowrap;text-align:right;font-size:.9375rem}.comments>ul li:not(:last-child){margin-bottom:8px;padding-bottom:8px;border-bottom:solid 1px #F4F4F4}@media screen and (max-width: 800px){.comments>ul li{flex-wrap:wrap;row-gap:4px}.comments>ul li .comment__label{order:1;flex-shrink:0}.comments>ul li .timestamp{order:2;flex-basis:auto}.comments>ul li .timestamp__date{width:auto}.comments>ul li .comment__author{order:3}.comments>ul li:not(:last-child){margin-bottom:24px}}.comments .form{padding:0 0 10px}.comments .form .form__buttons{margin-top:0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.page-section.declarations .page-section__content>ul li.declaration.section-item{row-gap:4px;margin-bottom:16px}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__detail{flex:1 1 100%}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__detail .section-item__name{font-family:lexend-bold,Arial,Helvetica,sans-serif}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__detail .section-item__declared-by{font-size:.8125rem}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__detail .section-item__description{margin-top:4px;display:block;font-size:.9375rem}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__remove{align-self:stretch;display:flex;flex-direction:row;justify-content:start}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__remove a{color:#900;align-self:self-start}.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__remove a:hover,.page-section.declarations .page-section__content>ul li.declaration.section-item .section-item__remove a:focus{border-bottom-color:#900}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.participations .page-section__content>ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.participations .page-section__content>ul li .section-item__label{flex:1 1 100%}.participations .page-section__content>ul li .section-item__label .section-item__round{font-family:lexend-bold,Arial,Helvetica,sans-serif}.participations .page-section__content>ul li .section-item__status.Interested{background-color:#333;color:#fff;border:solid 1px #fff}.participations .page-section__content>ul li .section-item__status.Provisional{background-color:#fc0;color:#111}.participations .page-section__content>ul li .section-item__status.Withdrawn{background-color:#900;color:#fff}.participations .page-section__content>ul li .section-item__status.Registered{background-color:#58822e;color:#fff}.participations .page-section__content>ul li:not(:last-child){margin-bottom:8px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.page-section.projects .page-section__content>ul li.project:has(.section-item__row){flex-wrap:wrap;row-gap:4px}.page-section.projects .page-section__content>ul li.project .section-item__type,.page-section.projects .page-section__content>ul li.project .section-item__link{font-size:.9375rem}.page-section.projects .page-section__content>ul li.project .section-item__row:last-child{margin-bottom:8px}.page-section.projects .page-section__content>ul li.project .section-item__remove button{font-size:.875rem;background-color:#900;padding:4px 6px;border-radius:4px}.page-section.projects .page-section__content>ul li.project .section-item__remove button:hover,.page-section.projects .page-section__content>ul li.project .section-item__remove button:focus{background-color:#bd0000}.page-section.projects .page-section__content>ul li.project .section-item__separator:before{content:"/";padding:0 .5rem}.page-section.projects .page-section__content>ul li.project .section-item__status.Draft,.page-section.projects .page-section__content>ul li.project .section-item__status.Unmatched{background-color:#333;color:#fff;border:solid 1px #fff}.page-section.projects .page-section__content>ul li.project .section-item__status.unmatched,.page-section.projects .page-section__content>ul li.project .section-item__status.Screened,.page-section.projects .page-section__content>ul li.project .section-item__status.Certified{background-color:#ccc;color:#111}.page-section.projects .page-section__content>ul li.project .section-item__status.Provisional,.page-section.projects .page-section__content>ul li.project .section-item__status.PendingScreening,.page-section.projects .page-section__content>ul li.project .section-item__status.PendingRound{background-color:#fc0;color:#111}.page-section.projects .page-section__content>ul li.project .section-item__status.FailedScreening,.page-section.projects .page-section__content>ul li.project .section-item__status.NotCertified,.page-section.projects .page-section__content>ul li.project .section-item__status.FailedRound,.page-section.projects .page-section__content>ul li.project .section-item__status.FailedVerification{background-color:#900;color:#fff}.page-section.projects .page-section__content>ul li.project .section-item__status.matched,.page-section.projects .page-section__content>ul li.project .section-item__status.Registered,.page-section.projects .page-section__content>ul li.project .section-item__status.ApprovedRound,.page-section.projects .page-section__content>ul li.project .section-item__status.Offered,.page-section.projects .page-section__content>ul li.project .section-item__status.Matched,.page-section.projects .page-section__content>ul li.project .section-item__status.Contracted,.page-section.projects .page-section__content>ul li.project .section-item__status.Verified,.page-section.projects .page-section__content>ul li.project .section-item__status.Monitoring{background-color:#58822e;color:#fff}.page-section.projects .page-section__content>ul li.project-group{flex-wrap:wrap}.page-section.projects .page-section__content>ul li.project-group .section-item__label{flex-basis:100%;font-family:lexend-bold,Arial,Helvetica,sans-serif}.page-section.projects .page-section__content>ul li.project-group .section-item__label .section-item__sub-label{padding-left:.25rem;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:.9375rem}.page-section.projects .page-section__content>ul li.project-group>ul{margin-bottom:10px;margin-left:10px;padding-left:10px;flex-basis:100%;border-left:solid 2px #111}.page-section.projects .page-section__content>ul li.project-group>ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.page-section.projects .page-section__content>ul li.project-group>ul li .section-item__label{flex:1 1 auto}.page-section.projects .page-section__content>ul li.project-group>ul li:not(:last-child){margin-bottom:8px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.compliance{margin-top:10px}.compliance .page-section__title .page-section__subtitle{background-color:#fff;margin-left:.5rem;padding:4px 6px;border-radius:4px;font-family:lexend-bold,Arial,Helvetica,sans-serif}.compliance ul{padding:20px 10px}.compliance ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.compliance ul li .compliance__label{flex:1 1 100%}.compliance ul li .compliance__label .compliance__is-compliant{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.9375rem;background-color:#58822e;color:#fff;margin-left:.25rem;padding:2px 4px;border-radius:2px}.compliance ul li .compliance__label .compliance__is-compliant--fail{background-color:#ccc;color:#111}.compliance ul li .compliance__label .compliance__fail-reason,.compliance ul li .compliance__label .compliance__notes{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.9375rem}.compliance ul li .compliance__label .compliance__fail-reason:before{content:"Non-compliance reason: ";font-family:lexend-bold,Arial,Helvetica,sans-serif}.compliance ul li .compliance__label .compliance__notes:before{content:"Notes: ";font-family:lexend-bold,Arial,Helvetica,sans-serif}.compliance ul li .compliance__name{white-space:nowrap;text-align:right;font-size:.9375rem}.compliance ul li:not(:last-child){margin-bottom:8px}.compliance ul li.compliance__due-date :first-child,.compliance ul li.compliance__next-action :first-child,.compliance ul li.compliance__next-action-due-date :first-child{flex:0 0 190px;white-space:nowrap;font-family:lexend-bold,Arial,Helvetica,sans-serif}.compliance ul li.compliance__due-date:not(:last-child),.compliance ul li.compliance__next-action-due-date:not(:last-child){padding-bottom:1rem;margin-bottom:1rem;border-bottom:solid 1px #ccc}@media screen and (max-width: 800px){.compliance ul li{flex-wrap:wrap;row-gap:4px}.compliance ul li .compliance__label{order:1;flex-shrink:0}.compliance ul li .timestamp{order:2;flex-basis:auto}.compliance ul li .timestamp__date{width:auto}.compliance ul li .compliance__name{white-space:unset;order:3}.compliance ul li:not(:last-child){margin-bottom:24px}}.compliance.Compliant .page-section__title .page-section__subtitle{background-color:#58822e;color:#fff}.compliance.Non-compliant .page-section__title .page-section__subtitle{background-color:#ccc}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.performance{margin-top:10px}.performance ul{padding:20px 10px}.performance ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.performance ul li .performance__label{flex:1 1 100%}.performance ul li .performance__label .performance__notes{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.9375rem}.performance ul li .performance__label .performance__notes:before{content:"Notes: ";font-family:lexend-bold,Arial,Helvetica,sans-serif}.performance ul li .performance__name{white-space:nowrap;text-align:right;font-size:.9375rem}.performance ul li:not(:last-child){margin-bottom:8px}@media screen and (max-width: 800px){.performance ul li{flex-wrap:wrap;row-gap:4px}.performance ul li .performance__label{order:1;flex-shrink:0}.performance ul li .timestamp{order:2;flex-basis:auto}.performance ul li .timestamp__date{width:auto}.performance ul li .performance__name{white-space:unset;order:3}.performance ul li:not(:last-child){margin-bottom:24px}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.dashboard{display:flex;flex-wrap:wrap;align-items:stretch;gap:20px}.dashboard .panel{flex:1 1 calc((100% - 40px)/2)}@media screen and (max-width: 800px){.dashboard .panel{flex-basis:100%}}.panel{display:flex;flex-direction:column;background-color:#274e5f;border:solid 1px #F4F4F4;color:#fff}.panel .panel__title{background-color:#172931;border-bottom:solid 1px #274e5f;color:#fff;margin:0;padding:8px 12px;display:flex;gap:10px;align-items:center;white-space:nowrap}.panel .panel__title>svg,.panel .panel__title>img{width:24px;height:auto;color:#ccc}.panel .panel__content{flex:1 1 100%;padding:6px 12px}.panel .panel__content:has(.dashboard-list__nothing){display:flex;align-items:center}.panel .panel__content:has(.dashboard-list__nothing) ul{width:100%}.panel .panel__content:has(.dashboard-list__nothing) li.dashboard-list__nothing{width:100%;justify-content:stretch}.panel .panel__content:has(.dashboard-list__nothing) li.dashboard-list__nothing span{width:100%;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1rem;text-align:center}ul.dashboard-list{list-style-type:none;font-size:1rem;margin:0}ul.dashboard-list li{margin-left:0;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}ul.dashboard-list li a,ul.dashboard-list li a:link,ul.dashboard-list li a:visited,ul.dashboard-list li a:active{border-bottom:solid 1px transparent;color:#fff}ul.dashboard-list li a span,ul.dashboard-list li a:link span,ul.dashboard-list li a:visited span,ul.dashboard-list li a:active span{font-family:lexend-bold,Arial,Helvetica,sans-serif}ul.dashboard-list li a:hover,ul.dashboard-list li a:focus{border-bottom-color:#fff}ul.dashboard-list li>span{font-size:.9375rem}ul.dashboard-list li>span.dashboard-list__description{flex-basis:100%;text-align:right;margin-top:-4px;font-style:italic}ul.dashboard-list.active-rounds li{flex-wrap:nowrap}ul.dashboard-list.active-rounds li>span{flex:1 1 33.3333333333%}ul.dashboard-list.active-rounds li>span.dashboard-list__link{text-align:left}ul.dashboard-list.active-rounds li>span.dashboard-list__link>a{white-space:nowrap}ul.dashboard-list.active-rounds li>span.dashboard-list__description{flex-basis:auto;text-align:center}ul.dashboard-list.active-rounds li>span.dashboard-list__status-wrapper{text-align:right}ul.dashboard-list.active-rounds li>span .dashboard-list__status.Draft{background-color:#333;color:#fff;border:solid 1px #fff}ul.dashboard-list.active-rounds li>span .dashboard-list__status.Open,ul.dashboard-list.active-rounds li>span .dashboard-list__status.OpenForBidsAndOffers,ul.dashboard-list.active-rounds li>span .dashboard-list__status.Matching{background-color:#ccc;color:#111;border:solid 1px #111}ul.dashboard-list.active-rounds li>span .dashboard-list__status.Closed,ul.dashboard-list.active-rounds li>span .dashboard-list__status.ClosedForBidsAndOffers,ul.dashboard-list.active-rounds li>span .dashboard-list__status.Pending,ul.dashboard-list.active-rounds li>span .dashboard-list__status.Matched{background-color:#fc0;color:#111;border:solid 1px #111}ul.dashboard-list.active-rounds li>span .dashboard-list__status.Failed,ul.dashboard-list.active-rounds li>span .dashboard-list__status.Rejected{background-color:#900;color:#fff;border:solid 1px #fff}ul.dashboard-list.active-rounds li>span .dashboard-list__status.Settled{background-color:#58822e;color:#fff;border:solid 1px #fff}ul.dashboard-list.active-rounds li>span .dashboard-list__status{white-space:nowrap;padding:4px 8px;border-radius:4px;border:solid 1px #111;font-family:lexend-bold,Arial,Helvetica,sans-serif}@media screen and (max-width: 800px){ul.dashboard-list.active-rounds li{flex-basis:50%}ul.dashboard-list.active-rounds li>span.dashboard-list__description{display:none}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.markets .title,.organisations .title{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1.1875rem;margin-bottom:.5rem}.markets .title:not(:first-child),.organisations .title:not(:first-child){margin-top:2rem}.markets .description,.organisations .description{font-size:.9375rem;color:#333;margin-top:-.5rem;margin-bottom:.5rem}.markets .table .tbody .tr.Draft>.td.status{background-color:#333;color:#fff}.markets .table .tbody .tr.Open>.td.status,.markets .table .tbody .tr.OpenForBidsAndOffers>.td.status,.markets .table .tbody .tr.Matching>.td.status{background-color:#ccc;color:#111}.markets .table .tbody .tr.Closed>.td.status,.markets .table .tbody .tr.ClosedForBidsAndOffers>.td.status,.markets .table .tbody .tr.Pending>.td.status,.markets .table .tbody .tr.Matched>.td.status{background-color:#fc0;color:#111}.markets .table .tbody .tr.Failed>.td.status,.markets .table .tbody .tr.Rejected>.td.status{background-color:#900;color:#fff}.markets .table .tbody .tr.Settled>.td.status{background-color:#58822e;color:#fff}.markets .table .tbody .tr>.td.status{text-align:center}.matching-csv pre{max-width:100%;overflow:auto}.matching-progress .button.cancel{margin-left:0}.match-result>ul>li{display:flex;gap:20px;justify-content:stretch;margin-bottom:10px}.match-result>ul>li.match-result__heading{margin-top:20px}.match-result>ul>li.match-result__heading>span{font-family:lexend-bold,Arial,Helvetica,sans-serif}.match-result>ul>li .match-result__label{font-family:lexend-bold,Arial,Helvetica,sans-serif}.match-result>ul>li .match-result__label{flex:0 0 250px}.match-result>ul>li .match-result__value{flex:1 1 auto}.match-result>ul>li .match-result__payment,.match-result>ul>li .match-result__surplus{flex:0 0 150px;text-align:right}.match-result>ul>li .match-result__bids{flex:1 1 auto;display:flex;flex-direction:column;gap:10px}.match-result>ul>li .match-result__bids span.bid{display:flex;gap:10px;justify-content:stretch}.match-result>ul>li .match-result__bids span.bid span.pct{flex:0 0 80px;text-align:right}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.registry .table .th,.registry .table .td{padding:6px 8px;font-size:.875rem}.registry .table .tfoot .tr.__totals__{background:#274e5f;color:#fff}.registry .table .tfoot .tr.__averages__{background:#172931;color:#fff}.registry .table .td.status,.registry .table .th.status{text-align:center}.registry .table .tbody .tr>.td:has(.cell-error){background:#900;color:#fff}.registry.projects .table .tbody .tr.Draft>.td.status,.registry.projects .table .tbody .tr.Unmatched>.td.status,.registry.projects .table .tfoot .tr.Draft>.td.status,.registry.projects .table .tfoot .tr.Unmatched>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Draft>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Unmatched>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Draft>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Unmatched>.td.status{background-color:#333;color:#fff;border:solid 1px #fff}.registry.projects .table .tbody .tr.unmatched>.td.status,.registry.projects .table .tbody .tr.Screened>.td.status,.registry.projects .table .tbody .tr.Certified>.td.status,.registry.projects .table .tfoot .tr.unmatched>.td.status,.registry.projects .table .tfoot .tr.Screened>.td.status,.registry.projects .table .tfoot .tr.Certified>.td.status,.registry.credit-requirement-supply .table .tbody .tr.unmatched>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Screened>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Certified>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.unmatched>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Screened>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Certified>.td.status{background-color:#ccc;color:#111}.registry.projects .table .tbody .tr.Provisional>.td.status,.registry.projects .table .tbody .tr.PendingScreening>.td.status,.registry.projects .table .tbody .tr.PendingRound>.td.status,.registry.projects .table .tfoot .tr.Provisional>.td.status,.registry.projects .table .tfoot .tr.PendingScreening>.td.status,.registry.projects .table .tfoot .tr.PendingRound>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Provisional>.td.status,.registry.credit-requirement-supply .table .tbody .tr.PendingScreening>.td.status,.registry.credit-requirement-supply .table .tbody .tr.PendingRound>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Provisional>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.PendingScreening>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.PendingRound>.td.status{background-color:#fc0;color:#111}.registry.projects .table .tbody .tr.FailedScreening>.td.status,.registry.projects .table .tbody .tr.NotCertified>.td.status,.registry.projects .table .tbody .tr.FailedRound>.td.status,.registry.projects .table .tbody .tr.FailedVerification>.td.status,.registry.projects .table .tfoot .tr.FailedScreening>.td.status,.registry.projects .table .tfoot .tr.NotCertified>.td.status,.registry.projects .table .tfoot .tr.FailedRound>.td.status,.registry.projects .table .tfoot .tr.FailedVerification>.td.status,.registry.credit-requirement-supply .table .tbody .tr.FailedScreening>.td.status,.registry.credit-requirement-supply .table .tbody .tr.NotCertified>.td.status,.registry.credit-requirement-supply .table .tbody .tr.FailedRound>.td.status,.registry.credit-requirement-supply .table .tbody .tr.FailedVerification>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.FailedScreening>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.NotCertified>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.FailedRound>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.FailedVerification>.td.status{background-color:#900;color:#fff}.registry.projects .table .tbody .tr.matched>.td.status,.registry.projects .table .tbody .tr.Registered>.td.status,.registry.projects .table .tbody .tr.ApprovedRound>.td.status,.registry.projects .table .tbody .tr.Offered>.td.status,.registry.projects .table .tbody .tr.Matched>.td.status,.registry.projects .table .tbody .tr.Contracted>.td.status,.registry.projects .table .tbody .tr.Verified>.td.status,.registry.projects .table .tbody .tr.Monitoring>.td.status,.registry.projects .table .tfoot .tr.matched>.td.status,.registry.projects .table .tfoot .tr.Registered>.td.status,.registry.projects .table .tfoot .tr.ApprovedRound>.td.status,.registry.projects .table .tfoot .tr.Offered>.td.status,.registry.projects .table .tfoot .tr.Matched>.td.status,.registry.projects .table .tfoot .tr.Contracted>.td.status,.registry.projects .table .tfoot .tr.Verified>.td.status,.registry.projects .table .tfoot .tr.Monitoring>.td.status,.registry.credit-requirement-supply .table .tbody .tr.matched>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Registered>.td.status,.registry.credit-requirement-supply .table .tbody .tr.ApprovedRound>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Offered>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Matched>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Contracted>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Verified>.td.status,.registry.credit-requirement-supply .table .tbody .tr.Monitoring>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.matched>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Registered>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.ApprovedRound>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Offered>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Matched>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Contracted>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Verified>.td.status,.registry.credit-requirement-supply .table .tfoot .tr.Monitoring>.td.status{background-color:#58822e;color:#fff}.registry.projects .table .tbody .tr .td .payment,.registry.projects .table .tbody .tr .td .offer,.registry.projects .table .tbody .tr .td .costs,.registry.projects .table .tfoot .tr .td .payment,.registry.projects .table .tfoot .tr .td .offer,.registry.projects .table .tfoot .tr .td .costs,.registry.credit-requirement-supply .table .tbody .tr .td .payment,.registry.credit-requirement-supply .table .tbody .tr .td .offer,.registry.credit-requirement-supply .table .tbody .tr .td .costs,.registry.credit-requirement-supply .table .tfoot .tr .td .payment,.registry.credit-requirement-supply .table .tfoot .tr .td .offer,.registry.credit-requirement-supply .table .tfoot .tr .td .costs{text-align:right;font-family:lexend-reg,Arial,Helvetica,sans-serif}.registry.projects .table .tbody .tr .td .payment>span,.registry.projects .table .tbody .tr .td .offer>span,.registry.projects .table .tbody .tr .td .costs>span,.registry.projects .table .tfoot .tr .td .payment>span,.registry.projects .table .tfoot .tr .td .offer>span,.registry.projects .table .tfoot .tr .td .costs>span,.registry.credit-requirement-supply .table .tbody .tr .td .payment>span,.registry.credit-requirement-supply .table .tbody .tr .td .offer>span,.registry.credit-requirement-supply .table .tbody .tr .td .costs>span,.registry.credit-requirement-supply .table .tfoot .tr .td .payment>span,.registry.credit-requirement-supply .table .tfoot .tr .td .offer>span,.registry.credit-requirement-supply .table .tfoot .tr .td .costs>span{display:none;color:#333;font-family:lexend-reg,Arial,Helvetica,sans-serif}.registry.projects .table .tbody .tr .td .payment>span:first-of-type,.registry.projects .table .tbody .tr .td .offer>span:first-of-type,.registry.projects .table .tbody .tr .td .costs>span:first-of-type,.registry.projects .table .tfoot .tr .td .payment>span:first-of-type,.registry.projects .table .tfoot .tr .td .offer>span:first-of-type,.registry.projects .table .tfoot .tr .td .costs>span:first-of-type,.registry.credit-requirement-supply .table .tbody .tr .td .payment>span:first-of-type,.registry.credit-requirement-supply .table .tbody .tr .td .offer>span:first-of-type,.registry.credit-requirement-supply .table .tbody .tr .td .costs>span:first-of-type,.registry.credit-requirement-supply .table .tfoot .tr .td .payment>span:first-of-type,.registry.credit-requirement-supply .table .tfoot .tr .td .offer>span:first-of-type,.registry.credit-requirement-supply .table .tfoot .tr .td .costs>span:first-of-type{border-top:solid 1px #111;margin-top:2px;padding-top:2px}.registry.projects .table .tbody .tr .td .payment>.maintenance:before,.registry.projects .table .tbody .tr .td .payment>.fees:before,.registry.projects .table .tbody .tr .td .offer>.maintenance:before,.registry.projects .table .tbody .tr .td .offer>.fees:before,.registry.projects .table .tbody .tr .td .costs>.maintenance:before,.registry.projects .table .tbody .tr .td .costs>.fees:before,.registry.projects .table .tfoot .tr .td .payment>.maintenance:before,.registry.projects .table .tfoot .tr .td .payment>.fees:before,.registry.projects .table .tfoot .tr .td .offer>.maintenance:before,.registry.projects .table .tfoot .tr .td .offer>.fees:before,.registry.projects .table .tfoot .tr .td .costs>.maintenance:before,.registry.projects .table .tfoot .tr .td .costs>.fees:before,.registry.credit-requirement-supply .table .tbody .tr .td .payment>.maintenance:before,.registry.credit-requirement-supply .table .tbody .tr .td .payment>.fees:before,.registry.credit-requirement-supply .table .tbody .tr .td .offer>.maintenance:before,.registry.credit-requirement-supply .table .tbody .tr .td .offer>.fees:before,.registry.credit-requirement-supply .table .tbody .tr .td .costs>.maintenance:before,.registry.credit-requirement-supply .table .tbody .tr .td .costs>.fees:before,.registry.credit-requirement-supply .table .tfoot .tr .td .payment>.maintenance:before,.registry.credit-requirement-supply .table .tfoot .tr .td .payment>.fees:before,.registry.credit-requirement-supply .table .tfoot .tr .td .offer>.maintenance:before,.registry.credit-requirement-supply .table .tfoot .tr .td .offer>.fees:before,.registry.credit-requirement-supply .table .tfoot .tr .td .costs>.maintenance:before,.registry.credit-requirement-supply .table .tfoot .tr .td .costs>.fees:before{content:"+ "}.registry.projects .table .tfoot .tr .td .payment,.registry.projects .table .tfoot .tr .td .costs,.registry.credit-requirement-supply .table .tfoot .tr .td .payment,.registry.credit-requirement-supply .table .tfoot .tr .td .costs{font-family:lexend-bold,Arial,Helvetica,sans-serif}.registry.projects .table .tfoot .tr .td .payment>span,.registry.projects .table .tfoot .tr .td .costs>span,.registry.credit-requirement-supply .table .tfoot .tr .td .payment>span,.registry.credit-requirement-supply .table .tfoot .tr .td .costs>span{color:#f4f4f4}.registry.projects .table .tfoot .tr .td .payment>span:first-of-type,.registry.projects .table .tfoot .tr .td .costs>span:first-of-type,.registry.credit-requirement-supply .table .tfoot .tr .td .payment>span:first-of-type,.registry.credit-requirement-supply .table .tfoot .tr .td .costs>span:first-of-type{border-top:solid 1px #fff}.registry.projects.expanded .table .tbody .tr .td .payment,.registry.projects.expanded .table .tbody .tr .td .offer,.registry.projects.expanded .table .tbody .tr .td .costs,.registry.projects.expanded .table .tfoot .tr .td .payment,.registry.projects.expanded .table .tfoot .tr .td .offer,.registry.projects.expanded .table .tfoot .tr .td .costs,.registry.credit-requirement-supply.expanded .table .tbody .tr .td .payment,.registry.credit-requirement-supply.expanded .table .tbody .tr .td .offer,.registry.credit-requirement-supply.expanded .table .tbody .tr .td .costs,.registry.credit-requirement-supply.expanded .table .tfoot .tr .td .payment,.registry.credit-requirement-supply.expanded .table .tfoot .tr .td .offer,.registry.credit-requirement-supply.expanded .table .tfoot .tr .td .costs{font-family:lexend-bold,Arial,Helvetica,sans-serif}.registry.projects.expanded .table .tbody .tr .td .payment>span,.registry.projects.expanded .table .tbody .tr .td .offer>span,.registry.projects.expanded .table .tbody .tr .td .costs>span,.registry.projects.expanded .table .tfoot .tr .td .payment>span,.registry.projects.expanded .table .tfoot .tr .td .offer>span,.registry.projects.expanded .table .tfoot .tr .td .costs>span,.registry.credit-requirement-supply.expanded .table .tbody .tr .td .payment>span,.registry.credit-requirement-supply.expanded .table .tbody .tr .td .offer>span,.registry.credit-requirement-supply.expanded .table .tbody .tr .td .costs>span,.registry.credit-requirement-supply.expanded .table .tfoot .tr .td .payment>span,.registry.credit-requirement-supply.expanded .table .tfoot .tr .td .offer>span,.registry.credit-requirement-supply.expanded .table .tfoot .tr .td .costs>span{display:block}.registry.requirements .table .tbody .tr.Draft>.td.status,.registry.requirements .table .tbody .tr.Unmatched>.td.status,.registry.requirements .table .tfoot .tr.Draft>.td.status,.registry.requirements .table .tfoot .tr.Unmatched>.td.status{background-color:#333;color:#fff;border:solid 1px #fff}.registry.requirements .table .tbody .tr.unmatched>.td.status,.registry.requirements .table .tfoot .tr.unmatched>.td.status{background-color:#ccc;color:#111}.registry.requirements .table .tbody .tr.Provisional>.td.status,.registry.requirements .table .tbody .tr.RightsCreated>.td.status,.registry.requirements .table .tbody .tr.RightsAllocated>.td.status,.registry.requirements .table .tfoot .tr.Provisional>.td.status,.registry.requirements .table .tfoot .tr.RightsCreated>.td.status,.registry.requirements .table .tfoot .tr.RightsAllocated>.td.status{background-color:#fc0;color:#111}.registry.requirements .table .tbody .tr.Retired>.td.status,.registry.requirements .table .tfoot .tr.Retired>.td.status{background-color:#900;color:#fff}.registry.requirements .table .tbody .tr.matched>.td.status,.registry.requirements .table .tbody .tr.Registered>.td.status,.registry.requirements .table .tbody .tr.Bid>.td.status,.registry.requirements .table .tbody .tr.CreditsIssued>.td.status,.registry.requirements .table .tbody .tr.CreditsRedeemed>.td.status,.registry.requirements .table .tfoot .tr.matched>.td.status,.registry.requirements .table .tfoot .tr.Registered>.td.status,.registry.requirements .table .tfoot .tr.Bid>.td.status,.registry.requirements .table .tfoot .tr.CreditsIssued>.td.status,.registry.requirements .table .tfoot .tr.CreditsRedeemed>.td.status{background-color:#58822e;color:#fff}.registry.requirements .table .tbody .tr .td .units,.registry.requirements .table .tbody .tr .td .payment,.registry.requirements .table .tfoot .tr .td .units,.registry.requirements .table .tfoot .tr .td .payment{text-align:right}.registry.requirements .table .tbody .tr .td .units .long,.registry.requirements .table .tbody .tr .td .payment .long,.registry.requirements .table .tfoot .tr .td .units .long,.registry.requirements .table .tfoot .tr .td .payment .long{display:none}.registry.requirements .table .tfoot .tr .td .units,.registry.requirements .table .tfoot .tr .td .payment{font-family:lexend-bold,Arial,Helvetica,sans-serif}.registry.requirements .table .tfoot .tr .td .units>span,.registry.requirements .table .tfoot .tr .td .payment>span{font-family:lexend-bold,Arial,Helvetica,sans-serif}.registry.requirements .table .tfoot .tr .td .units>span.additional:before,.registry.requirements .table .tfoot .tr .td .payment>span.additional:before{content:"+ "}.registry.requirements.expanded .table .tbody .tr .td .units .long,.registry.requirements.expanded .table .tfoot .tr .td .units .long{display:block}.registry.requirements.expanded .table .tbody .tr .td .units .short,.registry.requirements.expanded .table .tfoot .tr .td .units .short{display:none}.registry.credits .table .tbody .tr.Draft>.td.status,.registry.credits .table .tbody .tr.None>.td.status,.registry.credits .table .tfoot .tr.Draft>.td.status,.registry.credits .table .tfoot .tr.None>.td.status{background-color:#333;color:#fff;border:solid 1px #fff}.registry.credits .table .tbody .tr.Bid>.td.status,.registry.credits .table .tbody .tr.Unused>.td.status,.registry.credits .table .tfoot .tr.Bid>.td.status,.registry.credits .table .tfoot .tr.Unused>.td.status{background-color:#ccc;color:#111;border:solid 1px #111}.registry.credits .table .tbody .tr.RightsCreated>.td.status,.registry.credits .table .tbody .tr.RightsAllocated>.td.status,.registry.credits .table .tfoot .tr.RightsCreated>.td.status,.registry.credits .table .tfoot .tr.RightsAllocated>.td.status{background-color:#fc0;color:#111}.registry.credits .table .tbody .tr.Retired>.td.status,.registry.credits .table .tfoot .tr.Retired>.td.status{background-color:#900;color:#fff}.registry.credits .table .tbody .tr.Issued>.td.status,.registry.credits .table .tbody .tr.Redeemed>.td.status,.registry.credits .table .tfoot .tr.Issued>.td.status,.registry.credits .table .tfoot .tr.Redeemed>.td.status{background-color:#58822e;color:#fff}.registry.reserve .table .tbody .tr.Reserved>.td.status,.registry.reserve .table .tfoot .tr.Reserved>.td.status{background-color:#58822e;color:#fff}.credit-requirement-supply .page-section__content,.supply-demand .page-section__content{padding:0 0 10px}.settlement-summary .table .thead .th{border-bottom:solid 10px #456624}.settlement-summary .table .tbody .tr>.td.heading{background-color:#172931;color:#fff;font-family:lexend-bold,Arial,Helvetica,sans-serif;border-color:#172931}.settlement-summary .table .tbody .tr.new-section>.td{border-top-width:5px;border-top-color:#172931}.settlement-summary .table .tbody .tr.summary-error{background-color:#900}.settlement-summary .table .tbody .tr.summary-error>.td{color:#fff;border-color:#900}.settlement-summary .table .tbody .tr.summary-error>.td.heading{background-color:#900;border-color:#900}.settlement-summary .section-heading.registry{color:#fff;background:#58822e;border:solid 1px #172931;border-bottom-width:20px;margin:0;padding:6px 12px;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1rem}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.review .table .th,.review .table .td{padding:6px 8px;font-size:.875rem}.review .table .tfoot .tr.__totals__{background:#274e5f}.review .table .tfoot .tr.__averages__{background:#172931}.review .table .td.status,.review .table .th.status{text-align:center}.review .table .tbody .tr>.td:has(.cell-error){background:#900;color:#fff}.review .projects.registry .table .tr.Draft>.td.status,.review .projects.registry .table .tr.Unmatched>.td.status{background-color:#333;color:#fff;border:solid 1px #fff}.review .projects.registry .table .tr.unmatched>.td.status,.review .projects.registry .table .tr.Screened>.td.status,.review .projects.registry .table .tr.Certified>.td.status{background-color:#ccc;color:#111}.review .projects.registry .table .tr.Provisional>.td.status,.review .projects.registry .table .tr.PendingScreening>.td.status,.review .projects.registry .table .tr.PendingRound>.td.status{background-color:#fc0;color:#111}.review .projects.registry .table .tr.FailedScreening>.td.status,.review .projects.registry .table .tr.NotCertified>.td.status,.review .projects.registry .table .tr.FailedRound>.td.status,.review .projects.registry .table .tr.FailedVerification>.td.status{background-color:#900;color:#fff}.review .projects.registry .table .tr.matched>.td.status,.review .projects.registry .table .tr.Registered>.td.status,.review .projects.registry .table .tr.ApprovedRound>.td.status,.review .projects.registry .table .tr.Offered>.td.status,.review .projects.registry .table .tr.Matched>.td.status,.review .projects.registry .table .tr.Contracted>.td.status,.review .projects.registry .table .tr.Verified>.td.status,.review .projects.registry .table .tr.Monitoring>.td.status{background-color:#58822e;color:#fff}.review .requirements.registry .table .tr.Draft>.td.status,.review .requirements.registry .table .tr.Unmatched>.td.status{background-color:#333;color:#fff;border:solid 1px #fff}.review .requirements.registry .table .tr.unmatched>.td.status{background-color:#ccc;color:#111}.review .requirements.registry .table .tr.Provisional>.td.status,.review .requirements.registry .table .tr.RightsCreated>.td.status,.review .requirements.registry .table .tr.RightsAllocated>.td.status{background-color:#fc0;color:#111}.review .requirements.registry .table .tr.Retired>.td.status{background-color:#900;color:#fff}.review .requirements.registry .table .tr.matched>.td.status,.review .requirements.registry .table .tr.Registered>.td.status,.review .requirements.registry .table .tr.Bid>.td.status,.review .requirements.registry .table .tr.CreditsIssued>.td.status,.review .requirements.registry .table .tr.CreditsRedeemed>.td.status{background-color:#58822e;color:#fff}.credit-requirement-supply{margin:20px 0}.credit-requirement-supply__title{margin-bottom:10px}.credit-requirement-supply__title .date-time-input{height:38px}.credit-requirement-supply__title .date-time-input input{font-size:1rem}.credit-requirement-supply__title .date-time-input input::-webkit-datetime-edit-day-field:focus,.credit-requirement-supply__title .date-time-input input::-webkit-datetime-edit-month-field:focus,.credit-requirement-supply__title .date-time-input input::-webkit-datetime-edit-year-field:focus,.credit-requirement-supply__title .date-time-input input::-webkit-datetime-edit-hour-field:focus,.credit-requirement-supply__title .date-time-input input::-webkit-datetime-edit-minute-field:focus{background-color:#172931;color:#fff;outline:none}.registry.section-heading,.credit-requirement-supply .credit-requirement-supply__title{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;font-size:1rem;font-family:lexend-bold,Arial,Helvetica,sans-serif;padding:10px;background-color:#ccc}.registry.section-heading{margin-top:20px}.summary .table .thead .th{border:1px solid #172931;border-bottom:solid 10px #172931}.summary .table .tbody .tr>.td.heading{background-color:#172931;color:#fff;font-family:lexend-bold,Arial,Helvetica,sans-serif;border-color:#172931}.summary .table .tbody .tr.new-section>.td{border-top-width:5px;border-top-color:#172931}.summary .table .tbody .tr.summary-error{background-color:#900}.summary .table .tbody .tr.summary-error>.td{color:#fff;border-color:#172931}.summary .table .tbody .tr.summary-error>.td.heading{background-color:#900}.summary .section-heading.registry{color:#fff;background:#172931;border:solid 1px #172931;border-bottom-width:20px;margin:0;padding:6px 12px;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1rem}.page-section.review .page-section__content{padding:10px 0}.page-section.supply-demand .page-section__content{padding:0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.chart{border:solid 1px #ccc;background:#fff;padding:20px}.chart .chart__title{color:#172931;background:#ccc;border:solid 1px #172931;border-bottom:solid 15px #274e5f;margin:-21px -21px 20px;padding:6px 8px;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.875rem}.chart .chart__content{display:flex;flex-direction:row;min-height:500px;width:100%}.chart .credit-timeline{width:100%;height:500px}.chart .credit-timeline .MuiChartsAxis-label{transform:translate(-10px)}.chart .chart-legend{display:flex;flex-direction:column;gap:.5rem}.chart .chart-legend__title{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1rem}.chart .chart-legend__item{display:flex;flex-direction:row;gap:.5rem;font-size:.8125rem;align-items:center;white-space:nowrap}.chart .chart-legend__item>span{content:"";height:20px;width:20px}table.MuiChartsTooltip-table thead tr td{color:#fff}table.MuiChartsTooltip-table thead tr td>*{font-family:lexend-bold,Arial,Helvetica,sans-serif}table.MuiChartsTooltip-table tbody tr td{border:none}table.MuiChartsTooltip-table tbody tr td:last-child{text-align:right}table.MuiChartsTooltip-table tbody tr td .MuiChartsTooltip-mark{width:12px;height:12px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.breadcrumb{padding:8.5px 24px 0 80px;max-width:1500px;margin:0 auto;pointer-events:none}.breadcrumb ul{display:inline-flex;align-items:center;font-size:.8125rem;border-bottom:2px solid #172931;background-color:#f4f4f4}.breadcrumb ul li{margin-top:-2px;display:flex;align-items:center;flex:0 0 auto}.breadcrumb ul li:not(:last-child){background-color:#274e5f;transition:background-color border-top-color .3s;margin-right:-5px;clip-path:polygon(0% 0%,calc(100% - 8px) 0%,100% 50%,calc(100% - 8px) 100%,0% 100%,8px 50%)}.breadcrumb ul li:not(:last-child):has(a){pointer-events:all}.breadcrumb ul li:not(:last-child):has(a):hover,.breadcrumb ul li:not(:last-child):has(a):focus-within{background-color:#172931}.breadcrumb ul li:last-child{padding:4px 16px 6px;background-color:#ccc;color:#172931;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,8px 50%);cursor:default}.breadcrumb ul li>a,.breadcrumb ul li .breadcrumb__no-link{padding:4px 16px 6px;border-bottom:none;color:#fff;font-family:lexend-bold,Arial,Helvetica,sans-serif;overflow:hidden;max-width:180px;text-overflow:ellipsis;white-space:nowrap}.breadcrumb__leaf{font-family:lexend-bold,Arial,Helvetica,sans-serif;overflow:hidden;max-width:180px;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 1050px){.breadcrumb{padding-left:60px}}@media screen and (min-width: 1500px){.breadcrumb{padding-left:40px}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}header{box-sizing:border-box;width:100%;height:100px;top:0;left:0;position:fixed;z-index:100;border-bottom:solid 9px #172931;background-color:#172931;background:url(/assets/header-background-Em44f5oi.png) top -30px right -30px no-repeat,linear-gradient(#172931,#274e5f);background-size:30%;color:#fff;font-size:1rem;font-family:lexend-reg,Arial,Helvetica,sans-serif}header .header{display:flex;gap:40px;align-items:center;width:100%;height:100%;padding:0 40px}header .header__background{height:55px;width:auto;position:absolute;right:120px;bottom:0}@media screen and (max-width: 1090px){header .header{padding:0 20px}header .header__background{right:100px}}header .profile.menu{color:#111;background-color:transparent}header .profile.menu .menu__label{background-color:transparent;border-color:transparent;color:#fff}header .profile.menu .menu__label .menu__label-icon{height:28px;width:auto}header .profile.menu .menu__label .menu__label-icon svg{color:#d0b1ef;height:28px;width:auto;rotate:0deg}header .profile.menu .menu__label:hover .menu__label-icon svg{color:#fff}header .profile.menu .menu__items{min-width:100%;top:100%;right:0;border-top:none;border-top-left-radius:0;border-top-right-radius:0}header .profile.menu .menu__items ul li:first-child a{border-top-left-radius:0;border-top-right-radius:0}header .profile.menu--open .menu__label{border-color:#172931;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}header .profile.menu--open .menu__label-icon{color:#172931}header .profile.menu--open .menu__label-icon svg{transform:none;margin-bottom:0}@media screen and (max-width: 1090px){header .profile.menu{margin-left:auto}}header .search{position:relative}header .search a{padding:8px;border-radius:4px;display:flex;flex-direction:row;gap:8px;align-items:center;border:solid 2px transparent;background-color:#274e5f;transition:border-color .5s}header .search a svg{height:28px;width:auto;color:#fff}header .search a:hover,header .search a:active,header .search a:focus{border-color:#fff}header .search a:hover svg,header .search a:active svg,header .search a:focus svg{outline:none!important}header .search a .icon-search-label{font-size:.9375rem;color:#fff}header .search__form{position:absolute;left:0;top:80px;min-height:200px;padding-top:50px;z-index:2;background-color:#010101cc;border-bottom:5px solid #ccc}header .search__form .col1 form input{width:100%;font-size:1.1875rem;text-align:center;padding:15px;border:2px solid #ccc}header .search__form .col1 .form__buttons{display:block}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.search__results{width:100%}.search__results tr.search__title td{font-family:lexend-bold,Arial,Helvetica,sans-serif;padding:6px 0 12px;border:none;border-bottom:solid 1px #ccc}.search__results tr.search__title:not(:first-child) td{padding-top:24px}.search__results tr.search__title+tr td{padding-top:12px}.search__results tr td:first-child{padding-left:0}.search__results tr td:last-child{padding-right:0}.search__result td{border:none;padding-bottom:8px}nav{display:inline-block}@media screen and (max-width: 1050px){nav{position:absolute;top:59px;left:-12px;width:100%;padding-top:20px;padding-bottom:20px;z-index:2}}.nav-menu{display:flex;flex-direction:row;gap:10px;justify-content:space-between;flex-grow:1}.nav-menu>ul{list-style-type:none;font-size:1rem;margin:0}.nav-menu>ul>li{display:inline-block;margin-right:20px;vertical-align:middle}.nav-menu>ul>li:last-of-type{margin-right:0}.nav-menu>ul>li>a:link,.nav-menu>ul>li>a:visited,.nav-menu>ul>li>a:active{color:#fff}.nav-menu>ul>li>a:hover{text-decoration:underline}.nav-menu>ul>li:not(.no-select).selected>a:link,.nav-menu>ul>li:not(.no-select).selected>a:visited,.nav-menu>ul>li:not(.no-select).selected>a:active{color:#fff;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.25rem}.nav-menu>ul>li:has(.entrade-logo){margin-right:40px}.nav-menu>ul>li .entrade-logo{width:115px;font-size:.9375rem;color:#ccc;font-family:lexend-bold,Arial,Helvetica,sans-serif}.nav-menu>ul>li .entrade-logo img{display:block;width:100%;height:auto}.nav-menu__button{display:none;height:23px;width:23px;color:#fff}.nav-menu .menu{font-size:1rem}.nav-menu .menu .menu__label{background-color:transparent;border-color:transparent;color:#fff}.nav-menu .menu .menu__items ul li a{background-color:#274e5f;color:#fff}.nav-menu .menu .menu__items ul li a:hover,.nav-menu .menu .menu__items ul li a:focus{text-decoration:underline}.nav-menu .menu .menu__items ul li.selected a{background-color:#274e5f;color:#fff;position:relative}.nav-menu .menu .menu__items ul li.selected a:before{content:"✔";position:absolute;left:12px}.nav-menu .menu--open .menu__label{border-color:#172931}.nav-menu .selected .menu:not(.nav-menu .selected .menu--open) .menu__label{text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.25rem}.nav-menu .selected .menu .menu__items ul li a{padding-left:32px}@media screen and (max-width: 1050px){.nav-menu{flex-direction:column;gap:0}.nav-menu--hidden{display:none}.nav-menu>ul{display:block;padding:0 0 0 12px}.nav-menu>ul>li{display:block;margin-right:0;padding-top:10px;padding-left:10px;padding-bottom:10px;width:100%;background-color:#274e5f}.nav-menu>ul>li>a:link,.nav-menu>ul>li>a:visited,.nav-menu>ul>li>a:active{font-size:1rem}.nav-menu>ul>li .entrade-logo{width:unset;font-size:1rem;color:#fff}.nav-menu>ul>li .entrade-logo img{display:none}.nav-menu__button{display:block;cursor:pointer}.nav-menu .menu{flex-direction:column;align-items:flex-start}.nav-menu .menu .menu__label{padding:0;border:none;font-size:1rem}.nav-menu .menu .menu__items{position:unset;border:none}.nav-menu .menu .menu__items ul{text-align:left;border-left:solid 2px #d0b1ef;margin-left:12px}.nav-menu .menu .menu__items ul li a{font-size:1rem;padding-left:12px}.nav-menu .menu .menu__items ul li a:hover,.nav-menu .menu .menu__items ul li a:focus{color:#fff;text-decoration-line:underline;text-underline-offset:.25rem}.nav-menu .menu .menu__items ul li.selected a{padding-left:0;color:#fff;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.25rem}.nav-menu .menu .menu__items ul li.selected a:before{content:""}.nav-menu .selected .menu .menu__items ul li a{padding-left:12px}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.refdata h3,.refdata h4{border-bottom:solid 1px #ccc;padding-bottom:8px;margin-bottom:1rem}.refdata h3{display:flex;justify-content:space-between}.refdata h3 a{font-size:1rem}.refdata .table .tbody .tr>.td.status{text-align:center}.refdata .table .tbody .tr.active>.td.status{background:#58822e;color:#fff}.refdata .table .tbody .tr.inactive>.td,.refdata .table .tbody .tr.inactive>.td a{color:#900}.refdata .table .tbody .tr.inactive>.td.status{background:#900;color:#fff}.modal-dialog{padding:15px;width:100%;max-width:1070px;min-height:400px;overscroll-behavior:contain;border:none;background:transparent}.modal-dialog::backdrop{background:#333;opacity:.8}.modal-dialog__wrapper{border:solid 1px #172931;border-radius:6px;overflow:auto}.modal-dialog__wrapper .form{padding:10px;background-color:#fff}.modal-dialog__wrapper .form .form__buttons{margin:20px 10px}.modal-dialog .modal-dialog__title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#172931;color:#fff;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1.1875rem;border-bottom:solid 1px #172931}.modal-dialog__description{padding:10px 20px;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:1rem;background-color:#fff}.modal-dialog__close{background-color:transparent;border:none;padding:5px;margin-right:-5px;cursor:pointer}.modal-dialog__close svg{color:#fff;height:20px;width:auto;margin:0;transition:all .3s}.modal-dialog__close:hover,.modal-dialog__close:focus{outline:none}.modal-dialog__close:hover svg,.modal-dialog__close:focus svg{color:#ccc}.modal-dialog.max800{max-width:800px}@media screen and (max-width: 1099px){.modal-dialog{padding:0}}.side-panel{box-sizing:border-box;position:fixed;top:0;z-index:100;width:75%;max-width:1070px;border:1px solid #fff;background-color:#f4f4f4;height:100vh;box-shadow:8px 0 8px 1px #01010133;animation:.75s ease}.side-panel .form{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 95px)}.side-panel .form ul{flex:0 1 100%;overflow:auto;position:relative}.side-panel .form .form__buttons{padding:20px 10px 0;margin:0;border-top:solid 1px #333}.side-panel:before{content:"";position:absolute;top:-1px;bottom:-1px;width:16px;background-color:#f4f4f4;border:solid 1px #fff}.side-panel.left{left:0;animation-name:flyin-left}.side-panel.left:before{left:-18px}.side-panel.right{right:0;animation-name:flyin-right;box-shadow:-8px 0 8px 1px #01010133}.side-panel.right:before{right:-18px}@keyframes flyin-left{0%{transform:translate(-1070px)}60%{transform:translate(18px)}80%{transform:translate(-6px)}to{transform:translate(0)}}@keyframes flyin-right{0%{transform:translate(1070px)}60%{transform:translate(-18px)}80%{transform:translate(6px)}to{transform:translate(0)}}.side-panel .side-panel__title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#274e5f;color:#fff;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1.1875rem}.side-panel__close{background-color:transparent;border:none;padding:5px;margin-right:-5px;cursor:pointer}.side-panel__close svg{color:#fff;height:20px;width:auto;margin:0;transition:all .3s}.side-panel__close:hover,.side-panel__close:focus{outline:none}.side-panel__close:hover svg,.side-panel__close:focus svg{color:#ccc}@media screen and (max-width: 1000px){.side-panel{width:100%}}footer{height:100px;background-color:#172931;border-top:solid 10px #274e5f;color:#fff;position:relative}footer .footer{padding:0 40px;width:100%;height:100%;display:flex;gap:10px;align-items:center;justify-content:space-between}footer .footer__logo>img{width:115px;height:auto}footer .footer__strapline{float:right;font-size:.75rem}footer .footer__base{color:#fff;background-color:#274e5f;padding:20px 40px;font-weight:700}footer .footer__map{position:absolute;width:166px;height:auto;right:40px;top:-110px;z-index:10}@media screen and (max-width: 1050px){footer .footer__map{display:none}}footer .footer__contact-us{position:absolute;top:-4px;right:calc(50% - 90px);width:180px;background-color:#274e5f;padding:8px;text-align:center;border-bottom-left-radius:4px;border-bottom-right-radius:4px;transition:right .3s}footer .footer__contact-us a:link,footer .footer__contact-us a:visited{color:#fff}footer .footer__contact-us a:active,footer .footer__contact-us a:hover,footer .footer__contact-us a:focus{color:#fff;border-bottom-color:#fff}footer .footer__contact-us svg{position:relative;width:18px;height:auto;color:#fff;margin-right:10px}@media screen and (max-width: 1050px){footer .footer{padding:0 20px}}@media screen and (max-width: 800px){footer .footer__right{font-size:.9375rem}footer .footer__contact-us{right:0}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.container:has(.auth-form-container){max-width:540px;margin-right:0}.wrapper.gridification{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width: 1050px){.wrapper.gridification{display:flex;flex-direction:column-reverse}.wrapper.gridification .container{margin:0 auto}}.auth-form-container .form{padding:0}.auth-form-container .form .form-field{padding:10px 0}.auth-form-container .form .form__buttons{margin-right:0}.auth-form-container .forgot-password{font-size:.8125rem;margin-right:10px}.auth-form-container .resend-code{flex:1 1 100%;order:100;font-size:.8125rem;margin-right:auto;padding-top:10px;display:flex;gap:10px}.auth-form-container .signup-link{margin-top:30px;display:flex;align-items:center;gap:10px;font-size:.9375rem}.user-entry{margin:0 -10px}.totp .label{font-family:lexend-bold,Arial,Helvetica,sans-serif;margin-bottom:10px}.totp .button:first-of-type{margin-left:0}.totp .configure-totp{display:flex;flex-direction:column;max-width:500px}.totp .configure-totp .qr-code{margin:20px 0;align-self:center}.totp .configure-totp .form{padding:0}.totp .configure-totp .form .form__field-container,.totp .configure-totp .form .form-field.totp-code{margin-left:0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item:has(.section-item__row){flex-wrap:wrap;row-gap:4px}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__type,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__link{font-size:.9375rem}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__remove button{font-size:.875rem;background-color:#900;padding:4px 6px;border-radius:4px}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__remove button:hover,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__remove button:focus{background-color:#bd0000}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__separator:before{content:"/";padding:0 .5rem}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.Draft,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.Unmatched{background-color:#333;color:#fff;border:solid 1px #fff}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.unmatched{background-color:#ccc;color:#111}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.Provisional,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.RightsCreated,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.RightsAllocated{background-color:#fc0;color:#111}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.Retired{background-color:#900;color:#fff}.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.matched,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.Registered,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.Bid,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.CreditsIssued,.page-section.credit-requirements .page-section__content>ul li.credit-requirement.section-item .section-item__status.CreditsRedeemed{background-color:#58822e;color:#fff}.page-section.credit-requirements .page-section__content>ul li.requirement-group{flex-wrap:wrap}.page-section.credit-requirements .page-section__content>ul li.requirement-group .section-item__label{flex-basis:100%;font-family:lexend-bold,Arial,Helvetica,sans-serif}.page-section.credit-requirements .page-section__content>ul li.requirement-group .section-item__label .section-item__sub-label{padding-left:.25rem;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:.9375rem}.page-section.credit-requirements .page-section__content>ul li.requirement-group>ul{margin-bottom:10px;margin-left:10px;padding-left:10px;flex-basis:100%;border-left:solid 2px #111}.page-section.credit-requirements .page-section__content>ul li.requirement-group>ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.page-section.credit-requirements .page-section__content>ul li.requirement-group>ul li .section-item__label{flex:1 1 auto}.page-section.credit-requirements .page-section__content>ul li.requirement-group>ul li:not(:last-child){margin-bottom:8px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}.progress{width:100%;height:40px;padding:2px;border:solid 1px #172931;background-color:#274e5f54;border-radius:4px;position:relative}.progress .progress__fill{display:block;height:100%;border:solid 1px #274e5f;border-radius:2px;position:relative;overflow:hidden;background-color:#ccc;box-shadow:inset 0 2px 8px #ffffff4d,inset 0 -2px 6px #0006}.progress .progress__fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;background-size:50px 50px;animation:move 4s linear infinite;border-radius:2px;overflow:hidden}.progress .progress__pct{position:absolute;right:8px;top:6px;font-family:lexend-bold,Arial,Helvetica,sans-serif}.progress .progress__label{position:absolute;left:8px;right:8px;top:6px;color:#172931;opacity:.75;text-align:center}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.toast{position:fixed;top:105px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast-item{display:flex;gap:10px;align-items:center;justify-content:space-between;min-width:250px;max-width:400px;padding:8px 12px;border-radius:5px;font-size:.9375rem;color:#fff;border:6px solid;animation:fadeIn .3s ease-in-out,fadeOut .3s ease-in-out 4.7s forwards;opacity:1;background-color:#111}.toast-item--success{border-color:#58822e}.toast-item--error{border-color:#900}.toast-item--info{border-color:#004d95}.toast-item__message{flex:1}.toast-item__close{background:none;border:none;color:#fff;font-weight:700;cursor:pointer;padding:0 8px;transition:opacity .3s ease-in-out;margin-top:2px}.toast-item__close:hover{opacity:.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateY(-10px)}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.screening ul{padding:20px 10px}.screening ul li.screening__item{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.screening ul li.screening__item:not(:last-child){margin-bottom:16px}.screening ul li.screening__item .screening__label{flex:1 1 100%}.screening ul li.screening__item .screening__label .screening__outcome{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.9375rem;background-color:#58822e;color:#fff;margin-right:.25rem;padding:2px 4px;border-radius:2px}.screening ul li.screening__item .screening__label .screening__outcome--pending{background-color:#ccc;color:#111}.screening ul li.screening__item .screening__label .screening__outcome--fail{background-color:#900}.screening ul li.screening__item .screening__label .screening__comment{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.9375rem}.screening ul li.screening__item .screening__label .screening__comment:before{content:"Comments: ";font-family:lexend-bold,Arial,Helvetica,sans-serif}.screening ul li.screening__item .screening__performer{white-space:nowrap;text-align:right;font-size:.9375rem}@media screen and (max-width: 800px){.screening ul li.screening__item{flex-wrap:wrap;row-gap:4px}.screening ul li.screening__item .screening__label{order:1;flex-shrink:0}.screening ul li.screening__item .timestamp{order:2;flex-basis:auto}.screening ul li.screening__item .timestamp__date{width:auto}.screening ul li.screening__item:not(:last-child){margin-bottom:24px}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.certification ul{padding:20px 10px}.certification ul li.certification__info{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:solid 1px #ccc}.certification ul li.certification__info .certification__label{flex:1 1 100%}.certification ul li.certification__info .certification__label .certification__decision{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.9375rem;background-color:#58822e;color:#fff;margin-right:.25rem;padding:2px 4px;border-radius:2px}.certification ul li.certification__info .certification__label .certification__decision--notcertified{background-color:#900}.certification ul li.certification__info .certification__uploader{white-space:nowrap;text-align:right;font-size:.9375rem}@media screen and (max-width: 800px){.certification ul li.certification__info{flex-wrap:wrap;row-gap:4px}.certification ul li.certification__info .certification__label{order:1;flex-shrink:0}.certification ul li.certification__info .timestamp{order:2;flex-basis:auto}.certification ul li.certification__info .timestamp__date{width:auto}}.certification ul li.certification__task{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center;padding:4px 0}.certification ul li.certification__task .certification__performer{flex:1 1 100%}.certification ul li.certification__task .certification__performer .certification__task-name{font-family:lexend-bold,Arial,Helvetica,sans-serif}.certification ul li.certification__task:last-child{padding-bottom:1rem;margin-bottom:1rem;border-bottom:solid 1px #ccc}@media screen and (max-width: 800px){.certification ul li.certification__task{flex-wrap:wrap;row-gap:4px}.certification ul li.certification__task .certification__performer{order:1;flex-shrink:0}.certification ul li.certification__task .timestamp{order:2;flex-basis:auto}.certification ul li.certification__task .timestamp__date{width:auto}}.certification ul li.certification__service{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center;padding:4px 0}.certification ul li.certification__service .certification__spacer{flex:0 0 190px}.certification ul li.certification__service .certification__label{flex:1 1 100%}.certification ul li.certification__service .certification__label .certification__standard{display:block;line-height:1rem;font-size:.9375rem}.certification ul li.certification__service .certification__decision{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.9375rem;background-color:#900;color:#fff;margin-right:.25rem;padding:2px 4px;border-radius:2px;white-space:nowrap}.certification ul li.certification__service .certification__decision--yes{background-color:#58822e}@media screen and (max-width: 800px){.certification ul li.certification__service{flex-wrap:wrap;row-gap:4px}.certification ul li.certification__service .certification__spacer{display:none}.certification ul li.certification__service .certification__label{order:1;flex-shrink:0}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.agent-authorities .page-section__content>ul li{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.agent-authorities .page-section__content>ul li .agent-authority__label{flex:1 1 100%}.agent-authorities .page-section__content>ul li .link{white-space:nowrap}.agent-authorities .page-section__content>ul li .agent-authority__status{background-color:#fc0;color:#111}.agent-authorities .page-section__content>ul li .agent-authority__status.NotApproved{background-color:#900;color:#fff}.agent-authorities .page-section__content>ul li .agent-authority__status.Approved{background-color:#58822e;color:#fff}.agent-authorities .page-section__content>ul li .agent-authority__status{white-space:nowrap;padding:4px 8px;border-radius:4px;font-family:lexend-bold,Arial,Helvetica,sans-serif}.agent-authorities .page-section__content>ul li:not(:last-child){margin-bottom:8px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.app--public .wrapper>.container .participant .page-section .page-section__content{padding:20px 0 10px}.app--public .wrapper>.container .participant .page-section .page-section__content>ul li{background-color:#172931;padding:12px;flex-wrap:wrap}.app--public .wrapper>.container .participant .page-section .page-section__content>ul li .section-item__status{font-size:.875rem;text-transform:uppercase}.app--public .wrapper>.container .participant .page-section:not(:last-child) .page-section__content{padding-bottom:20px}.app--public .wrapper>.container .participant .page-section__title,.app--public .wrapper>.container .participant .form-group__label{background:transparent;font-size:1.375rem;padding:0}.app--public .wrapper>.container .participant .page-section__title a,.app--public .wrapper>.container .participant .page-section__title .page-section__heading,.app--public .wrapper>.container .participant .form-group__label a,.app--public .wrapper>.container .participant .form-group__label .page-section__heading{font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .participant .page-section__title .page-section__title-links,.app--public .wrapper>.container .participant .form-group__label .page-section__title-links{border:none;padding:10px}.app--public .wrapper>.container .participant .page-section__title .page-section__title-links .page-section__add,.app--public .wrapper>.container .participant .form-group__label .page-section__title-links .page-section__add{border:solid 1px #111;border-radius:4px;padding:8px 12px;background-color:#ebdef8;color:#111;transition:background-color .3s}.app--public .wrapper>.container .participant .page-section__title .page-section__title-links .page-section__add>span,.app--public .wrapper>.container .participant .form-group__label .page-section__title-links .page-section__add>span{font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links{background-color:unset}.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links:hover,.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links:focus,.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links:focus-within,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links:hover,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links:focus,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links:focus-within,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links:hover,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links:focus,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links:focus-within,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links:hover,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links:focus,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links:focus-within,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links:hover,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links:focus,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links:focus-within,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links:hover,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links:focus,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links:focus-within{background-color:unset}.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links:hover .link,.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links:focus .link,.app--public .wrapper>.container .participant .page-section__title:hover .page-section__title-links:focus-within .link,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links:hover .link,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links:focus .link,.app--public .wrapper>.container .participant .page-section__title:focus .page-section__title-links:focus-within .link,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links:hover .link,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links:focus .link,.app--public .wrapper>.container .participant .page-section__title:focus-within .page-section__title-links:focus-within .link,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links:hover .link,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links:focus .link,.app--public .wrapper>.container .participant .form-group__label:hover .page-section__title-links:focus-within .link,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links:hover .link,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links:focus .link,.app--public .wrapper>.container .participant .form-group__label:focus .page-section__title-links:focus-within .link,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links:hover .link,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links:focus .link,.app--public .wrapper>.container .participant .form-group__label:focus-within .page-section__title-links:focus-within .link{background:#d0b1ef;color:#111}.app--public .wrapper>.container .participant .agents .section-item .section-item__status{background-color:#fc0;color:#111}.app--public .wrapper>.container .participant .agents .section-item .section-item__status.NotApproved{background-color:#900;color:#fff}.app--public .wrapper>.container .participant .agents .section-item .section-item__status.Approved{background-color:#58822e;color:#fff}.app--public .wrapper>.container .participant .agents .section-item .section-item__row:has(.permissions){margin-top:-16px}.app--public .wrapper>.container .participant .agents ul.permissions{list-style:disc;padding-left:1.5rem}.app--public .wrapper>.container .participant .agents ul.permissions li{display:list-item;list-style:disc;margin-bottom:0;padding:12px 0 0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__type,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__round,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__link{font-size:1rem}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__type--empty,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__round--empty,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__link--empty{color:#bcd4ea}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__round{white-space:nowrap}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Draft,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Unmatched{background-color:#333;color:#fff;border:solid 1px #fff}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.unmatched,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Screened,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Certified{background-color:#ccc;color:#111}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Provisional,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.PendingScreening,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.PendingRound{background-color:#fc0;color:#111}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.FailedScreening,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.NotCertified,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.FailedRound,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.FailedVerification{background-color:#900;color:#fff}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.matched,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Registered,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.ApprovedRound,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Offered,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Matched,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Contracted,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Verified,.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project .section-item__status.Monitoring{background-color:#58822e;color:#fff}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group{flex-wrap:wrap;padding-right:0}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group .section-item__label{flex-basis:100%;font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group .section-item__label .section-item__sub-label{padding-left:.25rem;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:.9375rem}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group>ul{margin-bottom:10px;margin-left:10px;flex-basis:100%;border-left-style:dotted;border-left-width:2px}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group>ul li{padding-left:20px;display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group>ul li .section-item__label{flex:1 1 auto}.app--public .wrapper>.container .participant .page-section.participant-projects .page-section__content>ul li.project-group>ul li:not(:last-child){margin-bottom:8px;border-bottom-style:dotted;border-bottom-width:2px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.app--public .wrapper>.container .participant body,.app--public .wrapper>.container .participant html,.app--public .wrapper>.container .participant p,.app--public .wrapper>.container .participant div,.app--public .wrapper>.container .participant a,.app--public .wrapper>.container .participant li,.app--public .wrapper>.container .participant tr,.app--public .wrapper>.container .participant td,.app--public .wrapper>.container .participant button{font-family:lexend-reg,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.app--public .wrapper>.container .participant button{font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .participant .unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app--public .wrapper>.container .participant .sentence-case{text-transform:lowercase}.app--public .wrapper>.container .participant .sentence-case:first-letter{text-transform:uppercase}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__type,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__round,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__link{font-size:1rem}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__type--empty,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__round--empty,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__link--empty{color:#bcd4ea}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__round{white-space:nowrap}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.Draft,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.Unmatched{background-color:#333;color:#fff;border:solid 1px #fff}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.unmatched{background-color:#ccc;color:#111}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.Provisional,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.RightsCreated,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.RightsAllocated{background-color:#fc0;color:#111}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.Retired{background-color:#900;color:#fff}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.matched,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.Registered,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.Bid,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.CreditsIssued,.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.credit-requirement .section-item__status.CreditsRedeemed{background-color:#58822e;color:#fff}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group{flex-wrap:wrap;padding-right:0}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group .section-item__label{flex-basis:100%;font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group .section-item__label .section-item__sub-label{padding-left:.25rem;font-family:lexend-reg,Arial,Helvetica,sans-serif;font-size:.9375rem}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group>ul{margin-bottom:10px;margin-left:10px;flex-basis:100%;border-left-style:dotted;border-left-width:2px}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group>ul li{padding-left:20px;display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group>ul li .section-item__label{flex:1 1 auto}.app--public .wrapper>.container .participant .page-section.participant-requirements .page-section__content>ul li.requirement-group>ul li:not(:last-child){margin-bottom:8px;border-bottom-style:dotted;border-bottom-width:2px}.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Draft{background-color:#333;color:#fff}.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Open,.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.OpenForBidsAndOffers,.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Matching{background-color:#ccc;color:#111}.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Closed,.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.ClosedForBidsAndOffers,.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Pending,.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Matched{background-color:#fc0;color:#111}.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Failed,.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Rejected{background-color:#900;color:#fff}.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li .section-item__status.Settled{background-color:#58822e;color:#fff}.app--public .wrapper>.container .participant .open-rounds .page-section__content>ul>li:not(:last-child){margin-bottom:8px}.app--public .wrapper>.container .agency .page-section .page-section__content{padding:20px 0 10px}.app--public .wrapper>.container .agency .page-section .page-section__content>ul li{background-color:#172931;padding:12px;flex-wrap:wrap}.app--public .wrapper>.container .agency .page-section .page-section__content>ul li .section-item__status{font-size:.875rem;text-transform:uppercase}.app--public .wrapper>.container .agency .page-section:not(:last-child) .page-section__content{padding-bottom:20px}.app--public .wrapper>.container .agency .page-section__title,.app--public .wrapper>.container .agency .form-group__label{background:transparent;font-size:1.375rem;padding:0}.app--public .wrapper>.container .agency .page-section__title a,.app--public .wrapper>.container .agency .page-section__title .page-section__heading,.app--public .wrapper>.container .agency .form-group__label a,.app--public .wrapper>.container .agency .form-group__label .page-section__heading{font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .agency .page-section__title .page-section__title-links,.app--public .wrapper>.container .agency .form-group__label .page-section__title-links{border:none;padding:10px}.app--public .wrapper>.container .agency .page-section__title .page-section__title-links .page-section__add,.app--public .wrapper>.container .agency .form-group__label .page-section__title-links .page-section__add{border:solid 1px #111;border-radius:4px;padding:8px 12px;background-color:#ebdef8;color:#111;transition:background-color .3s}.app--public .wrapper>.container .agency .page-section__title .page-section__title-links .page-section__add>span,.app--public .wrapper>.container .agency .form-group__label .page-section__title-links .page-section__add>span{font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links{background-color:unset}.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links:hover,.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links:focus,.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links:focus-within,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links:hover,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links:focus,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links:focus-within,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links:hover,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links:focus,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links:focus-within,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links:hover,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links:focus,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links:focus-within,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links:hover,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links:focus,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links:focus-within,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links:hover,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links:focus,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links:focus-within{background-color:unset}.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links:hover .link,.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links:focus .link,.app--public .wrapper>.container .agency .page-section__title:hover .page-section__title-links:focus-within .link,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links:hover .link,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links:focus .link,.app--public .wrapper>.container .agency .page-section__title:focus .page-section__title-links:focus-within .link,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links:hover .link,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links:focus .link,.app--public .wrapper>.container .agency .page-section__title:focus-within .page-section__title-links:focus-within .link,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links:hover .link,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links:focus .link,.app--public .wrapper>.container .agency .form-group__label:hover .page-section__title-links:focus-within .link,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links:hover .link,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links:focus .link,.app--public .wrapper>.container .agency .form-group__label:focus .page-section__title-links:focus-within .link,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links:hover .link,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links:focus .link,.app--public .wrapper>.container .agency .form-group__label:focus-within .page-section__title-links:focus-within .link{background:#d0b1ef;color:#111}.app--public .wrapper>.container .agency .agency-clients .section-item .section-item__status{background-color:#fc0;color:#111}.app--public .wrapper>.container .agency .agency-clients .section-item .section-item__status.NotApproved{background-color:#900;color:#fff}.app--public .wrapper>.container .agency .agency-clients .section-item .section-item__status.Approved{background-color:#58822e;color:#fff}.app--public .wrapper>.container .agency .agency-clients .section-item .section-item__row:has(.permissions){margin-top:-16px}.app--public .wrapper>.container .agency .agency-clients ul.permissions{list-style:disc;padding-left:1.5rem}.app--public .wrapper>.container .agency .agency-clients ul.permissions li{display:list-item;list-style:disc;margin-bottom:0;padding:12px 0 0}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.app--dark body,.app--dark html,.app--dark p,.app--dark div,.app--dark a,.app--dark li,.app--dark tr,.app--dark td,.app--dark button{font-family:lexend-reg,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.app--dark button{font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--dark .unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app--dark .sentence-case{text-transform:lowercase}.app--dark .sentence-case:first-letter{text-transform:uppercase}.app--dark .breadcrumb{--item-padding: 8px 20px 10px;padding-top:11px}.app--dark .breadcrumb ul{background-color:#367a96;border:none;font-size:.9375rem;margin-left:10px}.app--dark .breadcrumb ul li{background:transparent;color:#fff}.app--dark .breadcrumb ul li:first-child{margin-left:-10px}.app--dark .breadcrumb ul li:has(a){background-color:#fff;transition:background-color .3s}.app--dark .breadcrumb ul li:has(a) a{color:#111;font-family:lexend-bold,Arial,Helvetica,sans-serif;padding:var(--item-padding)}.app--dark .breadcrumb ul li:has(a):hover,.app--dark .breadcrumb ul li:has(a):focus-within{background-color:#ebdef8}.app--dark .breadcrumb ul li:not(:has(a)){padding:var(--item-padding);background-color:#172931}.app--dark .breadcrumb ul li:has(.breadcrumb__no-link){background-color:#fff}.app--dark .breadcrumb ul li:has(.breadcrumb__no-link) .breadcrumb__no-link{color:#111;padding:0;font-family:lexend-bold,Arial,Helvetica,sans-serif}.app--dark{--min-height-offset: 110px}.app--dark .wrapper{padding:0 30px;margin:0 -10px;background:#111}.app--dark .wrapper:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;height:600px;background:url(/assets/landscape-BfuYJVQb.jpeg) top left/cover no-repeat;-webkit-mask-image:linear-gradient(#111,90%,transparent);mask-image:linear-gradient(#111,90%,transparent)}.app--dark .wrapper>.container{position:relative;min-height:calc(100vh - var(--min-height-offset));margin-top:calc(var(--min-height-offset) + 30px);padding-top:10px;color:#fff;background-color:#274e5f}.app--dark .wrapper>.container:after{content:"";position:absolute;top:calc(-1 * var(--min-height-offset));height:var(--min-height-offset);left:0;right:0;background:linear-gradient(transparent,#274e5f)}.app--dark .wrapper>.container a{color:#fff;text-decoration:underline;text-underline-offset:.25rem;transition:color .3s}.app--dark .wrapper>.container a:hover,.app--dark .wrapper>.container a:focus,.app--dark .wrapper>.container a:active{color:#bcd4ea}.app--dark .wrapper>.container .page-title{color:#fff}.app--dark .wrapper>.container .page-title .page-title__subtitle{color:#ccc}.app--dark .wrapper>.container .page-section__title,.app--dark .wrapper>.container .form-group__label{background-color:#172931}.app--dark .wrapper>.container .page-section__title:hover .page-section__title-links,.app--dark .wrapper>.container .page-section__title:focus .page-section__title-links,.app--dark .wrapper>.container .form-group__label:hover .page-section__title-links,.app--dark .wrapper>.container .form-group__label:focus .page-section__title-links{background-color:#172931}.app--dark .wrapper>.container .page-section__title:has(a) a,.app--dark .wrapper>.container .form-group__label:has(a) a{text-decoration:none}.app--dark .wrapper>.container .page-section__title:has(a):hover,.app--dark .wrapper>.container .page-section__title:has(a):focus,.app--dark .wrapper>.container .page-section__title:has(a):active,.app--dark .wrapper>.container .form-group__label:has(a):hover,.app--dark .wrapper>.container .form-group__label:has(a):focus,.app--dark .wrapper>.container .form-group__label:has(a):active{color:#bcd4ea}.app--dark .wrapper>.container .page-section__title:has(a):hover a,.app--dark .wrapper>.container .page-section__title:has(a):focus a,.app--dark .wrapper>.container .page-section__title:has(a):active a,.app--dark .wrapper>.container .form-group__label:has(a):hover a,.app--dark .wrapper>.container .form-group__label:has(a):focus a,.app--dark .wrapper>.container .form-group__label:has(a):active a{color:#bcd4ea}.app--dark .wrapper>.container .page-section__subtitle{color:#bcd4ea}.app--dark .wrapper>.container .section-item.project-group ul,.app--dark .wrapper>.container .section-item.requirement-group ul{border-left-color:#367a96}.app--dark .wrapper>.container .section-item.project-group ul li:not(:last-child),.app--dark .wrapper>.container .section-item.requirement-group ul li:not(:last-child){border-bottom-color:#367a96}@media screen and (max-width: 1050px){.app--dark .wrapper{margin:0 -40px}}.app--dark .actions .menu .menu__label{color:#111;background:#d0b1ef;text-decoration:none}.app--dark .actions .menu .menu__label:before{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;border:solid 1px #003366;border-radius:4px;background:#d0b1ef}.app--dark .actions .menu .menu__label:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border:solid 1px #003366;border-radius:4px;background:linear-gradient(to top left,#d0b1ef,#ebdef8);opacity:0;transition:opacity .3s}.app--dark .actions .menu .menu__label:hover,.app--dark .actions .menu .menu__label:focus,.app--dark .actions .menu .menu__label:active{color:#111}.app--dark .actions .menu .menu__label:hover:after,.app--dark .actions .menu .menu__label:focus:after,.app--dark .actions .menu .menu__label:active:after{opacity:1}.app--dark .actions .menu .menu__items ul{border:solid 1px #d0b1ef;border-radius:4px}.app--dark .actions .menu .menu__items ul li a{text-decoration:none;font-family:lexend-bold,Arial,Helvetica,sans-serif;color:#111;background-color:#ebdef8;transition:background-color .3s}.app--dark .actions .menu .menu__items ul li a:hover{color:#111;background-color:#d0b1ef}.app--dark .side-panel{background:linear-gradient(to top left,#172931,#274e5f);border:none}.app--dark .side-panel .side-panel__title{background:#172931;font-size:1.625rem;margin-bottom:10px;border-bottom:solid 1px #367a96}.app--dark .side-panel .form{padding:0 10px}.app--dark .form{color:#fff;background-color:transparent}.app--dark .form a{color:#fff;text-decoration:underline;text-underline-offset:.25rem}.app--dark .form a:hover,.app--dark .form a:focus,.app--dark .form a:active{color:#bcd4ea}.app--dark .form .form-field>label{color:#fff}.app--dark .form .form-field>label .optional-field{color:#f4f4f4}.app--dark .form .form-field>label .readonly{color:#fff}.app--dark .form .form-field>label .field-help__btn{background-color:#ebdef8;color:#172931;transition:background-color .3s}.app--dark .form .form-field>label .field-help__btn:hover,.app--dark .form .form-field>label .field-help__btn:focus,.app--dark .form .form-field>label .field-help__btn:active{background-color:#d0b1ef}.app--dark .form .form-field>label .field-help__popup{background:linear-gradient(to top left,#274e5f,#367a96);border:solid 1px #367a96}.app--dark .form .form-field>label .field-help__title{background-color:#172931}.app--dark .form .form-field.email .readonly{white-space:pre-wrap;word-break:break-word}.app--dark .form .form__buttons .validation-errors a{background-color:#900;padding:10px;border:solid 1px #fff;border-radius:4px;transition:background-color .3s;text-decoration:none}.app--dark .form .form__buttons .validation-errors a:hover,.app--dark .form .form__buttons .validation-errors a:focus,.app--dark .form .form__buttons .validation-errors a:active{color:#fff;background-color:#bd0000}.app--dark .totp .button.submit{border-color:#111;background-color:#ebdef8;color:#111}.app--dark .totp .button.submit:hover{background-color:#d0b1ef}.app--dark .totp .form{background:transparent}.app--dark footer{margin:0 -40px}.icon{position:relative;background:linear-gradient(to top left,#172931,#274e5f);color:#fff;border-radius:50%;width:40px;height:40px;text-align:center}.icon svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.form .form-field>label .field-help__popup{font-size:1rem}.form .form-field>label .field-help__title{font-size:1.1875rem}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.landing-info{z-index:10;max-width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;margin-right:16px}.landing-info .landing-info__title{width:100%;text-align:center;padding:4px 0;background-color:#17293180}.landing-info .landing-info__title h1{font-size:1.625rem;font-weight:700}.landing-info .landing-info__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}@media screen and (max-width: 600px){.landing-info .landing-info__cards{grid-template-columns:1fr}}.landing-info .landing-info__card{background:#274e5f}.landing-info .landing-info__card .landing-info__card-header{position:relative}.landing-info .landing-info__card .landing-info__card-header h2{position:absolute;bottom:4px;font-size:1.1875rem;font-weight:700;padding:10px 16px;width:100%;background-color:#17293180}.landing-info .landing-info__card .landing-info__card-body{padding:20px 16px;min-height:250px;display:flex;flex-direction:column;justify-content:space-between}.landing-info .landing-info__card .landing-info__card-body p{line-height:25px}.landing-info .landing-info__card .landing-info__card-body a{margin:8px 0;font-size:1.1875rem;font-weight:700;text-decoration:underline;color:#fff;text-underline-offset:4px;border:none}.landing-info .landing-info__card .landing-info__card-body a:hover,.landing-info .landing-info__card .landing-info__card-body a:focus,.landing-info .landing-info__card .landing-info__card-body a:active{color:#bcd4ea}@media screen and (max-width: 1050px){.landing-info{margin:16px auto}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}:root{--actions-offset: 0px}.organisation-title{--margin: 30px;--padding: 30px;--title-gap: 10px;--home-width: 40px;--max-text-width: calc( 100vw - (2 * var(--padding)) - var(--title-gap) - var(--home-width) - var(--actions-offset) - (2 * var(--margin)) );pointer-events:none;font-family:lexend-bold,Arial,Helvetica,sans-serif;margin:0 auto;display:flex;flex-direction:row;gap:1rem;align-items:end;justify-content:space-between;z-index:9999;width:calc(100% - 2 * var(--margin))}.organisation-title .organisation-title__title{position:relative;z-index:10;padding:30px;margin:0;color:#fff;display:flex;font-size:1.625rem;flex-wrap:wrap;gap:var(--title-gap);align-items:center}.organisation-title .organisation-title__title .organisation-title__background{position:absolute;top:0;right:0;bottom:0;left:0;max-width:calc(var(--max-text-width) + 2 * var(--padding) + var(--title-gap) + var(--home-width));z-index:-1;background-color:#172931;background:url(/assets/header-background-Em44f5oi.png) bottom 20px right -10px/118.25px 99.66px no-repeat,linear-gradient(#172931,#274e5f);transform:scale(-1)}.organisation-title .organisation-title__title .organisation-title__home{pointer-events:all;color:#fff}.organisation-title .organisation-title__title .organisation-title__home:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;z-index:1;background:linear-gradient(to top left,#274e5f,#367a96);opacity:0;border-radius:50%;transition:opacity .3s}.organisation-title .organisation-title__title .organisation-title__home:hover:before,.organisation-title .organisation-title__title .organisation-title__home:focus:before,.organisation-title .organisation-title__title .organisation-title__home:active:before{opacity:1}.organisation-title .organisation-title__title .organisation-title__text{max-width:var(--max-text-width);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.organisation-title .organisation-title__subtitle{display:block;flex:1 1 calc(100% - 50px);padding-left:50px;font-size:1rem;color:#fff}.organisation-title .organisation-title__subtitle a{pointer-events:all;font-size:1rem;color:#fff;text-decoration:underline;text-underline-offset:.25rem;transition:color .3s}.organisation-title .organisation-title__subtitle a:hover,.organisation-title .organisation-title__subtitle a:focus,.organisation-title .organisation-title__subtitle a:active{color:#bcd4ea}@media screen and (max-width: 1050px){.organisation-title{--margin: 0px}}.app:has(.page-actions){--actions-offset: 212px}@media screen and (max-width: 1050px){.app:has(.page-actions){--actions-offset: 192px}}@media screen and (max-width: 600px){.app:has(.page-actions){--actions-offset: 0px}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.organisation-info{--icon-size: 42px}.organisation-info .side-panel{width:450px;max-width:450px;background:linear-gradient(to top left,#172931,#274e5f);border:none;top:110px;height:calc(100vh - 120px);overflow-x:auto}.organisation-info .side-panel .side-panel__title{background:#172931;font-size:1.625rem;margin-bottom:10px;border-bottom:solid 1px #367a96}.organisation-info .side-panel .side-panel__close:hover,.organisation-info .side-panel .side-panel__close:focus{background-color:transparent}.organisation-info .side-panel .side-panel__close:hover svg,.organisation-info .side-panel .side-panel__close:focus svg{color:#bcd4ea}.organisation-info .side-panel .form{color:#fff;padding:0 10px}.organisation-info .side-panel .form a{color:#fff;text-decoration:underline;text-underline-offset:.25rem}.organisation-info .side-panel .form a:hover,.organisation-info .side-panel .form a:focus,.organisation-info .side-panel .form a:active{color:#bcd4ea}.organisation-info .side-panel .form .form-field .field-icon{width:var(--icon-size);height:var(--icon-size);flex-basis:var(--icon-size);margin-right:1rem}.organisation-info .side-panel .form .form-field>label{color:#ccc;font-size:.875rem}.organisation-info .side-panel .form .form-field>label .readonly{color:#fff;font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:1rem}.organisation-info .side-panel .form .form-field.email .readonly{white-space:pre-wrap;word-break:break-word}@media screen and (max-width: 1000px){.organisation-info .side-panel{width:400px}}.app:has(.organisation-title){--min-height-offset: 170px}.app:has(.organisation-title):has(.breadcrumb),.app:has(.organisation-title):has(.organisation-title__subtitle){--min-height-offset: 200px}.app:has(.organisation-title):has(.organisation-title__subtitle):has(.breadcrumb){--min-height-offset: 240px}.app:has(.organisation-title) .wrapper>.container{min-height:calc(100vh - var(--min-height-offset));margin-top:calc(var(--min-height-offset) + 30px)}.app:has(.organisation-title) .wrapper>.container:before{top:calc(-1 * var(--min-height-offset));height:var(--min-height-offset)}.app:has(.organisation-title) .breadcrumb{padding-top:1px}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}.verification ul{padding:20px 10px}.verification ul li.verification__item{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:flex-start}.verification ul li.verification__item:not(:last-child){padding-bottom:16px}.verification ul li.verification__item .verification__label{flex:1 1 100%}.verification ul li.verification__item .verification__label .verification__decision{font-family:lexend-bold,Arial,Helvetica,sans-serif;font-size:.9375rem;background-color:#58822e;color:#fff;margin-right:.25rem;padding:2px 4px;border-radius:2px}.verification ul li.verification__item .verification__label .verification__decision--false{background-color:#900}.verification ul li.verification__item .verification__label .verification__notes,.verification ul li.verification__item .verification__label .verification__reason{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.9375rem}.verification ul li.verification__item .verification__label .verification__notes:before,.verification ul li.verification__item .verification__label .verification__reason:before{font-family:lexend-bold,Arial,Helvetica,sans-serif}.verification ul li.verification__item .verification__label .verification__notes:before{content:"Notes: "}.verification ul li.verification__item .verification__label .verification__reason:before{content:"Reason: "}.verification ul li.verification__item .verification__performer{white-space:nowrap;text-align:right;font-size:.9375rem}@media screen and (max-width: 800px){.verification ul li.verification__item{flex-wrap:wrap;row-gap:4px}.verification ul li.verification__item .verification__label{order:1;flex-shrink:0}.verification ul li.verification__item .timestamp{order:2;flex-basis:auto}.verification ul li.verification__item .timestamp__date{width:auto}}@font-face{font-family:lexend-reg;font-style:normal;font-weight:400;src:url(/assets/Lexend-Regular-CloKOEWV.ttf);src:local("?"),url(/assets/Lexend-Regular-CloKOEWV.ttf) format("truetype")}@font-face{font-family:lexend-bold;font-style:normal;font-weight:400;src:url(/assets/Lexend-Bold-dAsDPUoN.ttf);src:local("?"),url(/assets/Lexend-Bold-dAsDPUoN.ttf) format("truetype")}@font-face{font-family:lexend-black;font-style:normal;font-weight:400;src:url(/assets/Lexend-Black-Dpch7wwr.ttf);src:local("?"),url(/assets/Lexend-Black-Dpch7wwr.ttf) format("truetype")}@font-face{font-family:lexend-light;font-style:normal;font-weight:400;src:url(/assets/Lexend-Light--HiAk-8o.ttf);src:local("?"),url(/assets/Lexend-Light--HiAk-8o.ttf) format("truetype")}body,html,p,div,a,li,tr,td,button{font-family:lexend-reg,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button{font-family:lexend-bold,Arial,Helvetica,sans-serif}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sentence-case{text-transform:lowercase}.sentence-case:first-letter{text-transform:uppercase}.members ul li.members__item{display:flex;flex-direction:row;gap:16px;justify-content:space-between;align-items:center}.members ul li.members__item:not(:last-child){padding-bottom:16px}.members ul li.members__item .members__label{flex:1 1 100%}.members ul li.members__item .members__label .members__name{margin-right:1rem}.members ul li.members__item .members__label .members__email,.members ul li.members__item .members__label .members__phone{margin-right:.5rem}.members ul li.members__item .members__label .members__email:before,.members ul li.members__item .members__label .members__phone:before{font-size:.9375rem;font-family:lexend-bold,Arial,Helvetica,sans-serif}.members ul li.members__item .members__label .members__email:before{content:"Email: "}.members ul li.members__item .members__label .members__phone:before{content:"Tel: "}@media screen and (max-width: 800px){.members ul li.members__item .members__email,.members ul li.members__item .members__phone{display:block}}
