:root{--accent:#366df4;--accent-dark:#2c58c4;--accent-light:#4082ff;--contrast:#0f7739;--success:#34cd58;--font-1:"Eina01",sans-serif;--font-2:"Manrope",sans-serif;--text-color:#000}html{font-size:62.5%;height:100%;min-width:320px}@media screen and (max-width:1550px){html{font-size:60%}}@media screen and (max-width:1400px){html{font-size:58%}}@media screen and (max-width:1200px){html{font-size:50%}}body{background:#fff;color:var(--text-color);font-family:var(--font-1);font-size:1.8rem;margin:0;position:relative}body:after{background-color:#ff0;content:"";display:none;height:100%;left:50%;position:absolute;top:0;width:1px;z-index:1000}.lock body{overflow:hidden;touch-action:none}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0;padding:0}img{height:auto;max-width:100%;vertical-align:top}ul{list-style-type:none}p,ul{margin:0;padding:0}.hidden{display:none}.container{margin:0 auto;max-width:1292px;padding:0 10px}input[type=submit]:disabled{cursor:not-allowed!important;opacity:.6!important}a{color:inherit;text-decoration:none}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{border:0;padding:0}.title-hidden{opacity:0;pointer-events:none;position:absolute}.line-clamp-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.login{height:100vh;position:relative}.login__bg{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.login__wrap{align-items:center;display:flex;height:100%;justify-content:flex-end;margin:0 auto;max-width:128.5rem;padding:0 1.6rem;width:100%}.login__content{flex:0 0 48rem}@media screen and (max-width:410px){.login__content{flex:0 0 100%}}.login__content-bg{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.login__inner{border-radius:3.2rem;overflow:hidden;padding:4.4rem 3.2rem 3.2rem;position:relative;z-index:2}.login__title{color:#fff;font-size:4.8rem;font-weight:600;letter-spacing:-.288rem;line-height:110%;margin-bottom:3.9rem}.login__form{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:2}.login__header{margin-bottom:4.4rem}.login__subtitle{color:#22252a;font-size:2rem;font-weight:700;margin-bottom:.4rem}.login__subtitle,.login__text{font-family:var(--font-2);text-align:center}.login__text{color:var(--Gray,#6b6b6b);font-size:1.6rem;font-weight:400;margin-bottom:3.4rem}.login__btn{margin-top:4.6rem}input.p-inputtext{background:#fff;border:1px solid #bfe4e9;border-radius:8px;box-shadow:none;font-family:var(--font-2);font-size:1.6rem;font-weight:400;height:4.8rem;line-height:2rem;outline:#a2e7f1;padding:0 1.6rem;width:100%}input.p-inputtext::-moz-placeholder{color:var(--Gray-Text-Input,#878787)}input.p-inputtext::placeholder{color:var(--Gray-Text-Input,#878787)}input.p-inputtext:enabled:focus{background:#fff;border:1px solid #a2e7f1}input.p-inputtext:-internal-autofill-selected{background:inherit}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background:inherit;box-shadow:inset 0 0 0 100rem transparent!important;-webkit-transition:background-color 999999s ease-in-out 0s;transition:background-color 999999s ease-in-out 0s}button.p-button{background:var(--accent);border-radius:3.2rem;color:#fff;font-family:var(--font-2);font-size:20px;font-weight:700;height:58px;line-height:2rem;padding:0 2.4rem;text-align:center;transition:all .4s;width:100%}@media screen and (max-width:768px){button.p-button{font-family:var(--font-2);font-weight:600;height:58px;letter-spacing:-.04rem;line-height:130%;text-align:center}}@media screen and (max-width:576px){button.p-button{height:44px}}button.p-button:not(:disabled):hover{background:var(--accent-dark);color:#fff}button.p-button[data-p-disabled=true]{background:#f1f1f1;color:#afafaf;cursor:not-allowed}button.p-button[data-p-disabled=false]{color:#fff}.header-logos{align-items:center;display:flex;justify-content:center}.header-logos.header-logos--reverse{flex-direction:row-reverse}.header-logos.header-logos--reverse .header-logos__logo:first-of-type{border-left:1px solid rgba(6,125,160,.2);border-right:none}.header-logos__logo{padding:0 2.2rem}.header-logos__logo:first-of-type{border-right:1px solid rgba(6,125,160,.2)}.default-layout{min-height:100vh;padding-bottom:3.2rem;padding-top:1.2rem;position:relative}.default-layout__bg{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:fixed;top:0;width:100%;z-index:1}.default-layout .container{height:100%;position:relative;z-index:3}.default-layout__header{background:#fff;border:1px solid #d9f1fa;border-radius:2.7rem;margin-bottom:2.4rem;overflow:hidden;padding:1.6rem 4px 4px;position:relative;width:100%}.default-layout__logos{margin-bottom:1.6rem}.with-tooltip{position:relative;transition:all 2s}.with-tooltip:before{background:#0003;content:"";display:block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all 1s;width:100%;z-index:2}.with-tooltip.active:before{opacity:1;pointer-events:auto}:root{--p-dialog-background:#fff;--p-dialog-border-color:rgba(0,0,0,.2);--p-dialog-color:#000;--p-dialog-border-radius:16px;--p-dialog-shadow:0 4px 12px rgba(0,0,0,.1);--p-dialog-header-padding:1.6rem 1.6rem 0 6.4rem;--p-dialog-header-gap:1.2rem;--p-dialog-title-font-size:3.2rem;--p-dialog-title-font-weight:600;--p-dialog-content-padding:0 6.4rem 6.4rem 6.4rem;--p-dialog-footer-padding:1.6rem 2.4rem;--p-dialog-footer-gap:1.2rem}@media screen and (max-width:576px){:root{--p-dialog-header-padding:1.6rem 1.6rem 0 1.6rem;--p-dialog-content-padding:0 1.6rem 6.4rem 1.6rem}}.p-dialog-mask{--px-mask-background:rgba(0,0,0,.8)}.p-dialog .p-dialog-header{align-items:flex-start;min-height:12rem}.p-dialog .p-dialog-header .p-dialog-title{align-self:flex-end;color:var(--accent);margin-bottom:1.2rem}.p-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button{background:#f1f1f1;border-radius:64px;height:5.6rem;width:5.6rem;--p-button-text-secondary-hover-background:#e1e1e1;--p-icon-size:2rem}.p-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-button-icon{color:#000;font-size:2rem}.title{color:#000;font-size:3.2rem;font-weight:600;letter-spacing:-.064rem;line-height:110%}.custom-table{--border-black:1px solid #000;--border-gray:1px solid rgba(0,0,0,.2);border-collapse:collapse}.custom-table .table-wrapper{margin-bottom:30px;overflow-x:auto}.custom-table__header{border-bottom:var(--border-black);border-right:var(--border-black)}.custom-table .border-black-left,.custom-table__header{border-left:var(--border-black)}.custom-table .border-black-right{border-right:var(--border-black)}.custom-table__info{align-items:center;display:flex;justify-content:space-between}.custom-table table{border-collapse:collapse;font-size:14px;width:100%}.custom-table thead tr:first-of-type th{color:#000;font-size:1.4rem;font-weight:600;padding:8px 12px}.custom-table thead tr:nth-of-type(2) th{color:#000;font-size:1.2rem;font-weight:600;line-height:1.3rem;padding:4px 6px;text-align:center}.custom-table tbody tr:nth-of-type(2n) td{background:transparent}.custom-table td{background:#f7f7f7;border-top:var(--border-gray);color:#000;font-size:1.4rem;font-weight:600;padding:8px 12px}.custom-table .toggle-check{align-items:center;display:flex;justify-content:center}.layout-enter-active,.layout-leave-active{transition:all .5s ease-in-out}.layout-enter-from,.layout-leave-to{filter:grayscale(1) blur(1px);opacity:.9}.page-enter-active,.page-leave-active{transition:all .5s ease-in-out}.page-enter-from,.page-leave-to{opacity:0;transform:translateY(10px)}*{--p-transition-duration:.4s}
