@charset "UTF-8";@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*,:before,:after{min-width:0;margin:0;padding:0;background:0;border:0;box-sizing:border-box;outline:none !important;font-family:inherit}html,body{font-size:100%;font-family:"Inter",sans-serif;font-weight:normal;min-height:100dvh;padding:0;margin:0;font-size:14px}.blocker{position:fixed;inset:0;width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10100;padding:40px 20px;box-sizing:border-box;background:rgba(26,26,26,0.5);text-align:center;backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease}.blocker.current{opacity:1}.blocker.behind{background-color:transparent;backdrop-filter:none}.blocker::before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}@media only screen and (max-width:768px){.blocker{padding:0;display:flex;align-items:flex-end;overflow:hidden;-webkit-overflow-scrolling:auto}}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:520px;width:90%;box-sizing:border-box;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(26,26,26,0.15);text-align:left;padding:0;opacity:0;transform:translateY(20px) scale(0.98);transition:opacity .25s ease,transform .25s ease}.modal[style*=inline-block]{opacity:1;transform:translateY(0) scale(1)}@media only screen and (max-width:768px){.modal{width:100%;max-width:100%;border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateY(100%);transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .25s ease}.modal[style*=inline-block]{transform:translateY(0)}}.modal--sm{max-width:400px}.modal--lg{max-width:700px}.modal--xl{max-width:900px}.modal--xxl{max-width:1100px}.modal--full{max-width:calc(100% - 40px);width:100%;min-height:calc(100vh - 80px)}@media only screen and (max-width:768px){.modal--full{max-width:100%;min-height:auto;max-height:95vh}}.modal__handle{display:none}@media only screen and (max-width:768px){.modal__handle{display:block;width:40px;height:4px;background:#cfcfcf;border-radius:2px;margin:12px auto 0}}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px 20px;background:#232d87;border-radius:15px 15px 0 0}@media only screen and (max-width:768px){.modal__header{padding:16px 20px 16px}}.modal__title{font-size:18px;font-weight:700;color:#fff;margin:0;flex:1;min-width:0}.modal__body{padding:20px 24px;font-size:14px;line-height:1.6;color:#1a1a1a}@media only screen and (max-width:768px){.modal__body{padding:16px 20px}}.modal__body p{margin:0 0 12px}.modal__body p:last-child{margin-bottom:0}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 24px 20px}@media only screen and (max-width:768px){.modal__footer{padding:0 20px 20px;flex-direction:column-reverse}.modal__footer .btn{width:100%}}.modal__footer--between{justify-content:space-between}.modal__footer--left{justify-content:flex-start}.modal__footer--stack{flex-direction:column}.modal__footer--stack .btn{width:100%}.modal .close-modal{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f5f5f5;color:#1a1a1a;text-decoration:none;font-size:0;cursor:pointer;transition:background .15s;z-index:5;padding:0;border:0}.modal .close-modal svg{width:16px;height:16px}.modal .close-modal:hover{background:#e8e8e8}@media only screen and (max-width:768px){.modal .close-modal{top:12px;right:12px}}.modal__image{width:100%;border-radius:16px 16px 0 0;overflow:hidden}.modal__image img{width:100%;height:auto;display:block;object-fit:cover}@media only screen and (max-width:768px){.modal__image{border-radius:20px 20px 0 0}}.modal__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;margin:24px auto 0}.modal__icon svg{width:28px;height:28px}.modal__icon--success{background:rgba(86,247,141,0.15);color:#0df45c}.modal__icon--danger{background:rgba(232,0,28,0.15);color:#e8001c}.modal__icon--warning{background:rgba(245,209,48,0.15);color:#cfab0a}.modal__icon--info{background:rgba(74,159,213,0.15);color:#4a9fd5}.modal--center{text-align:center}.modal--center .modal__header{justify-content:center}.modal--center .modal__body{text-align:center}.modal--center .modal__footer{justify-content:center}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10200}.modal-spinner::after{content:"";display:block;width:40px;height:40px;border:3px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:modalSpin .7s linear infinite}@keyframes modalSpin{to{transform:rotate(360deg)}}.icon,[class^=icon-],[class*=" icon-"]{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.icon--sm{font-size:18px}.icon--md{font-size:24px}.icon--lg{font-size:36px}.icon--xl{font-size:48px}.icon--primary{color:var(--color-primary)}.icon--secondary{color:var(--color-secondary)}.icon--white{color:var(--color-white)}.icon--black{color:#000}.air-datepicker{--adp-font-family:"Inter",sans-serif;--adp-font-size:14px;--adp-width:280px;--adp-z-index:10100;--adp-padding:6px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.2s;--adp-transition-ease:ease;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f5f5f5;--adp-background-color-active:#e8e8e8;--adp-background-color-in-range:rgba(35,45,135,0.08);--adp-background-color-in-range-focused:rgba(35,45,135,0.15);--adp-background-color-selected-other-month-focused:#13194a;--adp-background-color-selected-other-month:#232d87;--adp-color:#1a1a1a;--adp-color-secondary:#cfcfcf;--adp-accent-color:#232d87;--adp-color-current-date:#232d87;--adp-color-other-month:#cfcfcf;--adp-color-disabled:#cfcfcf;--adp-color-disabled-in-range:#b5b5b5;--adp-color-other-month-hover:#b5b5b5;--adp-border-color:#cfcfcf;--adp-border-color-inner:#f5f5f5;--adp-border-radius:12px;--adp-border-color-inline:#cfcfcf;--adp-nav-height:36px;--adp-nav-arrow-color:#1a1a1a;--adp-nav-action-size:36px;--adp-nav-color-secondary:#cfcfcf;--adp-day-name-color:#cfcfcf;--adp-day-name-color-hover:#232d87;--adp-day-cell-width:1fr;--adp-day-cell-height:36px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:8px;--adp-cell-background-color-hover:#f5f5f5;--adp-cell-background-color-selected:#232d87;--adp-cell-background-color-selected-hover:#13194a;--adp-cell-background-color-in-range:rgba(35,45,135,0.08);--adp-cell-background-color-in-range-hover:rgba(35,45,135,0.15);--adp-cell-border-color-in-range:#232d87;--adp-btn-height:36px;--adp-btn-color:#232d87;--adp-btn-color-hover:#13194a;--adp-btn-border-radius:8px;--adp-btn-background-color-hover:rgba(35,45,135,0.08);--adp-btn-background-color-active:rgba(35,45,135,0.15);--adp-time-track-height:2px;--adp-time-track-color:#cfcfcf;--adp-time-track-color-hover:#232d87;--adp-time-thumb-size:14px;--adp-time-padding-inner:12px;--adp-time-day-period-color:#cfcfcf;--adp-mobile-font-size:16px;--adp-mobile-nav-height:44px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:42px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(26,26,26,0.4);--adp-overlay-transition-duration:.25s;--adp-overlay-transition-ease:ease;--adp-overlay-z-index:10099}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:0;border:0}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1;font-weight:500;transition:background .15s,color .15s}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date);font-weight:700}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled);opacity:.4}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:0;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.5px}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:8px;padding:0 8px;font-weight:600;font-size:14px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:0}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:0;background:transparent;font-weight:500;font-size:13px}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:0}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:0}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Inter",sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:0;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:var(--adp-time-thumb-size);width:var(--adp-time-thumb-size);border-radius:50%;border:2px solid var(--adp-time-track-color);background:#fff;cursor:pointer;transition:background .15s,border-color .15s;margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:var(--adp-time-thumb-size);width:var(--adp-time-thumb-size);border-radius:50%;border:2px solid var(--adp-time-track-color);background:#fff;cursor:pointer;transition:background .15s,border-color .15s}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:0}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type=range]::-moz-range-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 20px rgba(26,26,26,0.12);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0,0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:0;border-radius:16px;box-shadow:0 8px 40px rgba(26,26,26,0.2)}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0;z-index:999999}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index);backdrop-filter:blur(2px)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}h1,.h1{font-size:32px;font-weight:700;line-height:1.25;letter-spacing:-0.02em}h2,.h2{font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-0.01em}h3,.h3{font-size:20px;font-weight:600;line-height:1.35}h4,.h4{font-size:16px;font-weight:600;line-height:1.4}h5,.h5{font-size:14px;font-weight:600;line-height:1.4}p{font-size:15px;line-height:1.6;color:#1a1a1a}p+p{margin-top:12px}small,.text-sm{font-size:13px;line-height:1.5}.text-xs{font-size:12px;line-height:1.4}.text-lg{font-size:18px;line-height:1.5}.text-regular{font-weight:400}.text-medium{font-weight:500}.text-semibold{font-weight:600}.text-bold{font-weight:700}.text-muted{color:#cfcfcf}.text-success{color:#56f78d}.text-danger{color:#e8001c}.text-warning{color:#cfab0a}.text-color-primary{color:#232d87}.text-color-primary-light{color:#3341c4}.text-color-primary-dark{color:#13194a}.text-color-red{color:#e8001c}.text-color-red-light{color:#ff364e}.text-color-red-dark{color:#9c0013}.text-color-pink{color:#f0c4b8}.text-color-pink-light{color:#f9e7e2}.text-color-pink-dark{color:#e39079}.text-color-green{color:#56f78d}.text-color-green-light{color:#9ffabe}.text-color-green-dark{color:#0df45c}.text-color-yellow{color:#f5d130}.text-color-yellow-light{color:#f9e179}.text-color-yellow-dark{color:#cfab0a}.text-color-salmon{color:#f28c8c}.text-color-salmon-light{color:#fad1d1}.text-color-salmon-dark{color:#ea4747}.text-color-purple{color:#7b3fc5}.text-color-purple-light{color:#a37ad7}.text-color-purple-dark{color:#572b8d}.text-color-blue{color:#4a9fd5}.text-color-blue-light{color:#88c0e3}.text-color-blue-dark{color:#2878ab}.text-color-lime{color:#d4e157}.text-color-lime-light{color:#e5ed98}.text-color-lime-dark{color:#b8c824}.text-color-orange{color:#f0a05e}.text-color-orange-light{color:#f7c9a4}.text-color-orange-dark{color:#e97718}.text-color-teal{color:#3b8c7d}.text-color-teal-light{color:#5ab9a8}.text-color-teal-dark{color:#24564d}.text-color-sky{color:#7ec8e3}.text-color-sky-light{color:#bde3f1}.text-color-sky-dark{color:#3fadd5}.text-color-white{color:#fff}.text-color-black{color:#1a1a1a}.text-color-gray{color:#f5f5f5}.text-color-gray-light{color:#fdfdfd}.text-color-gray-dark{color:#cfcfcf}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-underline{text-decoration:underline}.text-line-through{text-decoration:line-through}.text-no-decoration{text-decoration:none}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.text-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.text-nowrap{white-space:nowrap}.text-break{word-break:break-word}a{color:#232d87;text-decoration:none;transition:color .2s}ul,ol{font-size:15px;line-height:1.6;padding-left:20px}ul li+li,ol li+li{margin-top:4px}mark,.text-mark{background:rgba(245,209,48,0.3);padding:0 4px;border-radius:3px}blockquote{padding:12px 20px;border-left:3px solid #232d87;background:rgba(35,45,135,0.04);border-radius:0 8px 8px 0;font-size:15px;line-height:1.6;color:#1a1a1a}code{font-family:"SF Mono","Fira Code",monospace;font-size:13px;background:#f5f5f5;padding:2px 6px;border-radius:4px;color:#13194a}hr{border:0;height:1px;background:#cfcfcf;margin:24px 0}.bg-primary{background-color:#232d87}.bg-primary-light{background-color:#3341c4}.bg-primary-dark{background-color:#13194a}.bg-red{background-color:#e8001c}.bg-red-light{background-color:#ff364e}.bg-red-dark{background-color:#9c0013}.bg-pink{background-color:#f0c4b8}.bg-pink-light{background-color:#f9e7e2}.bg-pink-dark{background-color:#e39079}.bg-green{background-color:#56f78d}.bg-green-light{background-color:#9ffabe}.bg-green-dark{background-color:#0df45c}.bg-yellow{background-color:#f5d130}.bg-yellow-light{background-color:#f9e179}.bg-yellow-dark{background-color:#cfab0a}.bg-salmon{background-color:#f28c8c}.bg-salmon-light{background-color:#fad1d1}.bg-salmon-dark{background-color:#ea4747}.bg-purple{background-color:#7b3fc5}.bg-purple-light{background-color:#a37ad7}.bg-purple-dark{background-color:#572b8d}.bg-blue{background-color:#4a9fd5}.bg-blue-light{background-color:#88c0e3}.bg-blue-dark{background-color:#2878ab}.bg-lime{background-color:#d4e157}.bg-lime-light{background-color:#e5ed98}.bg-lime-dark{background-color:#b8c824}.bg-orange{background-color:#f0a05e}.bg-orange-light{background-color:#f7c9a4}.bg-orange-dark{background-color:#e97718}.bg-teal{background-color:#3b8c7d}.bg-teal-light{background-color:#5ab9a8}.bg-teal-dark{background-color:#24564d}.bg-sky{background-color:#7ec8e3}.bg-sky-light{background-color:#bde3f1}.bg-sky-dark{background-color:#3fadd5}.bg-white{background-color:#fff}.bg-black{background-color:#1a1a1a}.bg-gray{background-color:#f5f5f5}.bg-gray-light{background-color:#fdfdfd}.bg-gray-dark{background-color:#cfcfcf}.bg-transparent{background-color:transparent}.img{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;background:#f5f5f5}.img img{width:100%;height:100%;object-fit:cover}.img--round{border-radius:50%}.img--square{border-radius:8px}.img--rect{border-radius:8px}.img-16{width:16px;height:16px}.img-20{width:20px;height:20px}.img-24{width:24px;height:24px}.img-32{width:32px;height:32px}.img-40{width:40px;height:40px}.img-48{width:48px;height:48px}.img-56{width:56px;height:56px}.img-64{width:64px;height:64px}.img-72{width:72px;height:72px}.img-80{width:80px;height:80px}.img-96{width:96px;height:96px}.img-120{width:120px;height:120px}.img-160{width:160px;height:160px}.img-200{width:200px;height:200px}.img-240{width:240px;height:240px}.img-rect-16{width:16px;height:9px}.img-rect-20{width:20px;height:11px}.img-rect-24{width:24px;height:14px}.img-rect-32{width:32px;height:18px}.img-rect-40{width:40px;height:23px}.img-rect-48{width:48px;height:27px}.img-rect-56{width:56px;height:32px}.img-rect-64{width:64px;height:36px}.img-rect-72{width:72px;height:41px}.img-rect-80{width:80px;height:45px}.img-rect-96{width:96px;height:54px}.img-rect-120{width:120px;height:68px}.img-rect-160{width:160px;height:90px}.img-rect-200{width:200px;height:113px}.img-rect-240{width:240px;height:135px}.img-rect32-16{width:16px;height:11px}.img-rect32-20{width:20px;height:13px}.img-rect32-24{width:24px;height:16px}.img-rect32-32{width:32px;height:21px}.img-rect32-40{width:40px;height:27px}.img-rect32-48{width:48px;height:32px}.img-rect32-56{width:56px;height:37px}.img-rect32-64{width:64px;height:43px}.img-rect32-72{width:72px;height:48px}.img-rect32-80{width:80px;height:53px}.img-rect32-96{width:96px;height:64px}.img-rect32-120{width:120px;height:80px}.img-rect32-160{width:160px;height:107px}.img-rect32-200{width:200px;height:133px}.img-rect32-240{width:240px;height:160px}.img-full{width:100%;height:auto}.img-full img{width:100%;height:auto;object-fit:cover}.img-group{display:inline-flex;align-items:center}.img-group .img{border:2px solid #fff;border-radius:50%;position:relative}.img-group .img+.img{margin-left:-10px}.img-group--16 .img{width:16px;height:16px}.img-group--16 .img+.img{margin-left:-6px}.img-group--20 .img{width:20px;height:20px}.img-group--20 .img+.img{margin-left:-6px}.img-group--24 .img{width:24px;height:24px}.img-group--24 .img+.img{margin-left:-6px}.img-group--32 .img{width:32px;height:32px}.img-group--32 .img+.img{margin-left:-8px}.img-group--40 .img{width:40px;height:40px}.img-group--40 .img+.img{margin-left:-8px}.img-group--48 .img{width:48px;height:48px}.img-group--48 .img+.img{margin-left:-10px}.img-group--56 .img{width:56px;height:56px}.img-group--56 .img+.img{margin-left:-10px}.img-group--64 .img{width:64px;height:64px}.img-group--64 .img+.img{margin-left:-10px}.img-group--72 .img{width:72px;height:72px}.img-group--72 .img+.img{margin-left:-14px}.img-group--80 .img{width:80px;height:80px}.img-group--80 .img+.img{margin-left:-14px}.img-group--96 .img{width:96px;height:96px}.img-group--96 .img+.img{margin-left:-14px}.img-group--120 .img{width:120px;height:120px}.img-group--120 .img+.img{margin-left:-14px}.img-group--160 .img{width:160px;height:160px}.img-group--160 .img+.img{margin-left:-14px}.img-group--200 .img{width:200px;height:200px}.img-group--200 .img+.img{margin-left:-14px}.img-group--240 .img{width:240px;height:240px}.img-group--240 .img+.img{margin-left:-14px}.img-group__more{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;color:#1a1a1a;font-size:12px;font-weight:600;border:2px solid #fff;position:relative}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-block{display:block}.d-inline-block{display:inline-block}.d-inline{display:inline}.d-grid{display:grid}.d-none{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col,.flex-column{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.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}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-auto{align-self:auto}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-stretch{align-content:stretch}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.order-first{order:-1}.order-last{order:999}.order-none{order:0}.gap-2{gap:2px}.gap-x-2{column-gap:2px}.gap-y-2{row-gap:2px}.gap-4{gap:4px}.gap-x-4{column-gap:4px}.gap-y-4{row-gap:4px}.gap-6{gap:6px}.gap-x-6{column-gap:6px}.gap-y-6{row-gap:6px}.gap-8{gap:8px}.gap-x-8{column-gap:8px}.gap-y-8{row-gap:8px}.gap-10{gap:10px}.gap-x-10{column-gap:10px}.gap-y-10{row-gap:10px}.gap-12{gap:12px}.gap-x-12{column-gap:12px}.gap-y-12{row-gap:12px}.gap-16{gap:16px}.gap-x-16{column-gap:16px}.gap-y-16{row-gap:16px}.gap-20{gap:20px}.gap-x-20{column-gap:20px}.gap-y-20{row-gap:20px}.gap-24{gap:24px}.gap-x-24{column-gap:24px}.gap-y-24{row-gap:24px}.gap-32{gap:32px}.gap-x-32{column-gap:32px}.gap-y-32{row-gap:32px}.gap-40{gap:40px}.gap-x-40{column-gap:40px}.gap-y-40{row-gap:40px}.gap-48{gap:48px}.gap-x-48{column-gap:48px}.gap-y-48{row-gap:48px}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-start{display:flex;align-items:center;justify-content:flex-start}.flex-end{display:flex;align-items:center;justify-content:flex-end}.flex-col-center{display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:320px){.hidden-xs-down{display:none !important}}@media only screen and (max-width:576px){.hidden-sm-down{display:none !important}}@media only screen and (max-width:768px){.hidden-md-down{display:none !important}}@media only screen and (max-width:992px){.hidden-lg-down{display:none !important}}@media only screen and (max-width:1200px){.hidden-xl-down{display:none !important}}@media only screen and (max-width:1000px){.hidden-xxl-down{display:none !important}}@media only screen and (max-width:1400px){.hidden-xxxl-down{display:none !important}}@media only screen and (max-width:1600){.hidden-xxxxl-down{display:none !important}}@media only screen and (min-width:320px){.hidden-xs-up{display:none !important}}@media only screen and (min-width:576px){.hidden-sm-up{display:none !important}}@media only screen and (min-width:768px){.hidden-md-up{display:none !important}}@media only screen and (min-width:992px){.hidden-lg-up{display:none !important}}@media only screen and (min-width:1200px){.hidden-xl-up{display:none !important}}@media only screen and (min-width:1000px){.hidden-xxl-up{display:none !important}}@media only screen and (min-width:1400px){.hidden-xxxl-up{display:none !important}}@media only screen and (min-width:1600){.hidden-xxxxl-up{display:none !important}}@media only screen and (min-width:320px){.visible-xs-down{display:none !important}}@media only screen and (min-width:576px){.visible-sm-down{display:none !important}}@media only screen and (min-width:768px){.visible-md-down{display:none !important}}@media only screen and (min-width:992px){.visible-lg-down{display:none !important}}@media only screen and (min-width:1200px){.visible-xl-down{display:none !important}}@media only screen and (min-width:1000px){.visible-xxl-down{display:none !important}}@media only screen and (min-width:1400px){.visible-xxxl-down{display:none !important}}@media only screen and (min-width:1600){.visible-xxxxl-down{display:none !important}}@media only screen and (max-width:320px){.visible-xs-up{display:none !important}}@media only screen and (max-width:576px){.visible-sm-up{display:none !important}}@media only screen and (max-width:768px){.visible-md-up{display:none !important}}@media only screen and (max-width:992px){.visible-lg-up{display:none !important}}@media only screen and (max-width:1200px){.visible-xl-up{display:none !important}}@media only screen and (max-width:1000px){.visible-xxl-up{display:none !important}}@media only screen and (max-width:1400px){.visible-xxxl-up{display:none !important}}@media only screen and (max-width:1600){.visible-xxxxl-up{display:none !important}}.hidden{display:none !important}.visible{display:block !important}.invisible{visibility:hidden !important;opacity:0}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.m-2{margin:2px}.mt-2{margin-top:2px}.mr-2{margin-right:2px}.mb-2{margin-bottom:2px}.ml-2{margin-left:2px}.mx-2{margin-left:2px;margin-right:2px}.my-2{margin-top:2px;margin-bottom:2px}.p-2{padding:2px}.pt-2{padding-top:2px}.pr-2{padding-right:2px}.pb-2{padding-bottom:2px}.pl-2{padding-left:2px}.px-2{padding-left:2px;padding-right:2px}.py-2{padding-top:2px;padding-bottom:2px}.m-4{margin:4px}.mt-4{margin-top:4px}.mr-4{margin-right:4px}.mb-4{margin-bottom:4px}.ml-4{margin-left:4px}.mx-4{margin-left:4px;margin-right:4px}.my-4{margin-top:4px;margin-bottom:4px}.p-4{padding:4px}.pt-4{padding-top:4px}.pr-4{padding-right:4px}.pb-4{padding-bottom:4px}.pl-4{padding-left:4px}.px-4{padding-left:4px;padding-right:4px}.py-4{padding-top:4px;padding-bottom:4px}.m-6{margin:6px}.mt-6{margin-top:6px}.mr-6{margin-right:6px}.mb-6{margin-bottom:6px}.ml-6{margin-left:6px}.mx-6{margin-left:6px;margin-right:6px}.my-6{margin-top:6px;margin-bottom:6px}.p-6{padding:6px}.pt-6{padding-top:6px}.pr-6{padding-right:6px}.pb-6{padding-bottom:6px}.pl-6{padding-left:6px}.px-6{padding-left:6px;padding-right:6px}.py-6{padding-top:6px;padding-bottom:6px}.m-8{margin:8px}.mt-8{margin-top:8px}.mr-8{margin-right:8px}.mb-8{margin-bottom:8px}.ml-8{margin-left:8px}.mx-8{margin-left:8px;margin-right:8px}.my-8{margin-top:8px;margin-bottom:8px}.p-8{padding:8px}.pt-8{padding-top:8px}.pr-8{padding-right:8px}.pb-8{padding-bottom:8px}.pl-8{padding-left:8px}.px-8{padding-left:8px;padding-right:8px}.py-8{padding-top:8px;padding-bottom:8px}.m-10{margin:10px}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.mx-10{margin-left:10px;margin-right:10px}.my-10{margin-top:10px;margin-bottom:10px}.p-10{padding:10px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.px-10{padding-left:10px;padding-right:10px}.py-10{padding-top:10px;padding-bottom:10px}.m-12{margin:12px}.mt-12{margin-top:12px}.mr-12{margin-right:12px}.mb-12{margin-bottom:12px}.ml-12{margin-left:12px}.mx-12{margin-left:12px;margin-right:12px}.my-12{margin-top:12px;margin-bottom:12px}.p-12{padding:12px}.pt-12{padding-top:12px}.pr-12{padding-right:12px}.pb-12{padding-bottom:12px}.pl-12{padding-left:12px}.px-12{padding-left:12px;padding-right:12px}.py-12{padding-top:12px;padding-bottom:12px}.m-16{margin:16px}.mt-16{margin-top:16px}.mr-16{margin-right:16px}.mb-16{margin-bottom:16px}.ml-16{margin-left:16px}.mx-16{margin-left:16px;margin-right:16px}.my-16{margin-top:16px;margin-bottom:16px}.p-16{padding:16px}.pt-16{padding-top:16px}.pr-16{padding-right:16px}.pb-16{padding-bottom:16px}.pl-16{padding-left:16px}.px-16{padding-left:16px;padding-right:16px}.py-16{padding-top:16px;padding-bottom:16px}.m-20{margin:20px}.mt-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mx-20{margin-left:20px;margin-right:20px}.my-20{margin-top:20px;margin-bottom:20px}.p-20{padding:20px}.pt-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.px-20{padding-left:20px;padding-right:20px}.py-20{padding-top:20px;padding-bottom:20px}.m-24{margin:24px}.mt-24{margin-top:24px}.mr-24{margin-right:24px}.mb-24{margin-bottom:24px}.ml-24{margin-left:24px}.mx-24{margin-left:24px;margin-right:24px}.my-24{margin-top:24px;margin-bottom:24px}.p-24{padding:24px}.pt-24{padding-top:24px}.pr-24{padding-right:24px}.pb-24{padding-bottom:24px}.pl-24{padding-left:24px}.px-24{padding-left:24px;padding-right:24px}.py-24{padding-top:24px;padding-bottom:24px}.m-32{margin:32px}.mt-32{margin-top:32px}.mr-32{margin-right:32px}.mb-32{margin-bottom:32px}.ml-32{margin-left:32px}.mx-32{margin-left:32px;margin-right:32px}.my-32{margin-top:32px;margin-bottom:32px}.p-32{padding:32px}.pt-32{padding-top:32px}.pr-32{padding-right:32px}.pb-32{padding-bottom:32px}.pl-32{padding-left:32px}.px-32{padding-left:32px;padding-right:32px}.py-32{padding-top:32px;padding-bottom:32px}.m-40{margin:40px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.mx-40{margin-left:40px;margin-right:40px}.my-40{margin-top:40px;margin-bottom:40px}.p-40{padding:40px}.pt-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.px-40{padding-left:40px;padding-right:40px}.py-40{padding-top:40px;padding-bottom:40px}.m-48{margin:48px}.mt-48{margin-top:48px}.mr-48{margin-right:48px}.mb-48{margin-bottom:48px}.ml-48{margin-left:48px}.mx-48{margin-left:48px;margin-right:48px}.my-48{margin-top:48px;margin-bottom:48px}.p-48{padding:48px}.pt-48{padding-top:48px}.pr-48{padding-right:48px}.pb-48{padding-bottom:48px}.pl-48{padding-left:48px}.px-48{padding-left:48px;padding-right:48px}.py-48{padding-top:48px;padding-bottom:48px}.m-56{margin:56px}.mt-56{margin-top:56px}.mr-56{margin-right:56px}.mb-56{margin-bottom:56px}.ml-56{margin-left:56px}.mx-56{margin-left:56px;margin-right:56px}.my-56{margin-top:56px;margin-bottom:56px}.p-56{padding:56px}.pt-56{padding-top:56px}.pr-56{padding-right:56px}.pb-56{padding-bottom:56px}.pl-56{padding-left:56px}.px-56{padding-left:56px;padding-right:56px}.py-56{padding-top:56px;padding-bottom:56px}.m-64{margin:64px}.mt-64{margin-top:64px}.mr-64{margin-right:64px}.mb-64{margin-bottom:64px}.ml-64{margin-left:64px}.mx-64{margin-left:64px;margin-right:64px}.my-64{margin-top:64px;margin-bottom:64px}.p-64{padding:64px}.pt-64{padding-top:64px}.pr-64{padding-right:64px}.pb-64{padding-bottom:64px}.pl-64{padding-left:64px}.px-64{padding-left:64px;padding-right:64px}.py-64{padding-top:64px;padding-bottom:64px}.m-80{margin:80px}.mt-80{margin-top:80px}.mr-80{margin-right:80px}.mb-80{margin-bottom:80px}.ml-80{margin-left:80px}.mx-80{margin-left:80px;margin-right:80px}.my-80{margin-top:80px;margin-bottom:80px}.p-80{padding:80px}.pt-80{padding-top:80px}.pr-80{padding-right:80px}.pb-80{padding-bottom:80px}.pl-80{padding-left:80px}.px-80{padding-left:80px;padding-right:80px}.py-80{padding-top:80px;padding-bottom:80px}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.w-0{width:0}.w-50{width:50px}.w-100{width:100px}.w-120{width:120px}.w-150{width:150px}.w-200{width:200px}.w-240{width:240px}.w-280{width:280px}.w-300{width:300px}.w-320{width:320px}.w-360{width:360px}.w-400{width:400px}.w-460{width:460px}.w-480{width:480px}.w-520{width:520px}.w-560{width:560px}.w-600{width:600px}.w-640{width:640px}.w-700{width:700px}.w-720{width:720px}.w-800{width:800px}.w-900{width:900px}.w-960{width:960px}.w-1000{width:1000px}.w-1200{width:1200px}.w-25p{width:25%}.w-33p{width:33.333%}.w-50p{width:50%}.w-66p{width:66.666%}.w-75p{width:75%}.w-100p{width:100%}.w-auto{width:auto}.w-full{width:100%}.h-0{height:0}.h-50{height:50px}.h-100{height:100px}.h-120{height:120px}.h-150{height:150px}.h-200{height:200px}.h-240{height:240px}.h-280{height:280px}.h-300{height:300px}.h-320{height:320px}.h-360{height:360px}.h-400{height:400px}.h-480{height:480px}.h-500{height:500px}.h-600{height:600px}.h-700{height:700px}.h-800{height:800px}.h-25p{height:25%}.h-33p{height:33.333%}.h-50p{height:50%}.h-66p{height:66.666%}.h-75p{height:75%}.h-100p{height:100%}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.mw-0{max-width:0}.mw-50{max-width:50px}.mw-100{max-width:100px}.mw-120{max-width:120px}.mw-150{max-width:150px}.mw-200{max-width:200px}.mw-240{max-width:240px}.mw-280{max-width:280px}.mw-300{max-width:300px}.mw-320{max-width:320px}.mw-360{max-width:360px}.mw-400{max-width:400px}.mw-460{max-width:460px}.mw-480{max-width:480px}.mw-520{max-width:520px}.mw-560{max-width:560px}.mw-600{max-width:600px}.mw-640{max-width:640px}.mw-700{max-width:700px}.mw-720{max-width:720px}.mw-800{max-width:800px}.mw-900{max-width:900px}.mw-960{max-width:960px}.mw-1000{max-width:1000px}.mw-1200{max-width:1200px}.mw-25p{max-width:25%}.mw-33p{max-width:33.333%}.mw-50p{max-width:50%}.mw-66p{max-width:66.666%}.mw-75p{max-width:75%}.mw-100p{max-width:100%}.mw-none{max-width:none}.mw-full{max-width:100%}.minw-0{min-width:0}.minw-50{min-width:50px}.minw-100{min-width:100px}.minw-120{min-width:120px}.minw-150{min-width:150px}.minw-200{min-width:200px}.minw-240{min-width:240px}.minw-280{min-width:280px}.minw-300{min-width:300px}.minw-320{min-width:320px}.minw-360{min-width:360px}.minw-400{min-width:400px}.minw-460{min-width:460px}.minw-480{min-width:480px}.minw-520{min-width:520px}.minw-560{min-width:560px}.minw-600{min-width:600px}.minw-640{min-width:640px}.minw-700{min-width:700px}.minw-720{min-width:720px}.minw-800{min-width:800px}.minw-900{min-width:900px}.minw-960{min-width:960px}.minw-1000{min-width:1000px}.minw-1200{min-width:1200px}.minw-25p{min-width:25%}.minw-33p{min-width:33.333%}.minw-50p{min-width:50%}.minw-66p{min-width:66.666%}.minw-75p{min-width:75%}.minw-100p{min-width:100%}.minw-0{min-width:0}.minw-full{min-width:100%}.mh-0{max-height:0}.mh-50{max-height:50px}.mh-100{max-height:100px}.mh-120{max-height:120px}.mh-150{max-height:150px}.mh-200{max-height:200px}.mh-240{max-height:240px}.mh-280{max-height:280px}.mh-300{max-height:300px}.mh-320{max-height:320px}.mh-360{max-height:360px}.mh-400{max-height:400px}.mh-480{max-height:480px}.mh-500{max-height:500px}.mh-600{max-height:600px}.mh-700{max-height:700px}.mh-800{max-height:800px}.mh-25p{max-height:25%}.mh-33p{max-height:33.333%}.mh-50p{max-height:50%}.mh-66p{max-height:66.666%}.mh-75p{max-height:75%}.mh-100p{max-height:100%}.mh-none{max-height:none}.mh-full{max-height:100%}.mh-screen{max-height:100vh}.minh-0{min-height:0}.minh-50{min-height:50px}.minh-100{min-height:100px}.minh-120{min-height:120px}.minh-150{min-height:150px}.minh-200{min-height:200px}.minh-240{min-height:240px}.minh-280{min-height:280px}.minh-300{min-height:300px}.minh-320{min-height:320px}.minh-360{min-height:360px}.minh-400{min-height:400px}.minh-480{min-height:480px}.minh-500{min-height:500px}.minh-600{min-height:600px}.minh-700{min-height:700px}.minh-800{min-height:800px}.minh-25p{min-height:25%}.minh-33p{min-height:33.333%}.minh-50p{min-height:50%}.minh-66p{min-height:66.666%}.minh-75p{min-height:75%}.minh-100p{min-height:100%}.minh-0{min-height:0}.minh-full{min-height:100%}.minh-screen{min-height:100vh}.badge{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;font-size:12px;font-weight:600;line-height:1;border-radius:50px;white-space:nowrap;border:1px solid transparent}.badge svg{width:14px;height:14px;flex-shrink:0}.badge--lg{height:30px;padding:0 14px;font-size:14px;border-radius:8px;gap:8px}.badge--lg svg{width:16px;height:16px}.badge--sm{height:20px;padding:0 8px;font-size:11px;border-radius:5px;gap:4px}.badge--sm svg{width:12px;height:12px}.badge--pill{border-radius:100px}.badge--dot::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.badge--primary{background:#232d87;color:#fff}.badge--red{background:#e8001c;color:#fff}.badge--pink{background:#f0c4b8;color:#1a1a1a}.badge--green{background:#56f78d;color:#fff}.badge--yellow{background:#f5d130;color:#1a1a1a}.badge--salmon{background:#f28c8c;color:#fff}.badge--purple{background:#7b3fc5;color:#fff}.badge--blue{background:#4a9fd5;color:#fff}.badge--lime{background:#d4e157;color:#1a1a1a}.badge--orange{background:#f0a05e;color:#fff}.badge--teal{background:#3b8c7d;color:#fff}.badge--sky{background:#7ec8e3;color:#1a1a1a}.badge--black{background:#1a1a1a;color:#fff}.badge--gray{background:#f5f5f5;color:#1a1a1a}.badge--primary-soft{background:rgba(35,45,135,0.12);color:#232d87}.badge--red-soft{background:rgba(232,0,28,0.12);color:#e8001c}.badge--pink-soft{background:rgba(240,196,184,0.12);color:#f0c4b8}.badge--green-soft{background:rgba(86,247,141,0.12);color:#56f78d}.badge--yellow-soft{background:rgba(245,209,48,0.12);color:#f5d130}.badge--salmon-soft{background:rgba(242,140,140,0.12);color:#f28c8c}.badge--purple-soft{background:rgba(123,63,197,0.12);color:#7b3fc5}.badge--blue-soft{background:rgba(74,159,213,0.12);color:#4a9fd5}.badge--lime-soft{background:rgba(212,225,87,0.12);color:#d4e157}.badge--orange-soft{background:rgba(240,160,94,0.12);color:#f0a05e}.badge--teal-soft{background:rgba(59,140,125,0.12);color:#3b8c7d}.badge--sky-soft{background:rgba(126,200,227,0.12);color:#7ec8e3}.badge--black-soft{background:rgba(26,26,26,0.12);color:#1a1a1a}.badge--gray-soft{background:rgba(245,245,245,0.12);color:#f5f5f5}.badge--primary-outline{background:transparent;color:#232d87;border-color:#232d87}.badge--red-outline{background:transparent;color:#e8001c;border-color:#e8001c}.badge--pink-outline{background:transparent;color:#f0c4b8;border-color:#f0c4b8}.badge--green-outline{background:transparent;color:#56f78d;border-color:#56f78d}.badge--yellow-outline{background:transparent;color:#f5d130;border-color:#f5d130}.badge--salmon-outline{background:transparent;color:#f28c8c;border-color:#f28c8c}.badge--purple-outline{background:transparent;color:#7b3fc5;border-color:#7b3fc5}.badge--blue-outline{background:transparent;color:#4a9fd5;border-color:#4a9fd5}.badge--lime-outline{background:transparent;color:#d4e157;border-color:#d4e157}.badge--orange-outline{background:transparent;color:#f0a05e;border-color:#f0a05e}.badge--teal-outline{background:transparent;color:#3b8c7d;border-color:#3b8c7d}.badge--sky-outline{background:transparent;color:#7ec8e3;border-color:#7ec8e3}.badge--black-outline{background:transparent;color:#1a1a1a;border-color:#1a1a1a}.badge--gray-outline{background:transparent;color:#f5f5f5;border-color:#f5f5f5}.badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;border-radius:100px;background:#e8001c;color:#fff}.badge-count--sm{min-width:16px;height:16px;padding:0 4px;font-size:10px}.badge-count--lg{min-width:24px;height:24px;padding:0 8px;font-size:12px}.badge-count--primary{background:#232d87;color:#fff}.badge-count--red{background:#e8001c;color:#fff}.badge-count--pink{background:#f0c4b8;color:#1a1a1a}.badge-count--green{background:#56f78d;color:#fff}.badge-count--yellow{background:#f5d130;color:#1a1a1a}.badge-count--salmon{background:#f28c8c;color:#fff}.badge-count--purple{background:#7b3fc5;color:#fff}.badge-count--blue{background:#4a9fd5;color:#fff}.badge-count--lime{background:#d4e157;color:#1a1a1a}.badge-count--orange{background:#f0a05e;color:#fff}.badge-count--teal{background:#3b8c7d;color:#fff}.badge-count--sky{background:#7ec8e3;color:#1a1a1a}.badge-count--black{background:#1a1a1a;color:#fff}.badge-count--gray{background:#f5f5f5;color:#1a1a1a}.my-autoslider,.myAutoSlider{width:100%;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none}.my-autoslider:active,.myAutoSlider:active{cursor:grabbing}.my-autoslider.my-autoslider--dragging,.myAutoSlider.my-autoslider--dragging{cursor:grabbing}.my-autoslider__track,.slider-track{display:flex;will-change:transform}.my-autoslider__slide,.slide{min-width:250px;margin:0 10px;flex-shrink:0}.slot-picker{display:flex;flex-direction:column;gap:16px}.slot-picker__list{display:flex;flex-direction:column;gap:20px}.slot-picker__day{display:flex;flex-direction:column;gap:12px}.slot-picker__date{font-size:14px;font-weight:600;color:#1a1a1a}.slot-picker__slots{display:flex;flex-wrap:wrap;gap:8px}.slot-picker__slot{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;font-size:13px;font-weight:500;line-height:1;border:1px solid #cfcfcf;border-radius:8px;background:#fff;color:#1a1a1a;cursor:pointer;transition:background .2s,color .2s,border-color .2s;user-select:none}.slot-picker__slot:hover{border-color:#232d87;color:#232d87}.slot-picker__slot.is-selected{background:#232d87;border-color:#232d87;color:#fff}.slot-picker__slot.is-selected:hover{background:#13194a;border-color:#13194a}.slot-picker__slot.is-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.slot-picker__slot--link,.slot-picker--links .slot-picker__slot{text-decoration:none;border-color:#cfcfcf;background:#fff;color:#232d87}.slot-picker__slot--link:hover,.slot-picker--links .slot-picker__slot:hover{border-color:#232d87;text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;font-size:14px;font-weight:500;line-height:1;border:1px solid transparent;border-radius:50px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;user-select:none}.btn:disabled,.btn.is-disabled{opacity:.5;pointer-events:none}.btn svg{width:18px;height:18px;flex-shrink:0}.btn--lg{height:52px;padding:0 28px;font-size:16px;border-radius:12px;gap:10px}.btn--lg svg{width:20px;height:20px}.btn--sm{height:34px;padding:0 14px;font-size:13px;border-radius:8px;gap:6px;border-radius:50px}.btn--sm svg{width:16px;height:16px}.btn--xs{height:28px;padding:0 10px;font-size:12px;border-radius:6px;gap:4px}.btn--xs svg{width:14px;height:14px}.btn--icon{width:44px;height:44px;padding:0;border-radius:50%}.btn--icon.btn--lg{width:52px;height:52px}.btn--icon.btn--sm{width:34px;height:34px}.btn--icon.btn--ssm{width:20px;height:20px}.btn--icon.btn--xs{width:28px;height:28px}.btn--icon-square{width:44px;height:44px;padding:0;border-radius:10px}.btn--icon-square.btn--lg{width:52px;height:52px;border-radius:12px}.btn--icon-square.btn--sm{width:34px;height:34px;border-radius:8px}.btn--icon-square.btn--xs{width:28px;height:28px;border-radius:6px}.btn--block{width:100%}.btn--primary{background:#232d87;color:#fff}.btn--primary:hover{background:#1a1a1a;color:#fff}.btn--primary-outline{background:transparent;color:#232d87;border-color:#232d87}.btn--primary-outline:hover{background:#232d87;color:#fff}.btn--primary-ghost{background:rgba(35,45,135,0.08);color:#232d87}.btn--primary-ghost:hover{background:rgba(35,45,135,0.15)}.btn--danger{background:#e8001c;color:#fff}.btn--danger:hover{background:#9c0013}.btn--danger-outline{background:transparent;color:#e8001c;border-color:#e8001c}.btn--danger-outline:hover{background:#e8001c;color:#fff}.btn--danger-ghost{background:rgba(232,0,28,0.08);color:#e8001c}.btn--danger-ghost:hover{background:rgba(232,0,28,0.15)}.btn--success{background:#56f78d;color:#fff}.btn--success:hover{background:#0df45c}.btn--success-outline{background:transparent;color:#56f78d;border-color:#56f78d}.btn--success-outline:hover{background:#56f78d;color:#fff}.btn--success-ghost{background:rgba(86,247,141,0.08);color:#56f78d}.btn--success-ghost:hover{background:rgba(86,247,141,0.15)}.btn--warning{background:#f0a05e;color:#fff}.btn--warning:hover{background:#e97718}.btn--warning-outline{background:transparent;color:#f0a05e;border-color:#f0a05e}.btn--warning-outline:hover{background:#f0a05e;color:#fff}.btn--dark{background:#1a1a1a;color:#fff}.btn--dark:hover{background:#343434}.btn--dark-outline{background:transparent;color:#1a1a1a;border-color:#1a1a1a}.btn--dark-outline:hover{background:#1a1a1a;color:#fff}.btn--light{background:#f5f5f5;color:#1a1a1a}.btn--light:hover{background:#cfcfcf}.btn--light-outline{background:transparent;color:#1a1a1a;border-color:#cfcfcf}.btn--light-outline:hover{background:#f5f5f5}.btn--white{background:#fff;color:#1a1a1a;border-color:#cfcfcf}.btn--white:hover{background:#f5f5f5}.btn--link{background:transparent;color:#232d87;padding:0;height:auto;border-radius:0}.btn--link:hover{color:#13194a;text-decoration:underline}.btn-group{display:inline-flex}.btn-group .btn{border-radius:0}.btn-group .btn:first-child{border-radius:10px 0 0 10px}.btn-group .btn:last-child{border-radius:0 10px 10px 0}.btn-group .btn+.btn{margin-left:-1px}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:13px;font-weight:500;color:#1a1a1a;display:flex;align-items:center;gap:4px}.field__required{color:#e8001c;font-size:14px;line-height:1}.input-wrap{position:relative;display:flex;align-items:center}.input{width:100%;height:44px;padding:0 16px;font-size:14px;font-weight:400;color:#1a1a1a;background:#fff;border:1px solid #cfcfcf;border-radius:10px;transition:border-color .2s,box-shadow .2s}.input::placeholder{color:#cfcfcf}.input:focus{border-color:#232d87;box-shadow:0 0 0 3px rgba(35,45,135,0.1)}.input:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.input:read-only{background:#f5f5f5;cursor:default}.input:read-only:focus{border-color:#cfcfcf;box-shadow:none}.input--lg{height:52px;padding:0 20px;font-size:16px;border-radius:12px}.input--sm{height:34px;padding:0 12px;font-size:13px;border-radius:8px}.input--error{border-color:#e8001c}.input--error:focus{border-color:#e8001c;box-shadow:0 0 0 3px rgba(232,0,28,0.1)}.input--success{border-color:#56f78d}.input--success:focus{border-color:#56f78d;box-shadow:0 0 0 3px rgba(86,247,141,0.1)}.input-wrap--icon-left .input-wrap__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#cfcfcf;pointer-events:none;z-index:1}.input-wrap--icon-left .input{padding-left:40px}.input-wrap--icon-left.input-wrap--lg .input-wrap__icon{left:18px;width:20px;height:20px}.input-wrap--icon-left.input-wrap--lg .input{padding-left:48px}.input-wrap--icon-left.input-wrap--sm .input-wrap__icon{left:10px;width:16px;height:16px}.input-wrap--icon-left.input-wrap--sm .input{padding-left:34px}.input-wrap--icon-right .input-wrap__action{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:0;border:0;border-radius:6px;color:#cfcfcf;cursor:pointer;padding:0;transition:color .2s,background .2s;z-index:1}.input-wrap--icon-right .input-wrap__action svg{width:18px;height:18px}.input-wrap--icon-right .input-wrap__action:hover{color:#1a1a1a;background:#f5f5f5}.input-wrap--icon-right .input{padding-right:44px}.input-wrap--icon-right.input-wrap--lg .input-wrap__action{right:8px;width:36px;height:36px}.input-wrap--icon-right.input-wrap--lg .input{padding-right:52px}.input-wrap--icon-right.input-wrap--sm .input-wrap__action{right:4px;width:26px;height:26px}.input-wrap--icon-right.input-wrap--sm .input-wrap__action svg{width:16px;height:16px}.input-wrap--icon-right.input-wrap--sm .input{padding-right:36px}.input-wrap--icon-left.input-wrap--icon-right .input{padding-left:40px;padding-right:44px}.field__hint{font-size:12px;line-height:1.4;color:#cfcfcf}.field__hint--error{color:#e8001c}.field__hint--success{color:#56f78d}.input-wrap__action.is-active{color:#232d87}.textarea{width:100%;min-height:100px;padding:12px 16px;font-size:14px;font-weight:400;color:#1a1a1a;background:#fff;border:1px solid #cfcfcf;border-radius:10px;resize:vertical;transition:border-color .2s,box-shadow .2s}.textarea::placeholder{color:#cfcfcf}.textarea:focus{border-color:#232d87;box-shadow:0 0 0 3px rgba(35,45,135,0.1)}.textarea:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.checkbox{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.checkbox__input{position:absolute;opacity:0;width:0;height:0}.checkbox__input:checked+.checkbox__box{background:#232d87;border-color:#232d87}.checkbox__input:checked+.checkbox__box::after{opacity:1;transform:scale(1) rotate(45deg)}.checkbox__input:disabled+.checkbox__box{opacity:.4;cursor:not-allowed}.checkbox__input:disabled ~ .checkbox__label{opacity:.4;cursor:not-allowed}.checkbox__box{position:relative;width:20px;height:20px;border:2px solid #cfcfcf;border-radius:5px;background:#fff;flex-shrink:0;transition:background .2s,border-color .2s}.checkbox__box::after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:scale(0) rotate(45deg);opacity:0;transition:opacity .15s,transform .15s;transform-origin:center}.checkbox__label{font-size:14px;color:#1a1a1a;line-height:1.3}.checkbox--lg .checkbox__box{width:24px;height:24px;border-radius:6px}.checkbox--lg .checkbox__box::after{top:4px;left:8px;width:6px;height:11px}.checkbox--lg .checkbox__label{font-size:16px}.checkbox--sm{gap:8px}.checkbox--sm .checkbox__box{width:16px;height:16px;border-radius:4px}.checkbox--sm .checkbox__box::after{top:2px;left:5px;width:4px;height:7px}.checkbox--sm .checkbox__label{font-size:13px}.checkbox--primary .checkbox__input:checked+.checkbox__box{background:#232d87;border-color:#232d87}.checkbox--red .checkbox__input:checked+.checkbox__box{background:#e8001c;border-color:#e8001c}.checkbox--green .checkbox__input:checked+.checkbox__box{background:#56f78d;border-color:#56f78d}.checkbox--blue .checkbox__input:checked+.checkbox__box{background:#4a9fd5;border-color:#4a9fd5}.checkbox--orange .checkbox__input:checked+.checkbox__box{background:#f0a05e;border-color:#f0a05e}.checkbox--teal .checkbox__input:checked+.checkbox__box{background:#3b8c7d;border-color:#3b8c7d}.checkbox--purple .checkbox__input:checked+.checkbox__box{background:#7b3fc5;border-color:#7b3fc5}.checkbox--black .checkbox__input:checked+.checkbox__box{background:#1a1a1a;border-color:#1a1a1a}.radio{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.radio__input{position:absolute;opacity:0;width:0;height:0}.radio__input:checked+.radio__box{border-color:#232d87}.radio__input:checked+.radio__box::after{opacity:1;transform:scale(1)}.radio__input:disabled+.radio__box{opacity:.4;cursor:not-allowed}.radio__input:disabled ~ .radio__label{opacity:.4;cursor:not-allowed}.radio__box{position:relative;width:20px;height:20px;border:2px solid #cfcfcf;border-radius:50%;background:#fff;flex-shrink:0;transition:border-color .2s}.radio__box::after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;background:#232d87;border-radius:50%;opacity:0;transform:scale(0);transition:opacity .15s,transform .15s}.radio__label{font-size:14px;color:#1a1a1a;line-height:1.3}.radio--lg .radio__box{width:24px;height:24px}.radio--lg .radio__box::after{width:12px;height:12px;margin:-6px 0 0 -6px}.radio--lg .radio__label{font-size:16px}.radio--sm{gap:8px}.radio--sm .radio__box{width:16px;height:16px}.radio--sm .radio__box::after{width:8px;height:8px;margin:-4px 0 0 -4px}.radio--sm .radio__label{font-size:13px}.radio--primary .radio__input:checked+.radio__box{border-color:#232d87}.radio--primary .radio__input:checked+.radio__box::after{background:#232d87}.radio--red .radio__input:checked+.radio__box{border-color:#e8001c}.radio--red .radio__input:checked+.radio__box::after{background:#e8001c}.radio--green .radio__input:checked+.radio__box{border-color:#56f78d}.radio--green .radio__input:checked+.radio__box::after{background:#56f78d}.radio--blue .radio__input:checked+.radio__box{border-color:#4a9fd5}.radio--blue .radio__input:checked+.radio__box::after{background:#4a9fd5}.radio--orange .radio__input:checked+.radio__box{border-color:#f0a05e}.radio--orange .radio__input:checked+.radio__box::after{background:#f0a05e}.radio--teal .radio__input:checked+.radio__box{border-color:#3b8c7d}.radio--teal .radio__input:checked+.radio__box::after{background:#3b8c7d}.radio--purple .radio__input:checked+.radio__box{border-color:#7b3fc5}.radio--purple .radio__input:checked+.radio__box::after{background:#7b3fc5}.radio--black .radio__input:checked+.radio__box{border-color:#1a1a1a}.radio--black .radio__input:checked+.radio__box::after{background:#1a1a1a}.switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.switch__input{position:absolute;opacity:0;width:0;height:0}.switch__input:checked+.switch__track{background:#232d87;border-color:#232d87}.switch__input:checked+.switch__track .switch__thumb{transform:translateX(20px)}.switch__input:disabled+.switch__track{opacity:.4;cursor:not-allowed}.switch__input:disabled ~ .switch__label{opacity:.4;cursor:not-allowed}.switch__track{position:relative;width:44px;height:24px;background:#cfcfcf;border:1px solid #cfcfcf;border-radius:24px;flex-shrink:0;transition:background .25s,border-color .25s}.switch__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,0.15);transition:transform .25s}.switch__label{font-size:14px;color:#1a1a1a;line-height:1.3}.switch--lg .switch__track{width:52px;height:28px}.switch--lg .switch__thumb{width:22px;height:22px}.switch--lg .switch__input:checked+.switch__track .switch__thumb{transform:translateX(24px)}.switch--lg .switch__label{font-size:16px}.switch--sm{gap:8px}.switch--sm .switch__track{width:36px;height:20px}.switch--sm .switch__thumb{width:14px;height:14px;top:2px;left:2px}.switch--sm .switch__input:checked+.switch__track .switch__thumb{transform:translateX(16px)}.switch--sm .switch__label{font-size:13px}.switch--primary .switch__input:checked+.switch__track{background:#232d87;border-color:#232d87}.switch--red .switch__input:checked+.switch__track{background:#e8001c;border-color:#e8001c}.switch--green .switch__input:checked+.switch__track{background:#56f78d;border-color:#56f78d}.switch--blue .switch__input:checked+.switch__track{background:#4a9fd5;border-color:#4a9fd5}.switch--orange .switch__input:checked+.switch__track{background:#f0a05e;border-color:#f0a05e}.switch--teal .switch__input:checked+.switch__track{background:#3b8c7d;border-color:#3b8c7d}.switch--purple .switch__input:checked+.switch__track{background:#7b3fc5;border-color:#7b3fc5}.switch--black .switch__input:checked+.switch__track{background:#1a1a1a;border-color:#1a1a1a}.textarea-wrap{position:relative;display:flex;flex-direction:column}.textarea{width:100%;min-height:120px;padding:12px 16px;font-size:14px;font-weight:400;color:#1a1a1a;background:#fff;border:1px solid #cfcfcf;border-radius:10px;resize:vertical;transition:border-color .2s,box-shadow .2s;line-height:1.5}.textarea::placeholder{color:#cfcfcf}.textarea:focus{border-color:#232d87;box-shadow:0 0 0 3px rgba(35,45,135,0.1)}.textarea:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.textarea:read-only{background:#f5f5f5;cursor:default}.textarea:read-only:focus{border-color:#cfcfcf;box-shadow:none}.textarea--lg{min-height:180px;padding:16px 20px;font-size:16px;border-radius:12px}.textarea--sm{min-height:80px;padding:10px 12px;font-size:13px;border-radius:8px}.textarea--error{border-color:#e8001c}.textarea--error:focus{border-color:#e8001c;box-shadow:0 0 0 3px rgba(232,0,28,0.1)}.textarea--success{border-color:#56f78d}.textarea--success:focus{border-color:#56f78d;box-shadow:0 0 0 3px rgba(86,247,141,0.1)}.textarea--no-resize{resize:none}.textarea-wrap--counter .textarea{padding-bottom:32px}.textarea__counter{position:absolute;right:12px;bottom:10px;font-size:12px;color:#cfcfcf;pointer-events:none;line-height:1}.textarea__counter.is-limit{color:#e8001c}.upload-img{display:flex;align-items:center;gap:16px}.upload-img__preview{position:relative;flex-shrink:0}.upload-img__placeholder{display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:2px dashed #cfcfcf;cursor:pointer;transition:border-color .2s,background .2s}.upload-img__placeholder:hover{border-color:#232d87;background:rgba(35,45,135,0.04)}.upload-img__placeholder svg{width:24px;height:24px;color:#cfcfcf}.upload-img__placeholder.img--round{border-radius:50%}.upload-img__placeholder.img--square{border-radius:8px}.upload-img__placeholder.img--rect{border-radius:8px}.upload-img__thumb{position:relative;display:none}.upload-img__thumb.is-visible{display:block}.upload-img__delete{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#e8001c;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .2s;z-index:2}.upload-img__delete svg{width:12px;height:12px}.upload-img__delete:hover{background:#9c0013}.upload-img__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.upload-img__info{display:flex;flex-direction:column;gap:4px;min-width:0}.upload-img__title{font-size:14px;font-weight:600;color:#1a1a1a}.upload-img__text{font-size:13px;color:#cfcfcf;line-height:1.4}.upload-img__btn{display:inline-flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;font-weight:500;color:#232d87;cursor:pointer;transition:color .2s}.upload-img__btn:hover{color:#13194a}.upload-img__btn svg{width:16px;height:16px}.select{position:relative;display:block;width:100%}.select__native{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.select__field{position:relative;width:100%;min-height:44px;padding:0 40px 0 16px;font-size:14px;color:#1a1a1a;background:#fff;border:1px solid #cfcfcf;border-radius:10px;cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.select__field:hover{border-color:#b5b5b5}.select__field.is-open{border-color:#232d87;box-shadow:0 0 0 3px rgba(35,45,135,0.1)}.select__field.is-disabled{background:#f5f5f5;color:#cfcfcf;cursor:not-allowed;opacity:.6}.select__field.is-error{border-color:#e8001c}.select__field.is-error.is-open{box-shadow:0 0 0 3px rgba(232,0,28,0.1)}.select__field--has-clear{padding-right:68px}.select__field-content{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.select__field-image{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0}.select--brand .select__option-image,.select--brand .select__field-image{border-radius:6px}.select__placeholder{color:#cfcfcf}.select__value{display:inline-flex;align-items:center;gap:4px;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select__tag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#f5f5f5;border-radius:6px;font-size:12px;color:#1a1a1a;white-space:nowrap}.select__tag-remove{cursor:pointer;color:#cfcfcf;transition:color .2s;line-height:1}.select__tag-remove:hover{color:#e8001c}.select__count{color:#cfcfcf;font-size:12px;font-style:italic}.select__arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#cfcfcf;transition:transform .2s;pointer-events:none;flex-shrink:0}.select__field.is-open .select__arrow{transform:translateY(-50%) rotate(180deg)}.select__clear{position:absolute;right:36px;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:0;border-radius:50%;cursor:pointer;transition:background .2s;z-index:1}.select__clear svg{width:14px;height:14px;color:#cfcfcf}.select__clear:hover{background:#f5f5f5}.select__clear:hover svg{color:#e8001c}.select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;min-width:100%;max-height:300px;background:#fff;border:1px solid #cfcfcf;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.select__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.select__dropdown.is-top{bottom:calc(100% + 4px);top:auto;transform:translateY(8px)}.select__dropdown.is-top.is-open{transform:translateY(0)}.select__search{padding:10px 12px;border-bottom:1px solid #cfcfcf;flex-shrink:0}.select__search-input{width:100%;padding:8px 12px;font-size:14px;color:#1a1a1a;background:#f5f5f5;border:1px solid #cfcfcf;border-radius:8px;transition:border-color .2s,background .2s}.select__search-input:focus{border-color:#232d87;background:#fff;box-shadow:0 0 0 2px rgba(35,45,135,0.1)}.select__search-input::placeholder{color:#cfcfcf}.select__options{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:250px}.select__option{padding:10px 16px;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:10px;font-size:14px;color:#1a1a1a}.select__option:hover{background:#f5f5f5}.select__option.is-selected{background:rgba(35,45,135,0.06);color:#232d87}.select__option.is-disabled{opacity:.4;cursor:not-allowed}.select__option.is-disabled:hover{background:transparent}.select__option-check{width:18px;height:18px;flex-shrink:0;opacity:0;color:#232d87;transition:opacity .15s}.select__option.is-selected .select__option-check{opacity:1}.select__option-content{flex:1;display:flex;align-items:center;gap:10px;min-width:0}.select__option-image{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.select__option-text{flex:1;min-width:0}.select__option-title{font-weight:500;color:#1a1a1a}.select__option.is-selected .select__option-title{color:#232d87}.select__option-subtitle{font-size:12px;color:#cfcfcf;margin-top:2px}.select__empty{padding:20px;text-align:center;color:#cfcfcf;font-size:14px}.select__hint{display:block;font-size:12px;color:#cfcfcf;margin-top:6px}.select__error-text{display:block;font-size:12px;color:#e8001c;margin-top:6px}.select__handle{display:none;width:40px;height:4px;background:#cfcfcf;border-radius:2px;margin:12px auto 8px}.select__overlay{display:none}.select--sm .select__field{min-height:34px;padding:0 32px 0 12px;font-size:13px;border-radius:8px}.select--lg .select__field{min-height:52px;padding:0 48px 0 20px;font-size:16px;border-radius:12px}@media only screen and (max-width:768px){.select__overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:10000}.select__overlay.is-open{opacity:1;visibility:visible}.select__dropdown{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;max-height:80vh;border-radius:16px 16px 0 0;border:0;border-top:1px solid #cfcfcf;box-shadow:0 -4px 20px rgba(0,0,0,0.15);transform:translateY(100%);transition:transform .3s cubic-bezier(0.4,0,0.2,1);z-index:10001}.select__dropdown.is-open{transform:translateY(0)}.select__handle{display:block}.select__options{max-height:calc(80vh - 120px)}}.gallery{position:relative}.gallery__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.gallery__title{font-size:16px;font-weight:600;color:#1a1a1a}.gallery__add{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;color:#232d87;background:rgba(35,45,135,0.08);border:0;border-radius:8px;cursor:pointer;transition:background .2s}.gallery__add svg{width:18px;height:18px;flex-shrink:0}.gallery__add:hover{background:rgba(35,45,135,0.15)}.gallery__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.gallery__dropzone{position:relative;min-height:120px;border:2px dashed #cfcfcf;border-radius:12px;padding:16px;transition:border-color .2s,background .2s}.gallery__dropzone.is-dragover{border-color:#232d87;background:rgba(35,45,135,0.04)}.gallery__dropzone-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 16px;color:#cfcfcf;font-size:14px;text-align:center}.gallery__dropzone-hint svg{width:32px;height:32px;color:#cfcfcf}.gallery__dropzone-hint.is-hidden{display:none}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.gallery__item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#f5f5f5;animation:galleryFadeIn .3s ease;touch-action:manipulation;user-select:none}.gallery__item.is-sorting{opacity:.3;transition:opacity .15s}.gallery__item.is-sort-target::before{content:"";position:absolute;inset:0;border:2px solid #232d87;border-radius:10px;z-index:5;pointer-events:none}.gallery__ghost{position:fixed;z-index:100000;pointer-events:none;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.25);opacity:.9;transition:transform .05s}.gallery__ghost img,.gallery__ghost video{width:100%;height:100%;object-fit:cover;display:block}@keyframes galleryFadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.gallery__item-preview{width:100%;height:100%}.gallery__item-preview img,.gallery__item-preview video{width:100%;height:100%;object-fit:cover;display:block}.gallery__item-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.4);border-radius:10px;z-index:2}.gallery__item-progress{width:40px;height:40px;border:3px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:gallerySpin .7s linear infinite}@keyframes gallerySpin{to{transform:rotate(360deg)}}.gallery__item.is-error .gallery__item-loader{display:none}.gallery__item.is-error::after{content:"!";position:absolute;bottom:6px;left:6px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#e8001c;color:#fff;font-size:12px;font-weight:700;border-radius:50%;z-index:3}.gallery__item-delete{position:absolute;top:6px;right:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.6);color:#fff;border:0;border-radius:50%;cursor:pointer;padding:0;opacity:0;transition:opacity .2s,background .2s;z-index:3}.gallery__item-delete svg{width:14px;height:14px}.gallery__item-delete:hover{background:#e8001c}.gallery__item:hover .gallery__item-delete{opacity:1}.gallery__item-badge{position:absolute;bottom:6px;left:6px;padding:2px 8px;background:rgba(0,0,0,0.6);color:#fff;font-size:11px;font-weight:600;border-radius:4px;z-index:1;pointer-events:none}.gallery__item-badge svg{width:12px;height:12px;vertical-align:-2px;margin-right:2px}.gallery__counter{font-size:12px;color:#cfcfcf;margin-top:8px}.gallery__counter.is-limit{color:#e8001c}@media only screen and (max-width:576px){.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.gallery__item-delete{opacity:1}}.nav-menu{display:flex;flex-direction:column}.nav-menu__item{display:flex;flex-direction:column}.nav-menu__link{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:500;color:#1a1a1a;text-decoration:none;border-radius:10px;cursor:pointer;transition:background .2s,color .2s;user-select:none}.nav-menu__link:hover{background:#f5f5f5}.nav-menu__icon{width:22px;height:22px;flex-shrink:0;color:inherit}.nav-menu__arrow{width:18px;height:18px;margin-left:auto;flex-shrink:0;color:#cfcfcf;transition:transform .25s}.nav-menu__item.is-active>.nav-menu__link{background:#1a1a1a;color:#fff}.nav-menu__item.is-active>.nav-menu__link .nav-menu__icon{color:#fff}.nav-menu__item.is-open>.nav-menu__link .nav-menu__arrow{transform:rotate(180deg)}.nav-menu__sub{display:none;flex-direction:column;padding:4px 0 4px 0;overflow:hidden}.nav-menu__item.is-open>.nav-menu__sub{display:flex}.nav-menu__sub-link{display:flex;align-items:center;padding:10px 16px 10px 50px;font-size:14px;font-weight:400;color:#1a1a1a;text-decoration:none;border-radius:8px;position:relative;transition:background .2s,color .2s}.nav-menu__sub-link::before{content:"";position:absolute;left:27px;top:0;bottom:0;width:1px;background:#cfcfcf}.nav-menu__sub-link:hover{background:#f5f5f5}.nav-menu__sub-link.is-active{color:#232d87;font-weight:500}.form-rating{display:inline-flex;align-items:center;gap:4px;direction:rtl}.form-rating__input{position:absolute;opacity:0;width:0;height:0}.form-rating__input:checked ~ .form-rating__label .form-rating__star,.form-rating__input:hover ~ .form-rating__label .form-rating__star{color:#ffc107}.form-rating__input:checked ~ .form-rating__label .form-rating__star--fill{opacity:1}.form-rating__input:focus ~ .form-rating__label .form-rating__star{outline:2px solid rgba(109,61,204,0.3);outline-offset:2px;border-radius:2px}.form-rating__label{cursor:pointer;padding:2px;transition:transform .1s ease}.form-rating__label:hover{transform:scale(1.1)}.form-rating__label:active{transform:scale(0.95)}.form-rating__star{display:block;color:#e0e0e0;transition:color .2s ease,transform .1s ease;position:relative}.form-rating__star--fill{position:absolute;top:0;left:0;color:#ffc107;opacity:0;transition:opacity .2s ease}.form-rating--disabled{pointer-events:none;opacity:.6}.form-rating--disabled .form-rating__label{cursor:not-allowed}.form-rating--sm{gap:2px}.form-rating--sm .form-rating__star{font-size:16px;width:16px;height:16px}.form-rating--md{gap:4px}.form-rating--md .form-rating__star{font-size:24px;width:24px;height:24px}.form-rating--lg{gap:6px}.form-rating--lg .form-rating__star{font-size:32px;width:32px;height:32px}.rating{display:inline-flex;align-items:center;gap:4px;direction:ltr}.rating__stars{display:inline-flex;align-items:center;gap:2px}.rating__value{font-size:14px;font-weight:500;color:var(--color-text);margin-left:8px}.rating__count{font-size:12px;color:var(--color-secondary);margin-left:4px}.rating--sm{gap:2px}.rating--sm .rating__stars{gap:1px}.rating--sm .rating__star{width:16px;height:16px;font-size:16px}.rating--sm .rating__star .icon,.rating--sm .rating__star [class^=icon-],.rating--sm .rating__star [class*=" icon-"]{font-size:16px;width:16px;height:16px}.rating--sm .rating__value{font-size:12px;margin-left:6px}.rating--sm .rating__count{font-size:11px;margin-left:3px}.rating--md{gap:4px}.rating--md .rating__stars{gap:2px}.rating--md .rating__star{width:24px;height:24px;font-size:24px}.rating--md .rating__star .icon,.rating--md .rating__star [class^=icon-],.rating--md .rating__star [class*=" icon-"]{font-size:24px;width:24px;height:24px}.rating--md .rating__value{font-size:14px;margin-left:8px}.rating--md .rating__count{font-size:12px;margin-left:4px}.rating--lg{gap:6px}.rating--lg .rating__stars{gap:3px}.rating--lg .rating__star{width:32px;height:32px;font-size:32px}.rating--lg .rating__star .icon,.rating--lg .rating__star [class^=icon-],.rating--lg .rating__star [class*=" icon-"]{font-size:32px;width:32px;height:32px}.rating--lg .rating__value{font-size:18px;margin-left:10px}.rating--lg .rating__count{font-size:14px;margin-left:6px}.star-rating{position:relative;display:inline-block;overflow:hidden;line-height:1}.star-rating .icon,.star-rating [class^=icon-],.star-rating [class*=" icon-"]{display:block;color:#e0e0e0}.star-rating-fill{position:absolute;top:0;left:0;height:100%;overflow:hidden;white-space:nowrap;transition:width .3s ease}.star-rating-fill .icon,.star-rating-fill [class^=icon-],.star-rating-fill [class*=" icon-"]{color:#ffc107}.star-rating--sm{width:16px;height:16px;font-size:16px}.star-rating--sm .icon,.star-rating--sm [class^=icon-],.star-rating--sm [class*=" icon-"]{font-size:16px;width:16px;height:16px}.star-rating--md{width:24px;height:24px;font-size:24px}.star-rating--md .icon,.star-rating--md [class^=icon-],.star-rating--md [class*=" icon-"]{font-size:24px;width:24px;height:24px}.star-rating--lg{width:32px;height:32px;font-size:32px}.star-rating--lg .icon,.star-rating--lg [class^=icon-],.star-rating--lg [class*=" icon-"]{font-size:32px;width:32px;height:32px}.rating__star--partial .rating__star--fill{width:var(--fill-percent,0)}.dropdown{position:relative;display:inline-block}.dropdown__toggle{cursor:pointer;display:inline-flex;align-items:center;gap:8px;background:0;border:0;padding:0;font-size:14px;color:#1a1a1a;user-select:none}.dropdown__arrow{width:18px;height:18px;flex-shrink:0;color:#cfcfcf;transition:transform .2s}.dropdown__toggle.is-open .dropdown__arrow{transform:rotate(180deg)}.dropdown__toggle--btn{height:44px;padding:0 16px;background:#fff;border:1px solid #cfcfcf;border-radius:10px;font-weight:500;transition:border-color .2s,background .2s}.dropdown__toggle--btn:hover{border-color:#b5b5b5}.dropdown__toggle--btn.is-open{border-color:#232d87}.dropdown__toggle--user{gap:10px;padding:6px 12px 6px 6px;border-radius:10px;transition:background .2s}.dropdown__toggle--user:hover{background:#f5f5f5}.dropdown__toggle-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.dropdown__toggle-info{display:flex;flex-direction:column;text-align:left;min-width:0}.dropdown__toggle-name{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__toggle-sub{font-size:12px;color:#cfcfcf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__toggle--icon{gap:8px;padding:8px 12px;border-radius:10px;transition:background .2s}.dropdown__toggle--icon:hover{background:#f5f5f5}.dropdown__toggle--icon svg:first-child{width:20px;height:20px;flex-shrink:0}.dropdown__toggle--icon-only{width:40px;height:40px;padding:0;border-radius:50%;justify-content:center;transition:background .2s}.dropdown__toggle--icon-only:hover{background:#f5f5f5}.dropdown__toggle--icon-only svg{width:20px;height:20px}.dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;min-width:200px;background:#fff;border:1px solid #cfcfcf;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,0.12);z-index:1000;padding:6px 0;display:none;opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .2s}.dropdown__menu.is-visible{display:block}.dropdown__menu.is-open{opacity:1;transform:translateY(0)}.dropdown__menu.is-top{top:auto;bottom:calc(100% + 4px);transform:translateY(8px)}.dropdown__menu.is-top.is-open{transform:translateY(0)}.dropdown__menu.is-right{left:auto;right:0}.dropdown__menu-user{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #cfcfcf;margin-bottom:4px}.dropdown__menu-user-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.dropdown__menu-user-info{flex:1;min-width:0}.dropdown__menu-user-name{font-size:14px;font-weight:600;color:#1a1a1a}.dropdown__menu-user-email{font-size:12px;color:#cfcfcf}.dropdown__item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:14px;color:#1a1a1a;text-decoration:none;cursor:pointer;transition:background .15s}.dropdown__item:hover{background:#f5f5f5}.dropdown__item svg{width:18px;height:18px;flex-shrink:0;color:#cfcfcf}.dropdown__item--danger{color:#e8001c}.dropdown__item--danger svg{color:#e8001c}.dropdown__divider{height:1px;background:#cfcfcf;margin:4px 0}.dropdown__item-arrow{width:16px;height:16px;margin-left:auto;flex-shrink:0;color:#cfcfcf}.dropdown__item--has-submenu>.dropdown__menu{position:absolute;top:0;left:100%;margin-left:4px;display:none;opacity:0;transform:translateX(-8px)}.dropdown__item--has-submenu>.dropdown__menu.is-visible{display:block}.dropdown__item--has-submenu>.dropdown__menu.is-open{opacity:1;transform:translateX(0)}.dropdown__overlay{display:none}.dropdown__handle{display:none}@media only screen and (max-width:768px){.dropdown__overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:10000}.dropdown__overlay.is-open{opacity:1;visibility:visible}.dropdown__menu{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;min-width:100%;max-height:80vh;border-radius:16px 16px 0 0;border:0;border-top:1px solid #cfcfcf;box-shadow:0 -4px 20px rgba(0,0,0,0.15);margin:0;padding:0 0 6px;transform:translateY(100%);transition:opacity .3s,transform .3s cubic-bezier(0.4,0,0.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10001}.dropdown__menu.is-open{opacity:1;transform:translateY(0)}.dropdown__menu.is-top{transform:translateY(100%);top:auto;bottom:0}.dropdown__menu.is-top.is-open{transform:translateY(0)}.dropdown__handle{display:block;width:40px;height:4px;background:#cfcfcf;border-radius:2px;margin:0 auto;padding:14px 0;background-clip:content-box;cursor:grab;touch-action:none}.dropdown__item{padding:14px 20px;font-size:16px;border-bottom:1px solid #f5f5f5}.dropdown__item:last-child{border-bottom:0}.dropdown__item--has-submenu>.dropdown__menu{position:static;display:none;width:100%;min-width:100%;margin:0;border:0;border-top:1px solid #f5f5f5;border-radius:0;box-shadow:none;background:#f5f5f5;transform:none;padding:0}.dropdown__item--has-submenu>.dropdown__menu.is-visible{display:block}.dropdown__item--has-submenu>.dropdown__menu.is-open{opacity:1;transform:none}}.repeater{position:relative}.repeater__add{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;color:#232d87;background:rgba(35,45,135,0.08);border:0;border-radius:8px;cursor:pointer;transition:background .2s}.repeater__add svg{width:18px;height:18px;flex-shrink:0}.repeater__add:hover{background:rgba(35,45,135,0.15)}.repeater__add.is-disabled{opacity:.4;pointer-events:none}.repeater__list{display:flex;flex-direction:column;margin-top:12px}.repeater__item{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #cfcfcf;transition:opacity .2s,background .15s}.repeater__item:last-child{border-bottom:0}.repeater__item.is-dragging{opacity:.4;background:#f5f5f5;border-radius:8px}.repeater__drag{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;cursor:grab;color:#cfcfcf;user-select:none;transition:color .2s}.repeater__drag svg{width:20px;height:20px}.repeater__drag:hover{color:#1a1a1a}.repeater__drag:active{cursor:grabbing}.repeater__content{flex:1;display:flex;align-items:center;gap:10px;min-width:0}.repeater__content .field{margin-bottom:0}.repeater__delete{width:30px;height:30px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#e8001c;color:#fff;border:0;border-radius:50%;cursor:pointer;padding:0;transition:background .2s}.repeater__delete svg{width:16px;height:16px}.repeater__delete:hover{background:#9c0013}.repeater__list .sortable-placeholder{background:rgba(35,45,135,0.06);border:2px dashed rgba(35,45,135,0.3);border-radius:8px;height:48px;margin:4px 0}.repeater__template{display:none}.repeater__counter{font-size:12px;color:#cfcfcf;margin-top:8px}.repeater__counter.is-limit{color:#e8001c}.calendar{width:100%;max-width:400px;background:#fff;border-radius:12px;border:1px solid #cfcfcf;overflow:hidden;user-select:none}.calendar__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px}.calendar__title{font-size:16px;font-weight:600;color:#1a1a1a;text-transform:capitalize;pointer-events:none;white-space:nowrap}.calendar__nav{display:inline-flex;align-items:center;gap:4px}.calendar__btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:0;border:1px solid #cfcfcf;border-radius:8px;cursor:pointer;padding:0;color:#1a1a1a;transition:background .15s,border-color .15s}.calendar__btn svg{width:18px;height:18px}.calendar__btn:hover{background:#f5f5f5;border-color:#bababa}.calendar__btn:active{background:#ededed}.calendar__btn-today{height:36px;padding:0 14px;font-size:13px;font-weight:500;color:#232d87;background:rgba(35,45,135,0.08);border:0;border-radius:8px;cursor:pointer;transition:background .15s}.calendar__btn-today:hover{background:rgba(35,45,135,0.15)}.calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:0 12px}.calendar__weekday{text-align:center;font-size:12px;font-weight:600;color:#cfcfcf;text-transform:uppercase;padding:8px 0;letter-spacing:.5px}.calendar__body{position:relative;overflow:hidden}.calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);padding:4px 12px 12px;gap:2px;transition:opacity .15s}.calendar__day{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#1a1a1a;border-radius:10px;cursor:pointer;transition:background .15s,color .15s;padding:0;min-width:0;min-height:36px}.calendar__day:hover{background:#f5f5f5}.calendar__day--other{color:#c2c2c2}.calendar__day--other:hover{background:#f5f5f5}.calendar__day--today{background:rgba(35,45,135,0.1);color:#232d87;font-weight:700}.calendar__day--today:hover{background:rgba(35,45,135,0.18)}.calendar__day--selected{background:#232d87;color:#fff;font-weight:700}.calendar__day--selected:hover{background:#13194a}.calendar__day--disabled{color:#cfcfcf;opacity:.4;pointer-events:none;cursor:default}.calendar__day--range-start,.calendar__day--range-end{background:#232d87;color:#fff;font-weight:700}.calendar__day--range-start:hover,.calendar__day--range-end:hover{background:#13194a}.calendar__day--in-range{background:rgba(35,45,135,0.1);color:#232d87;border-radius:0}.calendar__day--in-range:hover{background:rgba(35,45,135,0.18)}.calendar__day--range-start{border-radius:10px 0 0 10px}.calendar__day--range-end{border-radius:0 10px 10px 0}.calendar__day--range-start.calendar__day--range-end{border-radius:10px}.calendar__day-dot{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:#232d87}.calendar__day--selected .calendar__day-dot,.calendar__day--range-start .calendar__day-dot,.calendar__day--range-end .calendar__day-dot{background:#fff}.calendar__day-modal-content .calendar__day-event{white-space:normal;overflow:visible;text-overflow:unset}.calendar.is-loading{pointer-events:none}.calendar.is-loading .calendar__grid{opacity:.6}.calendar__grid.is-slide-left{animation:calendarSlideLeft .2s ease}.calendar__grid.is-slide-right{animation:calendarSlideRight .2s ease}@keyframes calendarSlideLeft{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes calendarSlideRight{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.calendar--week{max-width:100%}.calendar--week .calendar__weekdays{display:none}.calendar--week .calendar__body{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;cursor:grab}.calendar--week .calendar__body.is-dragging{cursor:grabbing;user-select:none}.calendar--week .calendar__body::-webkit-scrollbar{height:6px}.calendar--week .calendar__body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.calendar--week .calendar__body::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:3px}.calendar--week .calendar__grid{display:flex;flex-wrap:nowrap;gap:8px;padding:8px 12px 12px;min-width:min-content}.calendar--week .calendar__day--week{flex:0 0 220px;width:220px;min-width:200px;max-width:250px;flex-direction:column;align-items:center;justify-content:flex-start;padding:12px 8px;min-height:80px;border-radius:8px;border:1px solid #cfcfcf;background:#fff;scroll-snap-align:start}.calendar--week .calendar__day--week:hover{background:#f5f5f5}.calendar--week .calendar__day-dow{display:block;font-size:10px;font-weight:600;color:#cfcfcf;text-transform:uppercase;margin-bottom:4px}.calendar--week .calendar__day-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:14px;font-weight:600;margin-bottom:6px}.calendar--week .calendar__day-content{width:100%;font-size:11px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.calendar--week .calendar__day--today .calendar__day-number{background:#232d87;color:#fff}.calendar--full{max-width:100%;border:0;border-radius:0;background:transparent;display:flex;flex-direction:column;min-height:0}.calendar--full .calendar__header{padding:16px 0}.calendar--full .calendar__title{font-size:20px}.calendar--full .calendar__weekdays{padding:0;border-bottom:1px solid #cfcfcf}.calendar--full .calendar__weekday{font-size:13px;padding:10px 8px;text-align:left}.calendar--full .calendar__body{flex:1;display:flex;flex-direction:column}.calendar--full .calendar__grid{flex:1;padding:0;gap:0;grid-auto-rows:1fr}.calendar--full .calendar__day{aspect-ratio:auto;min-height:80px;align-items:flex-start;justify-content:flex-start;padding:8px 10px;font-size:14px;font-weight:500;border-radius:0;border-right:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;background:#fff}.calendar--full .calendar__day:nth-child(7n){border-right:0}.calendar--full .calendar__day:hover{background:#f5f5f5}.calendar--full .calendar__day--other{background:#fdfdfd}.calendar--full .calendar__day--other:hover{background:#f8f8f8}.calendar--full .calendar__day--today{background:rgba(35,45,135,0.06)}.calendar--full .calendar__day--today .calendar__day-number{background:#232d87;color:#fff}.calendar--full .calendar__day--today:hover{background:rgba(35,45,135,0.1)}.calendar--full .calendar__day--selected{background:rgba(35,45,135,0.06)}.calendar--full .calendar__day--selected .calendar__day-number{background:#232d87;color:#fff}.calendar--full .calendar__day--selected:hover{background:rgba(35,45,135,0.1)}.calendar--full .calendar__day--range-start,.calendar--full .calendar__day--range-end{background:rgba(35,45,135,0.08)}.calendar--full .calendar__day--range-start .calendar__day-number,.calendar--full .calendar__day--range-end .calendar__day-number{background:#232d87;color:#fff}.calendar--full .calendar__day--range-start:hover,.calendar--full .calendar__day--range-end:hover{background:rgba(35,45,135,0.12)}.calendar--full .calendar__day--in-range{background:rgba(35,45,135,0.05);border-radius:0}.calendar--full .calendar__day--in-range:hover{background:rgba(35,45,135,0.1)}.calendar--full .calendar__day-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:13px;font-weight:600;flex-shrink:0}.calendar--full .calendar__day-dot{position:static;transform:none;display:inline-block;margin-left:4px;vertical-align:middle}.calendar--full .calendar__day-content{margin-top:4px;width:100%;overflow:hidden}.calendar--full .calendar__day-event{display:block;padding:2px 6px;margin-bottom:2px;font-size:11px;font-weight:500;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgba(35,45,135,0.1);color:#232d87;line-height:1.4}.calendar--full .calendar__day-event--red{background:rgba(232,0,28,0.1);color:#e8001c}.calendar--full .calendar__day-event--green{background:rgba(86,247,141,0.1);color:#0df45c}.calendar--full .calendar__day-event--blue{background:rgba(74,159,213,0.1);color:#2878ab}.calendar--full .calendar__day-event--orange{background:rgba(240,160,94,0.1);color:#e97718}@media only screen and (max-width:576px){.calendar{max-width:100%;border-radius:10px}.calendar__header{padding:12px}.calendar__title{font-size:15px}.calendar__btn{width:40px;height:40px}.calendar__btn-today{height:40px;padding:0 12px}.calendar__weekday{font-size:11px;padding:6px 0}.calendar__grid{padding:2px 8px 8px;gap:1px}.calendar__day{font-size:14px;min-height:40px;border-radius:8px}.calendar__day--range-start{border-radius:8px 0 0 8px}.calendar__day--range-end{border-radius:0 8px 8px 0}.calendar__day--range-start.calendar__day--range-end{border-radius:8px}}@media only screen and (max-width:768px){.calendar--full .calendar__title{font-size:17px}.calendar--full .calendar__weekday{font-size:11px;padding:8px 4px}.calendar--full .calendar__day{min-height:56px;padding:6px}.calendar--full .calendar__day-number{width:24px;height:24px;font-size:12px}.calendar--full .calendar__day-event{font-size:10px;padding:1px 4px}}@media only screen and (max-width:576px){.calendar--full .calendar__header{padding:12px 0;flex-wrap:wrap}.calendar--full .calendar__day{min-height:44px;padding:4px}.calendar--full .calendar__day-number{width:22px;height:22px;font-size:11px}.calendar--full .calendar__day-content{display:none}}.input-calendar{position:relative;display:block;width:100%}.input-calendar__label{display:block;font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:8px}.input-calendar__field{position:relative;width:100%}.input-calendar__input{width:100%;min-height:44px;padding:10px 42px 10px 16px;font-family:"Inter",sans-serif;font-size:14px;color:#1a1a1a;background:#fff;border:1px solid #cfcfcf;border-radius:10px;cursor:pointer;transition:border-color .2s,box-shadow .2s;outline:0;box-sizing:border-box}.input-calendar__input:hover:not(:disabled){border-color:#b5b5b5}.input-calendar__input:focus,.input-calendar__input--open{border-color:#232d87;box-shadow:0 0 0 3px rgba(35,45,135,0.1)}.input-calendar__input:disabled{background:#f5f5f5;color:#cfcfcf;cursor:not-allowed;opacity:.6}.input-calendar__input::placeholder{color:#cfcfcf}.input-calendar__input--error{border-color:#e8001c}.input-calendar__input--error:focus{border-color:#e8001c;box-shadow:0 0 0 3px rgba(232,0,28,0.1)}.input-calendar__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#cfcfcf;pointer-events:none;flex-shrink:0;z-index:1}.input-calendar__icon svg{width:100%;height:100%}.input-calendar__clear{position:absolute;right:38px;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:0;border-radius:50%;cursor:pointer;transition:background .15s;z-index:2;color:#cfcfcf}.input-calendar__clear svg{width:14px;height:14px}.input-calendar__clear:hover{background:#f5f5f5;color:#e8001c}.input-calendar__field--has-value .input-calendar__clear{display:flex}.input-calendar__field--has-value .input-calendar__input{padding-right:68px}.input-calendar__error{display:block;margin-top:6px;font-size:12px;color:#e8001c}.input-calendar__hint{display:block;margin-top:6px;font-size:12px;color:#cfcfcf}.input-calendar--sm .input-calendar__input{min-height:36px;padding:8px 38px 8px 12px;font-size:13px}.input-calendar--sm .input-calendar__icon{right:10px;width:18px;height:18px}.input-calendar--sm .input-calendar__clear{right:34px;width:20px;height:20px}.input-calendar--sm .input-calendar__clear svg{width:12px;height:12px}.input-calendar--sm .input-calendar__field--has-value .input-calendar__input{padding-right:60px}.input-calendar--lg .input-calendar__input{min-height:52px;padding:14px 48px 14px 20px;font-size:16px}.input-calendar--lg .input-calendar__icon{right:16px;width:22px;height:22px}.input-calendar--lg .input-calendar__clear{right:44px;width:28px;height:28px}.input-calendar--lg .input-calendar__clear svg{width:16px;height:16px}.input-calendar--lg .input-calendar__field--has-value .input-calendar__input{padding-right:78px}.table-wrap{position:relative;width:100%;border:1px solid #cfcfcf;border-radius:12px;background:#fff}.table-wrap:not(.table-wrap--fixed-header){overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;font-size:14px;color:#1a1a1a}.table th,.table td{padding:12px 16px;text-align:left;vertical-align:middle;border-bottom:1px solid #f5f5f5;white-space:nowrap}.table th{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px;color:#cfcfcf;background:#f5f5f5;position:relative;user-select:none}.table tbody tr:last-child td{border-bottom:0}.table tbody tr:hover{background:rgba(245,245,245,0.6)}.table--striped tbody tr:nth-child(even){background:rgba(245,245,245,0.4)}.table--striped tbody tr:nth-child(even):hover{background:rgba(245,245,245,0.7)}.table--bordered th,.table--bordered td{border:1px solid #cfcfcf}.table--compact{font-size:13px}.table--compact th,.table--compact td{padding:8px 12px}.table__sort{cursor:pointer;display:inline-flex;align-items:center;gap:4px}.table__sort:hover{color:#1a1a1a}.table__sort-icon{width:14px;height:14px;flex-shrink:0;opacity:.3;transition:opacity .15s,transform .15s}.table__sort.is-asc .table__sort-icon,.table__sort.is-desc .table__sort-icon{opacity:1;color:#232d87}.table__sort.is-desc .table__sort-icon{transform:rotate(180deg)}.table-wrap--fixed-header{overflow:hidden;min-width:0}.table-wrap--fixed-header .table__scroll{overflow:auto;-webkit-overflow-scrolling:touch;min-width:0;max-width:100dvw}@media only screen and (max-width:768px){.table-wrap--fixed-header .table__scroll{max-width:calc(100dvw - 32px)}}.table-wrap--fixed-header .table thead th{position:sticky;top:0;z-index:2;background:#f5f5f5;box-shadow:0 1px 0 #cfcfcf}.table-wrap--ajax{min-height:200px}.table__loader{display:none;position:absolute;inset:0;background:rgba(255,255,255,0.7);z-index:5;align-items:center;justify-content:center}.is-loading .table__loader{display:flex}.table__spinner{width:32px;height:32px;border:3px solid #cfcfcf;border-top-color:#232d87;border-radius:50%;animation:tableSpinnerRotate .7s linear infinite}@keyframes tableSpinnerRotate{to{transform:rotate(360deg)}}.table__empty{padding:40px 20px;text-align:center;color:#cfcfcf;font-size:14px}.table__empty svg{width:40px;height:40px;margin-bottom:8px;color:#cfcfcf}.table__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5;flex-wrap:wrap}.table__search{position:relative;max-width:260px;flex:1;min-width:140px}.table__search input{width:100%;height:36px;padding:0 12px 0 36px;font-size:13px;border:1px solid #cfcfcf;border-radius:8px;background:#fff;outline:0;transition:border-color .15s}.table__search input:focus{border-color:#232d87}.table__search input::placeholder{color:#cfcfcf}.table__search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#cfcfcf;pointer-events:none}.table__per-page{display:flex;align-items:center;gap:8px;font-size:13px;color:#cfcfcf}.table__per-page select{height:36px;padding:0 8px;font-size:13px;border:1px solid #cfcfcf;border-radius:8px;background:#fff;outline:0;cursor:pointer}.table__per-page select:focus{border-color:#232d87}.table--editable tbody td{cursor:default;position:relative}.table--editable tbody td.is-editable{cursor:pointer}.table--editable tbody td.is-editable:hover{background:rgba(35,45,135,0.04)}.table--editable tbody td.is-editing{padding:4px 6px;background:rgba(35,45,135,0.04);overflow:visible;white-space:nowrap;z-index:3}.table--editable tbody td.is-editing .table__edit-wrap{display:flex;align-items:center;gap:6px}.table__edit-input,.table__edit-select{flex:1;min-width:80px;height:34px;padding:0 8px;font-size:14px;font-family:inherit;color:#1a1a1a;border:2px solid #232d87;border-radius:6px;background:#fff;outline:0;box-sizing:border-box;cursor:pointer}.table__edit-select{padding-right:24px;appearance:auto}.table__edit-actions{display:flex;gap:4px;flex-shrink:0}.table__edit-save,.table__edit-cancel{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;cursor:pointer;padding:0;transition:background .15s}.table__edit-save svg,.table__edit-cancel svg{width:14px;height:14px}.table__edit-save{background:#56f78d;color:#fff}.table__edit-save:hover{background:#0df45c}.table__edit-cancel{background:#f5f5f5;color:#1a1a1a}.table__edit-cancel:hover{background:#e8e8e8}.table__edit-saving{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#cfcfcf}.table__edit-saving::before{content:"";width:14px;height:14px;border:2px solid #cfcfcf;border-top-color:#232d87;border-radius:50%;animation:tableSpinnerRotate .7s linear infinite}.table tbody tr.is-saving{opacity:.5;pointer-events:none}.table tbody tr.is-error td{background:rgba(232,0,28,0.05)}.table tbody tr.is-success td{animation:tableRowFlash .6s ease}@keyframes tableRowFlash{0%{background:rgba(86,247,141,0.15)}100%{background:transparent}}@media only screen and (max-width:576px){.table-wrap{border-radius:8px}.table{font-size:13px}.table th,.table td{padding:10px 12px}.table__toolbar{padding:10px 12px}.table__search{max-width:100%}}.pagination{display:flex;align-items:center;gap:4px;flex-wrap:wrap;user-select:none}.pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;font-size:14px;font-weight:500;color:#1a1a1a;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.pagination__item:hover{background:#f5f5f5;border-color:#cfcfcf}.pagination__item svg{width:16px;height:16px;flex-shrink:0}.pagination__item.is-active{background:#232d87;color:#fff;border-color:#232d87;pointer-events:none}.pagination__item.is-disabled{opacity:.35;pointer-events:none;cursor:default}.pagination__dots{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;font-size:14px;color:#cfcfcf;pointer-events:none}.pagination__info{font-size:13px;color:#cfcfcf;margin-left:auto;white-space:nowrap}.pagination--sm{gap:2px}.pagination--sm .pagination__item{min-width:28px;height:28px;padding:0 6px;font-size:12px;border-radius:6px}.pagination--sm .pagination__item svg{width:14px;height:14px}.pagination--sm .pagination__dots{min-width:28px;height:28px;font-size:12px}.pagination--sm .pagination__info{font-size:12px}.pagination--lg{gap:6px}.pagination--lg .pagination__item{min-width:44px;height:44px;padding:0 14px;font-size:16px;border-radius:10px}.pagination--lg .pagination__item svg{width:20px;height:20px}.pagination--lg .pagination__dots{min-width:44px;height:44px;font-size:16px}.pagination--lg .pagination__info{font-size:14px}.pagination-more{display:flex;justify-content:center;padding:12px 0}.pagination-more__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 28px;font-size:14px;font-weight:500;color:#232d87;background:transparent;border:1px solid #232d87;border-radius:10px;cursor:pointer;transition:background .15s,color .15s}.pagination-more__btn:hover{background:#232d87;color:#fff}.pagination-more__btn svg{width:16px;height:16px}.pagination-more__btn.is-loading{pointer-events:none;opacity:.6}.pagination-more__btn.is-loading::after{content:"";width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:paginMoreSpin .6s linear infinite}.pagination-more__btn.is-disabled{display:none}.pagination-more--sm .pagination-more__btn{padding:6px 20px;font-size:13px;border-radius:8px}.pagination-more--lg .pagination-more__btn{padding:14px 36px;font-size:16px;border-radius:12px}@keyframes paginMoreSpin{to{transform:rotate(360deg)}}.pagination--center{justify-content:center}.pagination--right{justify-content:flex-end}@media only screen and (max-width:576px){.pagination{gap:2px}.pagination__item{min-width:32px;height:32px;padding:0 8px;font-size:13px}.pagination__dots{min-width:24px}.pagination__info{width:100%;margin-left:0;margin-top:8px;text-align:center}.pagination--lg .pagination__item{min-width:36px;height:36px;font-size:14px}}.loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(26,26,26,0.45);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.loader.is-active{opacity:1;visibility:visible}.loader--block{position:absolute;z-index:10;border-radius:inherit}.loader__spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:loaderSpin .7s linear infinite}.loader--block .loader__spinner,.loader--btn .loader__spinner{width:24px;height:24px;border-width:2.5px}.loader--light{background:rgba(255,255,255,0.7)}.loader--light .loader__spinner{border-color:rgba(26,26,26,0.12);border-top-color:#232d87}.loader--btn{position:absolute;inset:0;z-index:2;border-radius:inherit;background:inherit}.loader--btn .loader__spinner{width:18px;height:18px;border-width:2px}.btn--white.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--light.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--primary-ghost.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--danger-ghost.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--success-ghost.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--primary-outline.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--danger-outline.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--success-outline.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--warning-outline.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--light-outline.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.btn--dark-outline.is-loading .loader--btn .loader__spinner{border-color:rgba(26,26,26,0.2);border-top-color:#232d87}.has-loader{position:relative;overflow:hidden}.btn.is-loading{position:relative;pointer-events:none;color:transparent !important}.btn.is-loading .loader--btn{opacity:1;visibility:visible}.loader__text{margin-top:12px;font-size:14px;font-weight:500;color:#fff}.loader--light .loader__text{color:#1a1a1a}.loader--col{flex-direction:column}@keyframes loaderSpin{to{transform:rotate(360deg)}}@media only screen and (max-width:576px){.loader__spinner{width:32px;height:32px}.loader--block .loader__spinner{width:22px;height:22px}}.alert{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;font-size:14px;line-height:1.5;border-radius:10px;border:1px solid transparent;color:#1a1a1a;background:#f5f5f5;position:relative}.alert__icon{flex-shrink:0;width:20px;height:20px;margin-top:1px}.alert__icon svg{width:100%;height:100%}.alert__content{flex:1;min-width:0}.alert__title{font-weight:600;font-size:14px;margin-bottom:2px}.alert__text{font-size:13px;opacity:.85}.alert__close{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin:-4px -4px -4px 0;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer;opacity:.5;transition:opacity .15s,background .15s}.alert__close svg{width:14px;height:14px}.alert__close:hover{opacity:1;background:rgba(26,26,26,0.06)}.alert--info{background:rgba(74,159,213,0.08);border-color:rgba(74,159,213,0.2);color:#1a1a1a}.alert--info .alert__icon{color:#4a9fd5}.alert--info .alert__title{color:#4a9fd5}.alert--info .alert__close:hover{background:rgba(74,159,213,0.1)}.alert--success{background:rgba(86,247,141,0.08);border-color:rgba(86,247,141,0.2);color:#1a1a1a}.alert--success .alert__icon{color:#56f78d}.alert--success .alert__title{color:#56f78d}.alert--success .alert__close:hover{background:rgba(86,247,141,0.1)}.alert--warning{background:rgba(240,160,94,0.1);border-color:rgba(240,160,94,0.2);color:#1a1a1a}.alert--warning .alert__icon{color:#f0a05e}.alert--warning .alert__title{color:#e97718}.alert--warning .alert__close:hover{background:rgba(240,160,94,0.1)}.alert--danger{background:rgba(232,0,28,0.08);border-color:rgba(232,0,28,0.2);color:#1a1a1a}.alert--danger .alert__icon{color:#e8001c}.alert--danger .alert__title{color:#e8001c}.alert--danger .alert__close:hover{background:rgba(232,0,28,0.1)}.alert--primary{background:rgba(35,45,135,0.06);border-color:rgba(35,45,135,0.2);color:#1a1a1a}.alert--primary .alert__icon{color:#232d87}.alert--primary .alert__title{color:#232d87}.alert--primary .alert__close:hover{background:rgba(35,45,135,0.1)}.alert--info-filled{background:#4a9fd5;color:#fff;border-color:#4a9fd5}.alert--info-filled .alert__icon{color:#fff}.alert--info-filled .alert__text{opacity:.9}.alert--info-filled .alert__close{color:#fff}.alert--info-filled .alert__close:hover{background:rgba(255,255,255,0.15)}.alert--success-filled{background:#56f78d;color:#fff;border-color:#56f78d}.alert--success-filled .alert__icon{color:#fff}.alert--success-filled .alert__text{opacity:.9}.alert--success-filled .alert__close{color:#fff}.alert--success-filled .alert__close:hover{background:rgba(255,255,255,0.15)}.alert--warning-filled{background:#f0a05e;color:#fff;border-color:#f0a05e}.alert--warning-filled .alert__icon{color:#fff}.alert--warning-filled .alert__text{opacity:.9}.alert--warning-filled .alert__close{color:#fff}.alert--warning-filled .alert__close:hover{background:rgba(255,255,255,0.15)}.alert--danger-filled{background:#e8001c;color:#fff;border-color:#e8001c}.alert--danger-filled .alert__icon{color:#fff}.alert--danger-filled .alert__text{opacity:.9}.alert--danger-filled .alert__close{color:#fff}.alert--danger-filled .alert__close:hover{background:rgba(255,255,255,0.15)}.alert--primary-filled{background:#232d87;color:#fff;border-color:#232d87}.alert--primary-filled .alert__icon{color:#fff}.alert--primary-filled .alert__text{opacity:.9}.alert--primary-filled .alert__close{color:#fff}.alert--primary-filled .alert__close:hover{background:rgba(255,255,255,0.15)}.alert--info-outline{background:transparent;border-color:#4a9fd5}.alert--info-outline .alert__icon{color:#4a9fd5}.alert--success-outline{background:transparent;border-color:#56f78d}.alert--success-outline .alert__icon{color:#56f78d}.alert--warning-outline{background:transparent;border-color:#f0a05e}.alert--warning-outline .alert__icon{color:#f0a05e}.alert--danger-outline{background:transparent;border-color:#e8001c}.alert--danger-outline .alert__icon{color:#e8001c}.alert--primary-outline{background:transparent;border-color:#232d87}.alert--primary-outline .alert__icon{color:#232d87}.alert.is-hiding{opacity:0;transform:translateY(-8px);transition:opacity .25s,transform .25s}.alert-toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:8px;max-width:380px;width:100%;pointer-events:none}.alert-toast-container .alert{pointer-events:auto;box-shadow:0 4px 16px rgba(26,26,26,0.12);animation:alertSlideIn .3s ease}@keyframes alertSlideIn{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@media only screen and (max-width:576px){.alert{padding:12px 14px;font-size:13px;border-radius:8px}.alert__icon{width:18px;height:18px}.alert-toast-container{top:12px;right:12px;left:12px;max-width:none}}.agenda{width:100%}.agenda__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;padding:12px 0;text-align:center}.agenda__title{margin:0;font-size:18px;font-weight:600;color:#1a1a1a;letter-spacing:.02em}.agenda__btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #cfcfcf;border-radius:8px;background:#fff;color:#1a1a1a;font-size:18px;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.agenda__btn:hover{background:#f5f5f5;border-color:#bababa}.agenda__filter{margin:0}.agenda__section{margin-top:8px}.agenda__section-title{margin:0 0 12px 0;font-size:15px;font-weight:600;color:#1a1a1a}.agenda__viewport{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:12px;background:#fff;border:1px solid #cfcfcf;padding:8px 0;cursor:grab}.agenda__viewport.is-dragging{cursor:grabbing;scroll-behavior:auto}.agenda__viewport::-webkit-scrollbar{height:8px}.agenda__viewport::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.agenda__viewport::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:4px}.agenda__viewport::-webkit-scrollbar-thumb:hover{background:#b5b5b5}.agenda__body{display:flex;flex-direction:column;gap:0;min-width:min-content}.agenda__row{display:flex;flex-shrink:0;align-items:stretch;min-width:min-content}.agenda__row-days .agenda__track{border-bottom:1px solid #cfcfcf;padding-bottom:8px;margin-bottom:4px}.agenda__sticky{flex-shrink:0;width:140px;min-width:140px;position:sticky;left:0;z-index:2;background:#fff;padding:0 8px;display:flex;align-items:center;justify-content:flex-start;border-right:1px solid #cfcfcf}.agenda__sticky--header{align-items:center;padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid #cfcfcf}.agenda__sticky-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#b5b5b5}.agenda__sticky--empty{background:transparent;border-color:transparent}.agenda__spacer{flex:1}.agenda__master{flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px}.agenda__master-photo{width:48px;height:48px;border-radius:50%;background:#f5f5f5;border:1px solid #cfcfcf;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#cfcfcf;overflow:hidden}.agenda__master-photo img{width:100%;height:100%;object-fit:cover}.agenda__master-name{font-size:13px;font-weight:600;color:#1a1a1a;text-align:center;line-height:1.2}.agenda__track{display:flex;gap:4px;min-width:min-content;padding:0 12px}.agenda__track--days{border-bottom:1px solid #cfcfcf}.agenda__schedule-track{display:flex;flex-direction:row;gap:4px;min-width:min-content;padding:0 12px;align-items:stretch}.agenda__day-cell{flex-shrink:0;width:250px;padding:8px;border-radius:10px;text-align:center;background:#fff;border:1px solid #cfcfcf;transition:background .15s,border-color .15s}.agenda__day-cell:hover{background:#f5f5f5;border-color:#bababa}.agenda__day-cell.is-today .agenda__day-num{color:#232d87}.agenda__day-cell.is-weekend .agenda__day-name{color:#f28c8c}.agenda__day-num{display:block;font-size:14px;font-weight:700;color:#1a1a1a;line-height:1.3}.agenda__day-name{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#b5b5b5;margin-top:4px}.agenda__schedule-cell{flex-shrink:0;width:250px;padding:6px;border-radius:8px;border:1px solid #cfcfcf;background:#fff;overflow:hidden;transition:max-height .25s ease}.agenda__schedule-cell.is-today{border-color:#232d87;background:rgba(35,45,135,0.04)}.agenda__schedule-cell.is-collapsed{max-height:70px}.agenda__schedule-placeholder{color:#b5b5b5;font-size:12px}.agenda__slot-entry,.slot-entry{display:block;padding:4px 0;font-size:11px;font-weight:500;color:#1a1a1a;line-height:1.3;border-bottom:1px solid #cfcfcf}.agenda__slot-entry:last-child,.slot-entry:last-child{border-bottom:0}.agenda__unified{margin-top:24px;padding-top:20px;border-top:1px solid #cfcfcf}.agenda__unified .agenda__viewport{max-height:50vh}.agenda--single-master .agenda__row-days .agenda__track{margin-bottom:0;padding-bottom:0}.agenda--single-master .agenda__row-days .agenda__track .agenda__day-cell{border-radius:12px 12px 0 0}.agenda--wide .agenda__day-cell,.agenda--wide .agenda__schedule-cell{width:220px;min-width:220px}.reviews-page{display:flex;gap:32px;align-items:flex-start}@media(max-width:992px){.reviews-page{flex-direction:column}}.reviews-page__main{flex:1;min-width:0}.reviews-page__more{margin-top:24px;text-align:center}.reviews-page__empty{padding:32px;text-align:center;background:#f5f5f5;border-radius:12px}.reviews-filter{flex-shrink:0;width:280px}@media(max-width:992px){.reviews-filter{width:100%;order:-1}}@media(max-width:992px){.reviews-page__filter{display:none}}.reviews-filter__inner{position:sticky;top:24px;padding:20px;background:#fff;border:1px solid #cfcfcf;border-radius:12px}@media(max-width:992px){.reviews-filter__inner{position:static}}.reviews-filter__title{font-size:16px;font-weight:600;color:#1a1a1a}.reviews-filter__actions{display:flex;gap:12px;margin-top:20px}.reviews{display:flex;flex-direction:column;gap:20px}.review{background:#fff;border:1px solid #cfcfcf;border-radius:12px;padding:20px}.review__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.review__author{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.review__avatar{flex-shrink:0}.review__avatar .img{background:#f5f5f5;color:#cfcfcf;font-size:16px;font-weight:600}.review__author-info{min-width:0}.review__author-name{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.3}.review__meta{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:8px;font-size:12px;color:#b5b5b5}.review__meta-item{display:flex;align-items:center;gap:4px}.review__rating{flex-shrink:0}.review__text{font-size:14px;line-height:1.5;color:#1a1a1a;margin-bottom:12px;white-space:pre-wrap}.review__media{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:12px}.review__media-item{flex-shrink:0;border-radius:8px;overflow:hidden;background:#f5f5f5}.review__media-item--image{width:80px;height:80px}.review__media-item--video{width:160px;height:90px}.review__media-link{display:block;width:100%;height:100%;cursor:pointer;position:relative}.review__media-item--video .review__media-link{display:flex;align-items:center;justify-content:center}.review__media-play{position:absolute;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center}.review__media-play::after{content:"";width:0;height:0;margin-left:4px;border-style:solid;border-width:8px 0 8px 14px;border-color:transparent transparent transparent #fff}.review__media-img{width:100%;height:100%;object-fit:cover;display:block}.review__media-video{width:100%;height:100%;object-fit:cover;display:block}.review__reply{margin-top:12px;padding-top:12px;border-top:1px solid #cfcfcf}.review__reply-inner{padding-left:16px;border-left:3px solid #232d87}.review__reply-label{font-size:12px;font-weight:600;color:#b5b5b5;margin-bottom:4px}.review__reply-text{font-size:13px;line-height:1.5;color:#1a1a1a}.review__reply-btn{margin-top:4px}.grid-listing,.gridListing{position:relative}.grid-listing.is-loading::after,.gridListing.is-loading::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,0.75);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:inherit}.grid-listing.is-loading::before,.gridListing.is-loading::before{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid rgba(26,26,26,0.1);border-top-color:#232d87;border-radius:50%;animation:gridListingSpin .6s linear infinite;z-index:11}.grid-listing__filter,.gridListing__filter{margin-bottom:20px}.grid-listing__info,.gridListing__info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.grid-listing__list,.gridListing__list{display:grid;gap:16px}.grid-listing__list--grid,.gridListing__list--grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media only screen and (max-width:768px){.grid-listing__list--grid,.gridListing__list--grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media only screen and (max-width:576px){.grid-listing__list--grid,.gridListing__list--grid{grid-template-columns:1fr}}.grid-listing__list-item,.grid-listing__list_item,.gridListing__list-item,.gridListing__list_item{background:#fff;border:1px solid #cfcfcf;border-radius:12px;padding:16px;transition:border-color .2s,box-shadow .2s}.grid-listing__list-item:hover,.grid-listing__list_item:hover,.gridListing__list-item:hover,.gridListing__list_item:hover{border-color:#c2c2c2}.grid-listing__empty,.gridListing__empty{padding:32px;text-align:center;background:#f5f5f5;border-radius:12px;color:#cfcfcf;font-size:14px}.grid-listing__paging,.gridListing__paging{margin-top:24px;text-align:center}.grid-listing__more,.gridListing__more{min-width:160px}.grid-listing__end,.gridListing__end{font-size:14px;color:#cfcfcf;padding:12px}@keyframes gridListingSpin{to{transform:rotate(360deg)}}.js-grid-filter-modal-body .grid-listing__filter{display:block !important}@media only screen and (max-width:768px){#modal-grid-filter.modal{overflow-y:visible}}.js-grid-filter-modal-body .js-grid-filter-title{display:none}.js-grid-filter-modal-body .staff-filter__inner{padding:0;border:0;background:transparent;border-radius:0}#modal-grid-filter .js-grid-filter-modal-body{padding-top:12px;padding-bottom:20px}#modal-grid-filter .js-grid-filter-modal-body .reviews-filter__inner{padding:0;border:0;background:transparent;border-radius:0}#modal-grid-filter .js-grid-filter-modal-body .reviews-filter__fields .field{margin-bottom:12px}#modal-grid-filter .js-grid-filter-modal-body .reviews-filter__actions{margin-top:16px}@font-face{font-family:EuropeExtendedC;src:url("europeextendedc.otf") format("opentype")}@font-face{font-family:EuropeExtendedC;font-weight:bold;src:url("europeextendedc_bold.otf") format("opentype")}*,:before,:after{min-width:0;margin:0;padding:0;background:0;border:0;box-sizing:border-box;outline:none !important;-webkit-tap-highlight-color:transparent}body,html{font-family:"Montserrat",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;min-height:100dvh}a{color:#000644}.wrap{max-width:1180px;margin:auto;padding:0 20px}.contact_list{display:flex;flex-direction:column;gap:25px}.contact_list .contact_list__item{display:flex;align-items:center;gap:15px;color:#FFF;font-size:16px;font-style:normal;font-weight:500;text-decoration:none}.contact_list .contact_list__item .contact_list__item_content{font-size:16px}.contact_list .contact_list__item .contact_list__item_content .small_text{color:#a6a6a6;font-size:12px;font-style:normal;font-weight:400;margin-top:4px}.s-page-main{display:flex;flex-direction:column;justify-content:space-between;min-height:100dvh}.s-page-main main{flex:1;background:#000644}@media only screen and (max-width:992px){.s-page-main main{background:#fff}}.s-page-main.s-page-inner main{background:#f1f1f9}@media only screen and (max-width:992px){.s-page-main.s-page-inner main{background:#fff}}.s-page-main.s-page-inner main .poc-case-info .right-side .number,.s-page-main.s-page-inner main .poc-case-info .left-side .title{color:#00042d}.poc-white-box{border-radius:10px;background:#FFF;padding:20px;margin-top:10px}@media only screen and (max-width:992px){.poc-white-box{padding:0 0 10px 0;background:transparent;margin-top:30px}}header{background:#00042d}@media only screen and (max-width:992px){header{position:sticky;top:0;left:0;width:100%;z-index:990}}header .logo .mobile{display:none}@media only screen and (max-width:992px){header .logo .mobile{display:inline-flex;max-width:220px}}@media only screen and (max-width:992px){header .logo .desktop{display:none}}header>.wrap{display:flex;align-items:center;justify-content:space-between;height:85px;z-index:2;position:relative}@media only screen and (max-width:992px){header>.wrap{height:70px}}@media only screen and (max-width:992px){header .header__left{flex:1}header .header__left img{width:80%}}header .header__right{display:flex;align-items:center;gap:15px}header .header__right .btn-blue-reg{display:flex;height:42px;padding:10px 30px;justify-content:center;align-items:center;gap:10px;border-radius:50px;background:#232d87;color:#FFF;font-family:EuropeExtendedC;font-size:14px;font-style:normal;font-weight:700;line-height:normal;margin-left:25px}@media only screen and (max-width:992px){header .header__right .btn-blue-reg{display:none}}header .header__right .header__right-menu{display:flex;align-items:center;gap:25px}@media only screen and (max-width:992px){header .header__right .header__right-menu{display:none}}header .header__right .header__right-menu a{color:#FFF;font-family:EuropeExtendedC;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none;display:inline-flex;align-items:center;gap:10px}header .header__right .slogan{color:#b1b3d4;text-align:right;font-size:13px;font-style:normal;font-weight:700;line-height:17px}@media only screen and (max-width:992px){header .header__right .slogan{display:none}}@media only screen and (max-width:992px){header .header__right .btn-red{display:none}}header .header__right .lk{width:44px;height:44px;background:#FFF;border-radius:44px;display:flex;align-items:center;justify-content:center}header .btn-burger{display:none;width:25px}@media only screen and (max-width:992px){header .btn-burger{display:block}}header .btn-burger::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" viewBox="0 0 22 20" fill="none"><path d="M1 10H21" stroke="white" stroke-width="2" stroke-linecap="round" /><path d="M1 19H21" stroke="white" stroke-width="2" stroke-linecap="round" /><path d="M1 1H21" stroke="white" stroke-width="2" stroke-linecap="round" /></svg>')}header .menu-mobile{display:none}header.menu_open .btn-burger::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="19" viewBox="0 0 11 19" fill="none"><path d="M10 1L2 9.5L10 18" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>')}header.menu_open .menu-mobile{overflow:auto;position:fixed;top:0;left:0;width:100%;height:100dvh;background:#000644;padding:40px 20px 60px 20px}@media only screen and (max-width:992px){header.menu_open .menu-mobile{display:block}}header.menu_open .menu-mobile .menu-mobile-ii-bot{border-radius:50px;background:#f6f6ff;color:#000644;font-family:EuropeExtendedC;font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase;height:42px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;width:100%}header.menu_open .menu-mobile .menu-mobile__menu{margin:0;padding:20px;list-style:none}header.menu_open .menu-mobile .menu-mobile__menu li a{display:block;color:#FFF;font-size:17px;font-style:normal;font-weight:400;line-height:175%;text-decoration:none;padding:3px 0}header.menu_open .menu-mobile .menu-mobile__title{color:#FFF;font-family:EuropeExtendedC;font-size:20px;font-style:normal;font-weight:700;padding:40px 0 20px 0}header.menu_open .menu-mobile .menu-mobile__smm{display:flex;flex-direction:column;gap:5px;margin-top:40px}header.menu_open .menu-mobile .menu-mobile__smm .menu-mobile__smm_row{display:flex;gap:5px}header.menu_open .menu-mobile .menu-mobile__smm .menu-mobile__smm_row a{flex:1;height:52px;display:flex;align-items:center;justify-content:center;background:#232d87;border-radius:5px}header.menu_open .menu-mobile .menu-mobile__address_list{display:flex;flex-direction:column;gap:40px;color:#FFF;margin-top:40px}header.menu_open .menu-mobile .menu-mobile__address_list .address_list__item .title{font-size:16px;font-weight:700}header.menu_open .menu-mobile .menu-mobile__address_list .address_list__item .name{font-size:14px;font-weight:400;margin-top:10px}header.menu_open .menu-mobile .menu-mobile_btn-group{display:flex;flex-direction:column;gap:10px}header.menu_open .menu-mobile .menu-mobile_btn-group .btn-red{height:42px}header.menu_open .menu-mobile .menu-mobile_btn-group .btn-red.blue{background:#232d87}header.menu_open>.wrap{background:#00042d}.main_footer{background:#000644;padding-top:95px;color:#fff}@media only screen and (max-width:992px){.main_footer{padding-top:20px}}.main_footer>.wrap{background:url("../img/layout/mainscreen_bg.svg") center 200px no-repeat;display:flex;justify-content:space-between;gap:100px;padding-bottom:70px}@media only screen and (max-width:992px){.main_footer>.wrap{flex-direction:column;gap:10px;justify-content:start}}.main_footer>.wrap .main_footer_left{width:292px;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_left{justify-content:start;width:100%}.main_footer>.wrap .main_footer_left .main_footer_left-top{order:2}.main_footer>.wrap .main_footer_left .main_footer_left-bottom{order:1;margin-top:10px;padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #524888}}.main_footer>.wrap .main_footer_left .left-b-menu{display:flex;justify-content:space-between;gap:10px}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_left .left-b-menu{margin-top:25px}}.main_footer>.wrap .main_footer_left .left-b-menu a{color:#98a0f1;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_left .left-b-menu a{color:#fff;font-weight:700}}.main_footer>.wrap .main_footer_left .left-b-user{display:flex;gap:10px;margin-top:30px}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_left .left-b-user{margin-top:25px}}.main_footer>.wrap .main_footer_left .left-b-user .left-b-user-reg{display:flex;height:42px;padding:10px 30px;justify-content:center;align-items:center;gap:10px;flex:1 0 0;border-radius:50px;background:#232d87;color:#FFF;font-family:EuropeExtendedC;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.main_footer>.wrap .main_footer_left .left-b-user .left-b-user-login{border-radius:50px;background:#FFF;display:flex;width:42px;height:42px;justify-content:center;align-items:center;gap:10px}.main_footer>.wrap .main_footer_right{flex:1;max-width:685px}.main_footer>.wrap .main_footer_right .main_footer_right-line-flex{display:flex;justify-content:space-around;gap:40px;border-bottom:1px solid #524888;padding-bottom:25px;margin-bottom:10px}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_right .main_footer_right-line-flex{flex-direction:column;margin-bottom:25px;gap:0}}.main_footer>.wrap .main_footer_right .main_footer_right-line-flex>.main_footer_right-left{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:30px}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_right .main_footer_right-line-flex>.main_footer_right-left{order:2;padding-top:25px;border-top:1px solid #524888}}.main_footer>.wrap .main_footer_right .main_footer_right-line-flex .main_footer_right-right{max-width:270px}@media only screen and (max-width:992px){.main_footer>.wrap .main_footer_right .main_footer_right-line-flex .main_footer_right-right{width:100%;order:1}}.main_footer>.wrap .main_footer_right .main_footer_right-line-flex .main_footer_right-right .main_footer-nav{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.main_footer>.wrap .main_footer_right .main_footer_right-line-flex .main_footer_right-right .main_footer-nav a{color:#98a0f1;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}.main_footer-title{color:#FFF;font-family:EuropeExtendedC;font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:30px}@media only screen and (max-width:992px){.main_footer-title{font-size:24px;margin-bottom:25px}}.main_footer .footer-ai-link{display:inline-flex;height:58px;padding:0 27px 0 15px;align-items:center;gap:15px;align-self:stretch;border-radius:8px;background:#f6f6ff;color:#000644;font-family:EuropeExtendedC;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none;margin-top:30px}@media only screen and (max-width:992px){.main_footer .footer-ai-link{justify-content:center}}.main_footer .main_footer_right-line-flex-smm{display:flex;gap:20px;justify-content:space-between}@media only screen and (max-width:992px){.main_footer .main_footer_right-line-flex-smm{margin-bottom:25px;flex-wrap:wrap;gap:10px}}.main_footer .main_footer_right-line-flex-smm a{border-radius:8px;background:#232d87;display:flex;height:52px;padding:14px 0;justify-content:center;align-items:center;flex:1}@media only screen and (max-width:992px){.main_footer .main_footer_right-line-flex-smm a:nth-child(1),.main_footer .main_footer_right-line-flex-smm a:nth-child(2){width:calc(50% - 5px);flex:auto}}.main_footer .main_footer_right-line-flex-2{display:flex;gap:20px;margin-bottom:10px}@media only screen and (max-width:992px){.main_footer .main_footer_right-line-flex-2{flex-direction:column;gap:10px;margin-bottom:25px}}.main_footer .main_footer_right-line-flex-2 a{display:flex;height:42px;padding:10px 30px;gap:10px;align-items:center;justify-content:center;color:#FFF;font-family:EuropeExtendedC;font-size:14px;font-style:normal;font-weight:700;line-height:normal;border-radius:50px;background:rgba(255,255,255,0.1);backdrop-filter:blur(2px);text-decoration:none;flex:1}.main_footer .main_footer_contacts-item{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.main_footer .main_footer_contacts-item-title{color:#FFF;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.main_footer .main_footer_contacts-item-value{color:#FFF;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.main_footer .main_footer_right-left-bottom a{color:#98a0f1;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}.main_footer .main_footer_right-left-bottom .copy{margin-top:20px;color:#FFF;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.new_block_services{background:#000644;padding-top:50px}.new_block_services .new_block_services-title{display:flex;align-items:center;justify-content:space-between;gap:50px;margin-bottom:35px}.new_block_services .new_block_services-title .text{color:#a7aef8;font-family:EuropeExtendedC;font-size:35px;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width:992px){.new_block_services .new_block_services-title .text{font-size:23px}}.new_block_services .new_block_services-title .text .green{display:inline-flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#56f78d;color:#000644;font-family:EuropeExtendedC;font-size:14px;font-style:normal;font-weight:700;line-height:normal;position:relative;top:-6px}@media only screen and (max-width:992px){.new_block_services .new_block_services-title .text .green{top:0;margin-top:10px}}.new_block_services .new_block_services-title .text .white{color:#FFF}@media only screen and (max-width:992px){.new_block_services .new_block_services-title .text .white{display:block}}.new_block_services .new_block_services-title .btn{display:flex;height:42px;padding:10px 30px;justify-content:center;align-items:center;gap:10px;border-radius:50px;background:#232d87;color:#FFF;font-family:EuropeExtendedC;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.new_block_services .new_block_services-title .btn::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M0.21967 10.2197C-0.0732233 10.5126 -0.0732233 10.9874 0.21967 11.2803C0.512563 11.5732 0.987437 11.5732 1.28033 11.2803L0.75 10.75L0.21967 10.2197ZM11.5 0.75C11.5 0.335786 11.1642 0 10.75 0L4 0C3.58579 0 3.25 0.335786 3.25 0.75C3.25 1.16421 3.58579 1.5 4 1.5L10 1.5V7.5C10 7.91421 10.3358 8.25 10.75 8.25C11.1642 8.25 11.5 7.91421 11.5 7.5V0.75ZM0.75 10.75L1.28033 11.2803L11.2803 1.28033L10.75 0.75L10.2197 0.21967L0.21967 10.2197L0.75 10.75Z" fill="white"/></svg>');position:relative;top:3px}@media only screen and (max-width:992px){.new_block_services .new_block_services-title .btn{display:none}}.new_block_services .color-section-text{padding:20px 10px;justify-content:center;align-items:center;gap:10px;background:#00085b;color:#a7aef8;font-family:EuropeExtendedC;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-align:center}@media only screen and (max-width:992px){.new_block_services .color-section-text{font-size:18px;text-align:center;margin-left:-20px;margin-right:-20px}}.new_block_services .color-section-text .white{color:#FFF}.new_block_services .hero-block{display:flex;justify-content:space-between;gap:50px;margin:30px 0;align-items:end}@media only screen and (max-width:992px){.new_block_services .hero-block{flex-direction:column;align-items:start}}@media only screen and (max-width:992px){.new_block_services .hero-block .img{margin-left:-20px;margin-right:-20px}}.new_block_services .hero-block .img img{width:100%}.new_block_services .hero-block .content{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;column-gap:20px;margin-top:30px}@media only screen and (max-width:992px){.new_block_services .hero-block .content{grid-template-columns:repeat(1,1fr)}}.new_block_services .hero-block .content .hero-list_item{margin-bottom:30px;flex:1}.new_block_services .hero-block .content .hero-list_item-title{color:#a7aef8;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;display:flex;gap:10px;align-items:center;margin-bottom:10px}.new_block_services .hero-block .content .hero-list_item-title::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23A7AEF8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12H18" stroke="%23A7AEF8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 12H2" stroke="%23A7AEF8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 6V2" stroke="%23A7AEF8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22V18" stroke="%23A7AEF8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.new_block_services .hero-block .content .hero-list_item-text{color:#b9b9d1;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.new_block_services .grid-3-per{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;color:#FFF;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin:30px 0 50px 0}@media only screen and (max-width:992px){.new_block_services .grid-3-per{grid-template-columns:repeat(1,1fr)}}.new_block_services .grid-3-per-item{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M17.3333 2.66699L4 18.667H16L14.6667 29.3337L28 13.3337H16L17.3333 2.66699Z" stroke="%23A7AEF8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') top center no-repeat;padding-top:50px;padding-left:10px;padding-right:10px;text-align:center}.new_block_services-white{background:#fff;padding-bottom:50px}.new_block_services-white .new_block_services-title .text{color:#000644}.new_block_services-white .subtitle-text{color:#000644;font-family:EuropeExtendedC;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:25px}@media only screen and (max-width:992px){.new_block_services-white .subtitle-text{font-size:20px}}.new_block_services-white .subtitle-text .color-text{color:#505bc7}.new_block_services-white .text-section{color:#000644;font-family:Montserrat;font-size:17px;font-style:normal;font-weight:400;line-height:normal;max-width:850px}.new_block_services-white .hero-block{flex-direction:column;align-items:start}.new_block_services-white .hero-block .content{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:60px;row-gap:20px}.new_block_services-white .hero-block .content.grid-2{grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:992px){.new_block_services-white .hero-block .content.grid-2{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width:992px){.new_block_services-white .hero-block .content{grid-template-columns:repeat(1,1fr);gap:20px}}.new_block_services-white .hero-block .content .hero-list_item-title{color:#000644}.new_block_services-white .hero-block .content .hero-list_item-title::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M15.9993 29.3337C23.3631 29.3337 29.3327 23.3641 29.3327 16.0003C29.3327 8.63653 23.3631 2.66699 15.9993 2.66699C8.63555 2.66699 2.66602 8.63653 2.66602 16.0003C2.66602 23.3641 8.63555 29.3337 15.9993 29.3337Z" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.3333 16H24" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.99935 16H2.66602" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 8.00033V2.66699" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 29.3333V24" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.new_block_services-white .hero-block .content .hero-list_item-text{color:#000644}.openplatform__footer{display:grid;gap:20px;padding:30px 0;background:#dedfed}@media only screen and (max-width:992px){.openplatform__footer{gap:30px;padding-top:25px;padding-bottom:35px}}.openplatform__footer .wrap{display:flex;justify-content:end;gap:90px}@media only screen and (max-width:992px){.openplatform__footer .wrap{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%}}.openplatform__footer .openplatform__footer__line{display:flex;gap:20px;align-items:center;font-family:EuropeExtendedC}@media only screen and (max-width:1200px){.openplatform__footer .openplatform__footer__line{flex-direction:column;justify-content:center;gap:10px;text-align:center}}@media only screen and (max-width:992px){.openplatform__footer .openplatform__footer__line{width:100%}}.openplatform__footer .openplatform__footer__line .line__text{color:#0a1156;font-size:16px;font-weight:700;line-height:24px;flex:1}@media only screen and (max-width:992px){.openplatform__footer .openplatform__footer__line .line__text{text-align:left;width:100%}}.openplatform__footer .openplatform__footer__line .line__text .line__text-gray{color:#5159aa}.openplatform__footer .openplatform__footer__line .line__btn{width:297px}@media only screen and (max-width:992px){.openplatform__footer .openplatform__footer__line .line__btn{width:100%}}.openplatform__footer .openplatform__footer__line .line__btn .btn-openplatform{height:42px;display:flex;width:100%;height:42px;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:50px;color:#FFF;font-size:12px;font-style:normal;font-weight:700;line-height:42px;text-decoration:none}@media only screen and (max-width:992px){.openplatform__footer .openplatform__footer__line .line__btn .btn-openplatform{width:100%}}.openplatform__footer .openplatform__footer__line .line__btn .btn-openplatform.btn-red{background:#e8001c}.openplatform__footer .openplatform__footer__line .line__btn .btn-openplatform.btn-pur{background:#20197f}.oc__header{border-radius:8px;background:linear-gradient(331deg,#bcc0f2 -78.73%,#f1f1f9 119.51%);padding:40px;margin-top:50px}@media only screen and (max-width:992px){.oc__header{padding:20px}}.oc__header__content{max-width:650px}.oc__header__content h1{color:#000644;font-family:EuropeExtendedC;font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:20px}@media only screen and (max-width:992px){.oc__header__content h1{font-size:20px}}.oc__header__content .h1_text{color:#000644;font-family:EuropeExtendedC;font-size:26px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:40px}@media only screen and (max-width:992px){.oc__header__content .h1_text{font-size:16px}}.oc__header__content .h1_text .color{color:#525cc0}.oc__header__content .text{color:rgba(0,6,68,0.5);font-size:14px;font-style:normal;font-weight:600;line-height:normal}@media only screen and (max-width:992px){.oc__header__content .text{font-size:12px}}.oc__header__content .text a{color:#232d87}.oc__header__content .search_form{display:flex;align-items:center;gap:20px;margin-bottom:30px}@media only screen and (max-width:992px){.oc__header__content .search_form{flex-direction:column;align-items:start;width:100%;display:none}}.oc__header__content .search_form input{flex:1;border-radius:8px;background:#FFF;height:42px;padding-left:50px;padding-right:10px;background:#fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z" stroke="%23232D87" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.9999 21L16.6499 16.65" stroke="%23232D87" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') left 20px center no-repeat;color:rgba(0,6,68,0.5);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:normal}@media only screen and (max-width:992px){.oc__header__content .search_form input{height:42px;display:block;min-width:100%;padding-top:10px;padding-bottom:10px}}.oc__header__content .search_form input::placeholder{color:rgba(0,6,68,0.5);font-size:16px;font-style:normal;font-weight:600;line-height:normal}.oc__header__content .search_form button{border-radius:50px;background:#232d87;display:flex;height:42px;padding:10px 30px;justify-content:center;align-items:center;gap:14px;color:#FFF;font-size:14px;font-style:normal;font-weight:600;line-height:normal}@media only screen and (max-width:992px){.oc__header__content .search_form button{width:100%}}.oc__options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}@media only screen and (max-width:992px){.oc__options{grid-template-columns:repeat(1,1fr)}}.oc__options-item{border-radius:8px;background:#FFF;padding:20px 0;flex-direction:column;align-items:center;gap:15px;justify-content:center;color:#000644;text-align:center;font-family:Montserrat;font-size:14px;font-weight:400;line-height:normal}.oc__options-item .name{font-family:EuropeExtendedC;font-size:18px;font-weight:700;line-height:18px;margin-bottom:10px}.oc__options-item .icon,.oc__options-item [class^=icon-],.oc__options-item [class*=" icon-"]{margin-bottom:10px}.oc__options-item .title{padding:0 40px}.poc-case-top-header{display:flex;align-items:center;justify-content:space-between;padding-top:40px}@media only screen and (max-width:992px){.poc-case-top-header{display:none}}.poc-case-top-header .poc-case-edit{color:#FFF;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;display:inline-flex;gap:13px;align-items:center}.poc-case-top-header .poc-case-edit::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3783 3L10.9908 4.16266C10.6158 5.28756 9.79834 6.07025 8.96463 6.53447C8.90533 6.56749 8.84661 6.60145 8.7885 6.63634C7.96852 7.12859 6.88038 7.44611 5.71731 7.20811L4.51554 6.96218L4.9165 5.00278L6.11827 5.24871C6.68355 5.36439 7.2644 5.21857 7.7591 4.9216C7.83582 4.87554 7.91335 4.83069 7.99167 4.78709C8.49518 4.50673 8.91116 4.07694 9.0934 3.53021L9.48095 2.36754C9.75318 1.55086 10.5175 1 11.3783 1H12.6203C13.4811 1 14.2454 1.55086 14.5176 2.36754L14.9052 3.53021C15.0874 4.07694 15.5034 4.50673 16.0069 4.78709C16.0852 4.83069 16.1628 4.87554 16.2395 4.92159C16.7342 5.21857 17.315 5.36438 17.8803 5.2487L19.0821 5.00279C19.9254 4.8302 20.7846 5.21666 21.2151 5.96218L21.836 7.03775C22.2665 7.78328 22.1716 8.72059 21.6004 9.36469L20.7854 10.2838C20.4035 10.7144 20.2385 11.2888 20.2476 11.8644C20.249 11.9548 20.249 12.0452 20.2476 12.1356C20.2385 12.7111 20.4035 13.2855 20.7854 13.7162L21.6004 14.6352C22.1716 15.2793 22.2665 16.2167 21.836 16.9622L21.2151 18.0378C20.7846 18.7833 19.9254 19.1697 19.0821 18.9971L17.8804 18.7512C17.3151 18.6356 16.7343 18.7814 16.2396 19.0784C16.1628 19.1244 16.0853 19.1693 16.0069 19.2129C15.5034 19.4933 15.0874 19.9231 14.9052 20.4698L14.5176 21.6325C14.2454 22.4491 13.4811 23 12.6203 23H11.3783C10.5175 23 9.75318 22.4491 9.48095 21.6325L9.0934 20.4698C8.91116 19.9231 8.49518 19.4933 7.99167 19.2129C7.91333 19.1693 7.83578 19.1244 7.75904 19.0784C7.26434 18.7814 6.68348 18.6356 6.11819 18.7512L4.9165 18.9971C4.07311 19.1697 3.21392 18.7833 2.78349 18.0378L2.1625 16.9622C1.73207 16.2167 1.82699 15.2793 2.39815 14.6352L3.89456 15.9622L4.51554 17.0378L5.71723 16.7918C6.88031 16.5538 7.96846 16.8714 8.78845 17.3636C8.84658 17.3985 8.90532 17.4325 8.96463 17.4655C9.79834 17.9298 10.6158 18.7124 10.9908 19.8373L11.3783 21L12.6203 21L13.0078 19.8373C13.3828 18.7124 14.2003 17.9298 15.034 17.4655C15.0933 17.4325 15.152 17.3985 15.2101 17.3636C16.0301 16.8714 17.1183 16.5538 18.2814 16.7919L19.483 17.0378L20.104 15.9622L19.289 15.0431C18.5043 14.1581 18.2327 13.0606 18.2478 12.1039C18.2489 12.0346 18.2489 11.9653 18.2478 11.8961C18.2327 10.9394 18.5043 9.8418 19.289 8.95681L20.104 8.03775L19.483 6.96218L18.2813 7.2081C17.1182 7.4461 16.0301 7.12858 15.2101 6.63633C15.152 6.60145 15.0933 6.56749 15.034 6.53447C14.2003 6.07025 13.3828 5.28756 13.0078 4.16266L12.6203 3L11.3783 3ZM2.39815 14.6352L3.89456 15.9622L4.70958 15.0431C5.49433 14.1581 5.76593 13.0605 5.75078 12.1039C5.74968 12.0346 5.74968 11.9653 5.75078 11.8961C5.76593 10.9394 5.49434 9.84185 4.70958 8.95687L3.89455 8.03775L4.51554 6.96218L4.9165 5.00278C4.07311 4.8302 3.21392 5.21665 2.78349 5.96218L2.1625 7.03775C1.73207 7.78328 1.82699 8.72059 2.39815 9.36469L3.21318 10.2838C3.59509 10.7145 3.76015 11.2889 3.75103 11.8644C3.7496 11.9548 3.74959 12.0452 3.75103 12.1355C3.76014 12.7111 3.59509 13.2854 3.21317 13.7161L2.39815 14.6352Z" fill="white"/></svg>')}.poc-case-top-header .bread{display:flex;gap:10px}.poc-case-top-header .bread-item{color:#82839b;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none;display:inline-flex;text-transform:uppercase;padding-right:15px;position:relative}.poc-case-top-header .bread-item::before{content:"/";position:absolute;right:0;top:0}.poc-case-top-header .bread-item:last-child::before{content:""}.poc-case-info{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;padding-left:20px;padding-right:20px}@media only screen and (max-width:992px){.poc-case-info{padding-left:0;padding-right:0;flex-direction:column;align-items:start}}@media only screen and (max-width:992px){.poc-case-info .left-side{display:flex;align-items:center;gap:10px}}.poc-case-info .left-side a{display:none}@media only screen and (max-width:992px){.poc-case-info .left-side a{display:inline-flex}}.poc-case-info .left-side .title{text-transform:uppercase;font-size:18px;font-style:normal;font-weight:700;text-transform:uppercase;color:#fff}@media only screen and (max-width:992px){.poc-case-info .left-side .title{color:#00042d}}.poc-case-info .right-side{display:flex;gap:20px;align-items:center}@media only screen and (max-width:992px){.poc-case-info .right-side{width:100%;align-items:start;text-align:center;flex-direction:column}.poc-case-info .right-side .btn--danger{width:100%}}.poc-case-info .right-side .btn-group{display:flex;gap:10px}@media only screen and (max-width:992px){.poc-case-info .right-side .btn-group{display:none}}.poc-case-info .right-side .number{color:#FFF;text-align:right;font-family:EuropeExtendedC;font-size:16px;font-style:normal;font-weight:700;line-height:35px;text-transform:uppercase}@media only screen and (max-width:992px){.poc-case-info .right-side .number{color:#00042d;font-family:EuropeExtendedC;font-size:16px;font-style:normal;font-weight:700;line-height:35px;text-transform:uppercase;background:#f1f1f9;width:100%;border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:5px 10px}}.poc-case-info .right-side .number a{display:none}@media only screen and (max-width:992px){.poc-case-info .right-side .number a{display:inline-flex;align-items:center;justify-content:center}}.poc-case-top-users{display:flex;align-items:center;gap:10px}@media only screen and (max-width:992px){.poc-case-top-users{flex-direction:column;align-items:start;width:100%}}.poc-case-top-users-item{padding:20px;border-radius:10px;border:1px solid #eaeaf6;background:#f1f1f9;flex:1}@media only screen and (max-width:992px){.poc-case-top-users-item{flex-direction:column;width:100%}}.poc-case-top-users-item .title{color:#00042d;font-family:EuropeExtendedC;font-size:18px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.poc-case-top-users-item .info{color:#00042d;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.7px;text-transform:uppercase}.poc-case-top-users-item .sub{color:#00042d;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.6px}.poc-case-slink{display:flex;justify-content:space-between;gap:10px}@media only screen and (max-width:992px){.poc-case-slink{flex-direction:column;align-items:start;width:100%}}.poc-case-slink-item{border-radius:10px;background:#232d87;display:flex;padding:10px 20px;justify-content:space-between;align-items:center;flex:1 0 0;color:#FFF;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:18px;text-transform:uppercase}@media only screen and (max-width:992px){.poc-case-slink-item{width:100%;font-size:13px}}.poc-case-slink-item .btns{display:flex;gap:10px}.poc-case-slink-item .btns a{display:inline-flex;width:30px;height:30px;border-radius:100%;border-radius:50px;background:rgba(238,239,255,0.1);align-items:center;justify-content:center}.poc-case .case-box{display:flex;gap:10px;margin-top:10px}@media only screen and (max-width:992px){.poc-case .case-box{flex-wrap:wrap}}.poc-case .case-box .side,.poc-case .case-box .tt-calendar{border-radius:10px;background:#FFF}.poc-case .case-box .calendar-events-hidden{grid-column:span 2;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media only screen and (max-width:992px){.poc-case .case-box .calendar-events-hidden{grid-template-columns:repeat(1,1fr);grid-column:span 1}}.poc-case .case-box .tt-calendar{flex:1;padding:30px 10px 30px 10px}@media only screen and (max-width:992px){.poc-case .case-box .tt-calendar{order:2;width:100%;padding:20px 0}}.poc-case .case-box .tt-calendar .calendar-title{display:flex;align-items:center;justify-content:space-between;padding-left:35px;padding-right:20px;padding-bottom:20px}@media only screen and (max-width:992px){.poc-case .case-box .tt-calendar .calendar-title{flex-direction:column;align-items:start;padding-bottom:0}}.poc-case .case-box .tt-calendar .calendar-title .title-text{color:#00042d;font-family:EuropeExtendedC;font-size:20px;font-style:normal;font-weight:700;line-height:35px}.poc-case .case-box .tt-calendar .calendar-title .btn-add-calendar{border-radius:50px;background:#f1f1f9;color:#00042d;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:normal;display:flex;align-items:center;gap:14px;padding:10px 30px}@media only screen and (max-width:992px){.poc-case .case-box .tt-calendar .calendar-title .btn-add-calendar{width:100%;justify-content:space-between}}.poc-case .case-box .tt-calendar .calendar-title .btn-add-calendar::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9 3.75V14.25" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.75 9H14.25" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');position:relative;top:2px}.poc-case .case-box .tt-calendar .calendar-title-btns{display:flex;align-items:center;gap:12px}@media only screen and (max-width:992px){.poc-case .case-box .tt-calendar .calendar-title-btns{flex-direction:column;align-items:start}}.poc-case .case-box .tt-calendar .calendar-events{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:20px;padding:0 30px}@media only screen and (max-width:992px){.poc-case .case-box .tt-calendar .calendar-events{grid-template-columns:repeat(1,1fr);padding:0}}.poc-case .case-box .tt-calendar .calendar-events-item{background:#f1f1f9;padding:10px 15px;border-radius:10px}.poc-case .case-box .tt-calendar .calendar-events-item .event-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.poc-case .case-box .tt-calendar .calendar-events-item .event-title .name{color:#000644;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.poc-case .case-box .tt-calendar .calendar-events-item .event-title .date-btn{display:flex;gap:5px}.poc-case .case-box .tt-calendar .calendar-events-item .event-title .date-btn .date{color:#000644;font-size:12px;font-style:normal;font-weight:400}.poc-case .case-box .tt-calendar .calendar-events-item .event-info{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#000644;font-size:12px;font-style:normal;font-weight:400;line-height:18px;margin-top:10px}.poc-case .case-box .side{display:flex;width:166px;flex-direction:column;justify-content:center;gap:10px;padding:10px}@media only screen and (max-width:992px){.poc-case .case-box .side{order:1;width:calc(50% - 5px);padding:10px 0}}.poc-case .case-box .side .gray-box{border-radius:10px;background:#f1f1f9;padding:20px 10px 10px 10px}.poc-case .case-box .side .gray-box .title{color:#000644;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:18px;text-transform:uppercase}.poc-case .case-box .side .gray-box .btns{border-top:1px solid #c6c9e4;display:flex;gap:5px;align-items:center;justify-content:center;margin-top:22px;padding-top:5px}.poc-case .case-box .side .gray-box .btns a{border-radius:50px;background:#FFF;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}.btn-chat,.btn-mail,.btn-attachdoc{display:inline-flex;padding:0 15px;border-radius:50px;background:#232d87;color:#FFF;font-size:12px;font-style:normal;font-weight:700;line-height:29px;height:29px;letter-spacing:.6px;text-decoration:none;align-items:center;gap:8px}.btn-chat::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M1.80078 16.2V3.15005C1.80078 2.7788 1.93297 2.46099 2.19734 2.19661C2.46172 1.93224 2.77953 1.80005 3.15078 1.80005H14.8508C15.222 1.80005 15.5398 1.93224 15.8042 2.19661C16.0686 2.46099 16.2008 2.7788 16.2008 3.15005V12.15C16.2008 12.5213 16.0686 12.8391 15.8042 13.1035C15.5398 13.3679 15.222 13.5 14.8508 13.5H4.50078L1.80078 16.2ZM3.93828 12.15H14.8508V3.15005H3.15078V12.9375L3.93828 12.15Z" fill="%23E3E3E3"/></svg>');position:relative;top:5px}.btn-mail::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 3H15C15.825 3 16.5 3.675 16.5 4.5V13.5C16.5 14.325 15.825 15 15 15H3C2.175 15 1.5 14.325 1.5 13.5V4.5C1.5 3.675 2.175 3 3 3Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.5 4.5L9 9.75L1.5 4.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');position:relative;top:5px}.btn-attachdoc{gap:3px}.btn-attachdoc::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M13.0492 12.15C13.0492 13.2733 12.655 14.2291 11.8667 15.0175C11.0783 15.8059 10.1225 16.2 8.99922 16.2C7.86172 16.2 6.90234 15.7907 6.12109 14.9719C5.33984 14.1532 4.94922 13.1688 4.94922 12.0188V4.72505C4.94922 3.91255 5.23359 3.22192 5.80234 2.65317C6.37109 2.08442 7.06172 1.80005 7.87422 1.80005C8.69922 1.80005 9.39297 2.10005 9.95547 2.70005C10.518 3.30005 10.7992 4.0188 10.7992 4.8563V11.7C10.7992 12.2019 10.6247 12.6274 10.2755 12.9764C9.92653 13.3255 9.50109 13.5 8.99922 13.5C8.48672 13.5 8.05859 13.3182 7.71484 12.9546C7.37109 12.591 7.19922 12.1478 7.19922 11.625V4.50005H8.54922V11.7C8.54922 11.83 8.59172 11.9375 8.67672 12.0225C8.76172 12.1075 8.86922 12.15 8.99922 12.15C9.12922 12.15 9.23672 12.1075 9.32172 12.0225C9.40672 11.9375 9.44922 11.83 9.44922 11.7V4.72505C9.44922 4.28755 9.29609 3.91567 8.98984 3.60942C8.68359 3.30317 8.31047 3.15005 7.87047 3.15005C7.43059 3.15005 7.05872 3.30942 6.75484 3.62817C6.45109 3.94692 6.29922 4.32505 6.29922 4.76255V12.15C6.29922 12.9 6.56172 13.5344 7.08672 14.0532C7.61172 14.5719 8.24922 14.8375 8.99922 14.85C9.74922 14.8625 10.3867 14.5938 10.9117 14.0438C11.4367 13.4938 11.6992 12.8313 11.6992 12.0563V4.50005H13.0492V12.15Z" fill="%23E3E3E3"/></svg>');position:relative;top:5px}.box-accordion-title{display:flex;align-items:center;justify-content:space-between}.box-accordion-title-text{color:#00042d;font-family:EuropeExtendedC;font-size:20px;font-style:normal;font-weight:700}.box-accordion-title button{cursor:pointer}.box-accordion .box-accordion-content{display:none}.box-accordion.open .box-accordion-content{display:block}.case-docs{padding-bottom:20px}.case-docs-folders{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:30px}@media only screen and (max-width:992px){.case-docs-folders{grid-template-columns:repeat(1,1fr)}}.case-docs-folders-item{color:#000644;font-size:12px;font-style:normal;font-weight:600;display:flex;padding:22px 20px 16px 20px;flex-wrap:wrap;text-decoration:none;border-radius:10px;background:#f1f1f9;display:flex;flex-direction:column;justify-content:space-between;min-height:128px;border:3px solid transparent}@media only screen and (max-width:992px){.case-docs-folders-item{min-height:100px}}.case-docs-folders-item.color-orange{background:#fff2dd}.case-docs-folders-item.color-green{background:#e4ffe7}.case-docs-folders-item.color-blue{background:#dff4fd}.case-docs-folders-item .docs-folders-item-title{font-size:16px;font-style:normal;font-weight:600}.case-docs-folders-item.active{border-color:#d6d6f0}.case-docs-folders-item .docs-folders-item-info{display:flex;align-items:center;justify-content:space-between}.case-docs-folders-item .docs-folders-item-info .last-update{font-weight:400}.case-docs .case-docs-folders-title{color:#0a1156;font-size:18px;font-style:normal;font-weight:600;margin-top:30px}.case-docs .case-docs-folders-files{display:grid;grid-template-columns:repeat(2,1fr);row-gap:10px;column-gap:20px;margin-top:30px}@media only screen and (max-width:992px){.case-docs .case-docs-folders-files{grid-template-columns:repeat(1,1fr);row-gap:20px}}.case-docs .case-docs-folders-files-item{display:flex;align-items:center;justify-content:space-between;gap:10px}@media only screen and (max-width:992px){.case-docs .case-docs-folders-files-item{display:flex;flex-direction:column;align-items:start;gap:10px}}.case-docs .case-docs-folders-files-item .file-link{color:#000644;font-size:14px;font-style:normal;font-weight:600;text-decoration:none;display:flex;gap:10px;align-items:center;flex:1}.case-docs .case-docs-folders-files-item .file-link::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><g clip-path="url(%23clip0_5109_49718)"><path d="M0.75 9C0.75 3 3 0.75 9 0.75C15 0.75 17.25 3 17.25 9C17.25 15 15 17.25 9 17.25C3 17.25 0.75 15 0.75 9Z" fill="%230090FF"/><path d="M15.3 0H2.7C1.20883 0 0 1.20883 0 2.7V15.3C0 16.7912 1.20883 18 2.7 18H15.3C16.7912 18 18 16.7912 18 15.3V2.7C18 1.20883 16.7912 0 15.3 0Z" fill="%230090FF"/><path d="M13.0502 5.66992H4.95016C4.65192 5.66992 4.41016 5.91169 4.41016 6.20992C4.41016 6.50816 4.65192 6.74992 4.95016 6.74992H13.0502C13.3484 6.74992 13.5902 6.50816 13.5902 6.20992C13.5902 5.91169 13.3484 5.66992 13.0502 5.66992Z" fill="white"/><path d="M13.0502 7.70996H4.95016C4.65192 7.70996 4.41016 7.95173 4.41016 8.24996C4.41016 8.54819 4.65192 8.78996 4.95016 8.78996H13.0502C13.3484 8.78996 13.5902 8.54819 13.5902 8.24996C13.5902 7.95173 13.3484 7.70996 13.0502 7.70996Z" fill="white"/><path d="M13.0502 9.75H4.95016C4.65192 9.75 4.41016 9.99177 4.41016 10.29C4.41016 10.5882 4.65192 10.83 4.95016 10.83H13.0502C13.3484 10.83 13.5902 10.5882 13.5902 10.29C13.5902 9.99177 13.3484 9.75 13.0502 9.75Z" fill="white"/><path d="M9.45016 11.79H4.95016C4.65192 11.79 4.41016 12.0318 4.41016 12.33C4.41016 12.6283 4.65192 12.87 4.95016 12.87H9.45016C9.74839 12.87 9.99016 12.6283 9.99016 12.33C9.99016 12.0318 9.74839 11.79 9.45016 11.79Z" fill="white"/></g><defs><clipPath id="clip0_5109_49718"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>')}.case-docs .case-docs-folders-files-item .file-link span{flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width:992px){.case-docs .case-docs-folders-files-item .file-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.case-docs .case-docs-folders-files-item .file-info{display:flex;align-items:center;gap:10px}.case-docs .case-docs-folders-files-item .file-info-date{color:#000644;font-size:12px;font-weight:400}.case-docs .case-docs-folders-files-item .file-info-btns{display:flex;gap:10px}.case-docs .case-docs-folders-files-item .file-info-btns .downloads{position:relative;top:2px}.case-chat{display:flex;gap:20px;justify-content:space-between;margin-top:10px}@media only screen and (max-width:992px){.case-chat{margin-bottom:30px}}.case-chat .case-chat-dialog{border:1px solid #f1f1f9;flex:1;border-radius:8px;display:flex;flex-direction:column;gap:10px;padding-bottom:20px}@media only screen and (max-width:992px){.case-chat .case-chat-dialog{display:none}}.case-chat .case-chat-dialog-header{background:#f1f1f9;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 20px}.case-chat .case-chat-dialog-header .user-name{color:#00042d;font-size:14px;font-style:normal;font-weight:700;line-height:29px;letter-spacing:.7px;text-transform:uppercase}.case-chat .chat-dialog-wrap{flex:1;display:flex;max-height:500px;min-height:500px}.case-chat .chat-dialog-wrap-list{overflow:auto;display:flex;flex-direction:column;gap:10px;padding-left:20px;padding-right:20px;width:100%}.case-chat .chat-dialog-wrap-list .chat-msg{max-width:90%;border-radius:10px;background:#f1f1f9;padding:10px 15px}.case-chat .chat-dialog-wrap-list .chat-msg a{color:#fff}.case-chat .chat-dialog-wrap-list .chat-msg .date{text-align:right;color:rgba(0,6,68,0.5);text-align:right;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px}.case-chat .chat-dialog-wrap-list .chat-msg .text{color:#000644;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.case-chat .chat-dialog-wrap-list .chat-msg.my{margin-left:auto;background:#232d87}.case-chat .chat-dialog-wrap-list .chat-msg.my .text{color:#fff}.case-chat .chat-dialog-wrap-list .chat-msg.my .date{color:#b3b6d9}.case-chat .chat-form{border-radius:15px;background:#f1f1f9;display:flex;height:54px;padding:8px 10px 6px 12px;justify-content:center;align-items:center;margin-left:20px;margin-right:20px;gap:20px;position:relative}.case-chat .chat-form .attach_file-label{display:none}.case-chat .chat-form .attach_file{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M16.0788 8.28768L9.18625 15.1802C8.34187 16.0246 7.19664 16.4989 6.0025 16.4989C4.80836 16.4989 3.66314 16.0246 2.81875 15.1802C1.97437 14.3358 1.5 13.1906 1.5 11.9964C1.5 10.8023 1.97437 9.65707 2.81875 8.81268L9.71125 1.92018C10.2742 1.35726 11.0377 1.04102 11.8338 1.04102C12.6298 1.04102 13.3933 1.35726 13.9563 1.92018C14.5192 2.48311 14.8354 3.24659 14.8354 4.04268C14.8354 4.83878 14.5192 5.60226 13.9563 6.16518L7.05625 13.0577C6.77479 13.3391 6.39305 13.4973 5.995 13.4973C5.59696 13.4973 5.21521 13.3391 4.93375 13.0577C4.65229 12.7762 4.49417 12.3945 4.49417 11.9964C4.49417 11.5984 4.65229 11.2166 4.93375 10.9352L11.3013 4.57518" stroke="%23000644" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;display:block;width:18px;height:18px}.case-chat .chat-form .attach_file input{display:none}.case-chat .chat-form .input-text{flex:1;display:flex;color:#989aab;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.case-chat .chat-form .input-text::placeholder{color:#989aab;font-size:14px;font-style:normal;font-weight:400;line-height:normal;font-family:Montserrat}.case-chat:not(:has(.case-chat-dialog)) .case-chat-users{width:100%}.case-chat .case-chat-users{border-radius:8px 8px 0 0;border:1px solid #f1f1f9;width:300px}@media only screen and (max-width:992px){.case-chat .case-chat-users{width:100%;border-radius:8px}}.case-chat .case-chat-users-search{border-radius:8px 8px 0 0;background:#f1f1f9 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.7508 15.7498L12.4883 12.4873" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center right 10px no-repeat;height:42px;padding:8px 40px 8px 20px;color:#000644;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%;margin-bottom:10px}.case-chat .case-chat-users-search::placeholder{color:#000644;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.case-chat .case-chat-users .case-chat-users-list{max-height:500px;overflow:auto}.case-chat .case-chat-users .case-chat-users-list-item{padding:10px 50px 10px 20px;color:#00042d;text-align:left;display:flex;flex-direction:column;gap:5px;position:relative;width:100%}.case-chat .case-chat-users .case-chat-users-list-item-title{font-family:EuropeExtendedC;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.case-chat .case-chat-users .case-chat-users-list-item-name{font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.7px;text-transform:uppercase}.case-chat .case-chat-users .case-chat-users-list-item-sub{font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.6px}.case-chat .case-chat-users .case-chat-users-list-item .msg-count-new{width:24px;height:24px;border-radius:100%;position:absolute;top:50%;margin-top:-12px;right:20px;border-radius:50px;background:#56f78d;display:flex;align-items:center;justify-content:center;color:#000644;text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#add-case{max-width:800px;width:100%}#add-case .flex{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}@media only screen and (max-width:992px){#add-case .flex{flex-direction:column;gap:15px;align-items:start}}#add-case .flex .form-input{flex:1}#add-case .flex .form-input input{border:1px solid #f1f1f9;background:#f1f1f9}#add-case .flex .select{flex:1}#add-case .flex .select .select__field{border:1px solid #f1f1f9;background:#f1f1f9}#add-case .flex .select__label,#add-case .flex .form-input__label{color:#000644;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:normal}#add-case .add-case-submit{display:flex;width:248px;height:42px;padding:10px 30px;justify-content:center;align-items:center;gap:10px;border-radius:50px;background:#e8001c;color:#FFF;font-family:EuropeExtendedC;font-size:13px;font-style:normal;font-weight:700;line-height:normal}.btn-case-create{border-radius:50px;background:#232d87;display:inline-flex;height:36px;padding:10px 30px 10px 15px;align-items:center;gap:14px;color:#FFF;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none}.btn-case-create::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 5V19" stroke="%23E3E3E3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12H19" stroke="%23E3E3E3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}@media only screen and (max-width:992px){.case-docs-folders-title{flex-direction:column;align-items:start;gap:20px}}.case-edit-box{display:flex;gap:20px;margin-top:20px}@media only screen and (max-width:992px){.case-edit-box{flex-direction:column}}.case-edit-box-left{flex:1}.case-edit-box-left .case-edit-form-wrap{display:flex;align-items:center;gap:40px}@media only screen and (max-width:992px){.case-edit-box-left .case-edit-form-wrap{flex-direction:column;gap:10px;align-items:start}}.case-edit-box-left .case-edit-form-wrap-item{flex:1;display:flex;gap:20px;align-items:center}@media only screen and (max-width:992px){.case-edit-box-left .case-edit-form-wrap-item{width:100%}}.case-edit-box-left .case-edit-form-wrap-item-name{color:#898aa0;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600}.case-edit-box-left .case-edit-form-wrap-item-name.w-125px{width:125px}@media only screen and (max-width:992px){.case-edit-box-left .case-edit-form-wrap-item-name.w-125px{width:90px}}.case-edit-box-left .case-edit-form-wrap-item-name.w-35px{width:35px}@media only screen and (max-width:992px){.case-edit-box-left .case-edit-form-wrap-item-name.w-35px{width:90px}}.case-edit-box-left .case-edit-form-wrap-item-name.w-60px{width:60px}@media only screen and (max-width:992px){.case-edit-box-left .case-edit-form-wrap-item-name.w-60px{width:90px}}.case-edit-box-left .case-edit-form-wrap-item .field,.case-edit-box-left .case-edit-form-wrap-item .js-select,.case-edit-box-left .case-edit-form-wrap-item .select{flex:1}.case-edit-box-right{width:220px}@media only screen and (max-width:992px){.case-edit-box-right{width:100%}}.poc-white-box h3{font-family:EuropeExtendedC}.creditors-registry{margin-top:16px}.creditors-registry .creditors-table-header{display:flex;gap:16px;padding:8px 10px 12px;font-weight:600;color:#666;font-size:12px;border-bottom:1px solid #eee;margin-bottom:10px}@media only screen and (max-width:992px){.creditors-registry .creditors-table-header{display:none}}.creditors-registry .creditors-col-name{flex:1}.creditors-registry .creditors-col-share{width:80px;text-align:center}@media only screen and (max-width:992px){.creditors-registry .creditors-col-share{width:calc(50% - 8px);align-items:center;display:flex}.creditors-registry .creditors-col-share .field{flex-direction:row;align-items:center}}.creditors-registry .creditors-col-claimed,.creditors-registry .creditors-col-included,.creditors-registry .creditors-col-secured{width:120px}@media only screen and (max-width:992px){.creditors-registry .creditors-col-claimed,.creditors-registry .creditors-col-included,.creditors-registry .creditors-col-secured{width:calc(50% - 8px)}}.creditors-registry .creditors-col-queue{width:150px}@media only screen and (max-width:992px){.creditors-registry .creditors-col-queue{width:100%}}.creditors-registry .creditor-item{display:flex;gap:20px;border-radius:6px;background:#f1f1f9;padding:10px;margin-bottom:10px}@media only screen and (max-width:992px){.creditors-registry .creditor-item{flex-direction:column}}.creditors-registry .creditor-item .creditor-item-left{flex:1}.creditors-registry .creditor-item .creditor-item-left-address{color:#787dac;font-size:10px;font-style:normal;font-weight:500;line-height:normal}.creditors-registry .creditor-item .creditor-item-left-name{color:#000644;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.creditors-registry .creditor-item .creditor-item-left-user{color:#787dac;font-size:12px}.creditors-registry .creditor-item .creditor-item-left .creditor-item-left-flex{display:flex;gap:10px;align-items:center;justify-content:space-between;gap:10px}.creditors-registry .creditor-item .creditor-item-left .creditor-item-left-flex .field{display:flex;gap:15px;flex-direction:row;flex:1}.creditors-registry .creditor-item .creditor-item-left .creditor-item-left-flex .field .field__label{color:#898aa0;font-size:14px;font-style:normal;font-weight:600}.creditors-registry .creditor-item .creditor-item-left .creditor-item-left-flex .field input{flex:1}.creditors-registry .creditor-item-right{display:flex;flex-direction:column;justify-content:space-between}.creditors-registry .creditor-item-right .creditor-item-right-actions{display:flex;align-items:center;justify-content:space-between}.creditors-registry .creditor-item-right .creditor-item-right-actions .creditor-item-right-actions-left{display:flex;gap:10px}.creditors-registry .creditor-item-right .creditor-item-right-actions-right{display:flex;gap:10px;align-items:center}.creditors-registry .creditor-item-right-form{display:flex;gap:16px}@media only screen and (max-width:992px){.creditors-registry .creditor-item-right-form{flex-wrap:wrap;width:100%;margin-bottom:20px}}.creditors-registry .creditor-item-right-form .field__label{display:none}@media only screen and (max-width:992px){.creditors-registry .creditor-item-right-form .field__label{display:block}}.debtor-status-block{display:flex;flex-direction:column;gap:10px}.debtor-invitation-status{display:flex;align-items:center;gap:8px}.invitation-dot{width:8px;height:8px;border-radius:50%;background:#999}.invitation-dot--not_sent{background:#999}.invitation-dot--sent{background:#f0ad4e}.invitation-dot--accepted{background:#56f78d}.invitation-dot--refusal,.invitation-dot--declined{background:#e8001c}.creditors-footer{margin-top:16px;display:flex;gap:20px;justify-content:flex-end}.flex-form-2{display:flex;gap:12px;margin-bottom:12px}@media only screen and (max-width:992px){.flex-form-2{flex-direction:column}}.flex-form-2>div{flex:1}#creditors_modal .close-modal{top:20px}#creditors_modal .modal__body{padding-top:0}#creditors_modal .creditors_modal-header-btns{padding-right:50px;display:flex;gap:10px;align-items:center}@media only screen and (max-width:992px){#creditors_modal .creditors_modal-header-btns{padding-right:0}}#creditors_modal .creditors_modal-header-btns a{border-radius:50px;background:#374093;display:flex;padding:0 15px;justify-content:center;align-items:center;gap:5px;color:#FFF;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:700;line-height:29px;letter-spacing:.6px;display:flex;align-items:center;gap:10px}#creditors_modal .creditors_modal-header-btns a.creditors_modal-pdf-downloads::after{position:relative;top:5px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9.00156 11.7002L5.40156 8.10019L6.35781 7.14395L8.32656 9.11269V2.7002H9.67656V9.11269L11.6453 7.14395L12.6016 8.10019L9.00156 11.7002ZM4.94631 14.4002C4.57481 14.4002 4.25781 14.268 3.99531 14.0036C3.73281 13.7393 3.60156 13.4214 3.60156 13.0502V11.7002H4.95156V13.0502H13.0516V11.7002H14.4016V13.0502C14.4016 13.4214 14.2693 13.7393 14.0048 14.0036C13.7403 14.268 13.4223 14.4002 13.0508 14.4002H4.94631Z" fill="white"/></svg>')}#creditors_modal .creditors_modal-header-btns a.creditors_modal-share::after{position:relative;top:5px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.2565 15C11.7722 15 11.361 14.8209 11.0229 14.4627C10.6849 14.1045 10.5159 13.6696 10.5159 13.1579C10.5159 13.0895 10.5383 12.9233 10.583 12.6591L5.98149 9.7947C5.82554 9.96575 5.64027 10.0997 5.42566 10.1967C5.21105 10.2936 4.98113 10.3421 4.7359 10.3421C4.25373 10.3421 3.84387 10.1622 3.50632 9.80257C3.16877 9.4429 3 9.00871 3 8.5C3 7.99129 3.16877 7.5571 3.50632 7.19743C3.84387 6.83777 4.25373 6.65793 4.7359 6.65793C4.98113 6.65793 5.21105 6.7064 5.42566 6.80333C5.64027 6.90026 5.82554 7.03425 5.98149 7.2053L10.583 4.34735C10.5574 4.2632 10.5397 4.18075 10.5301 4.10001C10.5207 4.01928 10.5159 3.93329 10.5159 3.84207C10.5159 3.33039 10.6854 2.89546 11.0243 2.53728C11.3634 2.17909 11.7751 2 12.2594 2C12.7437 2 13.1549 2.17926 13.4929 2.53779C13.831 2.8962 14 3.33147 14 3.84361C14 4.35574 13.8306 4.79055 13.4919 5.14805C13.1532 5.50544 12.7418 5.68413 12.258 5.68413C12.0115 5.68413 11.7824 5.63458 11.5705 5.53549C11.3584 5.43639 11.1745 5.30132 11.0185 5.13026L6.41696 7.99471C6.44262 8.07898 6.46026 8.16143 6.46985 8.24205C6.47934 8.32279 6.48409 8.40877 6.48409 8.5C6.48409 8.59123 6.47934 8.67721 6.46985 8.75795C6.46026 8.83857 6.44262 8.92102 6.41696 9.00529L11.0185 11.8697C11.1745 11.6987 11.3584 11.5636 11.5705 11.4645C11.7824 11.3654 12.0115 11.3159 12.258 11.3159C12.7418 11.3159 13.1532 11.4951 13.4919 11.8535C13.8306 12.212 14 12.6473 14 13.1595C14 13.6716 13.8305 14.1064 13.4914 14.4637C13.1525 14.8212 12.7408 15 12.2565 15Z" fill="white"/></svg>')}#creditors_modal .creditors_modal-header-btns a.creditors_modal-print::after{position:relative;top:5px;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M11.8 6.58333V4.58333H6.2V6.58333H4.8V3.25H13.2V6.58333H11.8ZM13.2 9.58333C13.3983 9.58333 13.5646 9.51944 13.6988 9.39167C13.8329 9.26389 13.9 9.10556 13.9 8.91667C13.9 8.72778 13.8329 8.56944 13.6988 8.44167C13.5646 8.31389 13.3983 8.25 13.2 8.25C13.0017 8.25 12.8354 8.31389 12.7013 8.44167C12.5671 8.56944 12.5 8.72778 12.5 8.91667C12.5 9.10556 12.5671 9.26389 12.7013 9.39167C12.8354 9.51944 13.0017 9.58333 13.2 9.58333ZM11.8 13.9167V11.25H6.2V13.9167H11.8ZM13.2 15.25H4.8V12.5833H2V8.58333C2 8.01667 2.20417 7.54167 2.6125 7.15833C3.02083 6.775 3.51667 6.58333 4.1 6.58333H13.9C14.495 6.58333 14.9937 6.775 15.3962 7.15833C15.7987 7.54167 16 8.01667 16 8.58333V12.5833H13.2V15.25ZM14.6 11.25V8.58333C14.6 8.39444 14.5329 8.23611 14.3988 8.10833C14.2646 7.98056 14.0983 7.91667 13.9 7.91667H4.1C3.90167 7.91667 3.73542 7.98056 3.60125 8.10833C3.46708 8.23611 3.4 8.39444 3.4 8.58333V11.25H4.8V9.91667H13.2V11.25H14.6Z" fill="white"/></svg>')}#creditors_modal .modal__header{background:#232d87;color:#fff;border-radius:15px 15px 0 0;padding-bottom:20px}@media only screen and (max-width:992px){#creditors_modal .modal__header{flex-direction:column}}#creditors_modal .modal__header .modal__title{color:#FFF;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:18px;text-transform:uppercase}#creditors_modal .creditors-registry .creditor-item{background:0;padding:0 10px 10px 10px;border-bottom:1px solid #f1f1f9}#creditors_modal .field__value{color:#000644;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#creditors_modal .creditors-registry .creditors-col-queue{width:100px}.add-files-selected-name{flex:1}.profile{display:flex;gap:20px;align-items:center;justify-content:space-between}@media only screen and (max-width:992px){.profile{flex-direction:column;align-items:start;margin:20px 0}}.profile h1{color:#000644;font-family:EuropeExtendedC;font-size:30px;font-style:normal;font-weight:700;line-height:normal}.profile-user{display:flex;gap:10px;align-items:center;text-decoration:none}.profile-user-photo{width:50px;height:50px;object-fit:cover;border-radius:100%}.profile-user-info{color:#000644}.profile-user-info .name{font-weight:700;text-transform:uppercase;font-size:17px;font-style:normal;line-height:29px;letter-spacing:1px}.profile-user-info .role{font-size:15px;font-style:italic;font-weight:400;line-height:20px}.profile-cases{display:flex;flex-direction:column;gap:10px;margin-top:30px}.profile-cases-item{border-radius:6px;border:1px solid #f1f1f9;display:flex;gap:20px;text-decoration:none;justify-content:space-between;padding:6px 30px;align-items:center;color:#000644;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500}@media only screen and (max-width:992px){.profile-cases-item{flex-wrap:wrap;gap:10px;padding:15px}}.profile-cases-item .case-number{width:400px;font-weight:bold}@media only screen and (max-width:992px){.profile-cases-item .case-number{width:calc(70% - 5px);font-weight:bold;font-size:16px}}.profile-cases-item .case-number-name{font-weight:400;margin-top:5px}.profile-cases-item .case-status{width:180px}@media only screen and (max-width:992px){.profile-cases-item .case-status{width:100%}}.profile-cases-item .case-region{width:180px}@media only screen and (max-width:992px){.profile-cases-item .case-region{width:100%}}.profile-cases-item .case-type{width:180px}@media only screen and (max-width:992px){.profile-cases-item .case-type{width:100%}}.profile-cases-item .case-stage{width:180px}@media only screen and (max-width:992px){.profile-cases-item .case-stage{width:100%}}.profile-cases-item .case-debtor{color:#000644;text-align:right;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;text-transform:uppercase;flex:1}@media only screen and (max-width:992px){.profile-cases-item .case-debtor{width:100%;text-align:left;line-height:1.3}}@media only screen and (max-width:992px){.profile-cases-form{display:none}}.profile-cases-form-row{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:10px}.profile-cases-form-row>.field{flex:1}.profile-cases-form-row .form-input{flex:1}.btn-case-mobile{display:none}@media only screen and (max-width:992px){.btn-case-mobile{display:flex;width:100%;justify-content:center;height:42px;margin-top:20px}}div:where(.swal2-container){z-index:999999 !important}.subscription-block{padding:24px 0}.subscription-title{font-size:20px;font-weight:600;margin:0 0 8px;color:#000644}.subscription-desc{color:#666;margin:0 0 24px}.subscription-cards{display:flex;gap:16px}@media only screen and (max-width:992px){.subscription-cards{flex-direction:column}}.subscription-card{padding:20px;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.subscription-card__name{font-size:18px;font-weight:600;color:#000644;margin-bottom:8px;font-family:EuropeExtendedC;border-bottom:1px solid #7d84cc;padding-bottom:10px;margin-bottom:10px}.subscription-card__price{font-size:20px;font-weight:600;color:#000644;margin-bottom:12px;font-family:EuropeExtendedC}.subscription-card__period{font-size:14px;font-weight:400;color:#666}.subscription-card__desc{color:#555;font-size:14px;line-height:1.5;margin-bottom:16px}.subscription-card__desc ul{margin:0;padding:0;list-style:none}.subscription-card__desc ul li{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M10.3333 1L3.91667 7.41667L1 4.5" stroke="%23000644" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') left 3px no-repeat;padding-left:18px;color:#000644;font-size:12px;font-style:normal;font-weight:400;line-height:17px;margin-bottom:7px}.subscription-card__action{margin-top:4px}.subscription-empty{color:#888}
