:root{--primary:#73ba97;--secondary:#4a9671;--ternary:#32815a;--blue:#51a47b;--light-green:#bdc;--light-blue:#ebf5f0;--neutral-blue:#cadffc;--gray:#716c6a;--neutral-gray:#908b89;--success-main:#099c4f;--success-light:#c6ecd9;--success:#ebf7f1;--error:#e84d3c;--error-light:#fdf1ef;--warn:#e69b23;--warn-light:#fdf7ee;--warn-dull:#716127;--info-main:#296ec7;--info:#eef3fb;--off-white:#e7e5e4;--neutral:#f8f7f7;--black:#252322;--faded-black:#2d3648;--white:#fff;--purple:#ae5ef8;--purple-light:rgba(174,94,248,.162)}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body,html{margin:0;padding:0;font-size:16px;line-height:1.5;box-sizing:border-box;font-family:Albert Sans,sans-serif;font-style:normal;background-color:#fff;scroll-behavior:smooth}.container{width:100%;max-width:1100px;margin:0 auto}.w-fit{width:-moz-fit-content;width:fit-content}.d-flex{display:flex}.d-grid,.grid-2{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr)}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-inline-flex{display:inline-flex}.d-inherit{display:inherit}.d-none{display:none}.d-flex-wrap{flex-wrap:wrap}.d-flex-row{flex-direction:row}.d-flex-column{flex-direction:column}.d-flex-row-reverse{flex-direction:row-reverse}.d-flex-column-reverse{flex-direction:column-reverse}.d-align-center{align-items:center}.d-align-start{align-items:flex-start}.d-align-end{align-items:flex-end}.d-align-baseline{align-items:baseline}.d-align-content-center{align-content:center}.d-align-content-start{align-content:flex-start}.d-align-content-end{align-content:flex-end}.d-justify-center{justify-content:center}.d-justify-start{justify-content:flex-start}.d-justify-end{justify-content:flex-end}.d-justify-space-between{justify-content:space-between}.d-justify-space-around{justify-content:space-around}.d-flex-100{flex:1 1}.self-center{align-self:center}.p-relative{position:relative}.p-absolute{position:absolute}.p-fixed{position:fixed}.p-sticky{position:-webkit-sticky;position:sticky}.p-static{position:static}.p-inherit{position:inherit}.p-initial{position:static}.p-unset{position:unset}.text-primary{color:var(--primary)}.text-neutral-blue{color:var(--neutral-blue)}.text-success{color:var(--success-main)}.text-error{color:var(--error)}.text-info{color:var(--info-main)}.text-blue{color:var(--blue)}.text-black{color:var(--black)}.text-faded-black{color:var(--faded-black)}.text-gray{color:var(--gray)}.text-neutral-gray{color:var(--neutral-gray)}.text-warn{color:var(--warn)}.text-warn-dull{color:var(--warn-dull)}.text-white{color:var(--white)}.text-purple{color:var(--purple)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-ternary{background-color:var(--ternary)}.bg-success-main{background-color:var(--success-main)}.bg-success{background-color:var(--success)}.bg-light-green{background-color:var(--light-green)}.bg-neutral{background-color:var(--neutral)}.bg-blue{background-color:var(--blue)}.bg-light-blue{background-color:var(--light-blue)}.bg-neutral-blue{background-color:var(--neutral-blue)}.bg-error{background-color:var(--error)}.bg-error-light{background-color:var(--error-light)}.bg-warn{background-color:var(--warn)}.bg-warn-light{background-color:var(--warn-light)}.bg-info{background-color:var(--info)}.bg-info-main{background-color:var(--info-main)}.bg-off-white{background-color:var(--off-white)}.bg-white{background-color:var(--white)}.bg-black{background-color:var(--black)}.bg-success-light{background-color:var(--success-light)}.bg-purple{background-color:var(--purple)}.bg-purple-light{background-color:var(--purple-light)}.op-1{opacity:1}.op-01{opacity:.1}.op-03{opacity:.3}.op-04{opacity:.4}.op-05{opacity:.5}.op-06{opacity:.6}.op-07{opacity:.7}.op-08{opacity:.8}.op-09{opacity:.9}.o-hidden{overflow:hidden}.ox-hidden{overflow-x:hidden}.oy-hidden{overflow-y:hidden}.o-scroll{overflow:scroll}.ox-scroll{overflow-x:scroll}.oy-scroll{overflow-y:scroll}.o-visible{overflow:visible}.ox-visible{overflow-x:visible}.oy-visible{overflow-y:visible}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.btn{font-style:normal;font-weight:600;font-size:15px;line-height:20px;display:inline-flex;align-items:center;justify-content:center;padding:12px 0;cursor:pointer;border-radius:12px;border:none}.btn.btn-primary{background-color:var(--primary);color:var(--white)}.btn.btn-primary.btn-primary-inactive{opacity:.5}.btn.btn-secondary{background-color:var(--neutral);color:var(--gray)}.btn.btn-ternary{background-color:var(--light-blue);color:var(--blue)}.btn-error{background-color:var(--error-light);color:var(--error)}.btn-red{background-color:var(--error);color:var(--white)}.btn-green{background-color:var(--success-main);color:var(--white)}a{text-decoration:none;cursor:pointer}a,span{color:inherit}span{font-size:inherit;line-height:inherit;font-family:inherit}ol,ul{padding:0 0 0 1.6rem;margin:0 0 1.6rem}.list-style-none{list-style:none}div{font-size:1.6rem}.cursor-pointer{cursor:pointer}.user-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rounded-6{border-radius:6px}.rounded-8{border-radius:8px}.rounded-12{border-radius:12px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded{border-radius:100px}.border{border:1px solid var(--off-white)}.border-bottom{border-bottom:1px solid var(--off-white)}.border-bottom-2px{border-bottom:2px solid var(--off-white)}.border-bottom-primary{border-bottom:3px solid var(--primary)}.border-neutral{border:2px solid var(--neutral)}.border-right-1px{border:1px solid var(--off-white)}.border-right{border-right:2px solid var(--off-white)}.border-2px{border:2px solid var(--off-white)}.border-2px-primary{border:2px solid var(--primary)}.border-warn{border:1px solid var(--warn)}.border-dashed{border:1.5px dashed var(--off-white)}.border-dashed-gray{border:1.5px dashed var(--neutral-gray)}.border-wide{border:1.5px solid var(--off-white)}.border-none{border:none}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}input,textarea{font-size:15px;font-family:Albert Sans,sans-serif;font-style:normal;font-weight:400;line-height:20px;color:var(--black);border-radius:8px;border:1.5px solid var(--off-white);background:#fff;outline:none}input::placeholder,textarea::placeholder{font-size:15px;font-family:Albert Sans,sans-serif;font-style:normal;font-weight:400;line-height:20px;color:var(--neutral-gray)}input[type=radio]{accent-color:var(--primary);width:20px;height:20px}.box-shadow{box-shadow:0 4px 12px 0 rgba(0,0,0,.1)}.tab-box-shadow{box-shadow:0 2px 4px 0 rgba(0,0,0,.08)}.sidebar{display:flex;width:270px;height:100vh;left:none;top:0}.sidebar-active{position:absolute;top:0;z-index:99;width:252px;height:100vh}.menu-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:100px}table,tbody,td,th,thead,tr{border:none;border-collapse:collapse;border-spacing:0}.table-wrapper{height:auto;border-top-left-radius:8px;border-top-right-radius:8px;border-top:1px solid var(--off-white);border-right:1px solid var(--off-white);border-left:1px solid var(--off-white)}.table{width:100%;min-width:723px;max-width:100%;background-color:var(--white)}.table-header{height:44px;top:0;position:-webkit-sticky;position:sticky;z-index:2;color:var(--gray);border-bottom:1px solid var(--off-white)}.table-body,.table-header>th{font-weight:400;font-size:15px;line-height:20px}.table-body>tr{height:68px;border-bottom:1px solid var(--off-white)}.table-body>tr>td{height:inherit}.table-body>tr:last-child{border-bottom:none}.table-pagination{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.page-blocks>*{width:40px;height:40px;border-right:1px solid var(--off-white);cursor:pointer}.page-blocks>span:last-child{border-right:none}.modal-container{height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);background-blend-mode:darken;z-index:999;display:flex;align-items:center;justify-content:center}.modal-verify{margin:0 auto}.switch{position:relative;display:inline-block;width:40px;height:24px}.switch>input{opacity:0;width:0;height:0}.slider{width:inherit;height:inherit;top:0;left:0;right:0;bottom:0;cursor:pointer;background:var(--off-white)}.slider,.slider:before{position:absolute;transition:.4s;border-radius:100px}.slider:before{content:"";height:16px;width:16px;left:3px;top:4px;background-color:var(--white)}input:checked+.slider{background:var(--primary)}input:checked+.slider:before{background:var(--white);transform:translateX(18px)}.dropdown-item-hover:hover{background-color:var(--light-blue);transition:all .3s}.text-ellipsis-1{display:-webkit-box;max-width:inherit;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}input[type=password]::-ms-reveal{display:none}.m-0{margin:0}.m-1{margin:clamp(.3125rem,.275rem + .1875vw,.5rem)}.m-2{margin:clamp(.625rem,.55rem + .375vw,1rem)}.m-3{margin:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.m-4{margin:clamp(1.25rem,1.1rem + .75vw,2rem)}.m-5{margin:clamp(1.5625rem,1.375rem + .9375vw,2.5rem)}.mt-0{margin-top:0}.mt-1{margin-top:clamp(.156rem,.1372rem + .094vw,.25rem)}.mt-2{margin-top:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mt-3{margin-top:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mt-4{margin-top:clamp(.625rem,.55rem + .375vw,1rem)}.mt-5{margin-top:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:clamp(.156rem,.1372rem + .094vw,.25rem)}.mb-2{margin-bottom:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mb-3{margin-bottom:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mb-4{margin-bottom:clamp(.625rem,.55rem + .375vw,1rem)}.mb-5{margin-bottom:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.ml-0{margin-left:0}.ml-1{margin-left:clamp(.156rem,.1372rem + .094vw,.25rem)}.ml-2{margin-left:clamp(.3125rem,.275rem + .1875vw,.5rem)}.ml-3{margin-left:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.ml-4{margin-left:clamp(.625rem,.55rem + .375vw,1rem)}.ml-5{margin-left:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mr-0{margin-right:0}.mr-1{margin-right:clamp(.156rem,.1372rem + .094vw,.25rem)}.mr-2{margin-right:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mr-3{margin-right:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mr-4{margin-right:clamp(.625rem,.55rem + .375vw,1rem)}.mr-5{margin-right:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.p-0{padding:0}.p-1{padding:clamp(.156rem,.1372rem + .094vw,.25rem)}.p-2{padding:clamp(.3125rem,.275rem + .1875vw,.5rem)}.p-3{padding:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.p-4{padding:clamp(.625rem,.55rem + .375vw,1rem)}.p-5{padding:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.p-7{padding:clamp(1.375rem,1.3rem + .375vw,1.75rem)}.pl-0{padding-left:0}.pl-1{padding-left:clamp(.156rem,.1372rem + .094vw,.25rem)}.pl-2{padding-left:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pl-3{padding-left:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pl-4{padding-left:clamp(.625rem,.55rem + .375vw,1rem)}.pl-5{padding-left:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pl-7{padding-left:clamp(1.375rem,1.3rem + .375vw,1.75rem)}.pl-10{padding-left:clamp(1rem,.6538rem + 1.5385vw,2.5rem)}.pt-0{padding-top:0}.pt-1{padding-top:clamp(.156rem,.1372rem + .094vw,.25rem)}.pt-2{padding-top:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pt-3{padding-top:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pt-4{padding-top:clamp(.625rem,.55rem + .375vw,1rem)}.pt-5{padding-top:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pt-8{padding-top:clamp(1.625rem,1.55rem + .375vw,2rem)}.pt-10{padding-top:clamp(2.0625rem,1.975rem + .4375vw,2.5rem)}.pb-0{padding-bottom:0}.pb-1{padding-bottom:clamp(.156rem,.1372rem + .094vw,.25rem)}.pb-2{padding-bottom:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pb-3{padding-bottom:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pb-4{padding-bottom:clamp(.625rem,.55rem + .375vw,1rem)}.pb-5{padding-bottom:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pb-8{padding-bottom:clamp(1.625rem,1.55rem + .375vw,2rem)}.pb-10{padding-bottom:clamp(2.0625rem,1.975rem + .4375vw,2.5rem)}.pr-0{padding-right:0}.pr-1{padding-right:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pr-2{padding-right:clamp(.625rem,.55rem + .375vw,1rem)}.pr-3{padding-right:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.pr-4{padding-right:clamp(.625rem,.55rem + .375vw,1rem)}.pr-5{padding-right:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pr-7{padding-right:clamp(1.375rem,1.3rem + .375vw,1.75rem)}.pr-10{padding-right:clamp(1rem,.6538rem + 1.5385vw,2.5rem)}.row{display:flex;flex-wrap:wrap}@media screen and (min-width:320px){.col-1{width:calc(100% / 12 * 1)}.col-2{width:calc(100% / 12 * 2)}.col-3{width:calc(100% / 12 * 3)}.col-4{width:calc(100% / 12 * 4)}.col-5{width:calc(100% / 12 * 5)}.col-6{width:calc(100% / 12 * 6)}.col-7{width:calc(100% / 12 * 7)}.col-8{width:calc(100% / 12 * 8)}.col-9{width:calc(100% / 12 *9)}.col-10{width:calc(100% / 12 * 10)}.col-11{width:calc(100% / 12 * 11)}.col-12{width:calc(100% / 12 * 12)}.offset-1{margin-left:calc(100% / 12 * 1)}.offset-2{margin-left:calc(100% / 12 * 2)}.offset-3{margin-left:calc(100% / 12 * 3)}.offset-35{margin-left:calc(100% / 12 * 3.5)}.offset-4{margin-left:calc(100% / 12 * 4)}.offset-5{margin-left:calc(100% / 12 * 5)}.offset-6{margin-left:calc(100% / 12 * 6)}.offset-7{margin-left:calc(100% / 12 * 7)}.offset-8{margin-left:calc(100% / 12 * 8)}.offset-9{margin-left:calc(100% / 12 * 9)}.offset-10{margin-left:calc(100% / 12 * 10)}.offset-11{margin-left:calc(100% / 12 * 11)}.sidebar{display:none}}@media screen and (min-width:359.98px){.col-xs-1{width:calc(100% / 12 * 1)}.col-xs-2{width:calc(100% / 12 * 2)}.col-xs-3{width:calc(100% / 12 * 3)}.col-xs-4{width:calc(100% / 12 * 4)}.col-xs-5{width:calc(100% / 12 * 5)}.col-xs-6{width:calc(100% / 12 * 6)}.col-xs-7{width:calc(100% / 12 * 7)}.col-xs-8{width:calc(100% / 12 * 8)}.col-xs-9{width:calc(100% / 12 *9)}.col-xs-10{width:calc(100% / 12 * 10)}.col-xs-11{width:calc(100% / 12 * 11)}.col-xs-12{width:calc(100% / 12 * 12)}.offset-xs-1{margin-left:calc(100% / 12 * 1)}.offset-xs-2{margin-left:calc(100% / 12 * 2)}.offset-xs-3{margin-left:calc(100% / 12 * 3)}.offset-xs-4{margin-left:calc(100% / 12 * 4)}.offset-xs-5{margin-left:calc(100% / 12 * 5)}.offset-xs-6{margin-left:calc(100% / 12 * 6)}.offset-xs-7{margin-left:calc(100% / 12 * 7)}.offset-xs-8{margin-left:calc(100% / 12 * 8)}.offset-xs-9{margin-left:calc(100% / 12 * 9)}.offset-xs-10{margin-left:calc(100% / 12 * 10)}.offset-xs-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:567.98px){.col-sm-1{width:calc(100% / 12 * 1)}.col-sm-2{width:calc(100% / 12 * 2)}.col-sm-3{width:calc(100% / 12 * 3)}.col-sm-4{width:calc(100% / 12 * 4)}.col-sm-5{width:calc(100% / 12 * 5)}.col-sm-6{width:calc(100% / 12 * 6)}.col-sm-7{width:calc(100% / 12 * 7)}.col-sm-8{width:calc(100% / 12 * 8)}.col-sm-9{width:calc(100% / 12 *9)}.col-sm-10{width:calc(100% / 12 * 10)}.col-sm-11{width:calc(100% / 12 * 11)}.col-sm-12{width:calc(100% / 12 * 12)}.offset-sm-1{margin-left:calc(100% / 12 * 1)}.offset-sm-2{margin-left:calc(100% / 12 * 2)}.offset-sm-3{margin-left:calc(100% / 12 * 3)}.offset-sm-4{margin-left:calc(100% / 12 * 4)}.offset-sm-5{margin-left:calc(100% / 12 * 5)}.offset-sm-6{margin-left:calc(100% / 12 * 6)}.offset-sm-7{margin-left:calc(100% / 12 * 7)}.offset-sm-8{margin-left:calc(100% / 12 * 8)}.offset-sm-9{margin-left:calc(100% / 12 * 9)}.offset-sm-10{margin-left:calc(100% / 12 * 10)}.offset-sm-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:767.98px){.col-md-1{width:calc(100% / 12 * 1)}.col-md-2{width:calc(100% / 12 * 2)}.col-md-3{width:calc(100% / 12 * 3)}.col-md-4{width:calc(100% / 12 * 4)}.col-md-5{width:calc(100% / 12 * 5)}.col-md-6{width:calc(100% / 12 * 6)}.col-md-7{width:calc(100% / 12 * 7)}.col-md-8{width:calc(100% / 12 * 8)}.col-md-9{width:calc(100% / 12 *9)}.col-md-10{width:calc(100% / 12 * 10)}.col-md-11{width:calc(100% / 12 * 11)}.col-md-12{width:calc(100% / 12 * 12)}.offset-md-1{margin-left:calc(100% / 12 * 1)}.offset-md-2{margin-left:calc(100% / 12 * 2)}.offset-md-3{margin-left:calc(100% / 12 * 3)}.offset-md-4{margin-left:calc(100% / 12 * 4)}.offset-md-5{margin-left:calc(100% / 12 * 5)}.offset-md-6{margin-left:calc(100% / 12 * 6)}.offset-md-7{margin-left:calc(100% / 12 * 7)}.offset-md-8{margin-left:calc(100% / 12 * 8)}.offset-md-9{margin-left:calc(100% / 12 * 9)}.offset-md-10{margin-left:calc(100% / 12 * 10)}.offset-md-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:991.98px){.col-lg-1{width:calc(100% / 12 * 1)}.col-lg-2{width:calc(100% / 12 * 2)}.col-lg-3{width:calc(100% / 12 * 3)}.col-lg-4{width:calc(100% / 12 * 4)}.col-lg-5{width:calc(100% / 12 * 5)}.col-lg-6{width:calc(100% / 12 * 6)}.col-lg-7{width:calc(100% / 12 * 7)}.col-lg-8{width:calc(100% / 12 * 8)}.col-lg-9{width:calc(100% / 12 *9)}.col-lg-10{width:calc(100% / 12 * 10)}.col-lg-11{width:calc(100% / 12 * 11)}.col-lg-12{width:calc(100% / 12 * 12)}.offset-lg-1{margin-left:calc(100% / 12 * 1)}.offset-lg-2{margin-left:calc(100% / 12 * 2)}.offset-lg-3{margin-left:calc(100% / 12 * 3)}.offset-lg-4{margin-left:calc(100% / 12 * 4)}.offset-lg-5{margin-left:calc(100% / 12 * 5)}.offset-lg-6{margin-left:calc(100% / 12 * 6)}.offset-lg-7{margin-left:calc(100% / 12 * 7)}.offset-lg-8{margin-left:calc(100% / 12 * 8)}.offset-9{margin-left:calc(100% / 12 * 9)}.offset-lg-10{margin-left:calc(100% / 12 * 10)}.offset-lg-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:1199.98px){.col-xl-1{width:calc(100% / 12 * 1)}.col-xl-2{width:calc(100% / 12 * 2)}.col-xl-3{width:calc(100% / 12 * 3)}.col-xl-4{width:calc(100% / 12 * 4)}.col-xl-5{width:calc(100% / 12 * 5)}.col-xl-6{width:calc(100% / 12 * 6)}.col-xl-7{width:calc(100% / 12 * 7)}.col-xl-8{width:calc(100% / 12 * 8)}.col-xl-9{width:calc(100% / 12 *9)}.col-xl-10{width:calc(100% / 12 * 10)}.col-xl-11{width:calc(100% / 12 * 11)}.col-xl-12{width:calc(100% / 12 * 12)}.offset-xl-1{margin-left:calc(100% / 12 * 1)}.offset-xl-2{margin-left:calc(100% / 12 * 2)}.offset-xl-3{margin-left:calc(100% / 12 * 3)}.offset-xl-4{margin-left:calc(100% / 12 * 4)}.offset-xl-5{margin-left:calc(100% / 12 * 5)}.offset-xl-6{margin-left:calc(100% / 12 * 6)}.offset-xl-7{margin-left:calc(100% / 12 * 7)}.offset-xl-8{margin-left:calc(100% / 12 * 8)}.offset-xl-9{margin-left:calc(100% / 12 * 9)}.offset-xl-10{margin-left:calc(100% / 12 * 10)}.offset-xl-11{margin-left:calc(100% / 12 * 11)}.sidebar{display:flex}.close-icon,.menu-icon{display:none}}@media screen and (min-width:1399.98px){.col-xxl-1{width:calc(100% / 12 * 1)}.col-xxl-2{width:calc(100% / 12 * 2)}.col-xxl-3{width:calc(100% / 12 * 3)}.col-xxl-4{width:calc(100% / 12 * 4)}.col-xxl-5{width:calc(100% / 12 * 5)}.col-xxl-6{width:calc(100% / 12 * 6)}.col-xxl-7{width:calc(100% / 12 * 7)}.col-xxl-8{width:calc(100% / 12 * 8)}.col-xxl-9{width:calc(100% / 12 *9)}.col-xxl-10{width:calc(100% / 12 * 10)}.col-xxl-11{width:calc(100% / 12 * 11)}.col-xxl-12{width:calc(100% / 12 * 12)}.offset-xxl-1{margin-left:calc(100% / 12 * 1)}.offset-xxl-2{margin-left:calc(100% / 12 * 2)}.offset-xxl-3{margin-left:calc(100% / 12 * 3)}.offset-xxl-4{margin-left:calc(100% / 12 * 4)}.offset-xxl-5{margin-left:calc(100% / 12 * 5)}.offset-xxl-6{margin-left:calc(100% / 12 * 6)}.offset-xxl-7{margin-left:calc(100% / 12 * 7)}.offset-xxl-8{margin-left:calc(100% / 12 * 8)}.offset-xxl-9{margin-left:calc(100% / 12 * 9)}.offset-xxl-10{margin-left:calc(100% / 12 * 10)}.offset-xxl-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:1599.98px){.col-xxxl-1{width:calc(100% / 12 * 1)}.col-xxxl-2{width:calc(100% / 12 * 2)}.col-xxxl-3{width:calc(100% / 12 * 3)}.col-xxxl-4{width:calc(100% / 12 * 4)}.col-xxxl-5{width:calc(100% / 12 * 5)}.col-xxxl-6{width:calc(100% / 12 * 6)}.col-xxxl-7{width:calc(100% / 12 * 7)}.col-xxxl-8{width:calc(100% / 12 * 8)}.col-xxxl-9{width:calc(100% / 12 *9)}.col-xxxl-10{width:calc(100% / 12 * 10)}.col-xxxl-11{width:calc(100% / 12 * 11)}.col-xxxl-12{width:calc(100% / 12 * 12)}.offset-xxxl-1{margin-left:calc(100% / 12 * 1)}.offset-xxxl-2{margin-left:calc(100% / 12 * 2)}.offset-xxxl-3{margin-left:calc(100% / 12 * 3)}.offset-xxxl-4{margin-left:calc(100% / 12 * 4)}.offset-xxxl-5{margin-left:calc(100% / 12 * 5)}.offset-xxxl-6{margin-left:calc(100% / 12 * 6)}.offset-xxxl-7{margin-left:calc(100% / 12 * 7)}.offset-xxxl-8{margin-left:calc(100% / 12 * 8)}.offset-xxxl-9{margin-left:calc(100% / 12 * 9)}.offset-xxxl-10{margin-left:calc(100% / 12 * 10)}.offset-xxxl-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:1919.98px){.col-xxxxl-1{width:calc(100% / 12 * 1)}.col-xxxxl-2{width:calc(100% / 12 * 2)}.col-xxxxl-3{width:calc(100% / 12 * 3)}.col-xxxxl-4{width:calc(100% / 12 * 4)}.col-xxxxl-5{width:calc(100% / 12 * 5)}.col-xxxxl-6{width:calc(100% / 12 * 6)}.col-xxxxl-7{width:calc(100% / 12 * 7)}.col-xxxxl-8{width:calc(100% / 12 * 8)}.col-xxxxl-9{width:calc(100% / 12 *9)}.col-xxxxl-10{width:calc(100% / 12 * 10)}.col-xxxxl-11{width:calc(100% / 12 * 11)}.col-xxxxl-12{width:calc(100% / 12 * 12)}.offset-xxxxl-1{margin-left:calc(100% / 12 * 1)}.offset-xxxxl-2{margin-left:calc(100% / 12 * 2)}.offset-xxxxl-3{margin-left:calc(100% / 12 * 3)}.offset-xxxxl-4{margin-left:calc(100% / 12 * 4)}.offset-xxxxl-5{margin-left:calc(100% / 12 * 5)}.offset-xxxxl-6{margin-left:calc(100% / 12 * 6)}.offset-xxxxl-7{margin-left:calc(100% / 12 * 7)}.offset-xxxxl-8{margin-left:calc(100% / 12 * 8)}.offset-xxxxl-9{margin-left:calc(100% / 12 * 9)}.offset-xxxxl-10{margin-left:calc(100% / 12 * 10)}.offset-xxxxl-11{margin-left:calc(100% / 12 * 11)}}@media screen and (max-width:567.98px){.table-pagination{flex-direction:column;gap:12px}}.h1,h1{font-size:clamp(1.625rem,1.55rem + .375vw,2rem);margin:0}.h2,h2{font-size:clamp(1.375rem,1.325rem + .25vw,1.625rem);margin:0}.h3,h3{font-size:clamp(1.125rem,1.1rem + .125vw,1.25rem);margin:0}.h4,h4{font-size:clamp(1rem,.975rem + .125vw,1.125rem);margin:0}.h5,h5{font-size:clamp(.875rem,.85rem + .125vw,1rem);margin:0}.h6,h6{font-size:clamp(.75rem,.725rem + .125vw,.875rem);margin:0}li,p,span{font-size:clamp(.875rem,.85rem + .125vw,1rem)}.font-10{font-size:clamp(.5rem,.475rem + .125vw,.625rem)}.l-14{line-height:clamp(.75rem,.725rem + .125vw,.875rem)}.l-20{line-height:clamp(1.125rem,1.1rem + .125vw,1.25rem)}.l-22{line-height:clamp(1.25rem,1.225rem + .125vw,1.375rem)}.l-26{line-height:clamp(1.375rem,1.325rem + .25vw,1.625rem)}.l-28{line-height:clamp(1.375rem,1.3rem + .375vw,1.75rem)}.l-32{line-height:clamp(1.625rem,1.55rem + .375vw,2rem)}.l-40{line-height:clamp(2.0625rem,1.975rem + .4375vw,2.5rem)}.f-300{font-weight:300}.f-400{font-weight:400}.f-500{font-weight:500}.f-600{font-weight:600}.f-700{font-weight:700}.f-800{font-weight:800}.f-900{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-underline{text-decoration:underline}