@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--text-dev:#ef6a5c;--grey-900:#161419;--grey-800:#23242a;--grey-750:#292a30;--grey-700:#3f3f45;--grey-600:#52525a;--grey-500:#717179;--grey-400:#a1a1a9;--grey-300:#d4d4d8;--grey-200:#e4e4e7;--grey-100:#f4f4f5;--grey-50:#fafafa;--white:#fff;--blue:#2b77ff;--yellow:#fabb2b;--light-yellow:#ffd981;--red:#ea4451;--green:#00c557;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--space-64:16rem;--space-0:2.5rem}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,.table-link,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,.table-link,input{overflow:visible}button,.table-link,select{text-transform:none}button,.table-link,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}.table-link::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}.table-link:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}*{box-sizing:border-box}body{background-color:var(--grey-900);color:var(--white);width:100vw;height:100vh;overflow:hidden}body #root{display:flex;position:relative}main{overscroll-behavior:contain;height:100vh;position:relative;overflow:hidden scroll}main .inner-content{width:100%;min-width:100%;min-height:calc(100vh - 2 * var(--space-4));border-radius:var(--space-4);padding:var(--space-4) var(--space-8)}@media screen and (width<=1023.98px){main .inner-content{padding:var(--space-4)}}@media screen and (width<=639.98px){main .inner-content{border-radius:0}}main.main-mobile{padding:12px 12px 64px}@media screen and (width<=639.98px){main.main-mobile{padding:0 0 32px}}a{text-decoration:none}@font-face{font-family:SF Pro Display Semibold;src:url(/assets/SFProDisplay-Semibold-BeVTE0JY.ttf)}@font-face{font-family:SF Pro Text Bold;src:url(/assets/SFProText-Bold-xE-p46bC.ttf)}@font-face{font-family:SF Pro Text Regular;src:url(/assets/SFProText-Regular-Cp76WCaJ.ttf)}body,*{font-family:SF Pro Text Regular,serif}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.text-test{font-size:14px}@media screen and (width>=320px){.text-test{font-size:calc(.416667vw + 12.6667px)}}@media screen and (width>=1280px){.text-test{font-size:18px}}.text-xl{font-family:SF Pro Display Semibold,serif;font-size:26px;line-height:36px;text-decoration:none}.text-lg,.section-header{font-family:SF Pro Display Semibold,serif;font-size:18px;line-height:28px;text-decoration:none}.text-header{font-family:SF Pro Display Semibold,serif;font-size:13px;line-height:20px;text-decoration:none}.text-base-bold,.table-title,.data-table-title,.button-table,.button-link,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{font-family:SF Pro Text Bold,serif;font-size:16px;text-decoration:none}.text-base,.menu-item span,.collapse-button span,.input-base .helping-text,.input-select-container .helping-text,autocomplete .helping-text,.input-base label,.input-select-container label,autocomplete label,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select{font-family:SF Pro Text Regular,serif;font-size:16px;font-style:normal;font-weight:400;text-decoration:none}.text-md-bold,.tag,.button-base.xs,.xs.button-danger,.xs.icon-button-danger,.xs.button-success,.xs.icon-button-success,.xs.button-tertiary,.xs.icon-button-tertiary,.xs.button-secondary,.xs.icon-button-secondary,.xs.button-primary,.table-container tr.selected .xs.button-secondary,.table-container tr.selected .xs.icon-button-secondary,.data-table .data-table-row.Mui-selected .xs.button-secondary,.data-table .data-table-row.Mui-selected .xs.icon-button-secondary,.xs.icon-button-primary{font-family:SF Pro Text Bold,serif;font-size:14px;line-height:20px;text-decoration:none}.text-md,.table-cell,.table-cell-header,.table-cell-action,.table-cell-content,.data-table .data-table-row .data-table-cell,.data-table .data-table-column-headers .data-table-cell,.dropdown-item{font-family:SF Pro Text Regular,serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none}.text-xs,.data-table .data-table-row .data-table-cell.narrow,.data-table .data-table-column-headers .data-table-cell.narrow{font-family:SF Pro Text Regular,serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-decoration:none}.text-light,.data-table .data-table-row .data-table-cell a,.data-table .data-table-column-headers .data-table-cell a,.label-base,.label-danger,.label-success,.label-secondary,.label-primary,.autocomplete-label{font-weight:400}.noWrap{white-space:nowrap}.truncate,.data-table .data-table-row .data-table-cell .data-table-cell-content,.data-table .data-table-column-headers .data-table-cell .data-table-cell-content,.data-table .data-table-row .data-table-cell a,.data-table .data-table-column-headers .data-table-cell a,.input-select-container .input-container .input-select,.button-table,.button-link{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uppercase{text-transform:uppercase}.text-start{text-align:start}.text-left{text-align:left}.text-center,.table-cell-content-tooltip-text{text-align:center}.text-right{text-align:right}.text-end{text-align:end}.section-header{height:18.5px;overflow-y:hidden}.text-dev{font-family:IBM Plex Mono,monospace}.show-elipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.yellow-text{color:#fabb2a}.radius-4{border-radius:4px}.radius-6,.menu-item,.collapse-button,.table-container,.table-cell-content-tooltip-text,.data-table .data-table-main,.highlight-card .title .trend-label,.button-table,.button-link,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{border-radius:6px}.radius-8,.newton-landing-card,.button-tabs,.tag,.base-Select-popup .base-Select-listbox,.autocomplete-dropdown,autocomplete .input-container,autocomplete,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select{border-radius:8px}.radius-10{border-radius:10px}.radius-12,.dropdown-container{border-radius:12px}.radius-16,.media-card-overlay .media-card-overlay-backdrop,.media-card img,.media-card,.card-container,.highlight-card,.label-base,.label-danger,.label-success,.label-secondary,.label-primary,.autocomplete-label,.container-with-border,.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container,.main-section{border-radius:16px}.radius-20{border-radius:20px}.radius-24{border-radius:24px}.border-grey-500{border:1px solid var(--grey-500)}.border-grey-900{border:1px solid var(--grey-900)}.border-grey-800{border:1px solid var(--grey-800)}.border-grey-700,.media-card,.table-container,.data-table .data-table-row .data-table-cell,.data-table .data-table-column-headers .data-table-cell,.data-table .MuiDataGrid-columnHeaders.data-table-column-headers,.dropdown-container,.tag,.base-Select-popup .base-Select-listbox,.autocomplete-dropdown,autocomplete .input-container,.container-with-border,.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container,.main-section,main .inner-content{border:1px solid var(--grey-700)}.border-grey-600,.tasks-status-input .input-select,.label-success,.label-secondary,.button-secondary,.icon-button-secondary{border:1px solid var(--grey-600)}.border-blue,.label-primary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{border:1px solid var(--blue)}.border-red,.label-danger,.button-danger,.icon-button-danger{border:1px solid var(--red)}.border-green,.label-success,.button-success,.icon-button-success{border:1px solid var(--green)}.border-test{border:1px solid red}.border-text-dev{border:var(--text-dev)}.outline-primary,.label-primary,input[type=text]:focus,input[type=text]:active,input[type=password]:focus,input[type=password]:active,input[type=number]:focus,input[type=number]:active,input[type=date]:focus,input[type=date]:active,input[type=datetime-local]:focus,input[type=datetime-local]:active,input[type=email]:focus,input[type=email]:active,input[type=submit]:focus,input[type=submit]:active,input[type=file]:focus,input[type=file]:active,input[type=url]:focus,input[type=url]:active,input[type=tel]:focus,input[type=tel]:active,textarea:focus,textarea:active,.input-select:focus,.input-select:active,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{box-shadow:0 0 0 2px #0000}.outline-primary:active,.label-primary:active,input[type=text]:active,input[type=password]:active,input[type=number]:active,input[type=date]:active,input[type=datetime-local]:active,input[type=email]:active,input[type=submit]:active,input[type=file]:active,input[type=url]:active,input[type=tel]:active,textarea:active:focus,textarea:active,.input-select:active:focus,.input-select:active,.button-primary:active,.table-container tr.selected .button-secondary:active,.table-container tr.selected .icon-button-secondary:active,.data-table .data-table-row.Mui-selected .button-secondary:active,.data-table .data-table-row.Mui-selected .icon-button-secondary:active,.icon-button-primary:active,.outline-primary:focus,.label-primary:focus,input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=submit]:focus,input[type=file]:focus,input[type=url]:focus,input[type=tel]:focus,textarea:focus,.input-select:focus,.button-primary:focus,.table-container tr.selected .button-secondary:focus,.table-container tr.selected .icon-button-secondary:focus,.data-table .data-table-row.Mui-selected .button-secondary:focus,.data-table .data-table-row.Mui-selected .icon-button-secondary:focus,.icon-button-primary:focus,.outline-primary:visited,.label-primary:visited,textarea:visited:focus,textarea:visited:active,.input-select:visited:focus,.input-select:visited:active,.button-primary:visited,.table-container tr.selected .button-secondary:visited,.table-container tr.selected .icon-button-secondary:visited,.data-table .data-table-row.Mui-selected .button-secondary:visited,.data-table .data-table-row.Mui-selected .icon-button-secondary:visited,.icon-button-primary:visited,.outline-primary:hover,.label-primary:hover,textarea:hover:focus,textarea:hover:active,.input-select:hover:focus,.input-select:hover:active,.button-primary:hover,.table-container tr.selected .button-secondary:hover,.table-container tr.selected .icon-button-secondary:hover,.data-table .data-table-row.Mui-selected .button-secondary:hover,.data-table .data-table-row.Mui-selected .icon-button-secondary:hover,.icon-button-primary:hover{box-shadow:0 0 0 2px #3274c8cc}.outline-secondary,.tasks-status-input .input-select,.label-danger,.label-success,.label-secondary,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary{box-shadow:0 0 0 2px #0000}.outline-secondary:hover,.label-danger:hover,.label-success:hover,.label-secondary:hover,input[type=text]:hover,input[type=password]:hover,input[type=number]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=submit]:hover,input[type=file]:hover,input[type=url]:hover,input[type=tel]:hover,textarea:hover,.input-select:hover,.button-danger:hover,.icon-button-danger:hover,.button-success:hover,.icon-button-success:hover,.button-tertiary:hover,.icon-button-tertiary:hover,.button-secondary:hover,.icon-button-secondary:hover{box-shadow:0 0 0 2px #ffffff26}.shadow-page,.dropdown-container{box-shadow:0 0 1px #000000b3,0 20px 30px #0000004d,0 10px 50px #0003}.color-grey-900{color:var(--grey-900)}.color-grey-800{color:var(--grey-800)}.color-grey-750{color:var(--grey-750)}.color-grey-700,.autocomplete-option:disabled{color:var(--grey-700)}.color-grey-600{color:var(--grey-600)}.color-grey-500,.collapse-button,.table-title,.data-table-title,.base-Select-popup .base-Select-listbox .option:hover,.base-Select-popup .base-Select-listbox .option.base-Option-highlighted,.base-Select-popup .base-Select-listbox .option:focus-visible,.base-Select-popup .base-Select-listbox .option:focus,.section-header{color:var(--grey-500)}.color-grey-400,.menu-item,.collapse-button,.autocomplete-option:hover,.autocomplete-option.Mui-focused,.input-base .helping-text,.input-select-container .helping-text,autocomplete .helping-text,input[type=text]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=email]:disabled,input[type=submit]:disabled,input[type=file]:disabled,input[type=url]:disabled,input[type=tel]:disabled,textarea:disabled,.input-select:disabled{color:var(--grey-400)}.color-grey-300,.table-cell,.table-cell-header,.table-cell-action,.table-cell-content,.data-table .data-table-row .data-table-cell,.data-table .data-table-column-headers .data-table-cell,.base-Select-popup .base-Select-listbox .option,.autocomplete-option,.text-additional{color:var(--grey-300)}.color-grey-200,.menu-item:hover,.collapse-button:hover,.tag{color:var(--grey-200)}.color-grey-100,.menu-item.active,.active.collapse-button,.input-icon,.input-select-container .input-container .icon-left.disabled,.input-select-container .input-container .icon-right.disabled,.input-select-container .input-container .icon-left,.input-select-container .input-container .icon-right,autocomplete .input-container .icon-clear,autocomplete .input-container .icon-right-disabled,autocomplete .input-container .icon-right,autocomplete .input-container .icon-left,.input-base.with-icon-left .icon-left,.with-icon-left.input-select-container .icon-left,autocomplete.with-icon-left .icon-left,.input-base.with-icon-right .icon-left,.with-icon-right.input-select-container .icon-left,autocomplete.with-icon-right .icon-left,.input-base.with-icon-left .input-container .icon-left,.with-icon-left.input-select-container .input-container .icon-left,autocomplete.with-icon-left .input-container .icon-left,.input-base.with-icon-right .input-container .icon-left,.with-icon-right.input-select-container .input-container .icon-left,autocomplete.with-icon-right .input-container .icon-left,.input-base.with-icon-left .input-container .icon-right,.with-icon-left.input-select-container .input-container .icon-right,autocomplete.with-icon-left .input-container .icon-right,.input-base.with-icon-right .input-container .icon-right,.with-icon-right.input-select-container .input-container .icon-right,autocomplete.with-icon-right .input-container .icon-right,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select{color:var(--grey-100)}.color-grey-50{color:var(--grey-50)}.color-white,.tasks-status-input .input-select,.newton-landing-card,.table-cell-header th,.table-cell-header,.table-cell-content-tooltip-text,.data-table .MuiDataGrid-columnHeaders.data-table-column-headers .data-table-cell,.dropdown-item,.label-success,.label-secondary,.label-primary,autocomplete .input-container input,.input-base label,.input-select-container label,autocomplete label,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{color:var(--white)}.color-blue{color:var(--blue)}.color-yellow{color:var(--yellow)}.color-light-yellow{color:var(--light-yellow)}.color-red,.label-danger,.button-danger,.icon-button-danger,.error{color:var(--red)}.color-green,.label-success,.button-success,.icon-button-success{color:var(--green)}.color-text-dev{color:var(--text-dev)}.bg-grey-900,.newton-landing-card,.mobile-navbar.MuiPaper-root,.nav-sidebar,.table-cell-content-tooltip-text{background:var(--grey-900)}.bg-grey-800,.tasks-status-input .input-select,.table-container,.dropdown-container,.dropdown-item,.tag,.label-danger,.label-success,.label-secondary,.base-Select-popup .base-Select-listbox,.autocomplete-dropdown,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-secondary,.icon-button-secondary,.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container,.main-section,main .inner-content{background:var(--grey-800)}.bg-grey-750{background:var(--grey-750)}.bg-grey-700,.media-card-overlay .media-card-overlay-backdrop,.menu-item:hover,.collapse-button:hover,.dropdown-item:hover,.tag:hover,.base-Select-popup .base-Select-listbox .option:hover,.base-Select-popup .base-Select-listbox .option.base-Option-highlighted,.base-Select-popup .base-Select-listbox .option:focus-visible,.base-Select-popup .base-Select-listbox .option:focus,.autocomplete-option:hover,.autocomplete-option.Mui-focused,autocomplete .input-container input,autocomplete .input-container,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select,button:disabled:not(.pagination-button):not(.toggle-button),.table-link:disabled:not(.pagination-button):not(.toggle-button){background:var(--grey-700)}.bg-grey-600,.table-cell-header{background:var(--grey-600)}.bg-grey-500,.menu-item.active,.active.collapse-button,.divider-horizontal,.divider-vertical{background:var(--grey-500)}.bg-grey-400{background:var(--grey-400)}.bg-grey-300{background:var(--grey-300)}.bg-grey-200{background:var(--grey-200)}.bg-grey-100{background:var(--grey-100)}.bg-grey-50{background:var(--grey-50)}.bg-white{background:var(--white)}.bg-blue,.label-primary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{background:var(--blue)}.bg-yellow{background:var(--yellow)}.bg-light-yellow{background:var(--light-yellow)}.bg-red{background:var(--red)}.bg-green{background:var(--green)}.bg-text-dev{background:var(--text-dev)}.flex,.tasks-status-input .input-select,.register-agreements-container,.newton-landing-card,.newton-page-header,.buttons-container,.menu-item,.collapse-button,.nav-sidebar,.pill-container,.table-cell-action-container,.table-container .table-row,.data-table .data-table-row .data-table-cell .data-table-cell-icon,.data-table .data-table-column-headers .data-table-cell .data-table-cell-icon,.view-management-button-wrapper,.advanced-filter-modal-date-filter,.highlight-card .title .trend-base,.highlight-card .title .highlight-extra,.highlight-card .title,.dropdown-container,.dropdown-item,.tag,.input-base,.input-select-container,autocomplete,.button-table,.button-link,.half-end,.highlight-cards,.flex-section-container,.center-container{display:flex}.align-center,.tasks-status-input .input-select,.newton-page-header,.data-table .data-table-row .data-table-cell .data-table-cell-icon,.data-table .data-table-column-headers .data-table-cell .data-table-cell-icon,.button-table,.button-link{align-items:center}.flex-col,.register-agreements-container,.newton-landing-card,.buttons-container,.nav-sidebar,.highlight-card .title .trend-base,.highlight-card .title,.card-container,.highlight-card,.dropdown-container,.input-base,.input-select-container,autocomplete,.highlight-cards,.center-container{flex-direction:column}.flex-row,.newton-page-header,.mobile-navbar.MuiPaper-root,.advanced-filter-modal-date-filter,.half-end,.flex-section-container,.actions-container{flex-direction:row}@media (width>=480px){.xs\:flex-col{flex-direction:column}.xs\:flex-row{flex-direction:row}}@media (width>=640px){.sm\:flex-col{flex-direction:column}.sm\:flex-row,.highlight-cards{flex-direction:row}}@media (width>=768px){.md\:flex-col{flex-direction:column}.md\:flex-row{flex-direction:row}}@media (width>=1024px){.lg\:flex-col{flex-direction:column}.lg\:flex-row{flex-direction:row}}@media (width>=1280px){.xl\:flex-col{flex-direction:column}.xl\:flex-row{flex-direction:row}}@media (width>=1536px){.xxl\:flex-col{flex-direction:column}.xxl\:flex-row{flex-direction:row}}.items-start{align-items:flex-start}.items-center,.pill-container,.dropdown-item,.input-base .input-container,.input-select-container .input-container,autocomplete .input-container{align-items:center}.items-end{align-items:flex-end}.items-between{align-items:space-between}.items-around{align-items:space-around}@media (width>=480px){.xs\:items-start{align-items:flex-start}.xs\:items-center{align-items:center}.xs\:items-end{align-items:flex-end}.xs\:items-between{align-items:space-between}.xs\:items-around{align-items:space-around}}@media (width>=640px){.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-between{align-items:space-between}.sm\:items-around{align-items:space-around}}@media (width>=768px){.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:items-between{align-items:space-between}.md\:items-around{align-items:space-around}}@media (width>=1024px){.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:items-end{align-items:flex-end}.lg\:items-between{align-items:space-between}.lg\:items-around{align-items:space-around}}@media (width>=1280px){.xl\:items-start{align-items:flex-start}.xl\:items-center{align-items:center}.xl\:items-end{align-items:flex-end}.xl\:items-between{align-items:space-between}.xl\:items-around{align-items:space-around}}@media (width>=1536px){.xxl\:items-start{align-items:flex-start}.xxl\:items-center{align-items:center}.xxl\:items-end{align-items:flex-end}.xxl\:items-between{align-items:space-between}.xxl\:items-around{align-items:space-around}}.justify-start,.data-table .data-table-footer{justify-content:flex-start}.justify-center,.center-container{justify-content:center}.justify-end,.table-cell-action-container,.view-management-button-wrapper{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}@media (width>=480px){.xs\:justify-start{justify-content:flex-start}.xs\:justify-center{justify-content:center}.xs\:justify-end{justify-content:flex-end}.xs\:justify-between{justify-content:space-between}.xs\:justify-around{justify-content:space-around}}@media (width>=640px){.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}}@media (width>=768px){.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}}@media (width>=1024px){.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}}@media (width>=1280px){.xl\:justify-start{justify-content:flex-start}.xl\:justify-center{justify-content:center}.xl\:justify-end{justify-content:flex-end}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}}@media (width>=1536px){.xxl\:justify-start{justify-content:flex-start}.xxl\:justify-center{justify-content:center}.xxl\:justify-end{justify-content:flex-end}.xxl\:justify-between{justify-content:space-between}.xxl\:justify-around{justify-content:space-around}}.grow-1{flex-grow:1}.grow-2{flex-grow:2}@media (width>=480px){.xs\:grow-1{flex-grow:1}.xs\:grow-2{flex-grow:2}}@media (width>=640px){.sm\:grow-1{flex-grow:1}.sm\:grow-2{flex-grow:2}}@media (width>=768px){.md\:grow-1{flex-grow:1}.md\:grow-2{flex-grow:2}}@media (width>=1024px){.lg\:grow-1{flex-grow:1}.lg\:grow-2{flex-grow:2}}@media (width>=1280px){.xl\:grow-1{flex-grow:1}.xl\:grow-2{flex-grow:2}}@media (width>=1536px){.xxl\:grow-1{flex-grow:1}.xxl\:grow-2{flex-grow:2}}.gap-1,.tag,.label-base,.label-danger,.label-success,.label-secondary,.label-primary,.autocomplete-label,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{gap:var(--space-1)}.gap-2,.register-agreements-container,.table-cell,.table-cell-header,.table-cell-action,.table-cell-content,.highlight-card .title{gap:var(--space-2)}.gap-3,.highlight-cards{gap:var(--space-3)}.gap-4,.media-modal-grid,.newton-page-header{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.gap-16{gap:var(--space-16)}.gap-32{gap:var(--space-32)}@media (width>=480px){.xs\:gap-1{gap:var(--space-1)}.xs\:gap-2{gap:var(--space-2)}.xs\:gap-3{gap:var(--space-3)}.xs\:gap-4{gap:var(--space-4)}.xs\:gap-5{gap:var(--space-5)}.xs\:gap-6{gap:var(--space-6)}.xs\:gap-8{gap:var(--space-8)}.xs\:gap-16{gap:var(--space-16)}.xs\:gap-32{gap:var(--space-32)}}@media (width>=640px){.sm\:gap-1{gap:var(--space-1)}.sm\:gap-2{gap:var(--space-2)}.sm\:gap-3{gap:var(--space-3)}.sm\:gap-4{gap:var(--space-4)}.sm\:gap-5{gap:var(--space-5)}.sm\:gap-6{gap:var(--space-6)}.sm\:gap-8{gap:var(--space-8)}.sm\:gap-16{gap:var(--space-16)}.sm\:gap-32{gap:var(--space-32)}}@media (width>=768px){.md\:gap-1{gap:var(--space-1)}.md\:gap-2{gap:var(--space-2)}.md\:gap-3{gap:var(--space-3)}.md\:gap-4{gap:var(--space-4)}.md\:gap-5{gap:var(--space-5)}.md\:gap-6{gap:var(--space-6)}.md\:gap-8{gap:var(--space-8)}.md\:gap-16{gap:var(--space-16)}.md\:gap-32{gap:var(--space-32)}}@media (width>=1024px){.lg\:gap-1{gap:var(--space-1)}.lg\:gap-2{gap:var(--space-2)}.lg\:gap-3{gap:var(--space-3)}.lg\:gap-4{gap:var(--space-4)}.lg\:gap-5{gap:var(--space-5)}.lg\:gap-6{gap:var(--space-6)}.lg\:gap-8{gap:var(--space-8)}.lg\:gap-16{gap:var(--space-16)}.lg\:gap-32{gap:var(--space-32)}}@media (width>=1280px){.xl\:gap-1{gap:var(--space-1)}.xl\:gap-2{gap:var(--space-2)}.xl\:gap-3{gap:var(--space-3)}.xl\:gap-4{gap:var(--space-4)}.xl\:gap-5{gap:var(--space-5)}.xl\:gap-6{gap:var(--space-6)}.xl\:gap-8{gap:var(--space-8)}.xl\:gap-16{gap:var(--space-16)}.xl\:gap-32{gap:var(--space-32)}}@media (width>=1536px){.xxl\:gap-1{gap:var(--space-1)}.xxl\:gap-2{gap:var(--space-2)}.xxl\:gap-3{gap:var(--space-3)}.xxl\:gap-4{gap:var(--space-4)}.xxl\:gap-5{gap:var(--space-5)}.xxl\:gap-6{gap:var(--space-6)}.xxl\:gap-8{gap:var(--space-8)}.xxl\:gap-16{gap:var(--space-16)}.xxl\:gap-32{gap:var(--space-32)}}.flex-wrap{flex-wrap:wrap}.flex-center,.card-container,.highlight-card,.tag,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{justify-content:center;align-items:center;display:flex}.flex-start,.highlight-card{justify-content:flex-start;align-items:flex-start;display:flex}.flex-between,.newton-landing-card,.highlight-card .title .highlight-extra,.flex-between-container,.actions-container{justify-content:space-between;align-items:center;display:flex}.flex-end,.highlight-card .title .trend-label,.highlight-card .title .trend-base,.half-end{justify-content:flex-end;align-items:flex-end;display:flex}@media (width>=480px){.xs\:flex-center{justify-content:center;align-items:center;display:flex}.xs\:flex-start{justify-content:flex-start;align-items:flex-start;display:flex}.xs\:flex-between{justify-content:space-between;align-items:center;display:flex}.xs\:flex-end{justify-content:flex-end;align-items:flex-end;display:flex}}@media (width>=640px){.sm\:flex-center{justify-content:center;align-items:center;display:flex}.sm\:flex-start{justify-content:flex-start;align-items:flex-start;display:flex}.sm\:flex-between{justify-content:space-between;align-items:center;display:flex}.sm\:flex-end{justify-content:flex-end;align-items:flex-end;display:flex}}@media (width>=768px){.md\:flex-center{justify-content:center;align-items:center;display:flex}.md\:flex-start{justify-content:flex-start;align-items:flex-start;display:flex}.md\:flex-between{justify-content:space-between;align-items:center;display:flex}.md\:flex-end{justify-content:flex-end;align-items:flex-end;display:flex}}@media (width>=1024px){.lg\:flex-center{justify-content:center;align-items:center;display:flex}.lg\:flex-start{justify-content:flex-start;align-items:flex-start;display:flex}.lg\:flex-between{justify-content:space-between;align-items:center;display:flex}.lg\:flex-end{justify-content:flex-end;align-items:flex-end;display:flex}}@media (width>=1280px){.xl\:flex-center{justify-content:center;align-items:center;display:flex}.xl\:flex-start{justify-content:flex-start;align-items:flex-start;display:flex}.xl\:flex-between{justify-content:space-between;align-items:center;display:flex}.xl\:flex-end{justify-content:flex-end;align-items:flex-end;display:flex}}@media (width>=1536px){.xxl\:flex-center{justify-content:center;align-items:center;display:flex}.xxl\:flex-start{justify-content:flex-start;align-items:flex-start;display:flex}.xxl\:flex-between{justify-content:space-between;align-items:center;display:flex}.xxl\:flex-end{justify-content:flex-end;align-items:flex-end;display:flex}}.block{display:block}.hidden{display:none}.inline,.data-table .data-table-row .data-table-cell a,.data-table .data-table-column-headers .data-table-cell a{display:inline}.inline-block{display:inline-block}@media (width>=480px){.xs\:block{display:block}.xs\:hidden{display:none}.xs\:inline{display:inline}.xs\:inline-block{display:inline-block}}@media (width>=640px){.sm\:block{display:block}.sm\:hidden{display:none}.sm\:inline{display:inline}.sm\:inline-block{display:inline-block}}@media (width>=768px){.md\:block{display:block}.md\:hidden{display:none}.md\:inline{display:inline}.md\:inline-block{display:inline-block}}@media (width>=1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:inline{display:inline}.lg\:inline-block{display:inline-block}}@media (width>=1280px){.xl\:block{display:block}.xl\:hidden{display:none}.xl\:inline{display:inline}.xl\:inline-block{display:inline-block}}@media (width>=1536px){.xxl\:block{display:block}.xxl\:hidden{display:none}.xxl\:inline{display:inline}.xxl\:inline-block{display:inline-block}}.relative,.input-select-container .input-container .input-select,.input-base .input-container,.input-select-container .input-container,autocomplete .input-container{position:relative}.absolute,.table-cell-content-tooltip-text,.input-icon,.input-select-container .input-container .icon-left.disabled,.input-select-container .input-container .icon-right.disabled,.input-select-container .input-container .icon-left,.input-select-container .input-container .icon-right,autocomplete .input-container .icon-clear,autocomplete .input-container .icon-right-disabled,autocomplete .input-container .icon-right,autocomplete .input-container .icon-left,.input-base.with-icon-left .icon-left,.with-icon-left.input-select-container .icon-left,autocomplete.with-icon-left .icon-left,.input-base.with-icon-right .icon-left,.with-icon-right.input-select-container .icon-left,autocomplete.with-icon-right .icon-left,.input-base.with-icon-left .input-container .icon-left,.with-icon-left.input-select-container .input-container .icon-left,autocomplete.with-icon-left .input-container .icon-left,.input-base.with-icon-right .input-container .icon-left,.with-icon-right.input-select-container .input-container .icon-left,autocomplete.with-icon-right .input-container .icon-left,.input-base.with-icon-left .input-container .icon-right,.with-icon-left.input-select-container .input-container .icon-right,autocomplete.with-icon-left .input-container .icon-right,.input-base.with-icon-right .input-container .icon-right,.with-icon-right.input-select-container .input-container .icon-right,autocomplete.with-icon-right .input-container .icon-right{position:absolute}.fixed{position:fixed}@media (width>=480px){.xs\:relative{position:relative}.xs\:absolute{position:absolute}.xs\:fixed{position:fixed}}@media (width>=640px){.sm\:relative{position:relative}.sm\:absolute{position:absolute}.sm\:fixed{position:fixed}}@media (width>=768px){.md\:relative{position:relative}.md\:absolute{position:absolute}.md\:fixed{position:fixed}}@media (width>=1024px){.lg\:relative{position:relative}.lg\:absolute{position:absolute}.lg\:fixed{position:fixed}}@media (width>=1280px){.xl\:relative{position:relative}.xl\:absolute{position:absolute}.xl\:fixed{position:fixed}}@media (width>=1536px){.xxl\:relative{position:relative}.xxl\:absolute{position:absolute}.xxl\:fixed{position:fixed}}.t-0{top:0}.t-full,.base-Select-popup .base-Select-listbox,.autocomplete-dropdown{top:100%}.r-0{right:0}.l-0,.base-Select-popup .base-Select-listbox,.autocomplete-dropdown{left:0}.l-50{left:50%;transform:translate(-50%)}.b-0{bottom:0}.absolute-0{position:absolute;top:0;left:0}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-1000,.base-Select-popup,.autocomplete-dropdown{z-index:1000}.z-2000{z-index:2000}.z-9999,.z-max{z-index:9999}.ws-pre{white-space:pre}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-2\/3{width:66.6667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-95{width:95%}.w-350{width:350px}.w-540{width:540px}.w-full,.table-container .table-row,.table-container,.data-table .data-table-row .data-table-cell .data-table-cell-content,.data-table .data-table-column-headers .data-table-cell .data-table-cell-content,.base-Select-popup .base-Select-listbox .option,.base-Select-popup .base-Select-listbox,.autocomplete-option,.autocomplete-dropdown,autocomplete,.input-base.with-icon-left .input-container input,.with-icon-left.input-select-container .input-container input,autocomplete.with-icon-left .input-container input,.input-base.with-icon-left .input-container textarea,.with-icon-left.input-select-container .input-container textarea,autocomplete.with-icon-left .input-container textarea,.input-base.with-icon-left .input-container .input-select,.with-icon-left.input-select-container .input-container .input-select,autocomplete.with-icon-left .input-container .input-select,.input-base.with-icon-right .input-container input,.with-icon-right.input-select-container .input-container input,autocomplete.with-icon-right .input-container input,.input-base.with-icon-right .input-container textarea,.with-icon-right.input-select-container .input-container textarea,autocomplete.with-icon-right .input-container textarea,.input-base.with-icon-right .input-container .input-select,.with-icon-right.input-select-container .input-container .input-select,autocomplete.with-icon-right .input-container .input-select,.input-base.with-icon-left input,.with-icon-left.input-select-container input,autocomplete.with-icon-left input,.input-base.with-icon-left textarea,.with-icon-left.input-select-container textarea,autocomplete.with-icon-left textarea,.input-base.with-icon-left .input-select,.with-icon-left.input-select-container .input-select,autocomplete.with-icon-left .input-select,.input-base.with-icon-right input,.with-icon-right.input-select-container input,autocomplete.with-icon-right input,.input-base.with-icon-right textarea,.with-icon-right.input-select-container textarea,autocomplete.with-icon-right textarea,.input-base.with-icon-right .input-select,.with-icon-right.input-select-container .input-select,autocomplete.with-icon-right .input-select,.input-base .input-container input,.input-select-container .input-container input,autocomplete .input-container input,.input-base .input-container textarea,.input-select-container .input-container textarea,autocomplete .input-container textarea,.input-base .input-container .input-select,.input-select-container .input-container .input-select,autocomplete .input-container .input-select,.input-base .input-container,.input-select-container .input-container,autocomplete .input-container,.highlight-cards,.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container,.main-section,main{width:100%}.w-auto,.collapse-button,.button-table,.button-link,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary,.divider-horizontal{width:auto}.w-screen{width:100vw}.w-100px{width:100px}@media (width>=480px){.xs\:w-1\/2{width:50%}.xs\:w-1\/3{width:33.3333%}.xs\:w-2\/3{width:66.6667%}.xs\:w-1\/4{width:25%}.xs\:w-2\/4{width:50%}.xs\:w-3\/4{width:75%}.xs\:w-1\/5{width:20%}.xs\:w-2\/5{width:40%}.xs\:w-3\/5{width:60%}.xs\:w-4\/5{width:80%}.xs\:w-95{width:95%}.xs\:w-350{width:350px}.xs\:w-540{width:540px}.xs\:w-full{width:100%}.xs\:w-auto{width:auto}.xs\:w-screen{width:100vw}.xs\:w-100px{width:100px}}@media (width>=640px){.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.3333%}.sm\:w-2\/3{width:66.6667%}.sm\:w-1\/4{width:25%}.sm\:w-2\/4{width:50%}.sm\:w-3\/4{width:75%}.sm\:w-1\/5{width:20%}.sm\:w-2\/5{width:40%}.sm\:w-3\/5{width:60%}.sm\:w-4\/5{width:80%}.sm\:w-95{width:95%}.sm\:w-350{width:350px}.sm\:w-540{width:540px}.sm\:w-full{width:100%}.sm\:w-auto{width:auto}.sm\:w-screen{width:100vw}.sm\:w-100px{width:100px}}@media (width>=768px){.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.3333%}.md\:w-2\/3{width:66.6667%}.md\:w-1\/4{width:25%}.md\:w-2\/4{width:50%}.md\:w-3\/4{width:75%}.md\:w-1\/5{width:20%}.md\:w-2\/5{width:40%}.md\:w-3\/5{width:60%}.md\:w-4\/5{width:80%}.md\:w-95{width:95%}.md\:w-350{width:350px}.md\:w-540{width:540px}.md\:w-full{width:100%}.md\:w-auto{width:auto}.md\:w-screen{width:100vw}.md\:w-100px{width:100px}}@media (width>=1024px){.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.3333%}.lg\:w-2\/3{width:66.6667%}.lg\:w-1\/4{width:25%}.lg\:w-2\/4{width:50%}.lg\:w-3\/4{width:75%}.lg\:w-1\/5{width:20%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-4\/5{width:80%}.lg\:w-95{width:95%}.lg\:w-350{width:350px}.lg\:w-540{width:540px}.lg\:w-full{width:100%}.lg\:w-auto{width:auto}.lg\:w-screen{width:100vw}.lg\:w-100px{width:100px}}@media (width>=1280px){.xl\:w-1\/2{width:50%}.xl\:w-1\/3{width:33.3333%}.xl\:w-2\/3{width:66.6667%}.xl\:w-1\/4{width:25%}.xl\:w-2\/4{width:50%}.xl\:w-3\/4{width:75%}.xl\:w-1\/5{width:20%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}.xl\:w-4\/5{width:80%}.xl\:w-95{width:95%}.xl\:w-350{width:350px}.xl\:w-540{width:540px}.xl\:w-full{width:100%}.xl\:w-auto{width:auto}.xl\:w-screen{width:100vw}.xl\:w-100px{width:100px}}@media (width>=1536px){.xxl\:w-1\/2{width:50%}.xxl\:w-1\/3{width:33.3333%}.xxl\:w-2\/3{width:66.6667%}.xxl\:w-1\/4{width:25%}.xxl\:w-2\/4{width:50%}.xxl\:w-3\/4{width:75%}.xxl\:w-1\/5{width:20%}.xxl\:w-2\/5{width:40%}.xxl\:w-3\/5{width:60%}.xxl\:w-4\/5{width:80%}.xxl\:w-95{width:95%}.xxl\:w-350{width:350px}.xxl\:w-540{width:540px}.xxl\:w-full{width:100%}.xxl\:w-auto{width:auto}.xxl\:w-screen{width:100vw}.xxl\:w-100px{width:100px}}.min-w-full{min-width:100%}@media (width>=480px){.xs\:min-w-full{min-width:100%}}@media (width>=640px){.sm\:min-w-full{min-width:100%}}@media (width>=768px){.md\:min-w-full{min-width:100%}}@media (width>=1024px){.lg\:min-w-full{min-width:100%}}@media (width>=1280px){.xl\:min-w-full{min-width:100%}}@media (width>=1536px){.xxl\:min-w-full{min-width:100%}}.max-w-1\/2{max-width:50%}.max-w-1\/3{max-width:33.3333%}.max-w-2\/3{max-width:66.6667%}.max-w-1\/4{max-width:25%}.max-w-2\/4{max-width:50%}.max-w-3\/4{max-width:75%}.max-w-1\/5{max-width:20%}.max-w-2\/5{max-width:40%}.max-w-3\/5{max-width:60%}.max-w-4\/5{max-width:80%}.max-w-10{max-width:10vw}.max-w-25{max-width:25vw}.max-w-50{max-width:50vw}.max-w-60{max-width:60vw}.max-w-80{max-width:80vw}.max-w-screen{max-width:100vw}.max-w-content{max-width:1280px}@media (width>=480px){.xs\:max-w-1\/2{max-width:50%}.xs\:max-w-1\/3{max-width:33.3333%}.xs\:max-w-2\/3{max-width:66.6667%}.xs\:max-w-1\/4{max-width:25%}.xs\:max-w-2\/4{max-width:50%}.xs\:max-w-3\/4{max-width:75%}.xs\:max-w-1\/5{max-width:20%}.xs\:max-w-2\/5{max-width:40%}.xs\:max-w-3\/5{max-width:60%}.xs\:max-w-4\/5{max-width:80%}.xs\:max-w-10{max-width:10vw}.xs\:max-w-25{max-width:25vw}.xs\:max-w-50{max-width:50vw}.xs\:max-w-60{max-width:60vw}.xs\:max-w-80{max-width:80vw}.xs\:max-w-screen{max-width:100vw}.xs\:max-w-content{max-width:1280px}}@media (width>=640px){.sm\:max-w-1\/2{max-width:50%}.sm\:max-w-1\/3{max-width:33.3333%}.sm\:max-w-2\/3{max-width:66.6667%}.sm\:max-w-1\/4{max-width:25%}.sm\:max-w-2\/4{max-width:50%}.sm\:max-w-3\/4{max-width:75%}.sm\:max-w-1\/5{max-width:20%}.sm\:max-w-2\/5{max-width:40%}.sm\:max-w-3\/5{max-width:60%}.sm\:max-w-4\/5{max-width:80%}.sm\:max-w-10{max-width:10vw}.sm\:max-w-25{max-width:25vw}.sm\:max-w-50{max-width:50vw}.sm\:max-w-60{max-width:60vw}.sm\:max-w-80{max-width:80vw}.sm\:max-w-screen{max-width:100vw}.sm\:max-w-content{max-width:1280px}}@media (width>=768px){.md\:max-w-1\/2{max-width:50%}.md\:max-w-1\/3{max-width:33.3333%}.md\:max-w-2\/3{max-width:66.6667%}.md\:max-w-1\/4{max-width:25%}.md\:max-w-2\/4{max-width:50%}.md\:max-w-3\/4{max-width:75%}.md\:max-w-1\/5{max-width:20%}.md\:max-w-2\/5{max-width:40%}.md\:max-w-3\/5{max-width:60%}.md\:max-w-4\/5{max-width:80%}.md\:max-w-10{max-width:10vw}.md\:max-w-25{max-width:25vw}.md\:max-w-50{max-width:50vw}.md\:max-w-60{max-width:60vw}.md\:max-w-80{max-width:80vw}.md\:max-w-screen{max-width:100vw}.md\:max-w-content{max-width:1280px}}@media (width>=1024px){.lg\:max-w-1\/2{max-width:50%}.lg\:max-w-1\/3{max-width:33.3333%}.lg\:max-w-2\/3{max-width:66.6667%}.lg\:max-w-1\/4{max-width:25%}.lg\:max-w-2\/4{max-width:50%}.lg\:max-w-3\/4{max-width:75%}.lg\:max-w-1\/5{max-width:20%}.lg\:max-w-2\/5{max-width:40%}.lg\:max-w-3\/5{max-width:60%}.lg\:max-w-4\/5{max-width:80%}.lg\:max-w-10{max-width:10vw}.lg\:max-w-25{max-width:25vw}.lg\:max-w-50{max-width:50vw}.lg\:max-w-60{max-width:60vw}.lg\:max-w-80{max-width:80vw}.lg\:max-w-screen{max-width:100vw}.lg\:max-w-content{max-width:1280px}}@media (width>=1280px){.xl\:max-w-1\/2{max-width:50%}.xl\:max-w-1\/3{max-width:33.3333%}.xl\:max-w-2\/3{max-width:66.6667%}.xl\:max-w-1\/4{max-width:25%}.xl\:max-w-2\/4{max-width:50%}.xl\:max-w-3\/4{max-width:75%}.xl\:max-w-1\/5{max-width:20%}.xl\:max-w-2\/5{max-width:40%}.xl\:max-w-3\/5{max-width:60%}.xl\:max-w-4\/5{max-width:80%}.xl\:max-w-10{max-width:10vw}.xl\:max-w-25{max-width:25vw}.xl\:max-w-50{max-width:50vw}.xl\:max-w-60{max-width:60vw}.xl\:max-w-80{max-width:80vw}.xl\:max-w-screen{max-width:100vw}.xl\:max-w-content{max-width:1280px}}@media (width>=1536px){.xxl\:max-w-1\/2{max-width:50%}.xxl\:max-w-1\/3{max-width:33.3333%}.xxl\:max-w-2\/3{max-width:66.6667%}.xxl\:max-w-1\/4{max-width:25%}.xxl\:max-w-2\/4{max-width:50%}.xxl\:max-w-3\/4{max-width:75%}.xxl\:max-w-1\/5{max-width:20%}.xxl\:max-w-2\/5{max-width:40%}.xxl\:max-w-3\/5{max-width:60%}.xxl\:max-w-4\/5{max-width:80%}.xxl\:max-w-10{max-width:10vw}.xxl\:max-w-25{max-width:25vw}.xxl\:max-w-50{max-width:50vw}.xxl\:max-w-60{max-width:60vw}.xxl\:max-w-80{max-width:80vw}.xxl\:max-w-screen{max-width:100vw}.xxl\:max-w-content{max-width:1280px}}.h-full,.data-table .data-table-row .data-table-cell .data-table-cell-icon,.data-table .data-table-column-headers .data-table-cell .data-table-cell-icon{height:100%}.h-3{height:3vh}.h-5{height:5vh}.h-8{height:8vh}.h-10{height:10vh}.h-12{height:12vh}.h-15{height:15vh}.h-20{height:20vh}.h-22{height:22vh}.h-25{height:25vh}.h-30{height:30vh}.h-50{height:50vh}.h-60{height:60vh}.h-80{height:80vh}.h-screen{height:100vh}.h-auto,.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container,.main-section,.divider-vertical,main,main .inner-content{height:auto}@media (width>=480px){.xs\:h-full{height:100%}.xs\:h-3{height:3vh}.xs\:h-5{height:5vh}.xs\:h-8{height:8vh}.xs\:h-10{height:10vh}.xs\:h-12{height:12vh}.xs\:h-15{height:15vh}.xs\:h-20{height:20vh}.xs\:h-22{height:22vh}.xs\:h-25{height:25vh}.xs\:h-30{height:30vh}.xs\:h-50{height:50vh}.xs\:h-60{height:60vh}.xs\:h-80{height:80vh}.xs\:h-screen{height:100vh}.xs\:h-auto{height:auto}}@media (width>=640px){.sm\:h-full{height:100%}.sm\:h-3{height:3vh}.sm\:h-5{height:5vh}.sm\:h-8{height:8vh}.sm\:h-10{height:10vh}.sm\:h-12{height:12vh}.sm\:h-15{height:15vh}.sm\:h-20{height:20vh}.sm\:h-22{height:22vh}.sm\:h-25{height:25vh}.sm\:h-30{height:30vh}.sm\:h-50{height:50vh}.sm\:h-60{height:60vh}.sm\:h-80{height:80vh}.sm\:h-screen{height:100vh}.sm\:h-auto{height:auto}}@media (width>=768px){.md\:h-full{height:100%}.md\:h-3{height:3vh}.md\:h-5{height:5vh}.md\:h-8{height:8vh}.md\:h-10{height:10vh}.md\:h-12{height:12vh}.md\:h-15{height:15vh}.md\:h-20{height:20vh}.md\:h-22{height:22vh}.md\:h-25{height:25vh}.md\:h-30{height:30vh}.md\:h-50{height:50vh}.md\:h-60{height:60vh}.md\:h-80{height:80vh}.md\:h-screen{height:100vh}.md\:h-auto{height:auto}}@media (width>=1024px){.lg\:h-full{height:100%}.lg\:h-3{height:3vh}.lg\:h-5{height:5vh}.lg\:h-8{height:8vh}.lg\:h-10{height:10vh}.lg\:h-12{height:12vh}.lg\:h-15{height:15vh}.lg\:h-20{height:20vh}.lg\:h-22{height:22vh}.lg\:h-25{height:25vh}.lg\:h-30{height:30vh}.lg\:h-50{height:50vh}.lg\:h-60{height:60vh}.lg\:h-80{height:80vh}.lg\:h-screen{height:100vh}.lg\:h-auto{height:auto}}@media (width>=1280px){.xl\:h-full{height:100%}.xl\:h-3{height:3vh}.xl\:h-5{height:5vh}.xl\:h-8{height:8vh}.xl\:h-10{height:10vh}.xl\:h-12{height:12vh}.xl\:h-15{height:15vh}.xl\:h-20{height:20vh}.xl\:h-22{height:22vh}.xl\:h-25{height:25vh}.xl\:h-30{height:30vh}.xl\:h-50{height:50vh}.xl\:h-60{height:60vh}.xl\:h-80{height:80vh}.xl\:h-screen{height:100vh}.xl\:h-auto{height:auto}}@media (width>=1536px){.xxl\:h-full{height:100%}.xxl\:h-3{height:3vh}.xxl\:h-5{height:5vh}.xxl\:h-8{height:8vh}.xxl\:h-10{height:10vh}.xxl\:h-12{height:12vh}.xxl\:h-15{height:15vh}.xxl\:h-20{height:20vh}.xxl\:h-22{height:22vh}.xxl\:h-25{height:25vh}.xxl\:h-30{height:30vh}.xxl\:h-50{height:50vh}.xxl\:h-60{height:60vh}.xxl\:h-80{height:80vh}.xxl\:h-screen{height:100vh}.xxl\:h-auto{height:auto}}.min-h-full{min-height:100%}.min-h-3,.error:not(:empty){min-height:3vh}.min-h-5{min-height:5vh}.min-h-8{min-height:8vh}.min-h-10{min-height:10vh}.min-h-12{min-height:12vh}.min-h-15{min-height:15vh}.min-h-20{min-height:20vh}.min-h-22{min-height:22vh}.min-h-25{min-height:25vh}.min-h-30{min-height:30vh}.min-h-50{min-height:50vh}.min-h-60{min-height:60vh}.min-h-80{min-height:80vh}.min-h-screen{min-height:100vh}.min-h-auto{min-height:auto}@media (width>=480px){.xs\:min-h-full{min-height:100%}.xs\:min-h-3{min-height:3vh}.xs\:min-h-5{min-height:5vh}.xs\:min-h-8{min-height:8vh}.xs\:min-h-10{min-height:10vh}.xs\:min-h-12{min-height:12vh}.xs\:min-h-15{min-height:15vh}.xs\:min-h-20{min-height:20vh}.xs\:min-h-22{min-height:22vh}.xs\:min-h-25{min-height:25vh}.xs\:min-h-30{min-height:30vh}.xs\:min-h-50{min-height:50vh}.xs\:min-h-60{min-height:60vh}.xs\:min-h-80{min-height:80vh}.xs\:min-h-screen{min-height:100vh}.xs\:min-h-auto{min-height:auto}}@media (width>=640px){.sm\:min-h-full{min-height:100%}.sm\:min-h-3{min-height:3vh}.sm\:min-h-5{min-height:5vh}.sm\:min-h-8{min-height:8vh}.sm\:min-h-10{min-height:10vh}.sm\:min-h-12{min-height:12vh}.sm\:min-h-15{min-height:15vh}.sm\:min-h-20{min-height:20vh}.sm\:min-h-22{min-height:22vh}.sm\:min-h-25{min-height:25vh}.sm\:min-h-30{min-height:30vh}.sm\:min-h-50{min-height:50vh}.sm\:min-h-60{min-height:60vh}.sm\:min-h-80{min-height:80vh}.sm\:min-h-screen{min-height:100vh}.sm\:min-h-auto{min-height:auto}}@media (width>=768px){.md\:min-h-full{min-height:100%}.md\:min-h-3{min-height:3vh}.md\:min-h-5{min-height:5vh}.md\:min-h-8{min-height:8vh}.md\:min-h-10{min-height:10vh}.md\:min-h-12{min-height:12vh}.md\:min-h-15{min-height:15vh}.md\:min-h-20{min-height:20vh}.md\:min-h-22{min-height:22vh}.md\:min-h-25{min-height:25vh}.md\:min-h-30{min-height:30vh}.md\:min-h-50{min-height:50vh}.md\:min-h-60{min-height:60vh}.md\:min-h-80{min-height:80vh}.md\:min-h-screen{min-height:100vh}.md\:min-h-auto{min-height:auto}}@media (width>=1024px){.lg\:min-h-full{min-height:100%}.lg\:min-h-3{min-height:3vh}.lg\:min-h-5{min-height:5vh}.lg\:min-h-8{min-height:8vh}.lg\:min-h-10{min-height:10vh}.lg\:min-h-12{min-height:12vh}.lg\:min-h-15{min-height:15vh}.lg\:min-h-20{min-height:20vh}.lg\:min-h-22{min-height:22vh}.lg\:min-h-25{min-height:25vh}.lg\:min-h-30{min-height:30vh}.lg\:min-h-50{min-height:50vh}.lg\:min-h-60{min-height:60vh}.lg\:min-h-80{min-height:80vh}.lg\:min-h-screen{min-height:100vh}.lg\:min-h-auto{min-height:auto}}@media (width>=1280px){.xl\:min-h-full{min-height:100%}.xl\:min-h-3{min-height:3vh}.xl\:min-h-5{min-height:5vh}.xl\:min-h-8{min-height:8vh}.xl\:min-h-10{min-height:10vh}.xl\:min-h-12{min-height:12vh}.xl\:min-h-15{min-height:15vh}.xl\:min-h-20{min-height:20vh}.xl\:min-h-22{min-height:22vh}.xl\:min-h-25{min-height:25vh}.xl\:min-h-30{min-height:30vh}.xl\:min-h-50{min-height:50vh}.xl\:min-h-60{min-height:60vh}.xl\:min-h-80{min-height:80vh}.xl\:min-h-screen{min-height:100vh}.xl\:min-h-auto{min-height:auto}}@media (width>=1536px){.xxl\:min-h-full{min-height:100%}.xxl\:min-h-3{min-height:3vh}.xxl\:min-h-5{min-height:5vh}.xxl\:min-h-8{min-height:8vh}.xxl\:min-h-10{min-height:10vh}.xxl\:min-h-12{min-height:12vh}.xxl\:min-h-15{min-height:15vh}.xxl\:min-h-20{min-height:20vh}.xxl\:min-h-22{min-height:22vh}.xxl\:min-h-25{min-height:25vh}.xxl\:min-h-30{min-height:30vh}.xxl\:min-h-50{min-height:50vh}.xxl\:min-h-60{min-height:60vh}.xxl\:min-h-80{min-height:80vh}.xxl\:min-h-screen{min-height:100vh}.xxl\:min-h-auto{min-height:auto}}.max-h-full{max-height:100%}.max-h-3{max-height:3vh}.max-h-5{max-height:5vh}.max-h-8{max-height:8vh}.max-h-10{max-height:10vh}.max-h-12{max-height:12vh}.max-h-15{max-height:15vh}.max-h-20{max-height:20vh}.max-h-22{max-height:22vh}.max-h-25{max-height:25vh}.max-h-30{max-height:30vh}.max-h-50{max-height:50vh}.max-h-60{max-height:60vh}.max-h-80{max-height:80vh}.max-h-screen{max-height:100vh}.max-h-auto{max-height:auto}@media (width>=480px){.xs\:max-h-full{max-height:100%}.xs\:max-h-3{max-height:3vh}.xs\:max-h-5{max-height:5vh}.xs\:max-h-8{max-height:8vh}.xs\:max-h-10{max-height:10vh}.xs\:max-h-12{max-height:12vh}.xs\:max-h-15{max-height:15vh}.xs\:max-h-20{max-height:20vh}.xs\:max-h-22{max-height:22vh}.xs\:max-h-25{max-height:25vh}.xs\:max-h-30{max-height:30vh}.xs\:max-h-50{max-height:50vh}.xs\:max-h-60{max-height:60vh}.xs\:max-h-80{max-height:80vh}.xs\:max-h-screen{max-height:100vh}.xs\:max-h-auto{max-height:auto}}@media (width>=640px){.sm\:max-h-full{max-height:100%}.sm\:max-h-3{max-height:3vh}.sm\:max-h-5{max-height:5vh}.sm\:max-h-8{max-height:8vh}.sm\:max-h-10{max-height:10vh}.sm\:max-h-12{max-height:12vh}.sm\:max-h-15{max-height:15vh}.sm\:max-h-20{max-height:20vh}.sm\:max-h-22{max-height:22vh}.sm\:max-h-25{max-height:25vh}.sm\:max-h-30{max-height:30vh}.sm\:max-h-50{max-height:50vh}.sm\:max-h-60{max-height:60vh}.sm\:max-h-80{max-height:80vh}.sm\:max-h-screen{max-height:100vh}.sm\:max-h-auto{max-height:auto}}@media (width>=768px){.md\:max-h-full{max-height:100%}.md\:max-h-3{max-height:3vh}.md\:max-h-5{max-height:5vh}.md\:max-h-8{max-height:8vh}.md\:max-h-10{max-height:10vh}.md\:max-h-12{max-height:12vh}.md\:max-h-15{max-height:15vh}.md\:max-h-20{max-height:20vh}.md\:max-h-22{max-height:22vh}.md\:max-h-25{max-height:25vh}.md\:max-h-30{max-height:30vh}.md\:max-h-50{max-height:50vh}.md\:max-h-60{max-height:60vh}.md\:max-h-80{max-height:80vh}.md\:max-h-screen{max-height:100vh}.md\:max-h-auto{max-height:auto}}@media (width>=1024px){.lg\:max-h-full{max-height:100%}.lg\:max-h-3{max-height:3vh}.lg\:max-h-5{max-height:5vh}.lg\:max-h-8{max-height:8vh}.lg\:max-h-10{max-height:10vh}.lg\:max-h-12{max-height:12vh}.lg\:max-h-15{max-height:15vh}.lg\:max-h-20{max-height:20vh}.lg\:max-h-22{max-height:22vh}.lg\:max-h-25{max-height:25vh}.lg\:max-h-30{max-height:30vh}.lg\:max-h-50{max-height:50vh}.lg\:max-h-60{max-height:60vh}.lg\:max-h-80{max-height:80vh}.lg\:max-h-screen{max-height:100vh}.lg\:max-h-auto{max-height:auto}}@media (width>=1280px){.xl\:max-h-full{max-height:100%}.xl\:max-h-3{max-height:3vh}.xl\:max-h-5{max-height:5vh}.xl\:max-h-8{max-height:8vh}.xl\:max-h-10{max-height:10vh}.xl\:max-h-12{max-height:12vh}.xl\:max-h-15{max-height:15vh}.xl\:max-h-20{max-height:20vh}.xl\:max-h-22{max-height:22vh}.xl\:max-h-25{max-height:25vh}.xl\:max-h-30{max-height:30vh}.xl\:max-h-50{max-height:50vh}.xl\:max-h-60{max-height:60vh}.xl\:max-h-80{max-height:80vh}.xl\:max-h-screen{max-height:100vh}.xl\:max-h-auto{max-height:auto}}@media (width>=1536px){.xxl\:max-h-full{max-height:100%}.xxl\:max-h-3{max-height:3vh}.xxl\:max-h-5{max-height:5vh}.xxl\:max-h-8{max-height:8vh}.xxl\:max-h-10{max-height:10vh}.xxl\:max-h-12{max-height:12vh}.xxl\:max-h-15{max-height:15vh}.xxl\:max-h-20{max-height:20vh}.xxl\:max-h-22{max-height:22vh}.xxl\:max-h-25{max-height:25vh}.xxl\:max-h-30{max-height:30vh}.xxl\:max-h-50{max-height:50vh}.xxl\:max-h-60{max-height:60vh}.xxl\:max-h-80{max-height:80vh}.xxl\:max-h-screen{max-height:100vh}.xxl\:max-h-auto{max-height:auto}}.m-0{margin:0}.m-1{margin:var(--space-1)}.m-2{margin:var(--space-2)}.m-3{margin:var(--space-3)}.m-4{margin:var(--space-4)}.m-5{margin:var(--space-5)}.m-6{margin:var(--space-6)}.m-8{margin:var(--space-8)}.m-16{margin:var(--space-16)}.m-24{margin:var(--space-24)}.m-32{margin:var(--space-32)}.m-64{margin:var(--space-64)}.m-auto{margin:auto}.ml-0,.nav-sidebar.minimised .menu-item span,.nav-sidebar.minimised .collapse-button span{margin-left:0}.ml-1{margin-left:var(--space-1)}.ml-2{margin-left:var(--space-2)}.ml-3{margin-left:var(--space-3)}.ml-4,.menu-item span,.collapse-button span{margin-left:var(--space-4)}.ml-5{margin-left:var(--space-5)}.ml-6{margin-left:var(--space-6)}.ml-8{margin-left:var(--space-8)}.ml-16{margin-left:var(--space-16)}.ml-24{margin-left:var(--space-24)}.ml-32{margin-left:var(--space-32)}.ml-64{margin-left:var(--space-64)}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1,.data-table .data-table-row .data-table-cell .data-table-cell-icon,.data-table .data-table-column-headers .data-table-cell .data-table-cell-icon{margin-right:var(--space-1)}.mr-2{margin-right:var(--space-2)}.mr-3{margin-right:var(--space-3)}.mr-4{margin-right:var(--space-4)}.mr-5{margin-right:var(--space-5)}.mr-6{margin-right:var(--space-6)}.mr-8{margin-right:var(--space-8)}.mr-16{margin-right:var(--space-16)}.mr-24{margin-right:var(--space-24)}.mr-32{margin-right:var(--space-32)}.mr-64{margin-right:var(--space-64)}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1,.input-base .helping-text,.input-select-container .helping-text,autocomplete .helping-text,.error{margin-top:var(--space-1)}.mt-2,.base-Select-popup .base-Select-listbox,.autocomplete-dropdown{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4,.view-management-button-wrapper{margin-top:var(--space-4)}.mt-5{margin-top:var(--space-5)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-16{margin-top:var(--space-16)}.mt-24{margin-top:var(--space-24)}.mt-32{margin-top:var(--space-32)}.mt-64{margin-top:var(--space-64)}.mt-auto,.buttons-container,.collapse-button{margin-top:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--space-1)}.mb-2,.data-table-title,.section-container-title{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4,.table-title,.data-table.MuiDataGrid-root,.advanced-filter-modal-date-filter,.flex-section-container{margin-bottom:var(--space-4)}.mb-5{margin-bottom:var(--space-5)}.mb-6{margin-bottom:var(--space-6)}.mb-8,.newton-page-header,.highlight-cards{margin-bottom:var(--space-8)}.mb-16{margin-bottom:var(--space-16)}.mb-24{margin-bottom:var(--space-24)}.mb-32{margin-bottom:var(--space-32)}.mb-64{margin-bottom:var(--space-64)}.mb-auto{margin-bottom:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:var(--space-1);margin-right:var(--space-1)}.mx-2{margin-left:var(--space-2);margin-right:var(--space-2)}.mx-3{margin-left:var(--space-3);margin-right:var(--space-3)}.mx-4{margin-left:var(--space-4);margin-right:var(--space-4)}.mx-5{margin-left:var(--space-5);margin-right:var(--space-5)}.mx-6{margin-left:var(--space-6);margin-right:var(--space-6)}.mx-8{margin-left:var(--space-8);margin-right:var(--space-8)}.mx-16{margin-left:var(--space-16);margin-right:var(--space-16)}.mx-24{margin-left:var(--space-24);margin-right:var(--space-24)}.mx-32{margin-left:var(--space-32);margin-right:var(--space-32)}.mx-64{margin-left:var(--space-64);margin-right:var(--space-64)}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:var(--space-1);margin-bottom:var(--space-1)}.my-2{margin-top:var(--space-2);margin-bottom:var(--space-2)}.my-3{margin-top:var(--space-3);margin-bottom:var(--space-3)}.my-4{margin-top:var(--space-4);margin-bottom:var(--space-4)}.my-5{margin-top:var(--space-5);margin-bottom:var(--space-5)}.my-6{margin-top:var(--space-6);margin-bottom:var(--space-6)}.my-8{margin-top:var(--space-8);margin-bottom:var(--space-8)}.my-16{margin-top:var(--space-16);margin-bottom:var(--space-16)}.my-24{margin-top:var(--space-24);margin-bottom:var(--space-24)}.my-32{margin-top:var(--space-32);margin-bottom:var(--space-32)}.my-64{margin-top:var(--space-64);margin-bottom:var(--space-64)}.my-auto{margin-top:auto;margin-bottom:auto}@media (width>=480px){.xs\:m-0{margin:0}.xs\:m-1{margin:var(--space-1)}.xs\:m-2{margin:var(--space-2)}.xs\:m-3{margin:var(--space-3)}.xs\:m-4{margin:var(--space-4)}.xs\:m-5{margin:var(--space-5)}.xs\:m-6{margin:var(--space-6)}.xs\:m-8{margin:var(--space-8)}.xs\:m-16{margin:var(--space-16)}.xs\:m-24{margin:var(--space-24)}.xs\:m-32{margin:var(--space-32)}.xs\:m-64{margin:var(--space-64)}.xs\:m-auto{margin:auto}}@media (width>=640px){.sm\:m-0{margin:0}.sm\:m-1{margin:var(--space-1)}.sm\:m-2{margin:var(--space-2)}.sm\:m-3{margin:var(--space-3)}.sm\:m-4{margin:var(--space-4)}.sm\:m-5{margin:var(--space-5)}.sm\:m-6{margin:var(--space-6)}.sm\:m-8{margin:var(--space-8)}.sm\:m-16{margin:var(--space-16)}.sm\:m-24{margin:var(--space-24)}.sm\:m-32{margin:var(--space-32)}.sm\:m-64{margin:var(--space-64)}.sm\:m-auto{margin:auto}}@media (width>=768px){.md\:m-0{margin:0}.md\:m-1{margin:var(--space-1)}.md\:m-2{margin:var(--space-2)}.md\:m-3{margin:var(--space-3)}.md\:m-4{margin:var(--space-4)}.md\:m-5{margin:var(--space-5)}.md\:m-6{margin:var(--space-6)}.md\:m-8{margin:var(--space-8)}.md\:m-16{margin:var(--space-16)}.md\:m-24{margin:var(--space-24)}.md\:m-32{margin:var(--space-32)}.md\:m-64{margin:var(--space-64)}.md\:m-auto{margin:auto}}@media (width>=1024px){.lg\:m-0{margin:0}.lg\:m-1{margin:var(--space-1)}.lg\:m-2{margin:var(--space-2)}.lg\:m-3{margin:var(--space-3)}.lg\:m-4{margin:var(--space-4)}.lg\:m-5{margin:var(--space-5)}.lg\:m-6{margin:var(--space-6)}.lg\:m-8{margin:var(--space-8)}.lg\:m-16{margin:var(--space-16)}.lg\:m-24{margin:var(--space-24)}.lg\:m-32{margin:var(--space-32)}.lg\:m-64{margin:var(--space-64)}.lg\:m-auto{margin:auto}}@media (width>=1280px){.xl\:m-0{margin:0}.xl\:m-1{margin:var(--space-1)}.xl\:m-2{margin:var(--space-2)}.xl\:m-3{margin:var(--space-3)}.xl\:m-4{margin:var(--space-4)}.xl\:m-5{margin:var(--space-5)}.xl\:m-6{margin:var(--space-6)}.xl\:m-8{margin:var(--space-8)}.xl\:m-16{margin:var(--space-16)}.xl\:m-24{margin:var(--space-24)}.xl\:m-32{margin:var(--space-32)}.xl\:m-64{margin:var(--space-64)}.xl\:m-auto{margin:auto}}@media (width>=1536px){.xxl\:m-0{margin:0}.xxl\:m-1{margin:var(--space-1)}.xxl\:m-2{margin:var(--space-2)}.xxl\:m-3{margin:var(--space-3)}.xxl\:m-4{margin:var(--space-4)}.xxl\:m-5{margin:var(--space-5)}.xxl\:m-6{margin:var(--space-6)}.xxl\:m-8{margin:var(--space-8)}.xxl\:m-16{margin:var(--space-16)}.xxl\:m-24{margin:var(--space-24)}.xxl\:m-32{margin:var(--space-32)}.xxl\:m-64{margin:var(--space-64)}.xxl\:m-auto{margin:auto}}.p-0{padding:0}.p-1,.highlight-cards{padding:var(--space-1)}.p-2,.newton-landing-card,.menu-item,.collapse-button,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select{padding:var(--space-2)}.p-3,.table-cell-content-tooltip-text{padding:var(--space-3)}.p-4,.nav-sidebar.mobile,.card-container,.highlight-card,.base-Select-popup .base-Select-listbox .option,.autocomplete-option,.container-with-border,.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container{padding:var(--space-4)}.p-5,.register-agreements-container{padding:var(--space-5)}.p-6{padding:var(--space-6)}.p-8,.nav-sidebar{padding:var(--space-8)}.p-16{padding:var(--space-16)}.p-24{padding:var(--space-24)}.p-32{padding:var(--space-32)}.p-64{padding:var(--space-64)}.p-auto{padding:auto}.pl-0,main{padding-left:0}.pl-1{padding-left:var(--space-1)}.pl-2{padding-left:var(--space-2)}.pl-3{padding-left:var(--space-3)}.pl-4,.table-cell-content{padding-left:var(--space-4)}.pl-5{padding-left:var(--space-5)}.pl-6{padding-left:var(--space-6)}.pl-8,.input-base.with-icon-left input,.with-icon-left.input-select-container input,autocomplete.with-icon-left input,.input-base.with-icon-left textarea,.with-icon-left.input-select-container textarea,autocomplete.with-icon-left textarea,.input-base.with-icon-left .input-select,.with-icon-left.input-select-container .input-select,autocomplete.with-icon-left .input-select,.section-header{padding-left:var(--space-8)}.pl-16{padding-left:var(--space-16)}.pl-24{padding-left:var(--space-24)}.pl-32{padding-left:var(--space-32)}.pl-64{padding-left:var(--space-64)}.pl-auto{padding-left:auto}.pr-0{padding-right:0}.pr-1,.table-cell-action-container,.yellow-text{padding-right:var(--space-1)}.pr-2{padding-right:var(--space-2)}.pr-3{padding-right:var(--space-3)}.pr-4,main{padding-right:var(--space-4)}.pr-5{padding-right:var(--space-5)}.pr-6,autocomplete .input-container{padding-right:var(--space-6)}.pr-8,autocomplete .input-container input,.input-base.with-icon-right input,.with-icon-right.input-select-container input,autocomplete.with-icon-right input,.input-base.with-icon-right textarea,.with-icon-right.input-select-container textarea,autocomplete.with-icon-right textarea,.input-base.with-icon-right .input-select,.with-icon-right.input-select-container .input-select,autocomplete.with-icon-right .input-select{padding-right:var(--space-8)}.pr-16{padding-right:var(--space-16)}.pr-24{padding-right:var(--space-24)}.pr-32{padding-right:var(--space-32)}.pr-64{padding-right:var(--space-64)}.pr-auto{padding-right:auto}.pt-0{padding-top:0}.pt-1{padding-top:var(--space-1)}.pt-2{padding-top:var(--space-2)}.pt-3{padding-top:var(--space-3)}.pt-4{padding-top:var(--space-4)}.pt-5{padding-top:var(--space-5)}.pt-6{padding-top:var(--space-6)}.pt-8{padding-top:var(--space-8)}.pt-16{padding-top:var(--space-16)}.pt-24{padding-top:var(--space-24)}.pt-32{padding-top:var(--space-32)}.pt-64{padding-top:var(--space-64)}.pt-auto{padding-top:auto}.pb-0{padding-bottom:0}.pb-1{padding-bottom:var(--space-1)}.pb-2,.highlight-cards{padding-bottom:var(--space-2)}.pb-3{padding-bottom:var(--space-3)}.pb-4{padding-bottom:var(--space-4)}.pb-5{padding-bottom:var(--space-5)}.pb-6{padding-bottom:var(--space-6)}.pb-8{padding-bottom:var(--space-8)}.pb-16{padding-bottom:var(--space-16)}.pb-24{padding-bottom:var(--space-24)}.pb-32{padding-bottom:var(--space-32)}.pb-64{padding-bottom:var(--space-64)}.pb-auto{padding-bottom:auto}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:var(--space-1);padding-right:var(--space-1)}.px-2,.highlight-card .title .trend-label,.tag{padding-left:var(--space-2);padding-right:var(--space-2)}.px-3,.mobile-navbar.MuiPaper-root{padding-left:var(--space-3);padding-right:var(--space-3)}.px-4,.table-cell-header th,.table-cell-header,.dropdown-item,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{padding-left:var(--space-4);padding-right:var(--space-4)}.px-5{padding-left:var(--space-5);padding-right:var(--space-5)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.px-8,.main-section{padding-left:var(--space-8);padding-right:var(--space-8)}.px-16{padding-left:var(--space-16);padding-right:var(--space-16)}.px-24{padding-left:var(--space-24);padding-right:var(--space-24)}.px-32{padding-left:var(--space-32);padding-right:var(--space-32)}.px-64{padding-left:var(--space-64);padding-right:var(--space-64)}.px-auto{padding-left:auto;padding-right:auto}.py-0{padding-top:0;padding-bottom:0}.py-1,.highlight-card .title .trend-label,.tag,.label-base,.label-danger,.label-success,.label-secondary,.label-primary,.autocomplete-label{padding-top:var(--space-1);padding-bottom:var(--space-1)}.py-2,.mobile-navbar.MuiPaper-root,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{padding-top:var(--space-2);padding-bottom:var(--space-2)}.py-3,.dropdown-item{padding-top:var(--space-3);padding-bottom:var(--space-3)}.py-4,.main-section,main{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-5{padding-top:var(--space-5);padding-bottom:var(--space-5)}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.py-16{padding-top:var(--space-16);padding-bottom:var(--space-16)}.py-24{padding-top:var(--space-24);padding-bottom:var(--space-24)}.py-32{padding-top:var(--space-32);padding-bottom:var(--space-32)}.py-64{padding-top:var(--space-64);padding-bottom:var(--space-64)}.py-auto{padding-top:auto;padding-bottom:auto}@media (width>=480px){.xs\:p-0{padding:0}.xs\:p-1{padding:var(--space-1)}.xs\:p-2{padding:var(--space-2)}.xs\:p-3{padding:var(--space-3)}.xs\:p-4{padding:var(--space-4)}.xs\:p-5{padding:var(--space-5)}.xs\:p-6{padding:var(--space-6)}.xs\:p-8{padding:var(--space-8)}.xs\:p-16{padding:var(--space-16)}.xs\:p-24{padding:var(--space-24)}.xs\:p-32{padding:var(--space-32)}.xs\:p-64{padding:var(--space-64)}.xs\:p-auto{padding:auto}}@media (width>=640px){.sm\:p-0{padding:0}.sm\:p-1{padding:var(--space-1)}.sm\:p-2{padding:var(--space-2)}.sm\:p-3{padding:var(--space-3)}.sm\:p-4{padding:var(--space-4)}.sm\:p-5{padding:var(--space-5)}.sm\:p-6{padding:var(--space-6)}.sm\:p-8{padding:var(--space-8)}.sm\:p-16{padding:var(--space-16)}.sm\:p-24{padding:var(--space-24)}.sm\:p-32{padding:var(--space-32)}.sm\:p-64{padding:var(--space-64)}.sm\:p-auto{padding:auto}}@media (width>=768px){.md\:p-0{padding:0}.md\:p-1{padding:var(--space-1)}.md\:p-2{padding:var(--space-2)}.md\:p-3{padding:var(--space-3)}.md\:p-4{padding:var(--space-4)}.md\:p-5{padding:var(--space-5)}.md\:p-6{padding:var(--space-6)}.md\:p-8{padding:var(--space-8)}.md\:p-16{padding:var(--space-16)}.md\:p-24{padding:var(--space-24)}.md\:p-32{padding:var(--space-32)}.md\:p-64{padding:var(--space-64)}.md\:p-auto{padding:auto}}@media (width>=1024px){.lg\:p-0{padding:0}.lg\:p-1{padding:var(--space-1)}.lg\:p-2{padding:var(--space-2)}.lg\:p-3{padding:var(--space-3)}.lg\:p-4{padding:var(--space-4)}.lg\:p-5{padding:var(--space-5)}.lg\:p-6{padding:var(--space-6)}.lg\:p-8{padding:var(--space-8)}.lg\:p-16{padding:var(--space-16)}.lg\:p-24{padding:var(--space-24)}.lg\:p-32{padding:var(--space-32)}.lg\:p-64{padding:var(--space-64)}.lg\:p-auto{padding:auto}}@media (width>=1280px){.xl\:p-0{padding:0}.xl\:p-1{padding:var(--space-1)}.xl\:p-2{padding:var(--space-2)}.xl\:p-3{padding:var(--space-3)}.xl\:p-4{padding:var(--space-4)}.xl\:p-5{padding:var(--space-5)}.xl\:p-6{padding:var(--space-6)}.xl\:p-8{padding:var(--space-8)}.xl\:p-16{padding:var(--space-16)}.xl\:p-24{padding:var(--space-24)}.xl\:p-32{padding:var(--space-32)}.xl\:p-64{padding:var(--space-64)}.xl\:p-auto{padding:auto}}@media (width>=1536px){.xxl\:p-0{padding:0}.xxl\:p-1{padding:var(--space-1)}.xxl\:p-2{padding:var(--space-2)}.xxl\:p-3{padding:var(--space-3)}.xxl\:p-4{padding:var(--space-4)}.xxl\:p-5{padding:var(--space-5)}.xxl\:p-6{padding:var(--space-6)}.xxl\:p-8{padding:var(--space-8)}.xxl\:p-16{padding:var(--space-16)}.xxl\:p-24{padding:var(--space-24)}.xxl\:p-32{padding:var(--space-32)}.xxl\:p-64{padding:var(--space-64)}.xxl\:p-auto{padding:auto}}.divider-vertical{width:1px}.divider-horizontal{height:1px}.transition-1,.dropdown-item,.label-base,.label-danger,.label-success,.label-secondary,.label-primary,.autocomplete-label,.base-Select-popup .base-Select-listbox .option,.input-select-container .input-container .icon-left,.input-select-container .input-container .icon-right,.autocomplete-option,.input-base.with-icon-left .icon-left,.with-icon-left.input-select-container .icon-left,autocomplete.with-icon-left .icon-left,.input-base.with-icon-right .icon-left,.with-icon-right.input-select-container .icon-left,autocomplete.with-icon-right .icon-left,input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select,.button-table,.button-link,.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{transition:all .1s ease-out}.transition-2,.menu-item,.collapse-button,.user-profile img,.tag{transition:all .2s ease-out}.transition-3{transition:all .3s ease-out}.fade-in{-ms-animation:fadeIn linear 1s;animation:1s linear fadeIn}.fade-in-fast{opacity:0;-ms-animation:fadeIn linear .4s;animation:.4s linear fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{opacity:0;-ms-animation:fadeOut linear 1s;animation:1s linear fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.section-container,.media-modal-preview,.register-agreements-container,.advanced-filter-modal-date-filter,.flex-section-container{flex-wrap:wrap}.section-container-title{color:var(--grey-300)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--grey-600);border-radius:10px;overflow:hidden}::-webkit-scrollbar-corner{background:var(--grey-800)}::-webkit-scrollbar-thumb:hover{background:#555}.center-container{max-height:auto;transition:max-height .5s cubic-bezier(0,1,0,1)}.highlight-cards{flex-wrap:nowrap;overflow-x:auto}.half-end{width:50%}.Toastify__toast-container{width:auto;max-width:80vw}.Toastify__close-button{align-self:center}button,.table-link,input[type=submit],input[type=reset]{color:inherit;font:inherit;cursor:pointer;outline:inherit;background:0 0;border:none;padding:0}button:disabled:not(.pagination-button):not(.toggle-button),.table-link:disabled:not(.pagination-button):not(.toggle-button){color:var(--grey-500);border:none}button:disabled:hover,.table-link:disabled:hover{box-shadow:none}.pagination-button:disabled{cursor:default}.pagination-button:disabled p{cursor:default;color:var(--grey-500)}.button-base,.button-danger,.icon-button-danger,.button-success,.icon-button-success,.button-tertiary,.icon-button-tertiary,.button-secondary,.icon-button-secondary,.button-primary,.table-container tr.selected .button-secondary,.table-container tr.selected .icon-button-secondary,.data-table .data-table-row.Mui-selected .button-secondary,.data-table .data-table-row.Mui-selected .icon-button-secondary,.icon-button-primary{cursor:pointer;height:36px}.button-base.xs,.xs.button-danger,.xs.icon-button-danger,.xs.button-success,.xs.icon-button-success,.xs.button-tertiary,.xs.icon-button-tertiary,.xs.button-secondary,.xs.icon-button-secondary,.xs.button-primary,.table-container tr.selected .xs.button-secondary,.table-container tr.selected .xs.icon-button-secondary,.data-table .data-table-row.Mui-selected .xs.button-secondary,.data-table .data-table-row.Mui-selected .xs.icon-button-secondary,.xs.icon-button-primary{height:28px}.button-tertiary,.icon-button-tertiary{background-color:#0000;border:none}.button-table,.button-link{cursor:default;justify-content:flex-start;height:36px}.button-table-action{cursor:pointer;height:26px}.icon-button-base,.icon-button-danger,.icon-button-success,.icon-button-tertiary,.icon-button-secondary,.icon-button-primary{width:36px;height:36px;padding:0}.icon-button-base.xs,.xs.icon-button-danger,.xs.icon-button-success,.xs.icon-button-tertiary,.xs.icon-button-secondary,.xs.icon-button-primary{width:28px;height:28px}.icon-button-base.lg,.lg.icon-button-danger,.lg.icon-button-success,.lg.icon-button-tertiary,.lg.icon-button-secondary,.lg.icon-button-primary{width:40px;height:40px}.icon-button-secondary{flex-shrink:0}.button-link{font-weight:500}.button-link:hover{text-decoration:underline}.button-link span{cursor:pointer}.disabled{color:#3f3f45}.disabled:hover{box-shadow:none;cursor:default}input[type=text],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=email],input[type=submit],input[type=file],input[type=url],input[type=tel],textarea,.input-select{border:none;outline:none;height:36px}input[type=text]:focus,input[type=text]:active,input[type=password]:focus,input[type=password]:active,input[type=number]:focus,input[type=number]:active,input[type=date]:focus,input[type=date]:active,input[type=datetime-local]:focus,input[type=datetime-local]:active,input[type=email]:focus,input[type=email]:active,input[type=submit]:focus,input[type=submit]:active,input[type=file]:focus,input[type=file]:active,input[type=url]:focus,input[type=url]:active,input[type=tel]:focus,input[type=tel]:active,textarea:focus,textarea:active,.input-select:focus,.input-select:active{outline:none}textarea{resize:none;height:"30px";overflow:hidden}.input-base .input-container,.input-select-container .input-container,autocomplete .input-container{display:flex}.input-base.with-icon-left .icon-left,.with-icon-left.input-select-container .icon-left,autocomplete.with-icon-left .icon-left,.input-base.with-icon-right .icon-left,.with-icon-right.input-select-container .icon-left,autocomplete.with-icon-right .icon-left,.input-base.with-icon-left .input-container .icon-left,.with-icon-left.input-select-container .input-container .icon-left,autocomplete.with-icon-left .input-container .icon-left,.input-base.with-icon-right .input-container .icon-left,.with-icon-right.input-select-container .input-container .icon-left,autocomplete.with-icon-right .input-container .icon-left{left:8px}.input-base.with-icon-left .input-container .icon-right,.with-icon-left.input-select-container .input-container .icon-right,autocomplete.with-icon-left .input-container .icon-right,.input-base.with-icon-right .input-container .icon-right,.with-icon-right.input-select-container .input-container .icon-right,autocomplete.with-icon-right .input-container .icon-right{right:8px}.invalid-input{box-shadow:0 0 0 2px #f00c!important}input:-webkit-autofill{transition:background-color 5000s ease-in-out;color:#fff!important;-webkit-text-fill-color:white!important}input[type=file]::-webkit-file-upload-button{display:none}.successful input{color:var(--green)}.failed input{color:var(--red)}autocomplete{border:0;outline:none;margin:0;position:relative}autocomplete .container-active{cursor:default;box-shadow:0 0 0 2px #3274c8cc}autocomplete .input-container{cursor:pointer;flex-flow:wrap;align-items:center;min-height:36px;display:flex}autocomplete .input-container input{padding:var(--space-2);outline:none}autocomplete .input-container .icon-left{top:.3rem;left:8px}autocomplete .input-container .icon-right{top:.3rem;right:8px}autocomplete .input-container .icon-right-disabled{color:var(--grey-500);right:8px}autocomplete .input-container .icon-right:hover{cursor:pointer}autocomplete .input-container .icon-clear{right:28px}autocomplete .input-container .icon-clear:hover{color:red;cursor:pointer}autocomplete .input-container input:active{box-shadow:none;border:none}autocomplete .input-container input:active+.autocomplete-dropdown{display:block}.autocomplete-dropdown{z-index:17000;opacity:0;border-radius:4px;width:300px;max-height:0;padding:0;list-style:none;transition:max-height 1ms linear,opacity .2s linear;position:absolute;overflow:auto;box-shadow:0 2px 8px #00000026}.autocomplete-dropdown.active{opacity:1;max-height:200px;top:calc(100% + 4px)}.autocomplete-option{cursor:pointer}.input-select-container .input-container{min-width:200px}.input-select-container .input-container .input-select{text-align:left;padding-right:30px}.input-select-container .input-container .input-select.with-icon{padding-left:36px}.input-select-container .input-container .input-select:disabled{color:var(--grey-500)}.input-select-container .input-container .icon-left,.input-select-container .input-container .icon-right{pointer-events:none;cursor:pointer;z-index:1}.input-select-container .input-container .icon-left.disabled,.input-select-container .input-container .icon-right.disabled{color:var(--grey-500);right:8px}.input-select-container .input-container .icon-left{left:8px}.input-select-container .input-container .icon-right{right:8px}.base-Select-popup .base-Select-listbox{border-radius:4px;outline:none;width:300px;max-height:250px;padding:0;list-style:none;overflow:auto;box-shadow:0 2px 8px #00000026}.base-Select-popup .base-Select-listbox .option{cursor:pointer}.underlined-link{text-decoration:underline}.tag,.clickable,.button-link{cursor:pointer}.button-tabs{border:1px solid var(--grey-600);flex-direction:row;width:100%;height:100%;display:flex;overflow:hidden}.button-tabs-item{background-color:var(--grey-700);cursor:pointer;flex:1;justify-content:center;align-items:center;height:100%;display:flex}.button-tabs-item:hover{background-color:var(--grey-500)}.button-tabs-item.selected{background-color:var(--grey-900)}.button-tabs-item:not(:first-child){border-left:1px solid var(--grey-600)}.dropdown-item:hover{cursor:pointer}.dropdown-container{overflow:hidden}.card-container,.highlight-card{background-color:var(--grey-900);display:flex}.highlight-card{flex-shrink:.01;flex-basis:225px;height:auto}@media screen and (width<=639.98px){.highlight-card{flex-basis:auto}}.highlight-card.stretch{flex-grow:1}.highlight-card .title{align-self:flex-start;width:100%}.highlight-card .title .highlight-extra{height:32px}.highlight-card .title .trend-label{background-color:var(--grey-700);align-items:center;gap:8px}.highlight-card .title .max{white-space:nowrap;font-size:3rem;font-weight:600}.highlight-card .title .min{white-space:nowrap;font-size:16px;font-weight:900}.highlight-card .description{white-space:nowrap;align-self:flex-start}.highlight-card.profit .title .max{color:var(--green)}.highlight-card.loss .title .max{color:var(--red)}a.highlight-card{color:inherit}.bar{-ms-box-shadow:0 1px 0 #ffffff08, inset 0 1px 0 #0000001a;background-color:#0000001a;width:100%;height:6px;display:flex;overflow:hidden;box-shadow:0 1px #ffffff08,inset 0 1px #0000001a}.bar.hidden{visibility:hidden}.bar span{box-sizing:border-box;-ms-box-sizing:border-box;background-color:#0000;background-image:-webkit-linear-gradient(-45deg, var(--blue) 25%, transparent 25%, transparent 50%, var(--blue) 50%, var(--blue) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, var(--blue) 25%, transparent 25%, transparent 50%, var(--blue) 50%, var(--blue) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, var(--blue) 25%, transparent 25%, transparent 50%, var(--blue) 50%, var(--blue) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, var(--blue) 25%, transparent 25%, transparent 50%, var(--blue) 50%, var(--blue) 75%, transparent 75%, transparent);-webkit-background-size:50px 50px;-moz-background-size:50px 50px;-ms-background-size:50px 50px;-ms-animation:move 1s linear infinite;background-size:50px 50px;border-bottom-color:#ff6201;width:100%;height:100%;animation:1s linear infinite move;display:inline-block;overflow:hidden}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}.responsive-tabs{width:100%}.responsive-tabs>div:first-child{scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%;display:block;overflow-x:auto}.responsive-tabs>div:first-child::-webkit-scrollbar{display:none}.responsive-tabs>div:first-child [role=tablist]{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start}.permission>.permission{padding-left:30px}.data-table.MuiDataGrid-root{border:none}.data-table .data-table-main{outline:1px solid var(--grey-700)}.data-table .MuiDataGrid-columnHeaders.data-table-column-headers .data-table-cell{background-color:var(--grey-600)!important}.data-table .MuiDataGrid-columnHeaders.data-table-column-headers .data-table-column-separator{display:none!important}.data-table .data-table-row{background-color:var(--grey-800)!important}.data-table .data-table-row:nth-child(2n){background-color:var(--grey-750)!important}.data-table .data-table-row.Mui-selected{background-color:#004fde!important}.data-table .data-table-row.last-row{background-color:var(--grey-700)!important}.data-table .data-table-row .data-table-cell,.data-table .data-table-column-headers .data-table-cell{border-left:none;border-right:none}.data-table .data-table-row .data-table-cell.bold,.data-table .data-table-column-headers .data-table-cell.bold{font-weight:700}.data-table .data-table-row .data-table-cell:hover,.data-table .data-table-column-headers .data-table-cell:hover{background:inherit}.data-table .data-table-row .data-table-cell:focus-within,.data-table .data-table-column-headers .data-table-cell:focus-within{outline:none}.data-table .data-table-row .data-table-cell.profit,.data-table .data-table-column-headers .data-table-cell.profit{color:var(--green)}.data-table .data-table-row .data-table-cell.warning,.data-table .data-table-column-headers .data-table-cell.warning{color:var(--yellow)}.data-table .data-table-row .data-table-cell.loss,.data-table .data-table-column-headers .data-table-cell.loss{color:var(--red)}.data-table .data-table-row .data-table-cell.info,.data-table .data-table-column-headers .data-table-cell.info{color:var(--blue)}.data-table .data-table-row .data-table-cell.disabled,.data-table .data-table-column-headers .data-table-cell.disabled{color:var(--grey-400)}.data-table .data-table-row .data-table-cell a,.data-table .data-table-column-headers .data-table-cell a{color:inherit}.data-table .data-table-row .data-table-cell a:hover,.data-table .data-table-column-headers .data-table-cell a:hover{text-decoration:underline}.data-table .data-table-row .data-table-cell .data-table-cell-content.actions,.data-table .data-table-column-headers .data-table-cell .data-table-cell-content.actions{align-items:inherit;justify-content:inherit;display:inline-flex}.data-table .data-table-row .data-table-cell.narrow,.data-table .data-table-column-headers .data-table-cell.narrow{padding:0 6px}.data-table .MuiDataGrid-sortIcon{color:var(--white)}.data-table .data-table-footer{border:none}.data-table .data-table-overlay{display:none}.data-table .MuiDataGrid-cell{flex-direction:row;align-items:center;display:flex}.table-link{font-size:1rem}.table-wrapper{max-height:1000px;transition:height .5s;overflow:scroll hidden}.table-cell,.table-cell-header,.table-cell-action,.table-cell-content{border-bottom:1px solid var(--grey-700);text-align:left;height:35px}.table-cell-content .profit{color:green}.table-cell-content .loss{color:red}.table-cell-content-tooltip-text{visibility:hidden}.table-cell-content-tooltip:hover+.table-cell-content-tooltip-text,.pill-container:hover+.table-cell-content-tooltip-text{visibility:visible}.table-container{border-spacing:0;margin-bottom:20px;overflow-x:scroll}.table-container tr:nth-child(2n){background-color:var(--grey-750)}.table-container tr.selected{background-color:#004fde}.pill-container{overflow:hidden}.nav-sidebar{width:auto;height:100%}.nav-sidebar.minimised .user-profile img,.nav-sidebar.minimised .menu-item,.nav-sidebar.minimised .collapse-button{width:40px}.nav-sidebar.minimised .menu-item span,.nav-sidebar.minimised .collapse-button span{opacity:0;max-width:0}.nav-sidebar.minimised .user-profile .text{display:none}.user-profile{text-align:center;width:100%;color:var(--grey-200)}.user-profile img{width:100px}.user-profile .text{opacity:1;max-width:100%;transition:opacity .2s ease-out,max-width .2s ease-out .3s;overflow:hidden}.menu-item,.collapse-button{cursor:pointer;align-items:center;width:200px;height:40px}.menu-item span,.collapse-button span{opacity:1;max-width:100%;transition:opacity .1s ease-out,max-width .1s ease-out .1s;overflow:hidden}.sidebar-menu{min-height:175px;max-height:100vh;overflow:hidden auto}.sidebar-drawer{min-height:200px}.sidebar-drawer .MuiPaper-root{z-index:0;border:none;position:relative}.mobile-sidebar-drawer .MuiPaper-root{padding-bottom:50px}.mobile-navbar.MuiPaper-root{z-index:1250;bottom:0}.mobile-searchbar-dropdown{background-color:var(--grey-900);border:none;border-radius:0;width:100%;position:relative}.mobile-searchbar-dropdown.active{max-height:250px}.mobile-searchbar-container{width:100%;position:absolute;bottom:36px;left:0}.newton-landing-card{word-break:break-word;flex-shrink:0;flex-basis:250px;max-width:100%;min-height:100px}.newton-analysis-description .MuiTiptap-FieldContainer-notchedOutline{border:none}.newton-video-modal{max-height:65vh;width:"100%";overflow:auto}.register-agreements-container{margin-bottom:2vh}.two-factor-authentication-input{text-align:center;width:2.5rem;min-width:auto;height:2.5rem;font-size:1.5rem}.two-factor-authentication-input input{text-align:center;font-size:1.5rem}.tasks-status-input .input-select{background-color:#0000;max-height:28px}.tasks-status-input .input-container{min-width:135px}.in-progress{color:var(--yellow)!important}.done{color:var(--green)!important}.stuck{color:var(--red)!important}.media-modal-grid{grid-template-columns:1fr 1fr;display:grid}.media-modal-preview{width:100%;height:100%}.media-modal-preview img{object-fit:contain;object-position:center;width:100%;height:100%}.media-card{width:200px;height:200px;position:relative}.media-card img{object-fit:cover;object-position:center;width:100%;height:100%}.media-card:hover .media-card-overlay{visibility:visible;opacity:1}.media-card-overlay{border-radius:inherit;z-index:1;visibility:hidden;opacity:0;width:100%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.media-card-overlay .media-card-overlay-backdrop{opacity:.8;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.media-card-overlay p{word-break:break-word}
