@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";/*!
 * 
 * ../css/litepicker.css
 * Litepicker v2.0.12 (https://github.com/wakirin/Litepicker)
 * Package: litepicker (https://www.npmjs.com/package/litepicker)
 * License: MIT (https://github.com/wakirin/Litepicker/blob/master/LICENCE.md)
 * Copyright 2019-2021 Rinat G.
 *     
 * Hash: 2f11f1f0300ea13b17b5
 * 
 */:root{--litepicker-container-months-color-bg: #fff;--litepicker-container-months-box-shadow-color: #ddd;--litepicker-footer-color-bg: #fafafa;--litepicker-footer-box-shadow-color: #ddd;--litepicker-tooltip-color-bg: #fff;--litepicker-month-header-color: #333;--litepicker-button-prev-month-color: #9e9e9e;--litepicker-button-next-month-color: #9e9e9e;--litepicker-button-prev-month-color-hover: #2196f3;--litepicker-button-next-month-color-hover: #2196f3;--litepicker-month-width: calc(var(--litepicker-day-width) * 7);--litepicker-month-weekday-color: #9e9e9e;--litepicker-month-week-number-color: #9e9e9e;--litepicker-day-width: 38px;--litepicker-day-color: #333;--litepicker-day-color-hover: #2196f3;--litepicker-is-today-color: #f44336;--litepicker-is-in-range-color: #bbdefb;--litepicker-is-locked-color: #9e9e9e;--litepicker-is-start-color: #fff;--litepicker-is-start-color-bg: #2196f3;--litepicker-is-end-color: #fff;--litepicker-is-end-color-bg: #2196f3;--litepicker-button-cancel-color: #fff;--litepicker-button-cancel-color-bg: #9e9e9e;--litepicker-button-apply-color: #fff;--litepicker-button-apply-color-bg: #2196f3;--litepicker-button-reset-color: #909090;--litepicker-button-reset-color-hover: #2196f3;--litepicker-highlighted-day-color: #333;--litepicker-highlighted-day-color-bg: #ffeb3b}.show-week-numbers{--litepicker-month-width: calc(var(--litepicker-day-width) * 8)}.litepicker{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.8em;display:none}.litepicker button{border:none;background:none}.litepicker .container__main{display:flex}.litepicker .container__months{display:flex;flex-wrap:wrap;background-color:var(--litepicker-container-months-color-bg);border-radius:5px;box-shadow:0 0 5px var(--litepicker-container-months-box-shadow-color);width:calc(var(--litepicker-month-width) + 10px);box-sizing:content-box}.litepicker .container__months.columns-2{width:calc((var(--litepicker-month-width) * 2) + 20px)}.litepicker .container__months.columns-3{width:calc((var(--litepicker-month-width) * 3) + 30px)}.litepicker .container__months.columns-4{width:calc((var(--litepicker-month-width) * 4) + 40px)}.litepicker .container__months.split-view .month-item-header .button-previous-month,.litepicker .container__months.split-view .month-item-header .button-next-month{visibility:visible}.litepicker .container__months .month-item{padding:5px;width:var(--litepicker-month-width);box-sizing:content-box}.litepicker .container__months .month-item-header{display:flex;justify-content:space-between;font-weight:500;padding:10px 5px;text-align:center;align-items:center;color:var(--litepicker-month-header-color)}.litepicker .container__months .month-item-header div{flex:1}.litepicker .container__months .month-item-header div>.month-item-name{margin-right:5px}.litepicker .container__months .month-item-header div>.month-item-year{padding:0}.litepicker .container__months .month-item-header .reset-button{color:var(--litepicker-button-reset-color)}.litepicker .container__months .month-item-header .reset-button>svg{fill:var(--litepicker-button-reset-color)}.litepicker .container__months .month-item-header .reset-button *{pointer-events:none}.litepicker .container__months .month-item-header .reset-button:hover{color:var(--litepicker-button-reset-color-hover)}.litepicker .container__months .month-item-header .reset-button:hover>svg{fill:var(--litepicker-button-reset-color-hover)}.litepicker .container__months .month-item-header .button-previous-month,.litepicker .container__months .month-item-header .button-next-month{visibility:hidden;text-decoration:none;padding:3px 5px;border-radius:3px;transition:color .3s,border .3s;cursor:default}.litepicker .container__months .month-item-header .button-previous-month *,.litepicker .container__months .month-item-header .button-next-month *{pointer-events:none}.litepicker .container__months .month-item-header .button-previous-month{color:var(--litepicker-button-prev-month-color)}.litepicker .container__months .month-item-header .button-previous-month>svg,.litepicker .container__months .month-item-header .button-previous-month>img{fill:var(--litepicker-button-prev-month-color)}.litepicker .container__months .month-item-header .button-previous-month:hover{color:var(--litepicker-button-prev-month-color-hover)}.litepicker .container__months .month-item-header .button-previous-month:hover>svg{fill:var(--litepicker-button-prev-month-color-hover)}.litepicker .container__months .month-item-header .button-next-month{color:var(--litepicker-button-next-month-color)}.litepicker .container__months .month-item-header .button-next-month>svg,.litepicker .container__months .month-item-header .button-next-month>img{fill:var(--litepicker-button-next-month-color)}.litepicker .container__months .month-item-header .button-next-month:hover{color:var(--litepicker-button-next-month-color-hover)}.litepicker .container__months .month-item-header .button-next-month:hover>svg{fill:var(--litepicker-button-next-month-color-hover)}.litepicker .container__months .month-item-weekdays-row{display:flex;justify-self:center;justify-content:flex-start;color:var(--litepicker-month-weekday-color)}.litepicker .container__months .month-item-weekdays-row>div{padding:5px 0;font-size:85%;flex:1;width:var(--litepicker-day-width);text-align:center}.litepicker .container__months .month-item:first-child .button-previous-month{visibility:visible}.litepicker .container__months .month-item:last-child .button-next-month{visibility:visible}.litepicker .container__months .month-item.no-previous-month .button-previous-month,.litepicker .container__months .month-item.no-next-month .button-next-month{visibility:hidden}.litepicker .container__days{display:flex;flex-wrap:wrap;justify-self:center;justify-content:flex-start;text-align:center;box-sizing:content-box}.litepicker .container__days>div,.litepicker .container__days>a{padding:5px 0;width:var(--litepicker-day-width)}.litepicker .container__days .day-item{color:var(--litepicker-day-color);text-align:center;text-decoration:none;border-radius:3px;transition:color .3s,border .3s;cursor:default}.litepicker .container__days .day-item:hover{color:var(--litepicker-day-color-hover);box-shadow:inset 0 0 0 1px var(--litepicker-day-color-hover)}.litepicker .container__days .day-item.is-today{color:var(--litepicker-is-today-color)}.litepicker .container__days .day-item.is-locked{color:var(--litepicker-is-locked-color)}.litepicker .container__days .day-item.is-locked:hover{color:var(--litepicker-is-locked-color);box-shadow:none;cursor:default}.litepicker .container__days .day-item.is-in-range{background-color:var(--litepicker-is-in-range-color);border-radius:0}.litepicker .container__days .day-item.is-start-date{color:var(--litepicker-is-start-color);background-color:var(--litepicker-is-start-color-bg);border-radius:5px 0 0 5px}.litepicker .container__days .day-item.is-start-date.is-flipped{border-radius:0 5px 5px 0}.litepicker .container__days .day-item.is-end-date{color:var(--litepicker-is-end-color);background-color:var(--litepicker-is-end-color-bg);border-radius:0 5px 5px 0}.litepicker .container__days .day-item.is-end-date.is-flipped{border-radius:5px 0 0 5px}.litepicker .container__days .day-item.is-start-date.is-end-date{border-radius:5px}.litepicker .container__days .day-item.is-highlighted{color:var(--litepicker-highlighted-day-color);background-color:var(--litepicker-highlighted-day-color-bg)}.litepicker .container__days .week-number{display:flex;align-items:center;justify-content:center;color:var(--litepicker-month-week-number-color);font-size:85%}.litepicker .container__footer{text-align:right;padding:10px 5px;margin:0 5px;background-color:var(--litepicker-footer-color-bg);box-shadow:inset 0 3px 3px 0 var(--litepicker-footer-box-shadow-color);border-bottom-left-radius:5px;border-bottom-right-radius:5px}.litepicker .container__footer .preview-date-range{margin-right:10px;font-size:90%}.litepicker .container__footer .button-cancel{background-color:var(--litepicker-button-cancel-color-bg);color:var(--litepicker-button-cancel-color);border:0;padding:3px 7px 4px;border-radius:3px}.litepicker .container__footer .button-cancel *{pointer-events:none}.litepicker .container__footer .button-apply{background-color:var(--litepicker-button-apply-color-bg);color:var(--litepicker-button-apply-color);border:0;padding:3px 7px 4px;border-radius:3px;margin-left:10px;margin-right:10px}.litepicker .container__footer .button-apply:disabled{opacity:.7}.litepicker .container__footer .button-apply *{pointer-events:none}.litepicker .container__tooltip{position:absolute;margin-top:-4px;padding:4px 8px;border-radius:4px;background-color:var(--litepicker-tooltip-color-bg);box-shadow:0 1px 3px #00000040;white-space:nowrap;font-size:11px;pointer-events:none;visibility:hidden}.litepicker .container__tooltip:before{position:absolute;bottom:-5px;left:calc(50% - 5px);border-top:5px solid rgba(0,0,0,.12);border-right:5px solid transparent;border-left:5px solid transparent;content:""}.litepicker .container__tooltip:after{position:absolute;bottom:-4px;left:calc(50% - 4px);border-top:4px solid var(--litepicker-tooltip-color-bg);border-right:4px solid transparent;border-left:4px solid transparent;content:""}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}button[gpButton]{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;gap:8px;min-height:32px;border-radius:var(--gp-button-radius, 4px);border:none;padding:8px 14px;background:transparent;box-sizing:border-box;border:1px solid transparent;outline-offset:2px;outline-width:2px;font-family:inherit;font-weight:600;font-size:.8em;line-height:.8em;letter-spacing:0px;cursor:pointer}button[gpButton] gp-icon{pointer-events:none}button[gpButton]:focus.basic,button[gpButton].icon:focus,button[gpButton].stroked:focus{outline-color:var(--theme-primary-lite)}button[gpButton]:focus.basic-lite{outline-color:var(--theme-primary)}button[gpButton]:focus.primary{outline-color:var(--theme-primary-lite)}button[gpButton]:focus.primary-lite{outline-color:var(--theme-primary)}button[gpButton]:focus.secondary{outline-color:var(--theme-secondary-lite)}button[gpButton]:focus.success{outline-color:var(--theme-success-lite)}button[gpButton]:focus.warning{outline-color:var(--theme-warning-lite)}button[gpButton]:focus.danger{outline-color:var(--theme-error-lite)}button[gpButton].disabled:disabled{background-color:var(--theme-gray)!important;color:var(--theme-text)!important;opacity:.4;cursor:not-allowed;box-shadow:none!important}button[gpButton].flat.basic,button[gpButton].flat.icon,button[gpButton].flat.stroked,button[gpButton].basic.raised,button[gpButton].basic.fab,button[gpButton].basic.mini-fab,button[gpButton].raised.icon,button[gpButton].icon.fab,button[gpButton].icon.mini-fab,button[gpButton].raised.stroked,button[gpButton].stroked.fab,button[gpButton].stroked.mini-fab,button[gpButton].basic.soft,button[gpButton].soft.icon,button[gpButton].soft.stroked{background-color:transparent;color:var(--theme-text)}button[gpButton].flat.primary,button[gpButton].primary.raised,button[gpButton].primary.fab,button[gpButton].primary.mini-fab,button[gpButton].primary.soft{background-color:var(--theme-primary);color:var(--theme-on-primary)}button[gpButton].flat.primary:hover,button[gpButton].primary.raised:hover,button[gpButton].primary.fab:hover,button[gpButton].primary.mini-fab:hover,button[gpButton].primary.soft:hover{background-color:var(--theme-primary-dark)}button[gpButton].flat.secondary,button[gpButton].secondary.raised,button[gpButton].secondary.fab,button[gpButton].secondary.mini-fab,button[gpButton].secondary.soft{background-color:var(--theme-secondary);color:var(--theme-on-secondary)}button[gpButton].flat.secondary:hover,button[gpButton].secondary.raised:hover,button[gpButton].secondary.fab:hover,button[gpButton].secondary.mini-fab:hover,button[gpButton].secondary.soft:hover{background-color:var(--theme-secondary-dark)}button[gpButton].flat.success,button[gpButton].success.raised,button[gpButton].success.fab,button[gpButton].success.mini-fab,button[gpButton].success.soft{background-color:var(--theme-success);color:var(--theme-on-success)}button[gpButton].flat.success:hover,button[gpButton].success.raised:hover,button[gpButton].success.fab:hover,button[gpButton].success.mini-fab:hover,button[gpButton].success.soft:hover{background-color:var(--theme-success-dark)}button[gpButton].flat.warning,button[gpButton].warning.raised,button[gpButton].warning.fab,button[gpButton].warning.mini-fab,button[gpButton].warning.soft{background-color:var(--theme-warning);color:var(--theme-on-warning)}button[gpButton].flat.warning:hover,button[gpButton].warning.raised:hover,button[gpButton].warning.fab:hover,button[gpButton].warning.mini-fab:hover,button[gpButton].warning.soft:hover{background-color:var(--theme-warning-dark)}button[gpButton].flat.danger,button[gpButton].danger.raised,button[gpButton].danger.fab,button[gpButton].danger.mini-fab,button[gpButton].danger.soft{background-color:var(--theme-error);color:var(--theme-on-error)}button[gpButton].flat.danger:hover,button[gpButton].danger.raised:hover,button[gpButton].danger.fab:hover,button[gpButton].danger.mini-fab:hover,button[gpButton].danger.soft:hover{background-color:var(--theme-error-dark)}button[gpButton].soft.basic,button[gpButton].soft.icon,button[gpButton].soft.stroked{background-color:var(--theme-gray-lite);color:var(--theme-text)}button[gpButton].soft.basic:hover,button[gpButton].soft.icon:hover,button[gpButton].soft.stroked:hover{background-color:var(--theme-gray)}button[gpButton].soft.primary{background-color:var(--theme-primary-lite);color:var(--theme-on-primary-lite)}button[gpButton].soft.primary:hover{background-color:var(--theme-primary);color:var(--theme-on-primary)}button[gpButton].soft.secondary{background-color:var(--theme-secondary-lite);color:var(--theme-on-secondary-lite)}button[gpButton].soft.secondary:hover{background-color:var(--theme-secondary);color:var(--theme-on-secondary)}button[gpButton].soft.success{background-color:var(--theme-success-lite);color:var(--theme-on-success-lite)}button[gpButton].soft.success:hover{background-color:var(--theme-success);color:var(--theme-on-success)}button[gpButton].soft.warning{background-color:var(--theme-warning-lite);color:var(--theme-on-warning-lite)}button[gpButton].soft.warning:hover{background-color:var(--theme-warning);color:var(--theme-on-warning)}button[gpButton].soft.danger{background-color:var(--theme-error-lite);color:var(--theme-on-error-lite)}button[gpButton].soft.danger:hover{background-color:var(--theme-error);color:var(--theme-on-error)}button[gpButton].basic.basic,button[gpButton].icon,button[gpButton].stroked{color:var(--theme-text)}button[gpButton].basic.basic:hover,button[gpButton].icon:hover,button[gpButton].stroked:hover{background-color:var(--theme-gray)}button[gpButton].basic.primary,button[gpButton].primary.icon,button[gpButton].primary.stroked{color:var(--theme-primary)}button[gpButton].basic.primary:hover,button[gpButton].primary.icon:hover,button[gpButton].primary.stroked:hover{background-color:var(--theme-primary-lite)}button[gpButton].basic.secondary,button[gpButton].secondary.icon,button[gpButton].secondary.stroked{color:var(--theme-secondary)}button[gpButton].basic.secondary:hover,button[gpButton].secondary.icon:hover,button[gpButton].secondary.stroked:hover{background-color:var(--theme-secondary-lite)}button[gpButton].basic.success,button[gpButton].success.icon,button[gpButton].success.stroked{color:var(--theme-success)}button[gpButton].basic.success:hover,button[gpButton].success.icon:hover,button[gpButton].success.stroked:hover{background-color:var(--theme-success-lite)}button[gpButton].basic.warning,button[gpButton].warning.icon,button[gpButton].warning.stroked{color:var(--theme-warning)}button[gpButton].basic.warning:hover,button[gpButton].warning.icon:hover,button[gpButton].warning.stroked:hover{background-color:var(--theme-warning-lite)}button[gpButton].basic.danger,button[gpButton].danger.icon,button[gpButton].danger.stroked{color:var(--theme-error)}button[gpButton].basic.danger:hover,button[gpButton].danger.icon:hover,button[gpButton].danger.stroked:hover{background-color:var(--theme-error-lite)}button[gpButton].raised,button[gpButton].fab,button[gpButton].mini-fab{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);box-shadow:var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12))}button[gpButton].raised:hover,button[gpButton].fab:hover,button[gpButton].mini-fab:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}button[gpButton].stroked{border:1px solid var(--theme-control-border-color)}button[gpButton].icon{border-radius:50%;width:48px;height:48px;padding:12px}button[gpButton].fab,button[gpButton].mini-fab{border-radius:50%;width:48px;height:48px;padding:0}button[gpButton].mini-fab{border-radius:50%;width:40px;height:40px;padding:0}.gp-overlay-modal-backdrop{background-color:#44444459;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.gp-modal-panel{background-color:var(--theme-white);border-radius:var(--gp-dialog-border-radius, 4px);box-shadow:#00000014 0 4px 12px;padding:12px;overflow:hidden}.gp-confirm-dialog{display:flex;flex-direction:column;padding:0;width:auto}.gp-confirm-dialog h1{font-size:20px;font-weight:600;margin:0}:root{--theme-white: #ffffff;--theme-black: #222222;--theme-gray: #c1c1c1;--theme-gray-lite: #e1e1e1;--theme-background: #f5f5f5;--theme-gray-1: #abb8ca;--theme-gray-2: #e0e4eb;--theme-gray-3: #c8cfda;--theme-control-border-color: #e6eaee;--theme-control-selected-border-color: #d4e3ff;--theme-control-disabled-border-color: #c1c7cf;--theme-text: #0f2744;--theme-text-lite: #728095;--theme-primary: #2773ff;--theme-primary-lite: #e9f1ff;--theme-primary-dark: #1b51b3;--theme-on-primary: #ffffff;--theme-on-primary-lite: #2773ff;--theme-on-primary-dark: #ffffff;--theme-secondary: #6e55ff;--theme-secondary-lite: #f1eeff;--theme-secondary-dark: #3e2da7;--theme-on-secondary: #ffffff;--theme-on-secondary-lite: #6e55ff;--theme-on-secondary-dark: #f1eeff;--theme-success: #16a17e;--theme-success-lite: #eff9f6;--theme-success-dark: #11493a;--theme-on-success: #ffffff;--theme-on-success-lite: #16a17e;--theme-on-success-dark: #e8f9f5;--theme-warning: #f7c752;--theme-warning-lite: #fef7d1;--theme-warning-dark: #cb9614;--theme-on-warning: #ffffff;--theme-on-warning-lite: #755118;--theme-on-warning-dark: #fef7d1;--theme-error: #f05454;--theme-error-lite: #feeeee;--theme-error-dark: #6d2424;--theme-on-error: #ffffff;--theme-on-error-lite: #f05454;--theme-on-error-dark: #feeeee;--theme-white-opacity-10: rgba(255, 255, 255, .1);--theme-white-opacity-20: rgba(255, 255, 255, .2);--theme-white-opacity-30: rgba(255, 255, 255, .3);--theme-white-opacity-40: rgba(255, 255, 255, .4);--theme-white-opacity-50: rgba(255, 255, 255, .5);--theme-white-opacity-60: rgba(255, 255, 255, .6);--theme-white-opacity-70: rgba(255, 255, 255, .7);--theme-white-opacity-80: rgba(255, 255, 255, .8);--theme-white-opacity-90: rgba(255, 255, 255, .9);--theme-white-opacity-1: rgba(255, 255, 255, .01);--theme-white-opacity-2: rgba(255, 255, 255, .02);--theme-white-opacity-3: rgba(255, 255, 255, .03);--theme-white-opacity-4: rgba(255, 255, 255, .04);--theme-white-opacity-5: rgba(255, 255, 255, .05);--theme-white-opacity-6: rgba(255, 255, 255, .06);--theme-white-opacity-7: rgba(255, 255, 255, .07);--theme-white-opacity-8: rgba(255, 255, 255, .08);--theme-white-opacity-9: rgba(255, 255, 255, .09);--theme-black-opacity-10: rgba(34, 34, 34, .1);--theme-black-opacity-20: rgba(34, 34, 34, .2);--theme-black-opacity-30: rgba(34, 34, 34, .3);--theme-black-opacity-40: rgba(34, 34, 34, .4);--theme-black-opacity-50: rgba(34, 34, 34, .5);--theme-black-opacity-60: rgba(34, 34, 34, .6);--theme-black-opacity-70: rgba(34, 34, 34, .7);--theme-black-opacity-80: rgba(34, 34, 34, .8);--theme-black-opacity-90: rgba(34, 34, 34, .9);--theme-black-opacity-1: rgba(34, 34, 34, .01);--theme-black-opacity-2: rgba(34, 34, 34, .02);--theme-black-opacity-3: rgba(34, 34, 34, .03);--theme-black-opacity-4: rgba(34, 34, 34, .04);--theme-black-opacity-5: rgba(34, 34, 34, .05);--theme-black-opacity-6: rgba(34, 34, 34, .06);--theme-black-opacity-7: rgba(34, 34, 34, .07);--theme-black-opacity-8: rgba(34, 34, 34, .08);--theme-black-opacity-9: rgba(34, 34, 34, .09);--theme-gray-opacity-10: rgba(193, 193, 193, .1);--theme-gray-opacity-20: rgba(193, 193, 193, .2);--theme-gray-opacity-30: rgba(193, 193, 193, .3);--theme-gray-opacity-40: rgba(193, 193, 193, .4);--theme-gray-opacity-50: rgba(193, 193, 193, .5);--theme-gray-opacity-60: rgba(193, 193, 193, .6);--theme-gray-opacity-70: rgba(193, 193, 193, .7);--theme-gray-opacity-80: rgba(193, 193, 193, .8);--theme-gray-opacity-90: rgba(193, 193, 193, .9);--theme-gray-opacity-1: rgba(193, 193, 193, .01);--theme-gray-opacity-2: rgba(193, 193, 193, .02);--theme-gray-opacity-3: rgba(193, 193, 193, .03);--theme-gray-opacity-4: rgba(193, 193, 193, .04);--theme-gray-opacity-5: rgba(193, 193, 193, .05);--theme-gray-opacity-6: rgba(193, 193, 193, .06);--theme-gray-opacity-7: rgba(193, 193, 193, .07);--theme-gray-opacity-8: rgba(193, 193, 193, .08);--theme-gray-opacity-9: rgba(193, 193, 193, .09);--theme-gray-lite-opacity-10: rgba(225, 225, 225, .1);--theme-gray-lite-opacity-20: rgba(225, 225, 225, .2);--theme-gray-lite-opacity-30: rgba(225, 225, 225, .3);--theme-gray-lite-opacity-40: rgba(225, 225, 225, .4);--theme-gray-lite-opacity-50: rgba(225, 225, 225, .5);--theme-gray-lite-opacity-60: rgba(225, 225, 225, .6);--theme-gray-lite-opacity-70: rgba(225, 225, 225, .7);--theme-gray-lite-opacity-80: rgba(225, 225, 225, .8);--theme-gray-lite-opacity-90: rgba(225, 225, 225, .9);--theme-gray-lite-opacity-1: rgba(225, 225, 225, .01);--theme-gray-lite-opacity-2: rgba(225, 225, 225, .02);--theme-gray-lite-opacity-3: rgba(225, 225, 225, .03);--theme-gray-lite-opacity-4: rgba(225, 225, 225, .04);--theme-gray-lite-opacity-5: rgba(225, 225, 225, .05);--theme-gray-lite-opacity-6: rgba(225, 225, 225, .06);--theme-gray-lite-opacity-7: rgba(225, 225, 225, .07);--theme-gray-lite-opacity-8: rgba(225, 225, 225, .08);--theme-gray-lite-opacity-9: rgba(225, 225, 225, .09);--theme-background-opacity-10: rgba(245, 245, 245, .1);--theme-background-opacity-20: rgba(245, 245, 245, .2);--theme-background-opacity-30: rgba(245, 245, 245, .3);--theme-background-opacity-40: rgba(245, 245, 245, .4);--theme-background-opacity-50: rgba(245, 245, 245, .5);--theme-background-opacity-60: rgba(245, 245, 245, .6);--theme-background-opacity-70: rgba(245, 245, 245, .7);--theme-background-opacity-80: rgba(245, 245, 245, .8);--theme-background-opacity-90: rgba(245, 245, 245, .9);--theme-background-opacity-1: rgba(245, 245, 245, .01);--theme-background-opacity-2: rgba(245, 245, 245, .02);--theme-background-opacity-3: rgba(245, 245, 245, .03);--theme-background-opacity-4: rgba(245, 245, 245, .04);--theme-background-opacity-5: rgba(245, 245, 245, .05);--theme-background-opacity-6: rgba(245, 245, 245, .06);--theme-background-opacity-7: rgba(245, 245, 245, .07);--theme-background-opacity-8: rgba(245, 245, 245, .08);--theme-background-opacity-9: rgba(245, 245, 245, .09);--theme-gray-1-opacity-10: rgba(171, 184, 202, .1);--theme-gray-1-opacity-20: rgba(171, 184, 202, .2);--theme-gray-1-opacity-30: rgba(171, 184, 202, .3);--theme-gray-1-opacity-40: rgba(171, 184, 202, .4);--theme-gray-1-opacity-50: rgba(171, 184, 202, .5);--theme-gray-1-opacity-60: rgba(171, 184, 202, .6);--theme-gray-1-opacity-70: rgba(171, 184, 202, .7);--theme-gray-1-opacity-80: rgba(171, 184, 202, .8);--theme-gray-1-opacity-90: rgba(171, 184, 202, .9);--theme-gray-1-opacity-1: rgba(171, 184, 202, .01);--theme-gray-1-opacity-2: rgba(171, 184, 202, .02);--theme-gray-1-opacity-3: rgba(171, 184, 202, .03);--theme-gray-1-opacity-4: rgba(171, 184, 202, .04);--theme-gray-1-opacity-5: rgba(171, 184, 202, .05);--theme-gray-1-opacity-6: rgba(171, 184, 202, .06);--theme-gray-1-opacity-7: rgba(171, 184, 202, .07);--theme-gray-1-opacity-8: rgba(171, 184, 202, .08);--theme-gray-1-opacity-9: rgba(171, 184, 202, .09);--theme-gray-2-opacity-10: rgba(224, 228, 235, .1);--theme-gray-2-opacity-20: rgba(224, 228, 235, .2);--theme-gray-2-opacity-30: rgba(224, 228, 235, .3);--theme-gray-2-opacity-40: rgba(224, 228, 235, .4);--theme-gray-2-opacity-50: rgba(224, 228, 235, .5);--theme-gray-2-opacity-60: rgba(224, 228, 235, .6);--theme-gray-2-opacity-70: rgba(224, 228, 235, .7);--theme-gray-2-opacity-80: rgba(224, 228, 235, .8);--theme-gray-2-opacity-90: rgba(224, 228, 235, .9);--theme-gray-2-opacity-1: rgba(224, 228, 235, .01);--theme-gray-2-opacity-2: rgba(224, 228, 235, .02);--theme-gray-2-opacity-3: rgba(224, 228, 235, .03);--theme-gray-2-opacity-4: rgba(224, 228, 235, .04);--theme-gray-2-opacity-5: rgba(224, 228, 235, .05);--theme-gray-2-opacity-6: rgba(224, 228, 235, .06);--theme-gray-2-opacity-7: rgba(224, 228, 235, .07);--theme-gray-2-opacity-8: rgba(224, 228, 235, .08);--theme-gray-2-opacity-9: rgba(224, 228, 235, .09);--theme-gray-3-opacity-10: rgba(200, 207, 218, .1);--theme-gray-3-opacity-20: rgba(200, 207, 218, .2);--theme-gray-3-opacity-30: rgba(200, 207, 218, .3);--theme-gray-3-opacity-40: rgba(200, 207, 218, .4);--theme-gray-3-opacity-50: rgba(200, 207, 218, .5);--theme-gray-3-opacity-60: rgba(200, 207, 218, .6);--theme-gray-3-opacity-70: rgba(200, 207, 218, .7);--theme-gray-3-opacity-80: rgba(200, 207, 218, .8);--theme-gray-3-opacity-90: rgba(200, 207, 218, .9);--theme-gray-3-opacity-1: rgba(200, 207, 218, .01);--theme-gray-3-opacity-2: rgba(200, 207, 218, .02);--theme-gray-3-opacity-3: rgba(200, 207, 218, .03);--theme-gray-3-opacity-4: rgba(200, 207, 218, .04);--theme-gray-3-opacity-5: rgba(200, 207, 218, .05);--theme-gray-3-opacity-6: rgba(200, 207, 218, .06);--theme-gray-3-opacity-7: rgba(200, 207, 218, .07);--theme-gray-3-opacity-8: rgba(200, 207, 218, .08);--theme-gray-3-opacity-9: rgba(200, 207, 218, .09);--theme-control-border-color-opacity-10: rgba(230, 234, 238, .1);--theme-control-border-color-opacity-20: rgba(230, 234, 238, .2);--theme-control-border-color-opacity-30: rgba(230, 234, 238, .3);--theme-control-border-color-opacity-40: rgba(230, 234, 238, .4);--theme-control-border-color-opacity-50: rgba(230, 234, 238, .5);--theme-control-border-color-opacity-60: rgba(230, 234, 238, .6);--theme-control-border-color-opacity-70: rgba(230, 234, 238, .7);--theme-control-border-color-opacity-80: rgba(230, 234, 238, .8);--theme-control-border-color-opacity-90: rgba(230, 234, 238, .9);--theme-control-border-color-opacity-1: rgba(230, 234, 238, .01);--theme-control-border-color-opacity-2: rgba(230, 234, 238, .02);--theme-control-border-color-opacity-3: rgba(230, 234, 238, .03);--theme-control-border-color-opacity-4: rgba(230, 234, 238, .04);--theme-control-border-color-opacity-5: rgba(230, 234, 238, .05);--theme-control-border-color-opacity-6: rgba(230, 234, 238, .06);--theme-control-border-color-opacity-7: rgba(230, 234, 238, .07);--theme-control-border-color-opacity-8: rgba(230, 234, 238, .08);--theme-control-border-color-opacity-9: rgba(230, 234, 238, .09);--theme-control-selected-border-color-opacity-10: rgba(212, 227, 255, .1);--theme-control-selected-border-color-opacity-20: rgba(212, 227, 255, .2);--theme-control-selected-border-color-opacity-30: rgba(212, 227, 255, .3);--theme-control-selected-border-color-opacity-40: rgba(212, 227, 255, .4);--theme-control-selected-border-color-opacity-50: rgba(212, 227, 255, .5);--theme-control-selected-border-color-opacity-60: rgba(212, 227, 255, .6);--theme-control-selected-border-color-opacity-70: rgba(212, 227, 255, .7);--theme-control-selected-border-color-opacity-80: rgba(212, 227, 255, .8);--theme-control-selected-border-color-opacity-90: rgba(212, 227, 255, .9);--theme-control-selected-border-color-opacity-1: rgba(212, 227, 255, .01);--theme-control-selected-border-color-opacity-2: rgba(212, 227, 255, .02);--theme-control-selected-border-color-opacity-3: rgba(212, 227, 255, .03);--theme-control-selected-border-color-opacity-4: rgba(212, 227, 255, .04);--theme-control-selected-border-color-opacity-5: rgba(212, 227, 255, .05);--theme-control-selected-border-color-opacity-6: rgba(212, 227, 255, .06);--theme-control-selected-border-color-opacity-7: rgba(212, 227, 255, .07);--theme-control-selected-border-color-opacity-8: rgba(212, 227, 255, .08);--theme-control-selected-border-color-opacity-9: rgba(212, 227, 255, .09);--theme-control-disabled-border-color-opacity-10: rgba(193, 199, 207, .1);--theme-control-disabled-border-color-opacity-20: rgba(193, 199, 207, .2);--theme-control-disabled-border-color-opacity-30: rgba(193, 199, 207, .3);--theme-control-disabled-border-color-opacity-40: rgba(193, 199, 207, .4);--theme-control-disabled-border-color-opacity-50: rgba(193, 199, 207, .5);--theme-control-disabled-border-color-opacity-60: rgba(193, 199, 207, .6);--theme-control-disabled-border-color-opacity-70: rgba(193, 199, 207, .7);--theme-control-disabled-border-color-opacity-80: rgba(193, 199, 207, .8);--theme-control-disabled-border-color-opacity-90: rgba(193, 199, 207, .9);--theme-control-disabled-border-color-opacity-1: rgba(193, 199, 207, .01);--theme-control-disabled-border-color-opacity-2: rgba(193, 199, 207, .02);--theme-control-disabled-border-color-opacity-3: rgba(193, 199, 207, .03);--theme-control-disabled-border-color-opacity-4: rgba(193, 199, 207, .04);--theme-control-disabled-border-color-opacity-5: rgba(193, 199, 207, .05);--theme-control-disabled-border-color-opacity-6: rgba(193, 199, 207, .06);--theme-control-disabled-border-color-opacity-7: rgba(193, 199, 207, .07);--theme-control-disabled-border-color-opacity-8: rgba(193, 199, 207, .08);--theme-control-disabled-border-color-opacity-9: rgba(193, 199, 207, .09);--theme-text-opacity-10: rgba(15, 39, 68, .1);--theme-text-opacity-20: rgba(15, 39, 68, .2);--theme-text-opacity-30: rgba(15, 39, 68, .3);--theme-text-opacity-40: rgba(15, 39, 68, .4);--theme-text-opacity-50: rgba(15, 39, 68, .5);--theme-text-opacity-60: rgba(15, 39, 68, .6);--theme-text-opacity-70: rgba(15, 39, 68, .7);--theme-text-opacity-80: rgba(15, 39, 68, .8);--theme-text-opacity-90: rgba(15, 39, 68, .9);--theme-text-opacity-1: rgba(15, 39, 68, .01);--theme-text-opacity-2: rgba(15, 39, 68, .02);--theme-text-opacity-3: rgba(15, 39, 68, .03);--theme-text-opacity-4: rgba(15, 39, 68, .04);--theme-text-opacity-5: rgba(15, 39, 68, .05);--theme-text-opacity-6: rgba(15, 39, 68, .06);--theme-text-opacity-7: rgba(15, 39, 68, .07);--theme-text-opacity-8: rgba(15, 39, 68, .08);--theme-text-opacity-9: rgba(15, 39, 68, .09);--theme-text-lite-opacity-10: rgba(114, 128, 149, .1);--theme-text-lite-opacity-20: rgba(114, 128, 149, .2);--theme-text-lite-opacity-30: rgba(114, 128, 149, .3);--theme-text-lite-opacity-40: rgba(114, 128, 149, .4);--theme-text-lite-opacity-50: rgba(114, 128, 149, .5);--theme-text-lite-opacity-60: rgba(114, 128, 149, .6);--theme-text-lite-opacity-70: rgba(114, 128, 149, .7);--theme-text-lite-opacity-80: rgba(114, 128, 149, .8);--theme-text-lite-opacity-90: rgba(114, 128, 149, .9);--theme-text-lite-opacity-1: rgba(114, 128, 149, .01);--theme-text-lite-opacity-2: rgba(114, 128, 149, .02);--theme-text-lite-opacity-3: rgba(114, 128, 149, .03);--theme-text-lite-opacity-4: rgba(114, 128, 149, .04);--theme-text-lite-opacity-5: rgba(114, 128, 149, .05);--theme-text-lite-opacity-6: rgba(114, 128, 149, .06);--theme-text-lite-opacity-7: rgba(114, 128, 149, .07);--theme-text-lite-opacity-8: rgba(114, 128, 149, .08);--theme-text-lite-opacity-9: rgba(114, 128, 149, .09);--theme-primary-opacity-10: rgba(39, 115, 255, .1);--theme-primary-opacity-20: rgba(39, 115, 255, .2);--theme-primary-opacity-30: rgba(39, 115, 255, .3);--theme-primary-opacity-40: rgba(39, 115, 255, .4);--theme-primary-opacity-50: rgba(39, 115, 255, .5);--theme-primary-opacity-60: rgba(39, 115, 255, .6);--theme-primary-opacity-70: rgba(39, 115, 255, .7);--theme-primary-opacity-80: rgba(39, 115, 255, .8);--theme-primary-opacity-90: rgba(39, 115, 255, .9);--theme-primary-opacity-1: rgba(39, 115, 255, .01);--theme-primary-opacity-2: rgba(39, 115, 255, .02);--theme-primary-opacity-3: rgba(39, 115, 255, .03);--theme-primary-opacity-4: rgba(39, 115, 255, .04);--theme-primary-opacity-5: rgba(39, 115, 255, .05);--theme-primary-opacity-6: rgba(39, 115, 255, .06);--theme-primary-opacity-7: rgba(39, 115, 255, .07);--theme-primary-opacity-8: rgba(39, 115, 255, .08);--theme-primary-opacity-9: rgba(39, 115, 255, .09);--theme-primary-lite-opacity-10: rgba(233, 241, 255, .1);--theme-primary-lite-opacity-20: rgba(233, 241, 255, .2);--theme-primary-lite-opacity-30: rgba(233, 241, 255, .3);--theme-primary-lite-opacity-40: rgba(233, 241, 255, .4);--theme-primary-lite-opacity-50: rgba(233, 241, 255, .5);--theme-primary-lite-opacity-60: rgba(233, 241, 255, .6);--theme-primary-lite-opacity-70: rgba(233, 241, 255, .7);--theme-primary-lite-opacity-80: rgba(233, 241, 255, .8);--theme-primary-lite-opacity-90: rgba(233, 241, 255, .9);--theme-primary-lite-opacity-1: rgba(233, 241, 255, .01);--theme-primary-lite-opacity-2: rgba(233, 241, 255, .02);--theme-primary-lite-opacity-3: rgba(233, 241, 255, .03);--theme-primary-lite-opacity-4: rgba(233, 241, 255, .04);--theme-primary-lite-opacity-5: rgba(233, 241, 255, .05);--theme-primary-lite-opacity-6: rgba(233, 241, 255, .06);--theme-primary-lite-opacity-7: rgba(233, 241, 255, .07);--theme-primary-lite-opacity-8: rgba(233, 241, 255, .08);--theme-primary-lite-opacity-9: rgba(233, 241, 255, .09);--theme-primary-dark-opacity-10: rgba(27, 81, 179, .1);--theme-primary-dark-opacity-20: rgba(27, 81, 179, .2);--theme-primary-dark-opacity-30: rgba(27, 81, 179, .3);--theme-primary-dark-opacity-40: rgba(27, 81, 179, .4);--theme-primary-dark-opacity-50: rgba(27, 81, 179, .5);--theme-primary-dark-opacity-60: rgba(27, 81, 179, .6);--theme-primary-dark-opacity-70: rgba(27, 81, 179, .7);--theme-primary-dark-opacity-80: rgba(27, 81, 179, .8);--theme-primary-dark-opacity-90: rgba(27, 81, 179, .9);--theme-primary-dark-opacity-1: rgba(27, 81, 179, .01);--theme-primary-dark-opacity-2: rgba(27, 81, 179, .02);--theme-primary-dark-opacity-3: rgba(27, 81, 179, .03);--theme-primary-dark-opacity-4: rgba(27, 81, 179, .04);--theme-primary-dark-opacity-5: rgba(27, 81, 179, .05);--theme-primary-dark-opacity-6: rgba(27, 81, 179, .06);--theme-primary-dark-opacity-7: rgba(27, 81, 179, .07);--theme-primary-dark-opacity-8: rgba(27, 81, 179, .08);--theme-primary-dark-opacity-9: rgba(27, 81, 179, .09);--theme-on-primary-opacity-10: rgba(255, 255, 255, .1);--theme-on-primary-opacity-20: rgba(255, 255, 255, .2);--theme-on-primary-opacity-30: rgba(255, 255, 255, .3);--theme-on-primary-opacity-40: rgba(255, 255, 255, .4);--theme-on-primary-opacity-50: rgba(255, 255, 255, .5);--theme-on-primary-opacity-60: rgba(255, 255, 255, .6);--theme-on-primary-opacity-70: rgba(255, 255, 255, .7);--theme-on-primary-opacity-80: rgba(255, 255, 255, .8);--theme-on-primary-opacity-90: rgba(255, 255, 255, .9);--theme-on-primary-opacity-1: rgba(255, 255, 255, .01);--theme-on-primary-opacity-2: rgba(255, 255, 255, .02);--theme-on-primary-opacity-3: rgba(255, 255, 255, .03);--theme-on-primary-opacity-4: rgba(255, 255, 255, .04);--theme-on-primary-opacity-5: rgba(255, 255, 255, .05);--theme-on-primary-opacity-6: rgba(255, 255, 255, .06);--theme-on-primary-opacity-7: rgba(255, 255, 255, .07);--theme-on-primary-opacity-8: rgba(255, 255, 255, .08);--theme-on-primary-opacity-9: rgba(255, 255, 255, .09);--theme-on-primary-lite-opacity-10: rgba(39, 115, 255, .1);--theme-on-primary-lite-opacity-20: rgba(39, 115, 255, .2);--theme-on-primary-lite-opacity-30: rgba(39, 115, 255, .3);--theme-on-primary-lite-opacity-40: rgba(39, 115, 255, .4);--theme-on-primary-lite-opacity-50: rgba(39, 115, 255, .5);--theme-on-primary-lite-opacity-60: rgba(39, 115, 255, .6);--theme-on-primary-lite-opacity-70: rgba(39, 115, 255, .7);--theme-on-primary-lite-opacity-80: rgba(39, 115, 255, .8);--theme-on-primary-lite-opacity-90: rgba(39, 115, 255, .9);--theme-on-primary-lite-opacity-1: rgba(39, 115, 255, .01);--theme-on-primary-lite-opacity-2: rgba(39, 115, 255, .02);--theme-on-primary-lite-opacity-3: rgba(39, 115, 255, .03);--theme-on-primary-lite-opacity-4: rgba(39, 115, 255, .04);--theme-on-primary-lite-opacity-5: rgba(39, 115, 255, .05);--theme-on-primary-lite-opacity-6: rgba(39, 115, 255, .06);--theme-on-primary-lite-opacity-7: rgba(39, 115, 255, .07);--theme-on-primary-lite-opacity-8: rgba(39, 115, 255, .08);--theme-on-primary-lite-opacity-9: rgba(39, 115, 255, .09);--theme-on-primary-dark-opacity-10: rgba(255, 255, 255, .1);--theme-on-primary-dark-opacity-20: rgba(255, 255, 255, .2);--theme-on-primary-dark-opacity-30: rgba(255, 255, 255, .3);--theme-on-primary-dark-opacity-40: rgba(255, 255, 255, .4);--theme-on-primary-dark-opacity-50: rgba(255, 255, 255, .5);--theme-on-primary-dark-opacity-60: rgba(255, 255, 255, .6);--theme-on-primary-dark-opacity-70: rgba(255, 255, 255, .7);--theme-on-primary-dark-opacity-80: rgba(255, 255, 255, .8);--theme-on-primary-dark-opacity-90: rgba(255, 255, 255, .9);--theme-on-primary-dark-opacity-1: rgba(255, 255, 255, .01);--theme-on-primary-dark-opacity-2: rgba(255, 255, 255, .02);--theme-on-primary-dark-opacity-3: rgba(255, 255, 255, .03);--theme-on-primary-dark-opacity-4: rgba(255, 255, 255, .04);--theme-on-primary-dark-opacity-5: rgba(255, 255, 255, .05);--theme-on-primary-dark-opacity-6: rgba(255, 255, 255, .06);--theme-on-primary-dark-opacity-7: rgba(255, 255, 255, .07);--theme-on-primary-dark-opacity-8: rgba(255, 255, 255, .08);--theme-on-primary-dark-opacity-9: rgba(255, 255, 255, .09);--theme-secondary-opacity-10: rgba(110, 85, 255, .1);--theme-secondary-opacity-20: rgba(110, 85, 255, .2);--theme-secondary-opacity-30: rgba(110, 85, 255, .3);--theme-secondary-opacity-40: rgba(110, 85, 255, .4);--theme-secondary-opacity-50: rgba(110, 85, 255, .5);--theme-secondary-opacity-60: rgba(110, 85, 255, .6);--theme-secondary-opacity-70: rgba(110, 85, 255, .7);--theme-secondary-opacity-80: rgba(110, 85, 255, .8);--theme-secondary-opacity-90: rgba(110, 85, 255, .9);--theme-secondary-opacity-1: rgba(110, 85, 255, .01);--theme-secondary-opacity-2: rgba(110, 85, 255, .02);--theme-secondary-opacity-3: rgba(110, 85, 255, .03);--theme-secondary-opacity-4: rgba(110, 85, 255, .04);--theme-secondary-opacity-5: rgba(110, 85, 255, .05);--theme-secondary-opacity-6: rgba(110, 85, 255, .06);--theme-secondary-opacity-7: rgba(110, 85, 255, .07);--theme-secondary-opacity-8: rgba(110, 85, 255, .08);--theme-secondary-opacity-9: rgba(110, 85, 255, .09);--theme-secondary-lite-opacity-10: rgba(241, 238, 255, .1);--theme-secondary-lite-opacity-20: rgba(241, 238, 255, .2);--theme-secondary-lite-opacity-30: rgba(241, 238, 255, .3);--theme-secondary-lite-opacity-40: rgba(241, 238, 255, .4);--theme-secondary-lite-opacity-50: rgba(241, 238, 255, .5);--theme-secondary-lite-opacity-60: rgba(241, 238, 255, .6);--theme-secondary-lite-opacity-70: rgba(241, 238, 255, .7);--theme-secondary-lite-opacity-80: rgba(241, 238, 255, .8);--theme-secondary-lite-opacity-90: rgba(241, 238, 255, .9);--theme-secondary-lite-opacity-1: rgba(241, 238, 255, .01);--theme-secondary-lite-opacity-2: rgba(241, 238, 255, .02);--theme-secondary-lite-opacity-3: rgba(241, 238, 255, .03);--theme-secondary-lite-opacity-4: rgba(241, 238, 255, .04);--theme-secondary-lite-opacity-5: rgba(241, 238, 255, .05);--theme-secondary-lite-opacity-6: rgba(241, 238, 255, .06);--theme-secondary-lite-opacity-7: rgba(241, 238, 255, .07);--theme-secondary-lite-opacity-8: rgba(241, 238, 255, .08);--theme-secondary-lite-opacity-9: rgba(241, 238, 255, .09);--theme-secondary-dark-opacity-10: rgba(62, 45, 167, .1);--theme-secondary-dark-opacity-20: rgba(62, 45, 167, .2);--theme-secondary-dark-opacity-30: rgba(62, 45, 167, .3);--theme-secondary-dark-opacity-40: rgba(62, 45, 167, .4);--theme-secondary-dark-opacity-50: rgba(62, 45, 167, .5);--theme-secondary-dark-opacity-60: rgba(62, 45, 167, .6);--theme-secondary-dark-opacity-70: rgba(62, 45, 167, .7);--theme-secondary-dark-opacity-80: rgba(62, 45, 167, .8);--theme-secondary-dark-opacity-90: rgba(62, 45, 167, .9);--theme-secondary-dark-opacity-1: rgba(62, 45, 167, .01);--theme-secondary-dark-opacity-2: rgba(62, 45, 167, .02);--theme-secondary-dark-opacity-3: rgba(62, 45, 167, .03);--theme-secondary-dark-opacity-4: rgba(62, 45, 167, .04);--theme-secondary-dark-opacity-5: rgba(62, 45, 167, .05);--theme-secondary-dark-opacity-6: rgba(62, 45, 167, .06);--theme-secondary-dark-opacity-7: rgba(62, 45, 167, .07);--theme-secondary-dark-opacity-8: rgba(62, 45, 167, .08);--theme-secondary-dark-opacity-9: rgba(62, 45, 167, .09);--theme-on-secondary-opacity-10: rgba(255, 255, 255, .1);--theme-on-secondary-opacity-20: rgba(255, 255, 255, .2);--theme-on-secondary-opacity-30: rgba(255, 255, 255, .3);--theme-on-secondary-opacity-40: rgba(255, 255, 255, .4);--theme-on-secondary-opacity-50: rgba(255, 255, 255, .5);--theme-on-secondary-opacity-60: rgba(255, 255, 255, .6);--theme-on-secondary-opacity-70: rgba(255, 255, 255, .7);--theme-on-secondary-opacity-80: rgba(255, 255, 255, .8);--theme-on-secondary-opacity-90: rgba(255, 255, 255, .9);--theme-on-secondary-opacity-1: rgba(255, 255, 255, .01);--theme-on-secondary-opacity-2: rgba(255, 255, 255, .02);--theme-on-secondary-opacity-3: rgba(255, 255, 255, .03);--theme-on-secondary-opacity-4: rgba(255, 255, 255, .04);--theme-on-secondary-opacity-5: rgba(255, 255, 255, .05);--theme-on-secondary-opacity-6: rgba(255, 255, 255, .06);--theme-on-secondary-opacity-7: rgba(255, 255, 255, .07);--theme-on-secondary-opacity-8: rgba(255, 255, 255, .08);--theme-on-secondary-opacity-9: rgba(255, 255, 255, .09);--theme-on-secondary-lite-opacity-10: rgba(110, 85, 255, .1);--theme-on-secondary-lite-opacity-20: rgba(110, 85, 255, .2);--theme-on-secondary-lite-opacity-30: rgba(110, 85, 255, .3);--theme-on-secondary-lite-opacity-40: rgba(110, 85, 255, .4);--theme-on-secondary-lite-opacity-50: rgba(110, 85, 255, .5);--theme-on-secondary-lite-opacity-60: rgba(110, 85, 255, .6);--theme-on-secondary-lite-opacity-70: rgba(110, 85, 255, .7);--theme-on-secondary-lite-opacity-80: rgba(110, 85, 255, .8);--theme-on-secondary-lite-opacity-90: rgba(110, 85, 255, .9);--theme-on-secondary-lite-opacity-1: rgba(110, 85, 255, .01);--theme-on-secondary-lite-opacity-2: rgba(110, 85, 255, .02);--theme-on-secondary-lite-opacity-3: rgba(110, 85, 255, .03);--theme-on-secondary-lite-opacity-4: rgba(110, 85, 255, .04);--theme-on-secondary-lite-opacity-5: rgba(110, 85, 255, .05);--theme-on-secondary-lite-opacity-6: rgba(110, 85, 255, .06);--theme-on-secondary-lite-opacity-7: rgba(110, 85, 255, .07);--theme-on-secondary-lite-opacity-8: rgba(110, 85, 255, .08);--theme-on-secondary-lite-opacity-9: rgba(110, 85, 255, .09);--theme-on-secondary-dark-opacity-10: rgba(241, 238, 255, .1);--theme-on-secondary-dark-opacity-20: rgba(241, 238, 255, .2);--theme-on-secondary-dark-opacity-30: rgba(241, 238, 255, .3);--theme-on-secondary-dark-opacity-40: rgba(241, 238, 255, .4);--theme-on-secondary-dark-opacity-50: rgba(241, 238, 255, .5);--theme-on-secondary-dark-opacity-60: rgba(241, 238, 255, .6);--theme-on-secondary-dark-opacity-70: rgba(241, 238, 255, .7);--theme-on-secondary-dark-opacity-80: rgba(241, 238, 255, .8);--theme-on-secondary-dark-opacity-90: rgba(241, 238, 255, .9);--theme-on-secondary-dark-opacity-1: rgba(241, 238, 255, .01);--theme-on-secondary-dark-opacity-2: rgba(241, 238, 255, .02);--theme-on-secondary-dark-opacity-3: rgba(241, 238, 255, .03);--theme-on-secondary-dark-opacity-4: rgba(241, 238, 255, .04);--theme-on-secondary-dark-opacity-5: rgba(241, 238, 255, .05);--theme-on-secondary-dark-opacity-6: rgba(241, 238, 255, .06);--theme-on-secondary-dark-opacity-7: rgba(241, 238, 255, .07);--theme-on-secondary-dark-opacity-8: rgba(241, 238, 255, .08);--theme-on-secondary-dark-opacity-9: rgba(241, 238, 255, .09);--theme-success-opacity-10: rgba(22, 161, 126, .1);--theme-success-opacity-20: rgba(22, 161, 126, .2);--theme-success-opacity-30: rgba(22, 161, 126, .3);--theme-success-opacity-40: rgba(22, 161, 126, .4);--theme-success-opacity-50: rgba(22, 161, 126, .5);--theme-success-opacity-60: rgba(22, 161, 126, .6);--theme-success-opacity-70: rgba(22, 161, 126, .7);--theme-success-opacity-80: rgba(22, 161, 126, .8);--theme-success-opacity-90: rgba(22, 161, 126, .9);--theme-success-opacity-1: rgba(22, 161, 126, .01);--theme-success-opacity-2: rgba(22, 161, 126, .02);--theme-success-opacity-3: rgba(22, 161, 126, .03);--theme-success-opacity-4: rgba(22, 161, 126, .04);--theme-success-opacity-5: rgba(22, 161, 126, .05);--theme-success-opacity-6: rgba(22, 161, 126, .06);--theme-success-opacity-7: rgba(22, 161, 126, .07);--theme-success-opacity-8: rgba(22, 161, 126, .08);--theme-success-opacity-9: rgba(22, 161, 126, .09);--theme-success-lite-opacity-10: rgba(239, 249, 246, .1);--theme-success-lite-opacity-20: rgba(239, 249, 246, .2);--theme-success-lite-opacity-30: rgba(239, 249, 246, .3);--theme-success-lite-opacity-40: rgba(239, 249, 246, .4);--theme-success-lite-opacity-50: rgba(239, 249, 246, .5);--theme-success-lite-opacity-60: rgba(239, 249, 246, .6);--theme-success-lite-opacity-70: rgba(239, 249, 246, .7);--theme-success-lite-opacity-80: rgba(239, 249, 246, .8);--theme-success-lite-opacity-90: rgba(239, 249, 246, .9);--theme-success-lite-opacity-1: rgba(239, 249, 246, .01);--theme-success-lite-opacity-2: rgba(239, 249, 246, .02);--theme-success-lite-opacity-3: rgba(239, 249, 246, .03);--theme-success-lite-opacity-4: rgba(239, 249, 246, .04);--theme-success-lite-opacity-5: rgba(239, 249, 246, .05);--theme-success-lite-opacity-6: rgba(239, 249, 246, .06);--theme-success-lite-opacity-7: rgba(239, 249, 246, .07);--theme-success-lite-opacity-8: rgba(239, 249, 246, .08);--theme-success-lite-opacity-9: rgba(239, 249, 246, .09);--theme-success-dark-opacity-10: rgba(17, 73, 58, .1);--theme-success-dark-opacity-20: rgba(17, 73, 58, .2);--theme-success-dark-opacity-30: rgba(17, 73, 58, .3);--theme-success-dark-opacity-40: rgba(17, 73, 58, .4);--theme-success-dark-opacity-50: rgba(17, 73, 58, .5);--theme-success-dark-opacity-60: rgba(17, 73, 58, .6);--theme-success-dark-opacity-70: rgba(17, 73, 58, .7);--theme-success-dark-opacity-80: rgba(17, 73, 58, .8);--theme-success-dark-opacity-90: rgba(17, 73, 58, .9);--theme-success-dark-opacity-1: rgba(17, 73, 58, .01);--theme-success-dark-opacity-2: rgba(17, 73, 58, .02);--theme-success-dark-opacity-3: rgba(17, 73, 58, .03);--theme-success-dark-opacity-4: rgba(17, 73, 58, .04);--theme-success-dark-opacity-5: rgba(17, 73, 58, .05);--theme-success-dark-opacity-6: rgba(17, 73, 58, .06);--theme-success-dark-opacity-7: rgba(17, 73, 58, .07);--theme-success-dark-opacity-8: rgba(17, 73, 58, .08);--theme-success-dark-opacity-9: rgba(17, 73, 58, .09);--theme-on-success-opacity-10: rgba(255, 255, 255, .1);--theme-on-success-opacity-20: rgba(255, 255, 255, .2);--theme-on-success-opacity-30: rgba(255, 255, 255, .3);--theme-on-success-opacity-40: rgba(255, 255, 255, .4);--theme-on-success-opacity-50: rgba(255, 255, 255, .5);--theme-on-success-opacity-60: rgba(255, 255, 255, .6);--theme-on-success-opacity-70: rgba(255, 255, 255, .7);--theme-on-success-opacity-80: rgba(255, 255, 255, .8);--theme-on-success-opacity-90: rgba(255, 255, 255, .9);--theme-on-success-opacity-1: rgba(255, 255, 255, .01);--theme-on-success-opacity-2: rgba(255, 255, 255, .02);--theme-on-success-opacity-3: rgba(255, 255, 255, .03);--theme-on-success-opacity-4: rgba(255, 255, 255, .04);--theme-on-success-opacity-5: rgba(255, 255, 255, .05);--theme-on-success-opacity-6: rgba(255, 255, 255, .06);--theme-on-success-opacity-7: rgba(255, 255, 255, .07);--theme-on-success-opacity-8: rgba(255, 255, 255, .08);--theme-on-success-opacity-9: rgba(255, 255, 255, .09);--theme-on-success-lite-opacity-10: rgba(22, 161, 126, .1);--theme-on-success-lite-opacity-20: rgba(22, 161, 126, .2);--theme-on-success-lite-opacity-30: rgba(22, 161, 126, .3);--theme-on-success-lite-opacity-40: rgba(22, 161, 126, .4);--theme-on-success-lite-opacity-50: rgba(22, 161, 126, .5);--theme-on-success-lite-opacity-60: rgba(22, 161, 126, .6);--theme-on-success-lite-opacity-70: rgba(22, 161, 126, .7);--theme-on-success-lite-opacity-80: rgba(22, 161, 126, .8);--theme-on-success-lite-opacity-90: rgba(22, 161, 126, .9);--theme-on-success-lite-opacity-1: rgba(22, 161, 126, .01);--theme-on-success-lite-opacity-2: rgba(22, 161, 126, .02);--theme-on-success-lite-opacity-3: rgba(22, 161, 126, .03);--theme-on-success-lite-opacity-4: rgba(22, 161, 126, .04);--theme-on-success-lite-opacity-5: rgba(22, 161, 126, .05);--theme-on-success-lite-opacity-6: rgba(22, 161, 126, .06);--theme-on-success-lite-opacity-7: rgba(22, 161, 126, .07);--theme-on-success-lite-opacity-8: rgba(22, 161, 126, .08);--theme-on-success-lite-opacity-9: rgba(22, 161, 126, .09);--theme-on-success-dark-opacity-10: rgba(232, 249, 245, .1);--theme-on-success-dark-opacity-20: rgba(232, 249, 245, .2);--theme-on-success-dark-opacity-30: rgba(232, 249, 245, .3);--theme-on-success-dark-opacity-40: rgba(232, 249, 245, .4);--theme-on-success-dark-opacity-50: rgba(232, 249, 245, .5);--theme-on-success-dark-opacity-60: rgba(232, 249, 245, .6);--theme-on-success-dark-opacity-70: rgba(232, 249, 245, .7);--theme-on-success-dark-opacity-80: rgba(232, 249, 245, .8);--theme-on-success-dark-opacity-90: rgba(232, 249, 245, .9);--theme-on-success-dark-opacity-1: rgba(232, 249, 245, .01);--theme-on-success-dark-opacity-2: rgba(232, 249, 245, .02);--theme-on-success-dark-opacity-3: rgba(232, 249, 245, .03);--theme-on-success-dark-opacity-4: rgba(232, 249, 245, .04);--theme-on-success-dark-opacity-5: rgba(232, 249, 245, .05);--theme-on-success-dark-opacity-6: rgba(232, 249, 245, .06);--theme-on-success-dark-opacity-7: rgba(232, 249, 245, .07);--theme-on-success-dark-opacity-8: rgba(232, 249, 245, .08);--theme-on-success-dark-opacity-9: rgba(232, 249, 245, .09);--theme-warning-opacity-10: rgba(247, 199, 82, .1);--theme-warning-opacity-20: rgba(247, 199, 82, .2);--theme-warning-opacity-30: rgba(247, 199, 82, .3);--theme-warning-opacity-40: rgba(247, 199, 82, .4);--theme-warning-opacity-50: rgba(247, 199, 82, .5);--theme-warning-opacity-60: rgba(247, 199, 82, .6);--theme-warning-opacity-70: rgba(247, 199, 82, .7);--theme-warning-opacity-80: rgba(247, 199, 82, .8);--theme-warning-opacity-90: rgba(247, 199, 82, .9);--theme-warning-opacity-1: rgba(247, 199, 82, .01);--theme-warning-opacity-2: rgba(247, 199, 82, .02);--theme-warning-opacity-3: rgba(247, 199, 82, .03);--theme-warning-opacity-4: rgba(247, 199, 82, .04);--theme-warning-opacity-5: rgba(247, 199, 82, .05);--theme-warning-opacity-6: rgba(247, 199, 82, .06);--theme-warning-opacity-7: rgba(247, 199, 82, .07);--theme-warning-opacity-8: rgba(247, 199, 82, .08);--theme-warning-opacity-9: rgba(247, 199, 82, .09);--theme-warning-lite-opacity-10: rgba(254, 247, 209, .1);--theme-warning-lite-opacity-20: rgba(254, 247, 209, .2);--theme-warning-lite-opacity-30: rgba(254, 247, 209, .3);--theme-warning-lite-opacity-40: rgba(254, 247, 209, .4);--theme-warning-lite-opacity-50: rgba(254, 247, 209, .5);--theme-warning-lite-opacity-60: rgba(254, 247, 209, .6);--theme-warning-lite-opacity-70: rgba(254, 247, 209, .7);--theme-warning-lite-opacity-80: rgba(254, 247, 209, .8);--theme-warning-lite-opacity-90: rgba(254, 247, 209, .9);--theme-warning-lite-opacity-1: rgba(254, 247, 209, .01);--theme-warning-lite-opacity-2: rgba(254, 247, 209, .02);--theme-warning-lite-opacity-3: rgba(254, 247, 209, .03);--theme-warning-lite-opacity-4: rgba(254, 247, 209, .04);--theme-warning-lite-opacity-5: rgba(254, 247, 209, .05);--theme-warning-lite-opacity-6: rgba(254, 247, 209, .06);--theme-warning-lite-opacity-7: rgba(254, 247, 209, .07);--theme-warning-lite-opacity-8: rgba(254, 247, 209, .08);--theme-warning-lite-opacity-9: rgba(254, 247, 209, .09);--theme-warning-dark-opacity-10: rgba(203, 150, 20, .1);--theme-warning-dark-opacity-20: rgba(203, 150, 20, .2);--theme-warning-dark-opacity-30: rgba(203, 150, 20, .3);--theme-warning-dark-opacity-40: rgba(203, 150, 20, .4);--theme-warning-dark-opacity-50: rgba(203, 150, 20, .5);--theme-warning-dark-opacity-60: rgba(203, 150, 20, .6);--theme-warning-dark-opacity-70: rgba(203, 150, 20, .7);--theme-warning-dark-opacity-80: rgba(203, 150, 20, .8);--theme-warning-dark-opacity-90: rgba(203, 150, 20, .9);--theme-warning-dark-opacity-1: rgba(203, 150, 20, .01);--theme-warning-dark-opacity-2: rgba(203, 150, 20, .02);--theme-warning-dark-opacity-3: rgba(203, 150, 20, .03);--theme-warning-dark-opacity-4: rgba(203, 150, 20, .04);--theme-warning-dark-opacity-5: rgba(203, 150, 20, .05);--theme-warning-dark-opacity-6: rgba(203, 150, 20, .06);--theme-warning-dark-opacity-7: rgba(203, 150, 20, .07);--theme-warning-dark-opacity-8: rgba(203, 150, 20, .08);--theme-warning-dark-opacity-9: rgba(203, 150, 20, .09);--theme-on-warning-opacity-10: rgba(255, 255, 255, .1);--theme-on-warning-opacity-20: rgba(255, 255, 255, .2);--theme-on-warning-opacity-30: rgba(255, 255, 255, .3);--theme-on-warning-opacity-40: rgba(255, 255, 255, .4);--theme-on-warning-opacity-50: rgba(255, 255, 255, .5);--theme-on-warning-opacity-60: rgba(255, 255, 255, .6);--theme-on-warning-opacity-70: rgba(255, 255, 255, .7);--theme-on-warning-opacity-80: rgba(255, 255, 255, .8);--theme-on-warning-opacity-90: rgba(255, 255, 255, .9);--theme-on-warning-opacity-1: rgba(255, 255, 255, .01);--theme-on-warning-opacity-2: rgba(255, 255, 255, .02);--theme-on-warning-opacity-3: rgba(255, 255, 255, .03);--theme-on-warning-opacity-4: rgba(255, 255, 255, .04);--theme-on-warning-opacity-5: rgba(255, 255, 255, .05);--theme-on-warning-opacity-6: rgba(255, 255, 255, .06);--theme-on-warning-opacity-7: rgba(255, 255, 255, .07);--theme-on-warning-opacity-8: rgba(255, 255, 255, .08);--theme-on-warning-opacity-9: rgba(255, 255, 255, .09);--theme-on-warning-lite-opacity-10: rgba(117, 81, 24, .1);--theme-on-warning-lite-opacity-20: rgba(117, 81, 24, .2);--theme-on-warning-lite-opacity-30: rgba(117, 81, 24, .3);--theme-on-warning-lite-opacity-40: rgba(117, 81, 24, .4);--theme-on-warning-lite-opacity-50: rgba(117, 81, 24, .5);--theme-on-warning-lite-opacity-60: rgba(117, 81, 24, .6);--theme-on-warning-lite-opacity-70: rgba(117, 81, 24, .7);--theme-on-warning-lite-opacity-80: rgba(117, 81, 24, .8);--theme-on-warning-lite-opacity-90: rgba(117, 81, 24, .9);--theme-on-warning-lite-opacity-1: rgba(117, 81, 24, .01);--theme-on-warning-lite-opacity-2: rgba(117, 81, 24, .02);--theme-on-warning-lite-opacity-3: rgba(117, 81, 24, .03);--theme-on-warning-lite-opacity-4: rgba(117, 81, 24, .04);--theme-on-warning-lite-opacity-5: rgba(117, 81, 24, .05);--theme-on-warning-lite-opacity-6: rgba(117, 81, 24, .06);--theme-on-warning-lite-opacity-7: rgba(117, 81, 24, .07);--theme-on-warning-lite-opacity-8: rgba(117, 81, 24, .08);--theme-on-warning-lite-opacity-9: rgba(117, 81, 24, .09);--theme-on-warning-dark-opacity-10: rgba(254, 247, 209, .1);--theme-on-warning-dark-opacity-20: rgba(254, 247, 209, .2);--theme-on-warning-dark-opacity-30: rgba(254, 247, 209, .3);--theme-on-warning-dark-opacity-40: rgba(254, 247, 209, .4);--theme-on-warning-dark-opacity-50: rgba(254, 247, 209, .5);--theme-on-warning-dark-opacity-60: rgba(254, 247, 209, .6);--theme-on-warning-dark-opacity-70: rgba(254, 247, 209, .7);--theme-on-warning-dark-opacity-80: rgba(254, 247, 209, .8);--theme-on-warning-dark-opacity-90: rgba(254, 247, 209, .9);--theme-on-warning-dark-opacity-1: rgba(254, 247, 209, .01);--theme-on-warning-dark-opacity-2: rgba(254, 247, 209, .02);--theme-on-warning-dark-opacity-3: rgba(254, 247, 209, .03);--theme-on-warning-dark-opacity-4: rgba(254, 247, 209, .04);--theme-on-warning-dark-opacity-5: rgba(254, 247, 209, .05);--theme-on-warning-dark-opacity-6: rgba(254, 247, 209, .06);--theme-on-warning-dark-opacity-7: rgba(254, 247, 209, .07);--theme-on-warning-dark-opacity-8: rgba(254, 247, 209, .08);--theme-on-warning-dark-opacity-9: rgba(254, 247, 209, .09);--theme-error-opacity-10: rgba(240, 84, 84, .1);--theme-error-opacity-20: rgba(240, 84, 84, .2);--theme-error-opacity-30: rgba(240, 84, 84, .3);--theme-error-opacity-40: rgba(240, 84, 84, .4);--theme-error-opacity-50: rgba(240, 84, 84, .5);--theme-error-opacity-60: rgba(240, 84, 84, .6);--theme-error-opacity-70: rgba(240, 84, 84, .7);--theme-error-opacity-80: rgba(240, 84, 84, .8);--theme-error-opacity-90: rgba(240, 84, 84, .9);--theme-error-opacity-1: rgba(240, 84, 84, .01);--theme-error-opacity-2: rgba(240, 84, 84, .02);--theme-error-opacity-3: rgba(240, 84, 84, .03);--theme-error-opacity-4: rgba(240, 84, 84, .04);--theme-error-opacity-5: rgba(240, 84, 84, .05);--theme-error-opacity-6: rgba(240, 84, 84, .06);--theme-error-opacity-7: rgba(240, 84, 84, .07);--theme-error-opacity-8: rgba(240, 84, 84, .08);--theme-error-opacity-9: rgba(240, 84, 84, .09);--theme-error-lite-opacity-10: rgba(254, 238, 238, .1);--theme-error-lite-opacity-20: rgba(254, 238, 238, .2);--theme-error-lite-opacity-30: rgba(254, 238, 238, .3);--theme-error-lite-opacity-40: rgba(254, 238, 238, .4);--theme-error-lite-opacity-50: rgba(254, 238, 238, .5);--theme-error-lite-opacity-60: rgba(254, 238, 238, .6);--theme-error-lite-opacity-70: rgba(254, 238, 238, .7);--theme-error-lite-opacity-80: rgba(254, 238, 238, .8);--theme-error-lite-opacity-90: rgba(254, 238, 238, .9);--theme-error-lite-opacity-1: rgba(254, 238, 238, .01);--theme-error-lite-opacity-2: rgba(254, 238, 238, .02);--theme-error-lite-opacity-3: rgba(254, 238, 238, .03);--theme-error-lite-opacity-4: rgba(254, 238, 238, .04);--theme-error-lite-opacity-5: rgba(254, 238, 238, .05);--theme-error-lite-opacity-6: rgba(254, 238, 238, .06);--theme-error-lite-opacity-7: rgba(254, 238, 238, .07);--theme-error-lite-opacity-8: rgba(254, 238, 238, .08);--theme-error-lite-opacity-9: rgba(254, 238, 238, .09);--theme-error-dark-opacity-10: rgba(109, 36, 36, .1);--theme-error-dark-opacity-20: rgba(109, 36, 36, .2);--theme-error-dark-opacity-30: rgba(109, 36, 36, .3);--theme-error-dark-opacity-40: rgba(109, 36, 36, .4);--theme-error-dark-opacity-50: rgba(109, 36, 36, .5);--theme-error-dark-opacity-60: rgba(109, 36, 36, .6);--theme-error-dark-opacity-70: rgba(109, 36, 36, .7);--theme-error-dark-opacity-80: rgba(109, 36, 36, .8);--theme-error-dark-opacity-90: rgba(109, 36, 36, .9);--theme-error-dark-opacity-1: rgba(109, 36, 36, .01);--theme-error-dark-opacity-2: rgba(109, 36, 36, .02);--theme-error-dark-opacity-3: rgba(109, 36, 36, .03);--theme-error-dark-opacity-4: rgba(109, 36, 36, .04);--theme-error-dark-opacity-5: rgba(109, 36, 36, .05);--theme-error-dark-opacity-6: rgba(109, 36, 36, .06);--theme-error-dark-opacity-7: rgba(109, 36, 36, .07);--theme-error-dark-opacity-8: rgba(109, 36, 36, .08);--theme-error-dark-opacity-9: rgba(109, 36, 36, .09);--theme-on-error-opacity-10: rgba(255, 255, 255, .1);--theme-on-error-opacity-20: rgba(255, 255, 255, .2);--theme-on-error-opacity-30: rgba(255, 255, 255, .3);--theme-on-error-opacity-40: rgba(255, 255, 255, .4);--theme-on-error-opacity-50: rgba(255, 255, 255, .5);--theme-on-error-opacity-60: rgba(255, 255, 255, .6);--theme-on-error-opacity-70: rgba(255, 255, 255, .7);--theme-on-error-opacity-80: rgba(255, 255, 255, .8);--theme-on-error-opacity-90: rgba(255, 255, 255, .9);--theme-on-error-opacity-1: rgba(255, 255, 255, .01);--theme-on-error-opacity-2: rgba(255, 255, 255, .02);--theme-on-error-opacity-3: rgba(255, 255, 255, .03);--theme-on-error-opacity-4: rgba(255, 255, 255, .04);--theme-on-error-opacity-5: rgba(255, 255, 255, .05);--theme-on-error-opacity-6: rgba(255, 255, 255, .06);--theme-on-error-opacity-7: rgba(255, 255, 255, .07);--theme-on-error-opacity-8: rgba(255, 255, 255, .08);--theme-on-error-opacity-9: rgba(255, 255, 255, .09);--theme-on-error-lite-opacity-10: rgba(240, 84, 84, .1);--theme-on-error-lite-opacity-20: rgba(240, 84, 84, .2);--theme-on-error-lite-opacity-30: rgba(240, 84, 84, .3);--theme-on-error-lite-opacity-40: rgba(240, 84, 84, .4);--theme-on-error-lite-opacity-50: rgba(240, 84, 84, .5);--theme-on-error-lite-opacity-60: rgba(240, 84, 84, .6);--theme-on-error-lite-opacity-70: rgba(240, 84, 84, .7);--theme-on-error-lite-opacity-80: rgba(240, 84, 84, .8);--theme-on-error-lite-opacity-90: rgba(240, 84, 84, .9);--theme-on-error-lite-opacity-1: rgba(240, 84, 84, .01);--theme-on-error-lite-opacity-2: rgba(240, 84, 84, .02);--theme-on-error-lite-opacity-3: rgba(240, 84, 84, .03);--theme-on-error-lite-opacity-4: rgba(240, 84, 84, .04);--theme-on-error-lite-opacity-5: rgba(240, 84, 84, .05);--theme-on-error-lite-opacity-6: rgba(240, 84, 84, .06);--theme-on-error-lite-opacity-7: rgba(240, 84, 84, .07);--theme-on-error-lite-opacity-8: rgba(240, 84, 84, .08);--theme-on-error-lite-opacity-9: rgba(240, 84, 84, .09);--theme-on-error-dark-opacity-10: rgba(254, 238, 238, .1);--theme-on-error-dark-opacity-20: rgba(254, 238, 238, .2);--theme-on-error-dark-opacity-30: rgba(254, 238, 238, .3);--theme-on-error-dark-opacity-40: rgba(254, 238, 238, .4);--theme-on-error-dark-opacity-50: rgba(254, 238, 238, .5);--theme-on-error-dark-opacity-60: rgba(254, 238, 238, .6);--theme-on-error-dark-opacity-70: rgba(254, 238, 238, .7);--theme-on-error-dark-opacity-80: rgba(254, 238, 238, .8);--theme-on-error-dark-opacity-90: rgba(254, 238, 238, .9);--theme-on-error-dark-opacity-1: rgba(254, 238, 238, .01);--theme-on-error-dark-opacity-2: rgba(254, 238, 238, .02);--theme-on-error-dark-opacity-3: rgba(254, 238, 238, .03);--theme-on-error-dark-opacity-4: rgba(254, 238, 238, .04);--theme-on-error-dark-opacity-5: rgba(254, 238, 238, .05);--theme-on-error-dark-opacity-6: rgba(254, 238, 238, .06);--theme-on-error-dark-opacity-7: rgba(254, 238, 238, .07);--theme-on-error-dark-opacity-8: rgba(254, 238, 238, .08);--theme-on-error-dark-opacity-9: rgba(254, 238, 238, .09);--theme-font-face: "Open Sans";--theme-font-size: "16px"}body{font-family:var(--theme-font-face);font-size:var(--theme-font-size)}@charset "UTF-8";*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 475px){.container{max-width:475px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1025px){.container{max-width:1025px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.limited-container{width:100%;margin:0 auto;padding:3% 5%;box-sizing:border-box}@media screen and (max-width: 900px){.limited-container{padding:1rem}}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.z-50{z-index:50}.m-0{margin:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-\[3rem\]{margin-left:3rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-3{height:.75rem}.h-32{height:8rem}.h-\[70px\]{height:70px}.h-\[90px\]{height:90px}.h-full{height:100%}.max-h-\[28px\]{max-height:28px}.min-h-full{min-height:100%}.w-52{width:13rem}.w-\[68px\]{width:68px}.w-full{width:100%}.min-w-28{min-width:7rem}.min-w-64{min-width:16rem}.min-w-72{min-width:18rem}.min-w-\[200px\]{min-width:200px}.min-w-\[272px\]{min-width:272px}.min-w-\[313px\]{min-width:313px}.min-w-\[400px\]{min-width:400px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[260px\]{max-width:260px}.max-w-\[313px\]{max-width:313px}.max-w-\[420px\]{max-width:420px}.max-w-\[650px\]{max-width:650px}.max-w-\[680px\]{max-width:680px}.max-w-\[690px\]{max-width:690px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse var(--tw-animate-duration, 2s) var(--tw-animate-easing, cubic-bezier(.4, 0, .6, 1)) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[minmax\(0\,400px\)_1fr\]{grid-template-columns:minmax(0,400px) 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[6px\]{gap:6px}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-x-0{border-left-width:0px;border-right-width:0px}.border-b{border-bottom-width:1px}.border-t-0{border-top-width:0px}.border-solid{border-style:solid}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.bg-\[\#2668FF\]{--tw-bg-opacity: 1;background-color:rgb(38 104 255 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-slate-400\/10{background-color:#94a3b81a}.object-contain{object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.ps-4{padding-inline-start:1rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-4{padding-top:1rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-start{text-align:start}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-snug{line-height:1.375}.text-\[\#0f2744\]{--tw-text-opacity: 1;color:rgb(15 39 68 / var(--tw-text-opacity, 1))}.text-\[\#44526A\]{--tw-text-opacity: 1;color:rgb(68 82 106 / var(--tw-text-opacity, 1))}.text-\[\#728095\]{--tw-text-opacity: 1;color:rgb(114 128 149 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body,html{margin:0;font-family:Open Sans;min-height:100%;overflow:hidden}@media screen and (max-width: 600px){body,html{font-size:13px}}body{overflow:auto}button{font-family:Open Sans}.gp-default-loading-spinner{position:relative;width:42px;height:42px}.gp-default-loading-spinner:before{content:"";position:absolute;box-sizing:border-box;width:100%;height:100%;border:6px solid #f3f3f3;border-top:6px solid var(--theme-primary);border-radius:50%;animation:spin 2s linear infinite;z-index:-1}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#0000001a;z-index:-1}body:before{content:"";position:fixed;top:50%;left:50%;width:60px;height:60px;margin-top:-30px;margin-left:-30px;border:6px solid #f3f3f3;border-top:6px solid var(--theme-primary);border-radius:50%;animation:spin 2s linear infinite;z-index:-1}body[ng-version]:after,body[ng-version]:before{content:none}gp-default-layout{width:100%}gp-default-layout .gp-layout-header{justify-content:start}.gp-modal-panel{overflow:overlay!important}.gp-contract-selection-modal{padding:0}@media screen and (max-width: 600px){.terms-dialog{width:95%!important;max-width:95vw!important}}.gp-column{display:flex;flex-direction:column}.gp-row{display:flex}.space-between{justify-content:space-between}.v-end{align-items:flex-end}.v-start{align-items:flex-start}.gp-gap-2px{gap:2px}.gp-gap-4px{gap:4px}.gp-gap-8px{gap:8px}.gp-gap-12px{gap:12px}.gp-gap-16px{gap:16px}.gp-gap-32px{gap:32px}.gp-flex{flex:1}a{color:var(--theme-primary);text-decoration:none;cursor:pointer;transition:color .3s ease-in-out;font-size:.875rem}a:hover{color:var(--theme-primary-dark)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gp-tabs__header__item{font-weight:400!important;font-size:1rem!important}.gp-tabs__header__item.active{font-weight:600!important;font-size:1rem!important}gp-breadcrumb-item:last-child .current-page{color:#728095!important;cursor:default}gp-breadcrumb-item{font-size:14px!important}.gp-customized-scrollbar::-webkit-scrollbar{width:var(--gp-scrollbar-width, 4px);height:var(--gp-scrollbar-height, 4px)}.gp-customized-scrollbar::-webkit-scrollbar-track{background:var(--gp-scrollbar-background, #d4e3fe)}.gp-customized-scrollbar::-webkit-scrollbar-thumb{background:var(--gp-scrollbar-thumb-background, #2773ff)}.gp-customized-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--gp-scrollbar-thumb-hover-background, #023695)}button.gp-alert-close{position:absolute;top:20px;right:20px;padding:0;margin:0;cursor:pointer;border:none;background:transparent;width:10px;height:10px;transition:.2s opacity;opacity:.6;outline-offset:6px}button.gp-alert-close:before,button.gp-alert-close:after{content:"";position:absolute;background-color:var(--theme-error);width:2px;height:141.4%;top:50%;left:50%;transform-origin:center}button.gp-alert-close:before{transform:translate(-50%,-50%) rotate(45deg)}button.gp-alert-close:after{transform:translate(-50%,-50%) rotate(-45deg)}button.gp-alert-close:hover{opacity:1}.first\:pt-0:first-child{padding-top:0}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:shadow-raised:hover{--tw-shadow: 0 6px 6px var(--theme-black-opacity-10);--tw-shadow-colored: 0 6px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 475px){.xs\:flex-row{flex-direction:row}}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-9{gap:2.25rem}.sm\:p-6{padding:1.5rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width: 1025px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:whitespace-nowrap{white-space:nowrap}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (prefers-color-scheme: dark){.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}}
