@charset "UTF-8";.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_not_clearable{padding-inline-end:var(--dp-input-not-clearable-padding)!important}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp--clear-btn{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color);background:#0000;border:none;display:inline-flex;align-items:center;padding:0;margin:0}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;inset:0;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp-menu-loading{background:#ffffff80;cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:#0000;border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dp__arrow_top{height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translateY(-50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp--preset-dates[data-dp-mobile],.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}.dp--preset-range[data-dp-mobile]{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range[data-dp-mobile]:first-child{margin-left:0}.dp--preset-range[data-dp-mobile]:last-child{margin-right:0}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}.dp__menu_content_wrapper[data-dp-mobile],.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp--extended-fixed-end,.dp--extended-fixed-start,.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}.dp__flex_display[data-dp-mobile],.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%;align-items:center}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-overlay-btn,.dp--time-invalid{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{width:100%}.dp--tp-wrap[data-dp-mobile]{max-width:100%}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_reg_with_button[data-compact~=true]{padding:0 5px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col_sec_with_button[data-collapsed~=true]{padding:0}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__pm_am_button[data-compact~=true]{padding:7px}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:#0000;border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transition)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transition)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}:root{--dp-common-transition: all .1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transition: all .2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: .1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-input-not-clearable-padding: 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: .5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: .8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px;--dp-direction: ltr}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #fff;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__main *{direction:var(--dp-direction, ltr)}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition);height:100%}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}.dp--centered{top:50%;left:50%;transform:translate(-50%,-50%);position:fixed}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);-webkit-backdrop-filter:var(--f-button-backdrop-filter);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media(hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:0;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);translate:-50% -50%;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);border-radius:var(--f-spinner-border-radius);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{rotate:360deg}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;object-fit:contain;transition:none;-webkit-user-select:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;-webkit-user-select:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;-webkit-user-select:none;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.is-loading>.f-html{opacity:0}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);-webkit-backdrop-filter:var(--f-toolbar-backdrop-filter);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar .f-button:focus-visible{position:relative;z-index:1}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;-webkit-user-select:none;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: transparent;--f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;--f-thumbs-z-index: 1;--f-thumbs-viewport-padding-x: 0px;--f-thumbs-viewport-padding-y: 0px;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-border-transition: all .1s ease;--f-thumb-img-width: 100%;--f-thumb-img-height: 100%;--f-thumb-img-fit: cover;--f-thumb-img-position: 50% 20%}.f-thumbs{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap);position:relative;box-sizing:border-box;flex-shrink:0;margin:var(--f-thumbs-margin);padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;transition:var(--f-thumbs-transition);z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)}.f-thumbs.is-horizontal.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)}.f-thumbs.is-vertical.is-hidden{max-width:0;--f-thumbs-padding-x: 0}.f-thumbs.is-scrollable.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{display:block;width:var(--f-thumb-img-width);height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);object-position:var(--f-thumb-img-position);pointer-events:none;border-radius:inherit;color:transparent}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{box-sizing:border-box;height:100%;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;display:block;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:var(--f-thumb-border-transition);border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));margin-inline:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-inline:50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));grid-auto-rows:var(--f-thumb-height);gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;-webkit-user-select:none;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;outline:none}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);-webkit-user-select:none;user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;inset:0;z-index:1050;width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none;overscroll-behavior:contain}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2.5;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 30px;--f-close-button-height: 30px;--f-close-button-svg-width: 24px;--f-close-button-svg-height: 24px;--f-close-button-svg-stroke-width: 1.75;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;--f-scrollbar-width: 7px;--f-scrollbar-track-bg: #444;--f-scrollbar-track-border-radius: 10px;--f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);--f-scrollbar-thumb-bg: #ddd;--f-scrollbar-thumb-border-radius: 10px}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;--f-scrollbar-track-bg: #ddd;--f-scrollbar-thumb-bg: #444}.fancybox__container{position:absolute;inset:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container .fancybox__column>*:not(.fancybox__viewport),.fancybox__container .fancybox__slide:not(.is-selected),.fancybox__container .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-revealing .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-hiding .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-hiding{pointer-events:none}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg);filter:var(--fancybox-backdrop-filter)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-iframe{overflow:hidden;padding:8px 0}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel,.fancybox__container.is-closing .fancybox__viewport,.fancybox__container.is-closing .fancybox__slide.is-selected{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);--f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);position:absolute;top:calc((var(--f-button-height) + 2px) * -1);right:0;z-index:10}.is-loading .f-button.is-close-button{visibility:hidden}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols: 1;--f-thumbs-gap: 8px;--f-thumbs-transition: none;--f-thumbs-padding-x: 4px;--f-thumbs-padding-y: 8px;--f-thumbs-viewport-padding-x: 4px;--f-thumbs-viewport-padding-y: 0px;max-width:calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{max-width:0;--f-thumbs-padding-x: 0;max-height:unset;--f-thumbs-padding-y: unset}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.ps{position:relative}:root{--color-white: #ffffff;--color-black: #000000;--color-white-95: rgba(255, 255, 255, .95);--color-white-90: rgba(255, 255, 255, .9);--color-white-50: rgba(255, 255, 255, .5);--color-white-0: rgba(255, 255, 255, 0);--color-black-03: rgba(0, 0, 0, .03);--color-gray-25: #FDFDFD;--color-gray-50: #FAFAFA;--color-gray-100: #F5F5F5;--color-gray-200: #E9EAEB;--color-gray-300: #D5D7DA;--color-gray-400: #A4A7AE;--color-gray-500: #717680;--color-gray-600: #535862;--color-gray-700: #414651;--color-gray-800: #252B37;--color-gray-900: #181D27;--color-gray-950: #0A0D12;--color-gray-dark-25: #FCFCFB;--color-gray-dark-50: #F9F9F7;--color-gray-dark-100: #F2F1EE;--color-gray-dark-200: #E5E4DF;--color-gray-dark-300: #D0CEC8;--color-gray-dark-400: #9D9C95;--color-gray-dark-500: #6C6B65;--color-gray-dark-600: #51524B;--color-gray-dark-700: #41433C;--color-gray-dark-800: #2C2D28;--color-gray-dark-900: #1D1E1B;--color-gray-dark-950: #0F0F0E;--color-brand-25: #F2FAF7;--color-brand-50: #E5F5EF;--color-brand-100: #CCEBDF;--color-brand-200: #99D7BF;--color-brand-300: #66C39F;--color-brand-400: #33AD85;--color-brand-500: #2A9970;--color-brand-600: #268C6A;--color-brand-700: #227157;--color-brand-800: #1B5A45;--color-brand-900: #154837;--color-brand-950: #0C3528;--color-brand-25-90: rgba(242, 250, 247, .9);--color-brand-dark-25: #F1F8F5;--color-brand-dark-50: #E6F2ED;--color-brand-dark-100: #CDE8DE;--color-brand-dark-200: #9BD2BC;--color-brand-dark-300: #6CBB9B;--color-brand-dark-400: #45A381;--color-brand-dark-500: #3D8E6D;--color-brand-dark-600: #378063;--color-brand-dark-700: #2F6B56;--color-brand-dark-800: #275645;--color-brand-dark-900: #204536;--color-brand-dark-950: #192E25;--color-error-25: #FFFBFA;--color-error-50: #FEF3F2;--color-error-100: #FEE4E2;--color-error-200: #FECDCA;--color-error-300: #FDA29B;--color-error-400: #F97066;--color-error-500: #F04438;--color-error-600: #D92D20;--color-error-700: #B42318;--color-error-800: #912018;--color-error-900: #7A271A;--color-error-950: #55160C;--color-error-25-90: rgba(255, 251, 250, .9);--color-error-dark-25: #FEFAF9;--color-error-dark-50: #FDF2F1;--color-error-dark-100: #FBE2DF;--color-error-dark-200: #F7C4BF;--color-error-dark-300: #F19F97;--color-error-dark-400: #EA756B;--color-error-dark-500: #D7655B;--color-error-dark-600: #BD554B;--color-error-dark-700: #9D4840;--color-error-dark-800: #823D36;--color-error-dark-900: #6B362F;--color-error-dark-950: #4D2822;--color-warning-25: #FFFCF5;--color-warning-50: #FFFAEB;--color-warning-100: #FEF0C7;--color-warning-200: #FEDF89;--color-warning-300: #FEC84B;--color-warning-400: #FDB022;--color-warning-500: #F79009;--color-warning-600: #DC6803;--color-warning-700: #B54708;--color-warning-800: #93370D;--color-warning-900: #7A2E0E;--color-warning-950: #4E1D09;--color-warning-25-90: rgba(255, 252, 245, .9);--color-warning-dark-25: #FEFBF6;--color-warning-dark-50: #FEF8EB;--color-warning-dark-100: #FCEECB;--color-warning-dark-200: #F8DE9F;--color-warning-dark-300: #F2C56D;--color-warning-dark-400: #E6A652;--color-warning-dark-500: #CC8C42;--color-warning-dark-600: #B07A39;--color-warning-dark-700: #926532;--color-warning-dark-800: #79532C;--color-warning-dark-900: #64452A;--color-warning-dark-950: #493521;--color-info-25: #F5FBFF;--color-info-50: #F0F9FF;--color-info-100: #E0F2FE;--color-info-200: #B9E6FE;--color-info-300: #7CD4FD;--color-info-400: #36BFFA;--color-info-500: #0BA5EC;--color-info-600: #0086C9;--color-info-700: #026AA2;--color-info-800: #065986;--color-info-900: #0B4A6F;--color-info-950: #062C41;--color-info-25-90: rgba(245, 251, 255, .9);--color-info-dark-25: #F5F9FB;--color-info-dark-50: #EFF5F8;--color-info-dark-100: #DEE8ED;--color-info-dark-200: #B6D2E0;--color-info-dark-300: #82B8CF;--color-info-dark-400: #4F9BB9;--color-info-dark-500: #3A85A0;--color-info-dark-600: #32718a;--color-info-dark-700: #2B5E74;--color-info-dark-800: #254E62;--color-info-dark-900: #1F4151;--color-info-dark-950: #172E3B;--color-violet-25: #FCFAFF;--color-violet-50: #F9F5FF;--color-violet-100: #F4EBFF;--color-violet-200: #E9D7FE;--color-violet-300: #D6BBFB;--color-violet-400: #B692F6;--color-violet-500: #9E77ED;--color-violet-600: #7F56D9;--color-violet-700: #6941C6;--color-violet-800: #53389E;--color-violet-900: #42307D;--color-violet-950: #2C1C5F;--color-violet-dark-25: #FAF8FF;--color-violet-dark-50: #F6F2FF;--color-violet-dark-100: #EEE6FF;--color-violet-dark-200: #DDCFEE;--color-violet-dark-300: #C5B0E2;--color-violet-dark-400: #A789DC;--color-violet-dark-500: #8C68C8;--color-violet-dark-600: #7254B4;--color-violet-dark-700: #5E409E;--color-violet-dark-800: #4B3485;--color-violet-dark-900: #3C2C6B;--color-violet-dark-950: #271B4D;--color-indigo-25: #F5F8FF;--color-indigo-50: #EEF4FF;--color-indigo-100: #E0EAFF;--color-indigo-200: #C7D7FE;--color-indigo-300: #A4BCFD;--color-indigo-400: #8098F9;--color-indigo-500: #6172F3;--color-indigo-600: #444CE7;--color-indigo-700: #3538CD;--color-indigo-800: #2D31A6;--color-indigo-900: #2D3282;--color-purple-25: #FAFAFF;--color-purple-50: #F4F3FF;--color-purple-100: #EBE9FE;--color-purple-200: #D9D6FE;--color-purple-300: #BDB4FE;--color-purple-400: #9B8AFB;--color-purple-500: #7A5AF8;--color-purple-600: #6938EF;--color-purple-700: #5925DC;--color-purple-800: #4A1FB8;--color-purple-900: #3E1C96;--color-pink-25: #FEF6FB;--color-pink-50: #FDF2FA;--color-pink-100: #FCE7F6;--color-pink-200: #FCCEEE;--color-pink-300: #FAA7E0;--color-pink-400: #F670C7;--color-pink-500: #EE46BC;--color-pink-600: #DD2590;--color-pink-700: #C11574;--color-pink-800: #9E165F;--color-pink-900: #851651;--color-rose-25: #FFF5F6;--color-rose-50: #FFF1F3;--color-rose-100: #FFE4E8;--color-rose-200: #FECDD6;--color-rose-300: #FEA3B4;--color-rose-400: #FD6F8E;--color-rose-500: #F63D68;--color-rose-600: #E31B54;--color-rose-700: #C01048;--color-rose-800: #A11043;--color-rose-900: #89123E;--color-orange-25: #FFFAF5;--color-orange-50: #FFF6ED;--color-orange-100: #FFEAD5;--color-orange-200: #FDDCAB;--color-orange-300: #FEB273;--color-orange-400: #FD853A;--color-orange-500: #FB6514;--color-orange-600: #EC4A0A;--color-orange-700: #C4320A;--color-orange-800: #9C2A10;--color-orange-900: #7E2410;--gradient-brand-600-400-90-deg: 90deg, var(--color-brand-600), var(--color-brand-400);--gradient-brand-700-600-45-deg: 45deg, var(--color-brand-700), var(--color-brand-600);--gradient-brand-800-600-45-deg: 45deg, var(--color-brand-800), var(--color-brand-600);--gradient-brand-800-600-90-deg: 45deg, var(--color-brand-800), var(--color-brand-600);--gradient-brand-800-700-26-deg: 26.5deg, var(--color-brand-800), var(--color-brand-700);--gradient-brand-900-600-45-deg: 45deg, var(--color-brand-900), var(--color-brand-600);--gradient-brand-dark-600-400-90-deg: 90deg, var(--color-brand-dark-600), var(--color-brand-dark-400);--gradient-brand-dark-700-600-45-deg: 45deg, var(--color-brand-dark-700), var(--color-brand-dark-600);--gradient-brand-dark-800-600-45-deg: 45deg, var(--color-brand-dark-800), var(--color-brand-dark-600);--gradient-brand-dark-800-600-90-deg: 45deg, var(--color-brand-dark-800), var(--color-brand-dark-600);--gradient-brand-dark-800-700-26-deg: 26.5deg, var(--color-brand-dark-800), var(--color-brand-dark-700);--gradient-brand-dark-900-600-45-deg: 45deg, var(--color-brand-dark-900), var(--color-brand-dark-600);--gradient-header-white: 180deg, var(--color-white) 0%, var(--color-white) 75%, var(--color-white-0) 100%;--focus-ring-4px-transparent: .25rem solid transparent;--focus-ring-4px-corpcar-100: .25rem solid var(--color-brand-100);--focus-ring-4px-violet-100: .25rem solid var(--color-violet-100);--focus-ring-4px-gray-100: .25rem solid var(--color-gray-100);--focus-ring-4px-error-100: .25rem solid var(--color-error-100);--focus-ring-4px-gray-600: .25rem solid var(--color-error-600);--focus-ring-4px-violet-600: .25rem solid var(--color-violet-600);--shadow-xs: 0 .063rem .125rem 0 rgba(10,13,18,.05);--shadow-xs-focused-4px-violet-100: 0 0 0 .25rem var(--color-violet-100), 0 .063rem .125rem 0 rgba(10,13,18,.05);--shadow-xs-focused-4px-gray-100: 0 0 0 .25rem var(--color-gray-100), 0 .063rem .125rem 0 rgba(10,13,18,.05);--shadow-xs-focused-4px-error-100: 0 0 0 .25rem var(--color-error-100), 0 .063rem .125rem 0 rgba(10,13,18,.05);--shadow-sm: 0 .063rem .125rem 0 rgba(10,13,18,.05), 0 .063rem .188rem 0 rgba(10,13,18,.07);--shadow-sm-focused-4px-violet-100: 0 0 0 .25rem var(--color-violet-100), 0 .063rem .125rem 0 rgba(10,13,18,0), 0 .063rem .188rem 0 rgba(10,13,18,0);--shadow-sm-focused-4px-gray-100: 0 0 0 .25rem var(--color-gray-100), 0 .063rem .125rem 0 rgba(10,13,18,0), 0 .063rem .188rem 0 rgba(10,13,18,0);--shadow-md: 0 .125rem .25rem -.125rem rgba(10,13,18,.06), 0 .25rem .5rem -.125rem rgba(10,13,18,.06);--shadow-lg: 0 .25rem .375rem -.125rem rgba(10,13,18,.03), 0 .75rem 1rem -.25rem rgba(10,13,18,.08);--shadow-xl: 0 .5rem .5rem -.25rem rgba(10,13,18,.03), 0 1.25rem 1.5rem -.25rem rgba(10,13,18,.08);--shadow-2xl: 0 1.5rem 3rem -.75rem rgba(10,13,18,0);--shadow-3xl: 0 2rem 4rem -.75rem rgba(10,13,18,0);--blur-shadow-lg: 0 .25rem .375rem -.125rem rgba(10,13,18,.03), 0 .75rem 1rem -.25rem rgba(10,13,18,.08);--background-blur-sm: blur(-.25rem);--background-blur-md: blur(-1rem);--background-blur-lg: blur(-1.5rem);--background-blur-xl: blur(2.5rem);--background-transparent: 90deg, rgba(0,0,0,0), rgba(0,0,0,0);--background-brand: 90deg, rgba(27,90,69,.05), rgba(42,141,108,.05);--background-error: 90deg, rgba(130,61,54,.05), rgba(189,85,75,.05);--background-blue: 90deg, rgba(37,78,98,.05), rgba(50,113,138,.05);--background-info-error-start: rgba(130,61,54,.08);--background-info-error-end: rgba(189,85,75,.08);--background-info-blue-start: rgba(37,78,98,.08);--background-info-blue-end: rgba(50,113,138,.08);--background-info-brand: 90deg, rgba(39,86,69,.08), rgba(55,128,99,.08);--background-info-error: 90deg, rgba(130,61,54,.08), rgba(189,85,75,.08);--background-info-blue: 90deg, rgba(37,78,98,.08), rgba(50,113,138,.08);--background-dark-brand: 90deg, rgba(39,86,69,.15), rgba(55,128,99,.15);--background-dark-error: 90deg, rgba(145,32,24,.05), rgba(217,45,32,.05);--background-dark-blue: 90deg, rgba(37,78,98,.15), rgba(50,113,138,0);--background-dark-info-brand: 90deg, rgba(27,90,69,.15), rgba(42,141,108,.15);--background-dark-info-error: 90deg, rgba(130,61,54,.15), rgba(189,85,75,.15);--font-base: "Inter", Helvetica, sans-serif}@media screen and (max-width:990){:root{--focus-ring-4px-transparent: .651rem solid transparent;--focus-ring-4px-corpcar-100: .651rem solid var(--color-brand-100);--focus-ring-4px-violet-100: .651rem solid var(--color-violet-100);--focus-ring-4px-gray-100: .651rem solid var(--color-gray-100);--focus-ring-4px-error-100: .651rem solid var(--color-error-100);--focus-ring-4px-gray-600: .651rem solid var(--color-error-600);--focus-ring-4px-violet-600: .651rem solid var(--color-violet-600);--shadow-xs: 0 .163rem .326rem 0 rgba(10,13,18,.05);--shadow-xs-focused-4px-violet-100: 0 0 0 .651rem var(--color-violet-100), 0 .163rem .326rem 0 rgba(10,13,18,.05);--shadow-xs-focused-4px-gray-100: 0 0 0 .651rem var(--color-gray-100), 0 .163rem .326rem 0 rgba(10,13,18,.05);--shadow-xs-focused-4px-error-100: 0 0 0 .651rem var(--color-error-100), 0 .163rem .326rem 0 rgba(10,13,18,.05);--shadow-sm: 0 .163rem .326rem 0 rgba(10,13,18,.05), 0 .163rem .488rem 0 rgba(10,13,18,.07);--shadow-sm-focused-4px-violet-100: 0 0 0 .651rem var(--color-violet-100), 0 .163rem .326rem 0 rgba(10,13,18,0), 0 .163rem .488rem 0 rgba(10,13,18,0);--shadow-sm-focused-4px-gray-100: 0 0 0 .651rem var(--color-gray-100), 0 .163rem .326rem 0 rgba(10,13,18,0), 0 .163rem .488rem 0 rgba(10,13,18,0);--shadow-md: 0 .326rem .651rem -.326rem rgba(10,13,18, .05), 0 .651rem 1.303rem -.326rem rgba(10,13,18,.05);--shadow-lg: 0 .651rem .977rem -.326rem rgba(10,13,18,.03), 0 1.954rem 2.605rem -.651rem rgba(10,13,18,.08);--shadow-xl: 0 1.303rem 1.303rem -.651rem rgba(10,13,18,.03), 0 3.257rem 3.908rem -.651rem rgba(10,13,18,.08);--shadow-2xl: 0 3.908rem 7.816rem -1.954rem rgba(10,13,18,0);--shadow-3xl: 0 5.211rem 10.421rem -1.954rem rgba(10,13,18,0);--blur-shadow-lg: 0 .651rem .977rem -.326rem rgba(10,13,18,.03), 0 1.954rem 2.605rem -.651rem rgba(10,13,18,.08);--background-blur-sm: blur(-.651rem);--background-blur-md: blur(-2.605rem);--background-blur-lg: blur(-3.908rem);--background-blur-xl: blur(6.513rem)}}html,body{font-size:16px}@media all and (max-width:1600px)and (min-width:1599px){html,body{font-size:16px}}@media all and (max-width:1598px)and (min-width:1597px){html,body{font-size:15.98px}}@media all and (max-width:1596px)and (min-width:1595px){html,body{font-size:15.96px}}@media all and (max-width:1594px)and (min-width:1593px){html,body{font-size:15.94px}}@media all and (max-width:1592px)and (min-width:1591px){html,body{font-size:15.92px}}@media all and (max-width:1590px)and (min-width:1589px){html,body{font-size:15.9px}}@media all and (max-width:1588px)and (min-width:1587px){html,body{font-size:15.88px}}@media all and (max-width:1586px)and (min-width:1585px){html,body{font-size:15.86px}}@media all and (max-width:1584px)and (min-width:1583px){html,body{font-size:15.84px}}@media all and (max-width:1582px)and (min-width:1581px){html,body{font-size:15.82px}}@media all and (max-width:1580px)and (min-width:1579px){html,body{font-size:15.8px}}@media all and (max-width:1578px)and (min-width:1577px){html,body{font-size:15.78px}}@media all and (max-width:1576px)and (min-width:1575px){html,body{font-size:15.76px}}@media all and (max-width:1574px)and (min-width:1573px){html,body{font-size:15.74px}}@media all and (max-width:1572px)and (min-width:1571px){html,body{font-size:15.72px}}@media all and (max-width:1570px)and (min-width:1569px){html,body{font-size:15.7px}}@media all and (max-width:1568px)and (min-width:1567px){html,body{font-size:15.68px}}@media all and (max-width:1566px)and (min-width:1565px){html,body{font-size:15.66px}}@media all and (max-width:1564px)and (min-width:1563px){html,body{font-size:15.64px}}@media all and (max-width:1562px)and (min-width:1561px){html,body{font-size:15.62px}}@media all and (max-width:1560px)and (min-width:1559px){html,body{font-size:15.6px}}@media all and (max-width:1558px)and (min-width:1557px){html,body{font-size:15.58px}}@media all and (max-width:1556px)and (min-width:1555px){html,body{font-size:15.56px}}@media all and (max-width:1554px)and (min-width:1553px){html,body{font-size:15.54px}}@media all and (max-width:1552px)and (min-width:1551px){html,body{font-size:15.52px}}@media all and (max-width:1550px)and (min-width:1549px){html,body{font-size:15.5px}}@media all and (max-width:1548px)and (min-width:1547px){html,body{font-size:15.48px}}@media all and (max-width:1546px)and (min-width:1545px){html,body{font-size:15.46px}}@media all and (max-width:1544px)and (min-width:1543px){html,body{font-size:15.44px}}@media all and (max-width:1542px)and (min-width:1541px){html,body{font-size:15.42px}}@media all and (max-width:1540px)and (min-width:1539px){html,body{font-size:15.4px}}@media all and (max-width:1538px)and (min-width:1537px){html,body{font-size:15.38px}}@media all and (max-width:1536px)and (min-width:1535px){html,body{font-size:15.36px}}@media all and (max-width:1534px)and (min-width:1533px){html,body{font-size:15.34px}}@media all and (max-width:1532px)and (min-width:1531px){html,body{font-size:15.32px}}@media all and (max-width:1530px)and (min-width:1529px){html,body{font-size:15.3px}}@media all and (max-width:1528px)and (min-width:1527px){html,body{font-size:15.28px}}@media all and (max-width:1526px)and (min-width:1525px){html,body{font-size:15.26px}}@media all and (max-width:1524px)and (min-width:1523px){html,body{font-size:15.24px}}@media all and (max-width:1522px)and (min-width:1521px){html,body{font-size:15.22px}}@media all and (max-width:1520px)and (min-width:1519px){html,body{font-size:15.2px}}@media all and (max-width:1518px)and (min-width:1517px){html,body{font-size:15.18px}}@media all and (max-width:1516px)and (min-width:1515px){html,body{font-size:15.16px}}@media all and (max-width:1514px)and (min-width:1513px){html,body{font-size:15.14px}}@media all and (max-width:1512px)and (min-width:1511px){html,body{font-size:15.12px}}@media all and (max-width:1510px)and (min-width:1509px){html,body{font-size:15.1px}}@media all and (max-width:1508px)and (min-width:1507px){html,body{font-size:15.08px}}@media all and (max-width:1506px)and (min-width:1505px){html,body{font-size:15.06px}}@media all and (max-width:1504px)and (min-width:1503px){html,body{font-size:15.04px}}@media all and (max-width:1502px)and (min-width:1501px){html,body{font-size:15.02px}}@media all and (max-width:1500px)and (min-width:1499px){html,body{font-size:15px}}@media all and (max-width:1498px)and (min-width:1497px){html,body{font-size:14.98px}}@media all and (max-width:1496px)and (min-width:1495px){html,body{font-size:14.96px}}@media all and (max-width:1494px)and (min-width:1493px){html,body{font-size:14.94px}}@media all and (max-width:1492px)and (min-width:1491px){html,body{font-size:14.92px}}@media all and (max-width:1490px)and (min-width:1489px){html,body{font-size:14.9px}}@media all and (max-width:1488px)and (min-width:1487px){html,body{font-size:14.88px}}@media all and (max-width:1486px)and (min-width:1485px){html,body{font-size:14.86px}}@media all and (max-width:1484px)and (min-width:1483px){html,body{font-size:14.84px}}@media all and (max-width:1482px)and (min-width:1481px){html,body{font-size:14.82px}}@media all and (max-width:1480px)and (min-width:1479px){html,body{font-size:14.8px}}@media all and (max-width:1478px)and (min-width:1477px){html,body{font-size:14.78px}}@media all and (max-width:1476px)and (min-width:1475px){html,body{font-size:14.76px}}@media all and (max-width:1474px)and (min-width:1473px){html,body{font-size:14.74px}}@media all and (max-width:1472px)and (min-width:1471px){html,body{font-size:14.72px}}@media all and (max-width:1470px)and (min-width:1469px){html,body{font-size:14.7px}}@media all and (max-width:1468px)and (min-width:1467px){html,body{font-size:14.68px}}@media all and (max-width:1466px)and (min-width:1465px){html,body{font-size:14.66px}}@media all and (max-width:1464px)and (min-width:1463px){html,body{font-size:14.64px}}@media all and (max-width:1462px)and (min-width:1461px){html,body{font-size:14.62px}}@media all and (max-width:1460px)and (min-width:1459px){html,body{font-size:14.6px}}@media all and (max-width:1458px)and (min-width:1457px){html,body{font-size:14.58px}}@media all and (max-width:1456px)and (min-width:1455px){html,body{font-size:14.56px}}@media all and (max-width:1454px)and (min-width:1453px){html,body{font-size:14.54px}}@media all and (max-width:1452px)and (min-width:1451px){html,body{font-size:14.52px}}@media all and (max-width:1450px)and (min-width:1449px){html,body{font-size:14.5px}}@media all and (max-width:1448px)and (min-width:1447px){html,body{font-size:14.48px}}@media all and (max-width:1446px)and (min-width:1445px){html,body{font-size:14.46px}}@media all and (max-width:1444px)and (min-width:1443px){html,body{font-size:14.44px}}@media all and (max-width:1442px)and (min-width:1441px){html,body{font-size:14.42px}}@media all and (max-width:1440px)and (min-width:1439px){html,body{font-size:14.4px}}@media all and (max-width:1438px)and (min-width:1437px){html,body{font-size:14.38px}}@media all and (max-width:1436px)and (min-width:1435px){html,body{font-size:14.36px}}@media all and (max-width:1434px)and (min-width:1433px){html,body{font-size:14.34px}}@media all and (max-width:1432px)and (min-width:1431px){html,body{font-size:14.32px}}@media all and (max-width:1430px)and (min-width:1429px){html,body{font-size:14.3px}}@media all and (max-width:1428px)and (min-width:1427px){html,body{font-size:14.28px}}@media all and (max-width:1426px)and (min-width:1425px){html,body{font-size:14.26px}}@media all and (max-width:1424px)and (min-width:1423px){html,body{font-size:14.24px}}@media all and (max-width:1422px)and (min-width:1421px){html,body{font-size:14.22px}}@media all and (max-width:1420px)and (min-width:1419px){html,body{font-size:14.2px}}@media all and (max-width:1418px)and (min-width:1417px){html,body{font-size:14.18px}}@media all and (max-width:1416px)and (min-width:1415px){html,body{font-size:14.16px}}@media all and (max-width:1414px)and (min-width:1413px){html,body{font-size:14.14px}}@media all and (max-width:1412px)and (min-width:1411px){html,body{font-size:14.12px}}@media all and (max-width:1410px)and (min-width:1409px){html,body{font-size:14.1px}}@media all and (max-width:1408px)and (min-width:1407px){html,body{font-size:14.08px}}@media all and (max-width:1406px)and (min-width:1405px){html,body{font-size:14.06px}}@media all and (max-width:1404px)and (min-width:1403px){html,body{font-size:14.04px}}@media all and (max-width:1402px)and (min-width:1401px){html,body{font-size:14.02px}}@media all and (max-width:1400px)and (min-width:1399px){html,body{font-size:14px}}@media all and (max-width:1398px)and (min-width:1397px){html,body{font-size:13.98px}}@media all and (max-width:1396px)and (min-width:1395px){html,body{font-size:13.96px}}@media all and (max-width:1394px)and (min-width:1393px){html,body{font-size:13.94px}}@media all and (max-width:1392px)and (min-width:1391px){html,body{font-size:13.92px}}@media all and (max-width:1390px)and (min-width:1389px){html,body{font-size:13.9px}}@media all and (max-width:1388px)and (min-width:1387px){html,body{font-size:13.88px}}@media all and (max-width:1386px)and (min-width:1385px){html,body{font-size:13.86px}}@media all and (max-width:1384px)and (min-width:1383px){html,body{font-size:13.84px}}@media all and (max-width:1382px)and (min-width:1381px){html,body{font-size:13.82px}}@media all and (max-width:1380px)and (min-width:1379px){html,body{font-size:13.8px}}@media all and (max-width:1378px)and (min-width:1377px){html,body{font-size:13.78px}}@media all and (max-width:1376px)and (min-width:1375px){html,body{font-size:13.76px}}@media all and (max-width:1374px)and (min-width:1373px){html,body{font-size:13.74px}}@media all and (max-width:1372px)and (min-width:1371px){html,body{font-size:13.72px}}@media all and (max-width:1370px)and (min-width:1369px){html,body{font-size:13.7px}}@media all and (max-width:1368px)and (min-width:1367px){html,body{font-size:13.68px}}@media all and (max-width:1366px)and (min-width:1365px){html,body{font-size:13.66px}}@media all and (max-width:1364px)and (min-width:1363px){html,body{font-size:13.64px}}@media all and (max-width:1362px)and (min-width:1361px){html,body{font-size:13.62px}}@media all and (max-width:1360px)and (min-width:1359px){html,body{font-size:13.6px}}@media all and (max-width:1358px)and (min-width:1357px){html,body{font-size:13.58px}}@media all and (max-width:1356px)and (min-width:1355px){html,body{font-size:13.56px}}@media all and (max-width:1354px)and (min-width:1353px){html,body{font-size:13.54px}}@media all and (max-width:1352px)and (min-width:1351px){html,body{font-size:13.52px}}@media all and (max-width:1350px)and (min-width:1349px){html,body{font-size:13.5px}}@media all and (max-width:1348px)and (min-width:1347px){html,body{font-size:13.48px}}@media all and (max-width:1346px)and (min-width:1345px){html,body{font-size:13.46px}}@media all and (max-width:1344px)and (min-width:1343px){html,body{font-size:13.44px}}@media all and (max-width:1342px)and (min-width:1341px){html,body{font-size:13.42px}}@media all and (max-width:1340px)and (min-width:1339px){html,body{font-size:13.4px}}@media all and (max-width:1338px)and (min-width:1337px){html,body{font-size:13.38px}}@media all and (max-width:1336px)and (min-width:1335px){html,body{font-size:13.36px}}@media all and (max-width:1334px)and (min-width:1333px){html,body{font-size:13.34px}}@media all and (max-width:1332px)and (min-width:1331px){html,body{font-size:13.32px}}@media all and (max-width:1330px)and (min-width:1329px){html,body{font-size:13.3px}}@media all and (max-width:1328px)and (min-width:1327px){html,body{font-size:13.28px}}@media all and (max-width:1326px)and (min-width:1325px){html,body{font-size:13.26px}}@media all and (max-width:1324px)and (min-width:1323px){html,body{font-size:13.24px}}@media all and (max-width:1322px)and (min-width:1321px){html,body{font-size:13.22px}}@media all and (max-width:1320px)and (min-width:1319px){html,body{font-size:13.2px}}@media all and (max-width:1318px)and (min-width:1317px){html,body{font-size:13.18px}}@media all and (max-width:1316px)and (min-width:1315px){html,body{font-size:13.16px}}@media all and (max-width:1314px)and (min-width:1313px){html,body{font-size:13.14px}}@media all and (max-width:1312px)and (min-width:1311px){html,body{font-size:13.12px}}@media all and (max-width:1310px)and (min-width:1309px){html,body{font-size:13.1px}}@media all and (max-width:1308px)and (min-width:1307px){html,body{font-size:13.08px}}@media all and (max-width:1306px)and (min-width:1305px){html,body{font-size:13.06px}}@media all and (max-width:1304px)and (min-width:1303px){html,body{font-size:13.04px}}@media all and (max-width:1302px)and (min-width:1301px){html,body{font-size:13.02px}}@media all and (max-width:1300px)and (min-width:1299px){html,body{font-size:13px}}@media all and (max-width:1298px)and (min-width:1297px){html,body{font-size:12.98px}}@media all and (max-width:1296px)and (min-width:1295px){html,body{font-size:12.96px}}@media all and (max-width:1294px)and (min-width:1293px){html,body{font-size:12.94px}}@media all and (max-width:1292px)and (min-width:1291px){html,body{font-size:12.92px}}@media all and (max-width:1290px)and (min-width:1289px){html,body{font-size:12.9px}}@media all and (max-width:1288px)and (min-width:1287px){html,body{font-size:12.88px}}@media all and (max-width:1286px)and (min-width:1285px){html,body{font-size:12.86px}}@media all and (max-width:1284px)and (min-width:1283px){html,body{font-size:12.84px}}@media all and (max-width:1282px)and (min-width:1281px){html,body{font-size:12.82px}}@media all and (max-width:1280px)and (min-width:1279px){html,body{font-size:12.8px}}@media all and (max-width:1278px)and (min-width:1277px){html,body{font-size:12.78px}}@media all and (max-width:1276px)and (min-width:1275px){html,body{font-size:12.76px}}@media all and (max-width:1274px)and (min-width:1273px){html,body{font-size:12.74px}}@media all and (max-width:1272px)and (min-width:1271px){html,body{font-size:12.72px}}@media all and (max-width:1270px)and (min-width:1269px){html,body{font-size:12.7px}}@media all and (max-width:1268px)and (min-width:1267px){html,body{font-size:12.68px}}@media all and (max-width:1266px)and (min-width:1265px){html,body{font-size:12.66px}}@media all and (max-width:1264px)and (min-width:1263px){html,body{font-size:12.64px}}@media all and (max-width:1262px)and (min-width:1261px){html,body{font-size:12.62px}}@media all and (max-width:1260px)and (min-width:1259px){html,body{font-size:12.6px}}@media all and (max-width:1258px)and (min-width:1257px){html,body{font-size:12.58px}}@media all and (max-width:1256px)and (min-width:1255px){html,body{font-size:12.56px}}@media all and (max-width:1254px)and (min-width:1253px){html,body{font-size:12.54px}}@media all and (max-width:1252px)and (min-width:1251px){html,body{font-size:12.52px}}@media all and (max-width:1250px)and (min-width:1249px){html,body{font-size:12.5px}}@media all and (max-width:1248px)and (min-width:1247px){html,body{font-size:12.48px}}@media all and (max-width:1246px)and (min-width:1245px){html,body{font-size:12.46px}}@media all and (max-width:1244px)and (min-width:1243px){html,body{font-size:12.44px}}@media all and (max-width:1242px)and (min-width:1241px){html,body{font-size:12.42px}}@media all and (max-width:1240px)and (min-width:1239px){html,body{font-size:12.4px}}@media all and (max-width:1238px)and (min-width:1237px){html,body{font-size:12.38px}}@media all and (max-width:1236px)and (min-width:1235px){html,body{font-size:12.36px}}@media all and (max-width:1234px)and (min-width:1233px){html,body{font-size:12.34px}}@media all and (max-width:1232px)and (min-width:1231px){html,body{font-size:12.32px}}@media all and (max-width:1230px)and (min-width:1229px){html,body{font-size:12.3px}}@media all and (max-width:1228px)and (min-width:1227px){html,body{font-size:12.28px}}@media all and (max-width:1226px)and (min-width:1225px){html,body{font-size:12.26px}}@media all and (max-width:1224px)and (min-width:1223px){html,body{font-size:12.24px}}@media all and (max-width:1222px)and (min-width:1221px){html,body{font-size:12.22px}}@media all and (max-width:1220px)and (min-width:1219px){html,body{font-size:12.2px}}@media all and (max-width:1218px)and (min-width:1217px){html,body{font-size:12.18px}}@media all and (max-width:1216px)and (min-width:1215px){html,body{font-size:12.16px}}@media all and (max-width:1214px)and (min-width:1213px){html,body{font-size:12.14px}}@media all and (max-width:1212px)and (min-width:1211px){html,body{font-size:12.12px}}@media all and (max-width:1210px)and (min-width:1209px){html,body{font-size:12.1px}}@media all and (max-width:1208px)and (min-width:1207px){html,body{font-size:12.08px}}@media all and (max-width:1206px)and (min-width:1205px){html,body{font-size:12.06px}}@media all and (max-width:1204px)and (min-width:1203px){html,body{font-size:12.04px}}@media all and (max-width:1202px)and (min-width:1201px){html,body{font-size:12.02px}}@media all and (max-width:1200px)and (min-width:1199px){html,body{font-size:12px}}@media all and (max-width:1198px)and (min-width:1197px){html,body{font-size:11.98px}}@media all and (max-width:1196px)and (min-width:1195px){html,body{font-size:11.96px}}@media all and (max-width:1194px)and (min-width:1193px){html,body{font-size:11.94px}}@media all and (max-width:1192px)and (min-width:1191px){html,body{font-size:11.92px}}@media all and (max-width:1190px)and (min-width:1189px){html,body{font-size:11.9px}}@media all and (max-width:1188px)and (min-width:1187px){html,body{font-size:11.88px}}@media all and (max-width:1186px)and (min-width:1185px){html,body{font-size:11.86px}}@media all and (max-width:1184px)and (min-width:1183px){html,body{font-size:11.84px}}@media all and (max-width:1182px)and (min-width:1181px){html,body{font-size:11.82px}}@media all and (max-width:1180px)and (min-width:1179px){html,body{font-size:11.8px}}@media all and (max-width:1178px)and (min-width:1177px){html,body{font-size:11.78px}}@media all and (max-width:1176px)and (min-width:1175px){html,body{font-size:11.76px}}@media all and (max-width:1174px)and (min-width:1173px){html,body{font-size:11.74px}}@media all and (max-width:1172px)and (min-width:1171px){html,body{font-size:11.72px}}@media all and (max-width:1170px)and (min-width:1169px){html,body{font-size:11.7px}}@media all and (max-width:1168px)and (min-width:1167px){html,body{font-size:11.68px}}@media all and (max-width:1166px)and (min-width:1165px){html,body{font-size:11.66px}}@media all and (max-width:1164px)and (min-width:1163px){html,body{font-size:11.64px}}@media all and (max-width:1162px)and (min-width:1161px){html,body{font-size:11.62px}}@media all and (max-width:1160px)and (min-width:1159px){html,body{font-size:11.6px}}@media all and (max-width:1158px)and (min-width:1157px){html,body{font-size:11.58px}}@media all and (max-width:1156px)and (min-width:1155px){html,body{font-size:11.56px}}@media all and (max-width:1154px)and (min-width:1153px){html,body{font-size:11.54px}}@media all and (max-width:1152px)and (min-width:1151px){html,body{font-size:11.52px}}@media all and (max-width:1150px)and (min-width:1149px){html,body{font-size:11.5px}}@media all and (max-width:1148px)and (min-width:1147px){html,body{font-size:11.48px}}@media all and (max-width:1146px)and (min-width:1145px){html,body{font-size:11.46px}}@media all and (max-width:1144px)and (min-width:1143px){html,body{font-size:11.44px}}@media all and (max-width:1142px)and (min-width:1141px){html,body{font-size:11.42px}}@media all and (max-width:1140px)and (min-width:1139px){html,body{font-size:11.4px}}@media all and (max-width:1138px)and (min-width:1137px){html,body{font-size:11.38px}}@media all and (max-width:1136px)and (min-width:1135px){html,body{font-size:11.36px}}@media all and (max-width:1134px)and (min-width:1133px){html,body{font-size:11.34px}}@media all and (max-width:1132px)and (min-width:1131px){html,body{font-size:11.32px}}@media all and (max-width:1130px)and (min-width:1129px){html,body{font-size:11.3px}}@media all and (max-width:1128px)and (min-width:1127px){html,body{font-size:11.28px}}@media all and (max-width:1126px)and (min-width:1125px){html,body{font-size:11.26px}}@media all and (max-width:1124px)and (min-width:1123px){html,body{font-size:11.24px}}@media all and (max-width:1122px)and (min-width:1121px){html,body{font-size:11.22px}}@media all and (max-width:1120px)and (min-width:1119px){html,body{font-size:11.2px}}@media all and (max-width:1118px)and (min-width:1117px){html,body{font-size:11.18px}}@media all and (max-width:1116px)and (min-width:1115px){html,body{font-size:11.16px}}@media all and (max-width:1114px)and (min-width:1113px){html,body{font-size:11.14px}}@media all and (max-width:1112px)and (min-width:1111px){html,body{font-size:11.12px}}@media all and (max-width:1110px)and (min-width:1109px){html,body{font-size:11.1px}}@media all and (max-width:1108px)and (min-width:1107px){html,body{font-size:11.08px}}@media all and (max-width:1106px)and (min-width:1105px){html,body{font-size:11.06px}}@media all and (max-width:1104px)and (min-width:1103px){html,body{font-size:11.04px}}@media all and (max-width:1102px)and (min-width:1101px){html,body{font-size:11.02px}}@media all and (max-width:1100px)and (min-width:1099px){html,body{font-size:11px}}@media all and (max-width:1098px)and (min-width:1097px){html,body{font-size:10.98px}}@media all and (max-width:1096px)and (min-width:1095px){html,body{font-size:10.96px}}@media all and (max-width:1094px)and (min-width:1093px){html,body{font-size:10.94px}}@media all and (max-width:1092px)and (min-width:1091px){html,body{font-size:10.92px}}@media all and (max-width:1090px)and (min-width:1089px){html,body{font-size:10.9px}}@media all and (max-width:1088px)and (min-width:1087px){html,body{font-size:10.88px}}@media all and (max-width:1086px)and (min-width:1085px){html,body{font-size:10.86px}}@media all and (max-width:1084px)and (min-width:1083px){html,body{font-size:10.84px}}@media all and (max-width:1082px)and (min-width:1081px){html,body{font-size:10.82px}}@media all and (max-width:1080px)and (min-width:1079px){html,body{font-size:10.8px}}@media all and (max-width:1078px)and (min-width:1077px){html,body{font-size:10.78px}}@media all and (max-width:1076px)and (min-width:1075px){html,body{font-size:10.76px}}@media all and (max-width:1074px)and (min-width:1073px){html,body{font-size:10.74px}}@media all and (max-width:1072px)and (min-width:1071px){html,body{font-size:10.72px}}@media all and (max-width:1070px)and (min-width:1069px){html,body{font-size:10.7px}}@media all and (max-width:1068px)and (min-width:1067px){html,body{font-size:10.68px}}@media all and (max-width:1066px)and (min-width:1065px){html,body{font-size:10.66px}}@media all and (max-width:1064px)and (min-width:1063px){html,body{font-size:10.64px}}@media all and (max-width:1062px)and (min-width:1061px){html,body{font-size:10.62px}}@media all and (max-width:1060px)and (min-width:1059px){html,body{font-size:10.6px}}@media all and (max-width:1058px)and (min-width:1057px){html,body{font-size:10.58px}}@media all and (max-width:1056px)and (min-width:1055px){html,body{font-size:10.56px}}@media all and (max-width:1054px)and (min-width:1053px){html,body{font-size:10.54px}}@media all and (max-width:1052px)and (min-width:1051px){html,body{font-size:10.52px}}@media all and (max-width:1050px)and (min-width:1049px){html,body{font-size:10.5px}}@media all and (max-width:1048px)and (min-width:1047px){html,body{font-size:10.48px}}@media all and (max-width:1046px)and (min-width:1045px){html,body{font-size:10.46px}}@media all and (max-width:1044px)and (min-width:1043px){html,body{font-size:10.44px}}@media all and (max-width:1042px)and (min-width:1041px){html,body{font-size:10.42px}}@media all and (max-width:1040px)and (min-width:1039px){html,body{font-size:10.4px}}@media all and (max-width:1038px)and (min-width:1037px){html,body{font-size:10.38px}}@media all and (max-width:1036px)and (min-width:1035px){html,body{font-size:10.36px}}@media all and (max-width:1034px)and (min-width:1033px){html,body{font-size:10.34px}}@media all and (max-width:1032px)and (min-width:1031px){html,body{font-size:10.32px}}@media all and (max-width:1030px)and (min-width:1029px){html,body{font-size:10.3px}}@media all and (max-width:1028px)and (min-width:1027px){html,body{font-size:10.28px}}@media all and (max-width:1026px)and (min-width:1025px){html,body{font-size:10.26px}}@media all and (max-width:1024px)and (min-width:1023px){html,body{font-size:10.24px}}@media all and (max-width:1022px)and (min-width:1021px){html,body{font-size:10.22px}}@media all and (max-width:1020px)and (min-width:1019px){html,body{font-size:10.2px}}@media all and (max-width:1018px)and (min-width:1017px){html,body{font-size:10.18px}}@media all and (max-width:1016px)and (min-width:1015px){html,body{font-size:10.16px}}@media all and (max-width:1014px)and (min-width:1013px){html,body{font-size:10.14px}}@media all and (max-width:1012px)and (min-width:1011px){html,body{font-size:10.12px}}@media all and (max-width:1010px)and (min-width:1009px){html,body{font-size:10.1px}}@media all and (max-width:1008px)and (min-width:1007px){html,body{font-size:10.08px}}@media all and (max-width:1006px)and (min-width:1005px){html,body{font-size:10.06px}}@media all and (max-width:1004px)and (min-width:1003px){html,body{font-size:10.04px}}@media all and (max-width:1002px)and (min-width:1001px){html,body{font-size:10.02px}}@media all and (max-width:1000px)and (min-width:999px){html,body{font-size:10px}}@media all and (max-width:998px)and (min-width:997px){html,body{font-size:9.98px}}@media all and (max-width:996px)and (min-width:995px){html,body{font-size:9.96px}}@media all and (max-width:994px)and (min-width:993px){html,body{font-size:9.94px}}@media all and (max-width:992px)and (min-width:991px){html,body{font-size:9.92px}}@media all and (max-width:990px)and (min-width:989px){html,body{font-size:9.9px}}@media screen and (max-width:990px){html,body{font-size:clamp(6px,6.59px + 10 * (100vw - 360px) / 1240,16px)}}html,body{background:var(--color-gray-25);color:var(--color-gray-900);font-family:var(--font-base);line-height:normal;-webkit-font-smoothing:subpixel-antialiased;max-width:100%;min-width:360px;min-height:100%;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;position:relative;scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;text-size-adjust:100%;width:100%}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body,html{min-width:360px}body{position:relative;display:flex;flex-direction:column;padding:2rem 2rem 1.5rem;gap:2rem;margin-left:5rem;width:-webkit-calc(100% - 5rem);width:-moz-calc(100% - 5rem);width:calc(100% - 5rem);overflow-x:hidden;margin-top:0;margin-bottom:0}@media screen and (max-width:990px){body{width:100%;padding:11.398rem 2.605rem 9.77rem;margin-left:0;gap:0;margin-right:0}}body.body_expanded{margin-left:19.5rem;width:-webkit-calc(100% - 19.5rem);width:-moz-calc(100% - 19.5rem);width:calc(100% - 19.5rem)}@media screen and (max-width:990px){body.body_expanded{margin-left:0;width:100%}}body.body_white{background:var(--color-white)}body.body_transition{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}body.body_modal-opened{overflow-y:hidden}body.body_no-menu{margin-left:0;width:100%}body.body_table{height:100vh;padding-bottom:0}body.body_table .body{display:flex;flex-direction:column;height:100%;overflow:hidden}body.body_table .body #table{flex:1;overflow:auto}body.body_table .body #table .table{display:flex;flex-direction:column;height:100%}body.body_table .body #table .table__wrapper{height:-webkit-calc(100% - 1.5rem);height:-moz-calc(100% - 1.5rem);height:calc(100% - 1.5rem);scrollbar-gutter:stable both-edges}@media screen and (max-width:990px){body.body_table .body #table .table__wrapper{height:-webkit-calc(100% - 9.77rem);height:-moz-calc(100% - 9.77rem);height:calc(100% - 9.77rem)}}body.body_table .body #table .table__wrapper_filters-opened{height:auto;padding-bottom:1.5rem}@media screen and (max-width:990px){body.body_table .body #table .table__wrapper_filters-opened{padding-bottom:0}}body.body_table .body #table .table__content{flex:1;overflow:auto}body.body_table .body #table .table__content thead{position:sticky;top:0;z-index:1}body.body_table .body #table .table__default_wrapper{overflow-x:unset}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.p-0{padding:0}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.p-1{padding:.25rem}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.p-2{padding:.5rem}.mb-3{margin-bottom:1rem}.mt-3{margin-top:1rem}.p-3{padding:1rem}.mb-4{margin-bottom:1.5rem}.mt-4{margin-top:1.5rem}.p-4{padding:1.5rem}.icon{-webkit-mask-size:cover;mask-size:cover;background-size:cover}.icon_caret{-webkit-mask-image:url(/build/assets/caret-BIJvXQLt.svg);mask-image:url(/build/assets/caret-BIJvXQLt.svg);-webkit-mask-size:cover;mask-size:cover}.icon_caret-left{-webkit-mask-image:url(/build/assets/caret-left-5zxMEqQO.svg);mask-image:url(/build/assets/caret-left-5zxMEqQO.svg);-webkit-mask-size:cover;mask-size:cover}.icon_caret-right{-webkit-mask-image:url(/build/assets/caret-right-BhCkAbG1.svg);mask-image:url(/build/assets/caret-right-BhCkAbG1.svg);-webkit-mask-size:cover;mask-size:cover}.icon_selector{-webkit-mask-image:url(/build/assets/selector-DqEzwagK.svg);mask-image:url(/build/assets/selector-DqEzwagK.svg);-webkit-mask-size:cover;mask-size:cover}.icon_cross{-webkit-mask-image:url(/build/assets/cross-BL62teAw.svg);mask-image:url(/build/assets/cross-BL62teAw.svg);-webkit-mask-size:cover;mask-size:cover}.icon_clock{-webkit-mask-image:url(/build/assets/clock-BfgxB2r2.svg);mask-image:url(/build/assets/clock-BfgxB2r2.svg);-webkit-mask-size:cover;mask-size:cover}.icon_calendar{-webkit-mask-image:url(/build/assets/calendar-gPXSTc_t.svg);mask-image:url(/build/assets/calendar-gPXSTc_t.svg);-webkit-mask-size:cover;mask-size:cover}.icon_calendar-week{-webkit-mask-image:url(/build/assets/calendar-week-DpnHxgYp.svg);mask-image:url(/build/assets/calendar-week-DpnHxgYp.svg);-webkit-mask-size:cover;mask-size:cover}.icon_upload-cloud{-webkit-mask-image:url(/build/assets/upload-cloud-OOxUhFye.svg);mask-image:url(/build/assets/upload-cloud-OOxUhFye.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file{-webkit-mask-image:url(/build/assets/file-DSytcaOo.svg);mask-image:url(/build/assets/file-DSytcaOo.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-csv{-webkit-mask-image:url(/build/assets/file-type-csv-CJ1XzC3h.svg);mask-image:url(/build/assets/file-type-csv-CJ1XzC3h.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-doc{-webkit-mask-image:url(/build/assets/file-type-doc-gASQQcI9.svg);mask-image:url(/build/assets/file-type-doc-gASQQcI9.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-docx{-webkit-mask-image:url(/build/assets/file-type-docx-Cusy6LYa.svg);mask-image:url(/build/assets/file-type-docx-Cusy6LYa.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-jpg{-webkit-mask-image:url(/build/assets/file-type-jpg-Co3zUdku.svg);mask-image:url(/build/assets/file-type-jpg-Co3zUdku.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-pdf{-webkit-mask-image:url(/build/assets/file-type-pdf-ku6Pz15n.svg);mask-image:url(/build/assets/file-type-pdf-ku6Pz15n.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-png{-webkit-mask-image:url(/build/assets/file-type-png-DbFC0PbS.svg);mask-image:url(/build/assets/file-type-png-DbFC0PbS.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-svg{-webkit-mask-image:url(/build/assets/file-type-svg-CJiyuy6J.svg);mask-image:url(/build/assets/file-type-svg-CJiyuy6J.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-xls{-webkit-mask-image:url(/build/assets/file-type-xls-BsqFpM7R.svg);mask-image:url(/build/assets/file-type-xls-BsqFpM7R.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-xlsx{-webkit-mask-image:url(/build/assets/file-type-xlsx-B-7JDX2R.svg);mask-image:url(/build/assets/file-type-xlsx-B-7JDX2R.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-xml{-webkit-mask-image:url(/build/assets/file-type-xml-A3fe5Ouk.svg);mask-image:url(/build/assets/file-type-xml-A3fe5Ouk.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-type-zip{-webkit-mask-image:url(/build/assets/file-type-zip-mIuabUC5.svg);mask-image:url(/build/assets/file-type-zip-mIuabUC5.svg);-webkit-mask-size:cover;mask-size:cover}.icon_adjustments-alt{-webkit-mask-image:url(/build/assets/adjustments-alt-DSsJDGEF.svg);mask-image:url(/build/assets/adjustments-alt-DSsJDGEF.svg);-webkit-mask-size:cover;mask-size:cover}.icon_arrow-narrow-right{-webkit-mask-image:url(/build/assets/arrow-narrow-right-CfctEFR6.svg);mask-image:url(/build/assets/arrow-narrow-right-CfctEFR6.svg);-webkit-mask-size:cover;mask-size:cover}.icon_arrow-narrow-up{-webkit-mask-image:url(/build/assets/arrow-narrow-up-Ddrrw8dr.svg);mask-image:url(/build/assets/arrow-narrow-up-Ddrrw8dr.svg);-webkit-mask-size:cover;mask-size:cover}.icon_lifebuoy{-webkit-mask-image:url(/build/assets/lifebuoy-C90GLEnq.svg);mask-image:url(/build/assets/lifebuoy-C90GLEnq.svg);-webkit-mask-size:cover;mask-size:cover}.icon_steering-wheel{-webkit-mask-image:url(/build/assets/steering-wheel-DBdlfnsH.svg);mask-image:url(/build/assets/steering-wheel-DBdlfnsH.svg);-webkit-mask-size:cover;mask-size:cover}.icon_settings{-webkit-mask-image:url(/build/assets/settings-DK4Io9Jt.svg);mask-image:url(/build/assets/settings-DK4Io9Jt.svg);-webkit-mask-size:cover;mask-size:cover}.icon_license{-webkit-mask-image:url(/build/assets/license-olU3KBtt.svg);mask-image:url(/build/assets/license-olU3KBtt.svg);-webkit-mask-size:cover;mask-size:cover}.icon_logout{-webkit-mask-image:url(/build/assets/logout-DKSaW15x.svg);mask-image:url(/build/assets/logout-DKSaW15x.svg);-webkit-mask-size:cover;mask-size:cover}.icon_bookmarks{-webkit-mask-image:url(/build/assets/bookmarks-ClVVdTWF.svg);mask-image:url(/build/assets/bookmarks-ClVVdTWF.svg);-webkit-mask-size:cover;mask-size:cover}.icon_folders{-webkit-mask-image:url(/build/assets/folders-BatTpaVI.svg);mask-image:url(/build/assets/folders-BatTpaVI.svg);-webkit-mask-size:cover;mask-size:cover}.icon_car{-webkit-mask-image:url(/build/assets/car-BOJQcwfF.svg);mask-image:url(/build/assets/car-BOJQcwfF.svg);-webkit-mask-size:cover;mask-size:cover}.icon_car-garage{-webkit-mask-image:url(/build/assets/car-garage-B6ZSbKqh.svg);mask-image:url(/build/assets/car-garage-B6ZSbKqh.svg);-webkit-mask-size:cover;mask-size:cover}.icon_report{-webkit-mask-image:url(/build/assets/report-DVUkA-zw.svg);mask-image:url(/build/assets/report-DVUkA-zw.svg);-webkit-mask-size:cover;mask-size:cover}.icon_layout-dashboard{-webkit-mask-image:url(/build/assets/layout-dashboard-DFoTt4em.svg);mask-image:url(/build/assets/layout-dashboard-DFoTt4em.svg);-webkit-mask-size:cover;mask-size:cover}.icon_user{-webkit-mask-image:url(/build/assets/user-1BG9LgYT.svg);mask-image:url(/build/assets/user-1BG9LgYT.svg);-webkit-mask-size:cover;mask-size:cover}.icon_users{-webkit-mask-image:url(/build/assets/users-ltfnPNmQ.svg);mask-image:url(/build/assets/users-ltfnPNmQ.svg);-webkit-mask-size:cover;mask-size:cover}.icon_table{-webkit-mask-image:url(/build/assets/table-DcXMl9M8.svg);mask-image:url(/build/assets/table-DcXMl9M8.svg);-webkit-mask-size:cover;mask-size:cover}.icon_language{-webkit-mask-image:url(/build/assets/language-CLo6iLqt.svg);mask-image:url(/build/assets/language-CLo6iLqt.svg);-webkit-mask-size:cover;mask-size:cover}.icon_home{-webkit-mask-image:url(/build/assets/home-DRV8kyCd.svg);mask-image:url(/build/assets/home-DRV8kyCd.svg);-webkit-mask-size:cover;mask-size:cover}.icon_checks{-webkit-mask-image:url(/build/assets/checks-CspcARAk.svg);mask-image:url(/build/assets/checks-CspcARAk.svg);-webkit-mask-size:cover;mask-size:cover}.icon_arrow-left{-webkit-mask-image:url(/build/assets/arrow-left-C3hnYIdP.svg);mask-image:url(/build/assets/arrow-left-C3hnYIdP.svg);-webkit-mask-size:cover;mask-size:cover}.icon_arrow-right{-webkit-mask-image:url(/build/assets/arrow-right-BLZRVa9A.svg);mask-image:url(/build/assets/arrow-right-BLZRVa9A.svg);-webkit-mask-size:cover;mask-size:cover}.icon_chevron-left{-webkit-mask-image:url(/build/assets/chevron-left-BSrdKMYZ.svg);mask-image:url(/build/assets/chevron-left-BSrdKMYZ.svg);-webkit-mask-size:cover;mask-size:cover}.icon_chevron-right{-webkit-mask-image:url(/build/assets/chevron-right-BjFYhBqa.svg);mask-image:url(/build/assets/chevron-right-BjFYhBqa.svg);-webkit-mask-size:cover;mask-size:cover}.icon_chevron-up{-webkit-mask-image:url(/build/assets/chevron-up-DH_gpJOn.svg);mask-image:url(/build/assets/chevron-up-DH_gpJOn.svg);-webkit-mask-size:cover;mask-size:cover}.icon_chevron-down{-webkit-mask-image:url(/build/assets/chevron-down-eQwlWnU8.svg);mask-image:url(/build/assets/chevron-down-eQwlWnU8.svg);-webkit-mask-size:cover;mask-size:cover}.icon_download{-webkit-mask-image:url(/build/assets/download-CfJ3GDCu.svg);mask-image:url(/build/assets/download-CfJ3GDCu.svg);-webkit-mask-size:cover;mask-size:cover}.icon_plus{-webkit-mask-image:url(/build/assets/plus-BHOE4lxk.svg);mask-image:url(/build/assets/plus-BHOE4lxk.svg);-webkit-mask-size:cover;mask-size:cover}.icon_bookmark{-webkit-mask-image:url(/build/assets/bookmark-Dl4QLM7t.svg);mask-image:url(/build/assets/bookmark-Dl4QLM7t.svg);-webkit-mask-size:cover;mask-size:cover}.icon_check{-webkit-mask-image:url(/build/assets/check-q0ge_i1A.svg);mask-image:url(/build/assets/check-q0ge_i1A.svg);-webkit-mask-size:cover;mask-size:cover}.icon_ban{-webkit-mask-image:url(/build/assets/ban-DZL8Qgwp.svg);mask-image:url(/build/assets/ban-DZL8Qgwp.svg);-webkit-mask-size:cover;mask-size:cover}.icon_arrow-down{-webkit-mask-image:url(/build/assets/arrow-down-DcLKJhvJ.svg);mask-image:url(/build/assets/arrow-down-DcLKJhvJ.svg);-webkit-mask-size:cover;mask-size:cover}.icon_copy{-webkit-mask-image:url(/build/assets/copy-D3Q8xlbN.svg);mask-image:url(/build/assets/copy-D3Q8xlbN.svg);-webkit-mask-size:cover;mask-size:cover}.icon_edit{-webkit-mask-image:url(/build/assets/edit-C-obOGUE.svg);mask-image:url(/build/assets/edit-C-obOGUE.svg);-webkit-mask-size:cover;mask-size:cover}.icon_filter-off{-webkit-mask-image:url(/build/assets/filter-off-CMeRwmpu.svg);mask-image:url(/build/assets/filter-off-CMeRwmpu.svg);-webkit-mask-size:cover;mask-size:cover}.icon_filter{-webkit-mask-image:url(/build/assets/filter-CO-eELzF.svg);mask-image:url(/build/assets/filter-CO-eELzF.svg);-webkit-mask-size:cover;mask-size:cover}.icon_layout-list{-webkit-mask-image:url(/build/assets/layout-list-C2X18GCr.svg);mask-image:url(/build/assets/layout-list-C2X18GCr.svg);-webkit-mask-size:cover;mask-size:cover}.icon_menu-2{-webkit-mask-image:url(/build/assets/menu-2-lMEQSDZC.svg);mask-image:url(/build/assets/menu-2-lMEQSDZC.svg);-webkit-mask-size:cover;mask-size:cover}.icon_viewport-short{-webkit-mask-image:url(/build/assets/viewport-short-YoNr4mZg.svg);mask-image:url(/build/assets/viewport-short-YoNr4mZg.svg);-webkit-mask-size:cover;mask-size:cover}.icon_viewport-tall{-webkit-mask-image:url(/build/assets/viewport-tall-Cd5kvwq0.svg);mask-image:url(/build/assets/viewport-tall-Cd5kvwq0.svg);-webkit-mask-size:cover;mask-size:cover}.icon_trash{-webkit-mask-image:url(/build/assets/trash-B1rRkxBX.svg);mask-image:url(/build/assets/trash-B1rRkxBX.svg);-webkit-mask-size:cover;mask-size:cover}.icon_grip-vertical{-webkit-mask-image:url(/build/assets/grip-vertical-CjyNKeT5.svg);mask-image:url(/build/assets/grip-vertical-CjyNKeT5.svg);-webkit-mask-size:cover;mask-size:cover}.icon_device-floppy{-webkit-mask-image:url(/build/assets/device-floppy-BoYyBpyV.svg);mask-image:url(/build/assets/device-floppy-BoYyBpyV.svg);-webkit-mask-size:cover;mask-size:cover}.icon_toggle-right{-webkit-mask-image:url(/build/assets/toggle-right-MWbQ4TbP.svg);mask-image:url(/build/assets/toggle-right-MWbQ4TbP.svg);-webkit-mask-size:cover;mask-size:cover}.icon_info-circle{-webkit-mask-image:url(/build/assets/info-circle-DkVIfBgy.svg);mask-image:url(/build/assets/info-circle-DkVIfBgy.svg);-webkit-mask-size:cover;mask-size:cover}.icon_warning-circle{-webkit-mask-image:url(/build/assets/warning-circle-D1yBfLqG.svg);mask-image:url(/build/assets/warning-circle-D1yBfLqG.svg);-webkit-mask-size:cover;mask-size:cover}.icon_circle-check{-webkit-mask-image:url(/build/assets/circle-check-Da2euvt6.svg);mask-image:url(/build/assets/circle-check-Da2euvt6.svg);-webkit-mask-size:cover;mask-size:cover}.icon_arrow-back-up{-webkit-mask-image:url(/build/assets/arrow-back-up-BcH3IWju.svg);mask-image:url(/build/assets/arrow-back-up-BcH3IWju.svg);-webkit-mask-size:cover;mask-size:cover}.icon_loading{-webkit-mask-image:url(/build/assets/loading-CXPB-L-E.svg);mask-image:url(/build/assets/loading-CXPB-L-E.svg);-webkit-mask-size:cover;mask-size:cover}.icon_help{-webkit-mask-image:url(/build/assets/help-ChcPrTmE.svg);mask-image:url(/build/assets/help-ChcPrTmE.svg);-webkit-mask-size:cover;mask-size:cover}.icon_car-crash{-webkit-mask-image:url(/build/assets/car-crash-CH2MGf1c.svg);mask-image:url(/build/assets/car-crash-CH2MGf1c.svg);-webkit-mask-size:cover;mask-size:cover}.icon_clipboard-check{-webkit-mask-image:url(/build/assets/clipboard-check-CVwGuG-C.svg);mask-image:url(/build/assets/clipboard-check-CVwGuG-C.svg);-webkit-mask-size:cover;mask-size:cover}.icon_document-info{-webkit-mask-image:url(/build/assets/documents-Dm3J5T3H.svg);mask-image:url(/build/assets/documents-Dm3J5T3H.svg);-webkit-mask-size:cover;mask-size:cover}.icon_documents{-webkit-mask-image:url(/build/assets/documents-Dm3J5T3H.svg);mask-image:url(/build/assets/documents-Dm3J5T3H.svg);-webkit-mask-size:cover;mask-size:cover}.icon_file-text{-webkit-mask-image:url(/build/assets/file-text-B43QkEHs.svg);mask-image:url(/build/assets/file-text-B43QkEHs.svg);-webkit-mask-size:cover;mask-size:cover}.icon_gas-station{-webkit-mask-image:url(/build/assets/gas-station-Qzo8-5rv.svg);mask-image:url(/build/assets/gas-station-Qzo8-5rv.svg);-webkit-mask-size:cover;mask-size:cover}.icon_headset{-webkit-mask-image:url(/build/assets/headset-kVPGU4ug.svg);mask-image:url(/build/assets/headset-kVPGU4ug.svg);-webkit-mask-size:cover;mask-size:cover}.icon_layout-grid{-webkit-mask-image:url(/build/assets/layout-grid-DE-zW3hQ.svg);mask-image:url(/build/assets/layout-grid-DE-zW3hQ.svg);-webkit-mask-size:cover;mask-size:cover}.icon_map-2{-webkit-mask-image:url(/build/assets/map-2-Ba_Bi0pj.svg);mask-image:url(/build/assets/map-2-Ba_Bi0pj.svg);-webkit-mask-size:cover;mask-size:cover}.icon_map-pin{-webkit-mask-image:url(/build/assets/map-pin-6nfIpM7K.svg);mask-image:url(/build/assets/map-pin-6nfIpM7K.svg);-webkit-mask-size:cover;mask-size:cover}.icon_route{-webkit-mask-image:url(/build/assets/route-CP7pbCVU.svg);mask-image:url(/build/assets/route-CP7pbCVU.svg);-webkit-mask-size:cover;mask-size:cover}.icon_video{-webkit-mask-image:url(/build/assets/video-N6dugWum.svg);mask-image:url(/build/assets/video-N6dugWum.svg);-webkit-mask-size:cover;mask-size:cover}.icon_ticket{-webkit-mask-image:url(/build/assets/ticket-Do33SOyB.svg);mask-image:url(/build/assets/ticket-Do33SOyB.svg);-webkit-mask-size:cover;mask-size:cover}.icon_files{-webkit-mask-image:url(/build/assets/files-B-VbOQ7o.svg);mask-image:url(/build/assets/files-B-VbOQ7o.svg);-webkit-mask-size:cover;mask-size:cover}.icon_exclamation-circle{-webkit-mask-image:url(/build/assets/exclamation-circle-CEk-qv4D.svg);mask-image:url(/build/assets/exclamation-circle-CEk-qv4D.svg);-webkit-mask-size:cover;mask-size:cover}.icon_alert-triangle{-webkit-mask-image:url(/build/assets/alert-triangle-CNkcC2b0.svg);mask-image:url(/build/assets/alert-triangle-CNkcC2b0.svg);-webkit-mask-size:cover;mask-size:cover}.icon_player-play{-webkit-mask-image:url(/build/assets/player-play-DnpVWdNQ.svg);mask-image:url(/build/assets/player-play-DnpVWdNQ.svg);-webkit-mask-size:cover;mask-size:cover}.icon_circle-minus{-webkit-mask-image:url(/build/assets/circle-minus-Z66DTWrv.svg);mask-image:url(/build/assets/circle-minus-Z66DTWrv.svg);-webkit-mask-size:cover;mask-size:cover}.icon_circle-plus{-webkit-mask-image:url(/build/assets/circle-plus-Dzk60hU0.svg);mask-image:url(/build/assets/circle-plus-Dzk60hU0.svg);-webkit-mask-size:cover;mask-size:cover}.icon_minus{-webkit-mask-image:url(/build/assets/minus-BVz6vJBc.svg);mask-image:url(/build/assets/minus-BVz6vJBc.svg);-webkit-mask-size:cover;mask-size:cover}.icon_search{-webkit-mask-image:url(/build/assets/search-CTyYBsWg.svg);mask-image:url(/build/assets/search-CTyYBsWg.svg);-webkit-mask-size:cover;mask-size:cover}.icon_chevrons-left{-webkit-mask-image:url(/build/assets/chevrons-left-BJJ_wMxo.svg);mask-image:url(/build/assets/chevrons-left-BJJ_wMxo.svg);-webkit-mask-size:cover;mask-size:cover}.icon_chevrons-right{-webkit-mask-image:url(/build/assets/chevrons-right-GVhgfUe4.svg);mask-image:url(/build/assets/chevrons-right-GVhgfUe4.svg);-webkit-mask-size:cover;mask-size:cover}.icon_notifications{-webkit-mask-image:url(/build/assets/bell-DVy2YBOy.svg);mask-image:url(/build/assets/bell-DVy2YBOy.svg);-webkit-mask-size:cover;mask-size:cover}.icon_bell{-webkit-mask-image:url(/build/assets/bell-DVy2YBOy.svg);mask-image:url(/build/assets/bell-DVy2YBOy.svg);-webkit-mask-size:cover;mask-size:cover}.icon_import{-webkit-mask-image:url(/build/assets/cloud-up-DJ5ABlgG.svg);mask-image:url(/build/assets/cloud-up-DJ5ABlgG.svg);-webkit-mask-size:cover;mask-size:cover}.icon_export{-webkit-mask-image:url(/build/assets/cloud-down-BHuvEqQP.svg);mask-image:url(/build/assets/cloud-down-BHuvEqQP.svg);-webkit-mask-size:cover;mask-size:cover}.icon_logo{background-image:url(/build/assets/logo-C6-VQfHX.svg)}.icon_file-csv{background-image:url(/build/assets/file-csv-DstP8rGJ.svg)}.icon_file-doc{background-image:url(/build/assets/file-doc-L1QL1YMu.svg)}.icon_file-docx{background-image:url(/build/assets/file-docx-DRLkYGAG.svg)}.icon_file-pdf{background-image:url(/build/assets/file-pdf-BWlTUHSH.svg)}.icon_file-ppt{background-image:url(/build/assets/file-ppt-3bge57N-.svg)}.icon_file-pptx{background-image:url(/build/assets/file-pptx-DBwG989P.svg)}.icon_file-rar{background-image:url(/build/assets/file-rar-Cz9ceAGW.svg)}.icon_file-rtf{background-image:url(/build/assets/file-rtf-1lDY2Z_P.svg)}.icon_file-txt{background-image:url(/build/assets/file-txt-CEfJcT8x.svg)}.icon_file-xls{background-image:url(/build/assets/file-xls-IhJZDv8a.svg)}.icon_file-xlsx{background-image:url(/build/assets/file-xlsx-CGfBtFsN.svg)}.icon_file-zip{background-image:url(/build/assets/file-zip-BQjXVE0V.svg)}.icon_file-no-type{background-image:url(/build/assets/file-no-type-BJ8Dtk7J.svg)}@font-face{font-family:Inter;font-display:block;src:url(/build/assets/Inter-Light-orLsY_KA.woff) format("woff"),url(/build/assets/Inter-Light-BD_geSTe.woff2) format("woff2"),url(/build/assets/Inter-Light-DO0uunNP.ttf) format("truetype"),url(/build/assets/Inter-Light-CkFIuwHm.otf) format("opentype"),url(/build/assets/Inter-Light-BE4RiqiF.eot?#iefix) format("embedded-opentype"),url(/build/assets/Inter-Light-Dc26gj1W.svg#inter/Inter-Light) format("svg");font-style:normal;font-weight:300}@font-face{font-family:Inter;font-display:block;src:url(/build/assets/Inter-Regular-Eeuesw9D.woff) format("woff"),url(/build/assets/Inter-Regular-BE08Qc8I.woff2) format("woff2"),url(/build/assets/Inter-Regular-CKSeuPmJ.ttf) format("truetype"),url(/build/assets/Inter-Regular-DQVZz5OQ.otf) format("opentype"),url(/build/assets/Inter-Regular-jOLN3psJ.eot?#iefix) format("embedded-opentype"),url(/build/assets/Inter-Regular-DFILYzyp.svg#inter/Inter-Regular) format("svg");font-style:normal;font-weight:400}@font-face{font-family:Inter;font-display:block;src:url(/build/assets/Inter-Medium-CC9Za68K.woff) format("woff"),url(/build/assets/Inter-Medium-qkp5z0B9.woff2) format("woff2"),url(/build/assets/Inter-Medium-CJfuxT2h.ttf) format("truetype"),url(/build/assets/Inter-Medium-nHjoxsHJ.otf) format("opentype"),url(/build/assets/Inter-Medium-Cu3Rjv98.eot?#iefix) format("embedded-opentype"),url(/build/assets/Inter-Medium-UyWe-OJX.svg#inter/Inter-Medium) format("svg");font-style:normal;font-weight:500}@font-face{font-family:Inter;font-display:block;src:url(/build/assets/Inter-SemiBold-B-IUGWgW.woff) format("woff"),url(/build/assets/Inter-SemiBold-B4Bi_I4R.woff2) format("woff2"),url(/build/assets/Inter-SemiBold-BsVME6Qf.ttf) format("truetype"),url(/build/assets/Inter-SemiBold-jt3gOax5.otf) format("opentype"),url(/build/assets/Inter-SemiBold-BZhEFZeJ.eot?#iefix) format("embedded-opentype"),url(/build/assets/Inter-SemiBold-R38cmMjQ.svg#inter/Inter-SemiBold) format("svg");font-style:normal;font-weight:600}@font-face{font-family:Inter;font-display:block;src:url(/build/assets/Inter-Bold-BZ9gYBnj.woff) format("woff"),url(/build/assets/Inter-Bold-CegG5MvF.woff2) format("woff2"),url(/build/assets/Inter-Bold-BtijVgds.ttf) format("truetype"),url(/build/assets/Inter-Bold-pramQdKK.otf) format("opentype"),url(/build/assets/Inter-Bold-UIf-8e7O.eot?#iefix) format("embedded-opentype"),url(/build/assets/Inter-Bold-DmHx6PlA.svg#inter/Inter-Bold) format("svg");font-style:normal;font-weight:700}@font-face{font-family:Inter;font-display:block;src:url(/build/assets/Inter-ExtraBold-DFtye3YT.woff) format("woff"),url(/build/assets/Inter-ExtraBold-BEnP0rLe.woff2) format("woff2"),url(/build/assets/Inter-ExtraBold-UevzlubF.ttf) format("truetype"),url(/build/assets/Inter-ExtraBold-BU1XlGi8.otf) format("opentype"),url(/build/assets/Inter-ExtraBold-DdGMgWb2.eot?#iefix) format("embedded-opentype"),url(/build/assets/Inter-ExtraBold-ClalnUBs.svg#inter/Inter-ExtraBold) format("svg");font-style:normal;font-weight:800}h1,h2,h3,h4,h5{margin:0}h1{font-size:1.875rem;line-height:2.375rem;font-weight:600;font-style:normal}h1.big{font-size:3rem;line-height:3.75rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){h1{font-size:2.931rem;line-height:4.559rem;font-weight:600;font-style:normal}}a,p{font-size:1rem;line-height:1.5rem;font-style:normal;color:var(--color-gray-900);margin:0}@media screen and (max-width:990px){a,p{font-size:2.605rem;line-height:3.908rem;font-style:normal}}.svg__expand_line{fill:none;stroke:#717680;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.tab{display:flex;padding:.5rem .75rem;color:var(--color-gray-500);font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;cursor:pointer}.tab .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}.tab_flat{height:2rem;padding:.375rem .75rem}.tab.active{color:var(--color-gray-900);background-color:var(--color-white);-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm)}.tab.active .icon{background-color:var(--color-gray-900)}.tab__wrapper{display:flex;width:fit-content;gap:.25rem;padding:.25rem;border:1px solid var(--color-gray-200);background-color:var(--color-gray-50);-webkit-border-radius:.625rem;-moz-border-radius:.625rem;border-radius:.625rem}.dropdown{position:relative;display:block;width:fit-content}.dropdown_filter .dropdown__input{height:2.75rem}@media screen and (max-width:990px){.dropdown_filter .dropdown__input{height:7.164rem}}.dropdown__input{padding:0 .875rem!important;height:auto;min-height:2.75rem!important;-webkit-box-shadow:var(--shadow-xs);-moz-box-shadow:var(--shadow-xs);box-shadow:var(--shadow-xs)}@media screen and (max-width:990px){.dropdown__input{padding:0 2.28rem!important;min-height:7.164rem!important}}.dropdown__item{padding:0!important}.dropdown__input,.dropdown__item{display:flex;align-items:center;gap:.5rem!important;background-color:var(--color-white);font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;font-style:normal!important;color:var(--color-gray-900)!important;cursor:pointer!important}@media screen and (max-width:990px){.dropdown__input,.dropdown__item{gap:1.303rem!important;font-size:2.605rem!important;line-height:3.908rem!important;font-weight:500!important;font-style:normal!important}}.dropdown__input-value,.dropdown__item-value{width:100%;padding:.625rem .875rem}@media screen and (max-width:990px){.dropdown__input-value,.dropdown__item-value{padding:1.628rem 2.28rem}}.dropdown__input{position:relative;width:12.5rem;height:2.5rem;padding:0 .875rem;border:1px solid var(--color-gray-300);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}@media screen and (max-width:990px){.dropdown__input{width:32.566rem;height:6.513rem;padding:0 2.28rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem}}.dropdown__input_wide{width:26.5rem;min-height:2.75rem;height:auto;max-width:100%}@media screen and (max-width:990px){.dropdown__input_wide{width:100%;height:7.164rem}}.dropdown__input_wide+.dropdown__menu{width:26.5rem}@media screen and (max-width:990px){.dropdown__input_wide+.dropdown__menu{width:100%}}.dropdown__input:after{content:"";display:block;margin-left:auto;height:1.25rem;width:1.25rem;background-color:var(--color-gray-500);-webkit-mask-image:url(/build/assets/chevron-down-eQwlWnU8.svg);mask-image:url(/build/assets/chevron-down-eQwlWnU8.svg);-webkit-mask-size:cover;mask-size:cover}@media screen and (max-width:990px){.dropdown__input:after{height:3.257rem;width:3.257rem}}.dropdown__menu{display:none;position:absolute;top:-webkit-calc(100% + .25rem);top:-moz-calc(100% + .25rem);top:calc(100% + .25rem);left:0;width:20rem;-webkit-border-radius:.5rem!important;-moz-border-radius:.5rem!important;border-radius:.5rem!important;border:1px solid var(--color-gray-200)!important;overflow:hidden;-webkit-box-shadow:var(--shadow-lg)!important;-moz-box-shadow:var(--shadow-lg)!important;box-shadow:var(--shadow-lg)!important;-webkit-user-select:none;user-select:none;-ms-overflow-style:none;scrollbar-width:none;background-color:var(--color-white)!important;z-index:50!important}@media screen and (max-width:990px){.dropdown__menu{top:-webkit-calc(100% + .651rem);top:-moz-calc(100% + .651rem);top:calc(100% + .651rem);width:52.105rem;-webkit-border-radius:1.303rem!important;-moz-border-radius:1.303rem!important;border-radius:1.303rem!important}}.dropdown__menu::-webkit-scrollbar{display:none}.dropdown__menu_right{left:auto;right:0}.dropdown__menu_top{top:auto;bottom:-webkit-calc(100% + .25rem);bottom:-moz-calc(100% + .25rem);bottom:calc(100% + .25rem)}@media screen and (max-width:990px){.dropdown__menu_top{bottom:-webkit-calc(100% + .651rem);bottom:-moz-calc(100% + .651rem);bottom:calc(100% + .651rem)}}.dropdown__search-wrapper{padding:.625rem .375rem;background-color:var(--color-white);z-index:1}@media screen and (max-width:990px){.dropdown__search-wrapper{padding:1.628rem .977rem}}.dropdown__search.input{width:100%}.dropdown__items-wrapper{padding:.25rem 0;max-height:20rem;overflow-y:auto}@media screen and (max-width:990px){.dropdown__items-wrapper{padding:.651rem 0;max-height:52.105rem}}.dropdown__item.active,.dropdown__item.focused{background-color:var(--color-gray-50)!important}.dropdown__item.selected{position:relative;background-color:var(--color-brand-50)!important}.dropdown__item.selected:after{content:"";position:absolute;top:50%;display:block;margin-left:auto;right:.875rem;height:1.25rem;width:1.25rem;padding-right:.875rem;background-color:var(--color-brand-500);-webkit-mask-image:url(/build/assets/check-q0ge_i1A.svg);mask-image:url(/build/assets/check-q0ge_i1A.svg);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-mask-size:cover;mask-size:cover}@media screen and (max-width:990px){.dropdown__item.selected:after{right:2.28rem;height:3.257rem;width:3.257rem;padding-right:2.28rem}}.dropdown_fill,.dropdown_fill .dropdown__input,.dropdown_fill .dropdown__menu{width:100%}.dropdown.active .dropdown__input:after{-webkit-mask-image:url(/build/assets/chevron-up-DH_gpJOn.svg);mask-image:url(/build/assets/chevron-up-DH_gpJOn.svg);-webkit-mask-size:cover;mask-size:cover}.dropdown.active .dropdown__menu{display:block}.form{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:990px){.form{gap:3.908rem}}.form_wrap{display:flex;position:relative;padding:1.75rem 1.5rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200);background-color:var(--color-white);gap:1.25rem}.form_wrap-center{justify-content:center}@media screen and (max-width:990px){.form_edit{padding:2.605rem 0}}.form_settings{display:grid;width:100%;grid-template-columns:repeat(3,1fr);gap:.75rem}.form_road-accidents{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;column-gap:1.5rem}.form_road-accidents .input-group__divider{margin:.75rem 0}.form__road-accident_wrapper{width:-webkit-calc(50% - 2rem);width:-moz-calc(50% - 2rem);width:calc(50% - 2rem)}.form__road-accident_title{font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-700)}.form__group{display:flex;flex-direction:column;gap:1.5rem}.form__header{display:flex;justify-content:space-between;z-index:1}@media screen and (max-width:990px){.form__header{width:100%}.form__header .button_empty{order:1}.form__header .button_gray{order:2}}.form__logo .icon{height:2.5rem;width:3.125rem}.form_loading:before{content:"";position:absolute;width:100%;height:100%;background-color:var(--color-white-50);z-index:2}.form_loading:after{content:"";position:absolute;height:2.25rem;width:2.25rem;align-self:center;border:.25rem solid var(--color-gray-300);border-right-color:var(--color-brand-600);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;animation:spin .5s linear infinite;z-index:3}.form__wrapper{position:relative}.form__description_title{font-size:1.125rem;line-height:1.75rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.form__description_title{font-size:2.931rem;line-height:4.559rem;font-weight:600;font-style:normal}}.form__description_text{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.form__description_text{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.form__bottom-message{padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal}@media screen and (max-width:990px){.form__bottom-message{padding:0;font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal}}.form__body{display:flex;gap:1.5rem}@media screen and (max-width:990px){.form__body{flex-direction:column;gap:3.908rem}}.form__list{display:flex;flex-direction:column;gap:.5rem;width:12.5rem;flex-shrink:0}@media screen and (max-width:990px){.form__list{flex-direction:row;flex-wrap:wrap;gap:1.303rem;width:auto}}.form__node{border-left:2px solid transparent;padding:.25rem .875rem;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-gray-500);cursor:pointer}@media screen and (max-width:990px){.form__node{border-left:.326rem solid transparent;padding:.651rem 2.28rem;font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal}}.form__node.active{border-left-color:var(--color-brand-600);color:var(--color-brand-700)}.form__node_error{color:var(--color-error-500)}.form__node_error.active{border-left-color:var(--color-error-400);color:var(--color-error-500)}.form__tabs{width:100%}@media screen and (max-width:990px){.form__tabs{display:flex;flex-direction:column;gap:3.908rem}}.form__tab{display:none;position:relative;padding:1.75rem 1.5rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200);background-color:var(--color-white);flex-direction:column;gap:1.25rem}@media screen and (max-width:990px){.form__tab{display:flex;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;gap:3.257rem}.form__tab:after{content:"";margin-top:.651rem;width:100%;height:1px;background-color:var(--color-gray-200)}}.form__tab_top:empty,.form__tab_bottom:empty{display:none}.form__tab_body{display:flex;flex-direction:column;gap:1.25rem}.form__tab_body-horizontal{flex-direction:row;justify-content:space-between}@media screen and (max-width:990px){.form__tab_body{display:none;gap:2.605rem}.form__tab_body.expanded{display:flex}}.form__tab_preloader{position:absolute}.form__tab_car-picture{width:26.75rem;height:30.313rem;background-image:url(/build/assets/act_parts-BFYBtC6q.png);background-size:contain;background-position:center;background-repeat:no-repeat}.form__tab.active{display:flex}.form__road-accident{display:grid;grid-template-columns:repeat(2,1fr)}.form__road-accident_checkbox-wrapper{display:flex;gap:1.5rem}@media screen and (max-width:990px){.form__road-accident_checkbox-wrapper{gap:3.908rem}}.form__buttons{display:flex;gap:1rem;margin-left:auto}.form__accordeon{display:none}@media screen and (max-width:990px){.form__accordeon{display:flex;justify-content:space-between;font-size:3.257rem;line-height:4.885rem;font-weight:600;font-style:normal;color:var(--color-gray-700)}.form__accordeon .icon{width:4.559rem;height:4.559rem;background-color:var(--color-gray-700)}}.form__bill-details-filters{display:flex;flex-direction:column;gap:1rem}.form__bill-details-filters_fields{display:flex;gap:1.5rem}.form__bill-details-filters .input-group__divider{margin-bottom:1rem}.form__bill-details-filters_buttons{display:flex;gap:1rem}.form__bill-details-filters .input__super-wrapper{flex:1}.form__bill-details-filters .input__super-wrapper .input{width:100%}.form__preloader{display:none;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;border:1px solid var(--color-gray-200);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;background-color:var(--color-white-90);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);z-index:25}.form__preloader.active{display:flex}.icon-rounded{display:flex;position:relative;justify-content:center;align-items:center;flex-shrink:0;width:3rem;height:3rem;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}@media screen and (max-width:990px){.icon-rounded{width:7.816rem;height:7.816rem}}.icon-rounded .icon{width:2.5rem;height:2.5rem}@media screen and (max-width:990px){.icon-rounded .icon{width:6.513rem;height:6.513rem}}.icon-rounded .icon-small{width:1.5rem;height:1.5rem}@media screen and (max-width:990px){.icon-rounded .icon-small{width:3.908rem;height:3.908rem}}.icon-rounded:before{content:"";position:absolute;width:31rem;height:31rem;top:50%;left:50%;pointer-events:none;-webkit-background-image:url(/build/assets/icon-background-YJapVL3E.svg);background-image:url(/build/assets/icon-background-YJapVL3E.svg);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:990px){.icon-rounded:before{width:80.763rem;height:80.763rem}}.icon-rounded_no-rounds .icon{width:1.5rem;height:1.5rem;-webkit-mask-size:1.5rem 1.5rem;mask-size:1.5rem 1.5rem}@media screen and (max-width:990px){.icon-rounded_no-rounds .icon{width:3.908rem;height:3.908rem;-webkit-mask-size:3.908rem 3.908rem;mask-size:3.908rem 3.908rem}}.icon-rounded_no-rounds:before{display:none}.icon-rounded_border{width:3.5rem;height:3.5rem;border:.5rem solid}@media screen and (max-width:990px){.icon-rounded_border{width:9.118rem;height:9.118rem;border:1.303rem solid}}.icon-rounded_small{height:2.5rem;width:2.5rem;border:.25rem solid}@media screen and (max-width:990px){.icon-rounded_small{height:6.513rem;width:6.513rem;border:.651rem solid}}.icon-rounded_brand{background-color:var(--color-brand-100);border-color:var(--color-brand-50)}.icon-rounded_brand .icon{background-color:var(--color-brand-700)}.icon-rounded_gray{background-color:var(--color-gray-100);border-color:var(--color-gray-50)}.icon-rounded_gray .icon{background-color:var(--color-gray-600)}.icon-rounded_warning{background-color:var(--color-warning-100);border-color:var(--color-warning-50)}.icon-rounded_warning .icon{background-color:var(--color-warning-600)}.icon-rounded_error{background-color:var(--color-error-100);border-color:var(--color-error-50)}.icon-rounded_error .icon{background-color:var(--color-error-700)}.icon-rounded_info{background-color:var(--color-info-100);border-color:var(--color-info-50)}.icon-rounded_info .icon{background-color:var(--color-info-600)}.icon-button{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;cursor:pointer;-webkit-box-shadow:var(--shadow-xs);-moz-box-shadow:var(--shadow-xs);box-shadow:var(--shadow-xs)}@media screen and (max-width:990px){.icon-button{height:6.513rem;width:6.513rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem}}.icon-button .icon{width:1.25rem;height:1.25rem}@media screen and (max-width:990px){.icon-button .icon{width:3.257rem;height:3.257rem}}.icon-button_fit{width:fit-content;gap:.5rem;padding:0 1rem}@media screen and (max-width:990px){.icon-button_fit{gap:1.303rem;padding:0 2.605rem}}.icon-button_fit-smaller{width:fit-content;gap:.5rem;padding:0 .813rem}@media screen and (max-width:990px){.icon-button_fit-smaller{gap:1.303rem;padding:0 2.117rem}}.icon-button_medium{height:2.75rem;width:2.75rem}@media screen and (max-width:990px){.icon-button_medium{height:7.164rem;width:7.164rem}}.icon-button_gray{background-color:var(--color-white);border:1px solid var(--color-gray-200)}.icon-button_gray .icon{background-color:var(--color-gray-700)}.icon-button_gray-dark-border{background-color:var(--color-white);border:1px solid var(--color-gray-300)}.icon-button_gray-dark-border .icon{background-color:var(--color-gray-700)}.icon-button_gray-dark-border.disabled{border:1px solid var(--color-gray-200);cursor:not-allowed}.icon-button_gray-dark-border.disabled .icon{background-color:var(--color-gray-300)}.icon-button_gray-borderless{background-color:var(--color-white)}.icon-button_gray-borderless .icon{background-color:var(--color-gray-600)}.icon-button_gray-borderless:hover{background-color:var(--color-gray-50)}.icon-button_error-hover:hover{color:var(--color-error-600)}.icon-button_error-hover:hover .icon{background-color:var(--color-error-600)}.badge{display:block;padding:.125rem .625rem;margin-left:auto;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem}.badge span{max-width:6.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge_flex{display:flex;gap:.375rem;align-items:center;margin-left:0}.badge_border{border:1px solid}.badge_radius-small{-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;padding:.125rem .375rem}.badge_brand{color:var(--color-brand-700);background-color:var(--color-brand-100);border-color:var(--color-brand-700)}.badge_gray{color:var(--color-gray-700);background-color:var(--color-gray-50);border-color:var(--color-gray-300)}.badge_gray .icon{height:1rem;width:1rem;background-color:var(--color-gray-500)}.round{display:block;width:.625rem;height:.625rem;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}@media screen and (max-width:990px){.round{width:1.628rem;height:1.628rem}}.round_xxs{height:.25rem;width:.25rem}@media screen and (max-width:990px){.round_xxs{height:.651rem;width:.651rem}}.round_xs{height:.375rem;width:.375rem}@media screen and (max-width:990px){.round_xs{height:.977rem;width:.977rem}}.round_sm{height:.5rem;width:.5rem}@media screen and (max-width:990px){.round_sm{height:1.303rem;width:1.303rem}}.round_lg{width:.75rem;height:.75rem}@media screen and (max-width:990px){.round_lg{width:1.954rem;height:1.954rem}}.round_xl{width:.875rem;height:.875rem}@media screen and (max-width:990px){.round_xl{width:2.28rem;height:2.28rem}}.round_xxl{width:1rem;height:1rem}@media screen and (max-width:990px){.round_xxl{width:2.605rem;height:2.605rem}}.round_gray{background-color:var(--color-gray-500)}.round_gray-700{background-color:var(--color-gray-700)}.round_gray-dark{background-color:var(--color-gray-dark-500)}.round_brand,.round_waybill{background-color:var(--color-brand-500)}.round_brand-600{background-color:var(--color-brand-600)}.round_brand-700{background-color:var(--color-brand-700)}.round_brand-dark{background-color:var(--color-brand-dark-500)}.round_error{background-color:var(--color-error-500)}.round_error-dark{background-color:var(--color-error-dark-500)}.round_warning{background-color:var(--color-warning-500)}.round_warning-dark{background-color:var(--color-warning-dark-500)}.round_info{background-color:var(--color-info-500)}.round_info-dark{background-color:var(--color-info-dark-500)}.round_violet{background-color:var(--color-violet-500)}.round_violet-dark{background-color:var(--color-violet-dark-500)}.round_indigo{background-color:var(--color-indigo-500)}.round_purple{background-color:var(--color-purple-500)}.round_pink{background-color:var(--color-pink-500)}.round_rose{background-color:var(--color-rose-500)}.round_orange{background-color:var(--color-orange-500)}.button,.dp__action_button{display:flex;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;font-size:.875rem;line-height:2.75rem;font-weight:600;font-style:normal;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;border:0;height:2.5rem;outline:none;padding:0 1.25rem;position:relative;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-decoration:none;cursor:pointer}@media screen and (max-width:990px){.button,.dp__action_button{-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;font-size:2.28rem;line-height:7.164rem;font-weight:600;font-style:normal;height:7.164rem;padding:0 3.257rem;gap:1.303rem;justify-content:center}}.button .icon,.dp__action_button .icon{width:1.25rem;height:1.25rem;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:990px){.button .icon,.dp__action_button .icon{width:3.257rem;height:3.257rem}}.button_flat,.dp__action_button_flat{font-size:.875rem;line-height:2.5rem;font-weight:600;font-style:normal;height:2.5rem;padding:0 1rem}@media screen and (max-width:990px){.button_flat,.dp__action_button_flat{font-size:2.28rem;line-height:6.513rem;font-weight:600;font-style:normal;height:6.513rem;padding:0 2.605rem}}.button_flat-square,.dp__action_button_flat-square{justify-content:center;align-items:center;font-size:.875rem;line-height:2.5rem;font-weight:600;font-style:normal;height:2.5rem;width:2.5rem;padding:0}@media screen and (max-width:990px){.button_flat-square,.dp__action_button_flat-square{font-size:2.28rem;line-height:6.513rem;font-weight:600;font-style:normal;height:6.513rem;width:6.513rem}}.button_small,.dp__action_button_small{font-size:.875rem;line-height:2.25rem;font-weight:600;font-style:normal;height:2.25rem;padding:.5rem .875rem}@media screen and (max-width:990px){.button_small,.dp__action_button_small{font-size:2.28rem;line-height:5.862rem;font-weight:600;font-style:normal;height:5.862rem;padding:1.303rem 2.28rem}}.button_empty,.dp__action_button_empty{color:var(--color-gray-600)}.button_empty:hover,.dp__action_button_empty:hover{background-color:var(--color-gray-50)}.button_empty .icon,.dp__action_button_empty .icon{background-color:var(--color-gray-600)}.button_gray,.button.dp__action_cancel,.dp__action_button_gray,.dp__action_button.dp__action_cancel{background-color:var(--color-white);color:var(--color-gray-700);border:1px solid var(--color-gray-300)}.button_gray .icon,.button.dp__action_cancel .icon,.dp__action_button_gray .icon,.dp__action_button.dp__action_cancel .icon{background-color:var(--color-gray-700)}.button_brand,.button.dp__action_select,.dp__action_button_brand,.dp__action_button.dp__action_select{background-color:var(--color-brand-600);color:var(--color-white)}.button_brand .icon,.button.dp__action_select .icon,.dp__action_button_brand .icon,.dp__action_button.dp__action_select .icon{background-color:var(--color-white)}.button_brand.button_disabled,.button_brand[disabled],.button.dp__action_select.button_disabled,.button.dp__action_select[disabled],.dp__action_button_brand.button_disabled,.dp__action_button_brand[disabled],.dp__action_button.dp__action_select.button_disabled,.dp__action_button.dp__action_select[disabled]{background-color:var(--color-brand-300);cursor:not-allowed;pointer-events:none}.button_error,.dp__action_button_error{background-color:var(--color-error-600);color:var(--color-white)}.button_error .icon,.dp__action_button_error .icon{background-color:var(--color-white)}.button_error-hover:hover,.dp__action_button_error-hover:hover{color:var(--color-error-600)}.button_error-hover:hover .icon,.dp__action_button_error-hover:hover .icon{background-color:var(--color-error-600)}.checkbox{display:flex;align-items:center;justify-content:center;cursor:pointer;height:1.25rem;width:1.25rem;border:1px solid var(--color-gray-300);-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem}@media screen and (max-width:990px){.checkbox{height:3.257rem;width:3.257rem;-webkit-border-radius:.977rem;-moz-border-radius:.977rem;border-radius:.977rem}}.checkbox_brand{border-color:var(--color-gray-300)}.checkbox_brand.checked,.checkbox_brand.indeterminate{border-color:var(--color-brand-800)}.checkbox_brand .icon{background-color:var(--color-brand-800)}.checkbox_brand-light{border-color:var(--color-gray-300)}.checkbox_brand-light.checked,.checkbox_brand-light.indeterminate{border-color:var(--color-brand-600)}.checkbox_brand-light .icon{background-color:var(--color-brand-600)}.checkbox_info-fill{background-color:var(--color-white)}.checkbox_info-fill.checked,.checkbox_info-fill.indeterminate{background-color:var(--color-info-25)}.checkbox_brand-fill{background-color:var(--color-white)}.checkbox_brand-fill.checked,.checkbox_brand-fill.indeterminate{background-color:var(--color-brand-25)}.checkbox .icon{display:none;height:.875rem;width:.875rem;pointer-events:none}@media screen and (max-width:990px){.checkbox .icon{height:2.28rem;width:2.28rem}}.checkbox_small{height:1rem;width:1rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem}.checkbox_small .icon{height:.75rem;width:.75rem}@media screen and (max-width:990px){.checkbox_small{height:2.605rem;width:2.605rem;-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem}.checkbox_small .icon{height:1.954rem;width:1.954rem}}.checkbox input:checked+.icon_check{display:block}.checkbox.indeterminate .icon_minus{display:block}.checkbox input{position:absolute;left:0;top:0;margin:0;padding:0;opacity:0;width:100%;height:100%;cursor:pointer}.checkbox__text{font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.checkbox__text{font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal}}.checkbox__wrapper{display:flex;position:relative;gap:.5rem;cursor:pointer;align-items:center}@media screen and (max-width:990px){.checkbox__wrapper{gap:1.303rem}}.toggle{display:flex;align-items:center;position:relative;cursor:pointer;height:1.25rem;width:2.25rem;min-width:2.25rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:990px){.toggle{height:3.257rem;width:5.862rem;min-width:5.862rem;-webkit-border-radius:1.954rem;-moz-border-radius:1.954rem;border-radius:1.954rem}}.toggle_brand{background-color:var(--color-gray-100)}.toggle_brand.checked{background-color:var(--color-brand-600)}.toggle_brand input+.toggle__round{background-color:var(--color-white)}.toggle input{display:none;pointer-events:none}.toggle input+.toggle__round{display:block;position:absolute;top:50%;right:1.125rem;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:1rem;width:1rem;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-transition:right .2s ease-in-out;-moz-transition:right .2s ease-in-out;-o-transition:right .2s ease-in-out;transition:right .2s ease-in-out;-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm)}@media screen and (max-width:990px){.toggle input+.toggle__round{right:2.931rem;height:2.605rem;width:2.605rem}}.toggle input:checked+.toggle__round{right:.125rem}@media screen and (max-width:990px){.toggle input:checked+.toggle__round{right:.326rem}}.toggle__wrapper{display:flex;gap:.5rem;grid-row:span 3;min-height:fit-content}.toggle__wrapper_in-form,.toggle__wrapper_in-filters{grid-row:span 2}.toggle__wrapper_in-form{align-self:start}.toggle__wrapper_in-filters{align-self:end}@media screen and (max-width:990px){.toggle__wrapper{gap:1.303rem}}.toggle__wrapper_filters{padding-top:1.25rem;height:4.625rem;align-items:center}@media screen and (max-width:990px){.toggle__wrapper_filters{padding-top:3.257rem;height:12.049rem}}.way{display:flex;flex-direction:column;position:relative;gap:.5rem}.way__date{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal}.way__way-data{flex:1}.way__way-data textarea{width:100%;height:9rem}.way__body{display:flex;align-items:flex-start;gap:1rem}.way__body_right{display:flex;flex-direction:column;gap:1rem}.dropzone{position:relative;padding:1.5rem 1rem;width:26.5rem;border:1px solid var(--color-gray-200);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;outline:.25rem solid transparent}@media screen and (max-width:990px){.dropzone{padding:3.908rem 2.605rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;outline:.651rem solid transparent}}.dropzone_fill{width:100%}.dropzone_over{outline-color:var(--color-brand-50);border-color:var(--color-brand-300)}.dropzone__wrapper{display:flex;flex-direction:column;gap:.5rem;grid-row:span 3}@media screen and (max-width:990px){.dropzone__wrapper{width:100%;gap:1.303rem}}.dropzone__input{display:none}.dropzone__content{display:flex;flex-direction:column;gap:.75rem;align-items:center;cursor:pointer}@media screen and (max-width:990px){.dropzone__content{gap:1.954rem}}.dropzone__text{color:var(--color-gray-600);font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;text-align:center}@media screen and (max-width:990px){.dropzone__text{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.dropzone__text b{color:var(--color-brand-700);font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.dropzone__text b{font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal}}.dropzone__list{display:flex;flex-direction:column;gap:.25rem}@media screen and (max-width:990px){.dropzone__list{gap:.651rem}}.dropzone__file{position:relative;display:flex;gap:1rem;padding:1rem;border:1px solid var(--color-gray-200);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}@media screen and (max-width:990px){.dropzone__file{gap:2.605rem;padding:2.605rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem}}.dropzone__file_info{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-right:.75rem;word-break:break-word}@media screen and (max-width:990px){.dropzone__file_info{padding-right:1.954rem}}.dropzone__file_name{font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.dropzone__file_name{font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal}}.dropzone__file_size{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.dropzone__file_size{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.dropzone__file_link{text-decoration:none;color:var(--color-brand-900)}.dropzone__remove{position:absolute;display:flex;z-index:10;top:.5rem;right:.5rem;background-color:var(--color-white-50);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}@media screen and (max-width:990px){.dropzone__remove{top:1.303rem;right:1.303rem}}.dropzone__remove .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-600)}@media screen and (max-width:990px){.dropzone__remove .icon{height:3.257rem;width:3.257rem;-webkit-mask-size:3.257rem 3.257rem;mask-size:3.257rem 3.257rem}}.dropzone__value{display:flex;flex-direction:column;gap:.5rem}.dropzone__gallery{width:100%;display:flex;gap:.5rem;flex-wrap:wrap}.dropzone__gallery_link{display:block;width:100%;height:100%}.dropzone__gallery_file{position:relative;display:block;height:6rem;width:6rem;overflow:hidden;border:1px solid var(--color-gray-200);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}.dropzone__gallery_file img{width:100%;height:100%;object-fit:cover}.list{display:flex;flex-direction:column;gap:.25rem}.list__item{display:flex;position:relative;padding:.625rem .875rem;gap:.5rem;align-items:center;text-decoration:none;cursor:pointer;color:var(--color-gray-900);-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-size:1.25rem;line-height:1.875rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.list__item{padding:1.628rem 2.28rem;gap:1.303rem;-webkit-border-radius:.977rem;-moz-border-radius:.977rem;border-radius:.977rem;font-size:3.257rem;line-height:4.885rem;font-weight:600;font-style:normal}}.list__item:hover{background-color:var(--color-gray-50)}.list__item.active{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}.list__item.active:hover{background-color:transparent}.list__item.active .round{background-color:var(--color-brand-600)}.list__item .round{background-color:var(--color-gray-400)}.list__active-icon{margin-left:auto;height:1.25rem;width:1.25rem;background-color:var(--color-brand-600)}@media screen and (max-width:990px){.list__active-icon{height:3.257rem;width:3.257rem}}.container{max-width:80rem;margin:auto}.scroll-to-top{display:flex;position:sticky;bottom:1rem;right:1rem;justify-content:center;align-items:center;height:3rem;width:3rem;box-shadow:var(--shadow-sm);background:var(--color-white-90);border:1px solid var(--color-gray-200);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;pointer-events:all;cursor:pointer}.scroll-to-top:hover{box-shadow:var(--shadow-md);border-color:var(--color-gray-400)}.scroll-to-top:hover .icon{background-color:var(--color-gray-600)}.scroll-to-top .icon{height:2rem;width:2rem;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;background-color:var(--color-gray-400)}.scroll-to-top__wrapper{position:absolute;width:100%;height:100%;display:flex;justify-content:end;align-items:end;padding-top:100vh;pointer-events:none;padding-right:1rem;padding-bottom:1rem}.tooltip{display:flex;padding:.75rem 1.125rem;font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;color:var(--color-gray-600);gap:.5rem;z-index:1}.tooltip:before{content:"";display:block;height:1.25rem;width:1.25rem;min-width:1.25rem;-webkit-mask-image:url(/build/assets/info-circle-DkVIfBgy.svg);mask-image:url(/build/assets/info-circle-DkVIfBgy.svg);-webkit-mask-size:cover;mask-size:cover}.tooltip_input{display:none;position:absolute;right:-.25rem;top:50%;left:-webkit-calc(100% + .5rem);left:-moz-calc(100% + .5rem);left:calc(100% + .5rem);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:22.5rem;padding:.75rem;-webkit-box-shadow:var(--shadow-lg);-moz-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);font-size:.75rem;line-height:1.125rem;font-weight:400;font-style:normal;background-color:var(--color-white)}.tooltip_input:before{content:"";position:absolute;top:50%;left:-.25rem;display:block;height:.75rem;width:.75rem;min-width:.75rem;background-color:var(--color-white);-webkit-mask-image:none;mask-image:none;-webkit-box-shadow:var(--shadow-lg);-moz-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);-webkit-border-radius:.188rem;-moz-border-radius:.188rem;border-radius:.188rem;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.tooltip_brand{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}.tooltip_brand:before{background-color:var(--color-gray-500)}.tooltip_brand .icon{background-color:var(--color-gray-600)}.tooltip .icon{position:relative;top:.25rem;margin-top:-.25rem;height:1.125rem;width:1.125rem;-webkit-mask-size:1.125rem 1.125rem;mask-size:1.125rem 1.125rem}@keyframes spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.input{height:2.75rem;width:26.5rem;max-width:100%;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;border:1px solid var(--color-gray-300);background-color:var(--color-white);padding:0 .875rem;font-family:var(--font-base);font-size:1rem;line-height:2.75rem;font-weight:500;font-style:normal;color:var(--color-gray-900);-webkit-box-shadow:var(--shadow-xs);-moz-box-shadow:var(--shadow-xs);box-shadow:var(--shadow-xs);outline:var(--focus-ring-4px-transparent);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:990px){.input{height:7.164rem;width:100%;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;padding:0 2.28rem;font-size:2.605rem;line-height:7.164rem;font-weight:500;font-style:normal}}.input:focus,.input:active{border:1px solid var(--color-brand-300);outline:var(--focus-ring-4px-corpcar-100)}.input::placeholder,.input:-ms-input-placeholder,.input::-ms-input-placeholder{font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal;background-color:var(--color-gray-400)}.input::-webkit-outer-spin-button,.input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input[type=number]{-moz-appearance:textfield}.input_disabled,.input_tooltip{background-color:var(--color-gray-50);cursor:not-allowed;color:var(--color-gray-500)}@media screen and (max-width:990px){.input_disabled,.input_tooltip{border:0;outline:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.input_disabled:focus,.input_disabled:active,.input_disabled:hover,.input_tooltip:focus,.input_tooltip:active,.input_tooltip:hover{border:0;outline:none}}.input_textarea{resize:none;width:26.5rem;height:6.25rem;padding:.375rem .875rem;font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal}@media screen and (max-width:990px){.input_textarea{width:100%;height:22.796rem;padding:.977rem 2.28rem;font-size:2.605rem;line-height:3.908rem;font-weight:500;font-style:normal}}.input_short{width:12.5rem}@media screen and (max-width:990px){.input_short{width:100%}}.input_fill{width:100%}.input_grid-fill{width:100%;grid-column:1/-1}.input_with-type{padding-right:3.063rem}@media screen and (max-width:990px){.input_with-type{padding-right:7.979rem}}@media screen and (max-width:990px){.input_car-number{padding:0 .326rem;border:.326rem solid var(--color-gray-900);-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem}.input_car-number:focus,.input_car-number:active{border:.326rem solid var(--color-gray-900);-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem;width:fit-content}}.input__wrapper{display:grid;grid-template-rows:subgrid;grid-row:span 3;flex-direction:column;gap:.375rem}@media screen and (max-width:990px){.input__wrapper{width:100%;gap:.977rem}}.input__wrapper_wide{grid-column:span 2}.input__wrapper_hidden{display:none}.input__wrapper_no-space{gap:0}@media screen and (max-width:990px){.input__wrapper_disabled{gap:.326rem}.input__wrapper_disabled .input__label{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.input__wrapper_disabled .input__value:focus-visible{outline:none}.input__wrapper_disabled .input__value input{padding:0;height:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}.input__wrapper_disabled .input__value input.input_car-number{padding:0 .326rem;border:.326rem solid var(--color-gray-900);-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem;width:fit-content;field-sizing:content}.input__wrapper_disabled .input__value input.input_car-number:focus,.input__wrapper_disabled .input__value input.input_car-number:active{border:.326rem solid var(--color-gray-900);-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem}}.input__label{display:flex;height:100%;width:100%;word-break:break-word;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.input__label{font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal}}.input__label-wrapper{position:relative;display:flex;width:100%;gap:.625rem;min-height:1.25rem;align-self:end;word-break:break-word}@media screen and (max-width:990px){.input__label-wrapper{gap:1.628rem;height:3.257rem}}.input__label-wrapper .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-500)}@media screen and (max-width:990px){.input__label-wrapper .icon{height:3.257rem;width:3.257rem}}.input__tooltip-block{position:relative}.input__tooltip-block .icon{cursor:pointer}.input__tooltip-block:hover .tooltip{display:block}.input__value{position:relative;display:flex}.input__loading{height:1.125rem;width:1.125rem;top:50%;border:.125rem solid var(--color-gray-300);border-right-color:var(--color-brand-600);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;animation:spin .5s linear infinite}.input__type{position:absolute;display:flex;justify-content:center;align-items:center;height:100%;top:0;right:0;width:3.063rem;line-height:10%}.input__hint{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-600);max-width:26.5rem;width:100%;word-break:break-word}.input__hint a{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-brand-600)}@media screen and (max-width:990px){.input__hint{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.input__wrapper_error .input,.input__wrapper_error .control{border-color:var(--color-error-500)}.input__wrapper_error .input__hint,.input__wrapper_error .control__hint{color:var(--color-error-400)}.input__wrapper_error .vue-select .control{border-color:var(--color-error-500)!important}.input__wrapper_success .input,.input__wrapper_success .control{border-color:var(--color-brand-500)}.input__wrapper_success .input__hint,.input__wrapper_success .control__hint{color:var(--color-brand-400)}.input-group{display:flex;justify-content:space-between}.input-group_vertical{flex-direction:column;justify-content:start;gap:1rem}@media screen and (max-width:990px){.input-group_vertical{gap:3.908rem}}.input-group__row{display:grid;width:100%;grid-template-columns:repeat(4,1fr);column-gap:1.5rem;row-gap:.5rem;flex-wrap:wrap;align-items:start}.input-group__row .button{width:fit-content}.input-group__row.hidden,.input-group__row .hidden{display:none}@media screen and (max-width:990px){.input-group__row{display:flex;column-gap:3.908rem;row-gap:1.303rem;flex-direction:column}}.input-group__row_dynamic{display:flex;align-items:flex-start}.input-group__row_vertical{display:flex;flex-direction:column;align-items:baseline;width:100%}.input-group__break{display:block;min-width:100%;grid-column:1/-1}.input-group__break_line{height:1px;background-color:var(--color-gray-200);margin:.75rem 0}.input-group__description{display:flex;flex-direction:column}.input-group__description_vertical{width:17.5rem}@media screen and (max-width:990px){.input-group__description_vertical{width:100%}}.input-group__title{font-size:1.125rem;line-height:1.75rem;font-weight:600;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.input-group__title{display:flex;font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal;color:var(--color-gray-600);background-color:var(--color-white);gap:1.303rem;flex-shrink:0;text-align:center;align-items:center}.input-group__title:before,.input-group__title:after{content:"";height:1px;background-color:var(--color-gray-200);flex-grow:1}}.input-group__text{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.input-group__text{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.input-group__list{display:flex;flex-direction:column;gap:1rem;width:33.75rem}@media screen and (max-width:990px){.input-group__list{gap:1.303rem;width:100%}}.input-group__list_wide,.input-group__list .grip-toggle{width:100%}.input-group__tooltip-container{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:990px){.input-group__tooltip-container{gap:3.908rem}}.input-group__body-container{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:990px){.input-group__body-container{gap:3.908rem}}.input-group__delete-button{align-self:flex-end}.input-group__divider{display:block;height:1px;background-color:var(--color-gray-200)}@media screen and (max-width:990px){.input-group__divider{display:none}}.grip-toggle{display:flex;width:100%;padding:0 .75rem 0 .375rem;height:2.75rem;font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;border:1px solid var(--color-gray-200);align-items:center;color:var(--color-gray-700);gap:.75rem;cursor:grab}.grip-toggle:active{cursor:grabbing}.grip-toggle .toggle{margin-left:auto}.grip-toggle:before{content:"";display:block;height:1.5rem;width:1.5rem;min-width:1.5rem;-webkit-mask-image:url(/build/assets/grip-vertical-CjyNKeT5.svg);mask-image:url(/build/assets/grip-vertical-CjyNKeT5.svg);-webkit-mask-size:cover;mask-size:cover;background-color:var(--color-gray-300);cursor:grab}.grip-toggle__between{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.grip-toggle__delete{height:100%;display:flex;align-items:center;align-self:end;cursor:pointer}.grip-toggle__delete .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-600)}@media screen and (max-width:990px){.grip-toggle__delete .icon{width:3.257rem;height:3.257rem}}.modal{position:fixed;z-index:150;background-color:var(--color-white);padding:1.5rem 1.5rem 2.25rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;-webkit-box-shadow:var(--shadow-xl);-moz-box-shadow:var(--shadow-xl);box-shadow:var(--shadow-xl);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border:1px solid var(--color-gray-200)}@media screen and (max-width:990px){.modal{padding:3.908rem 3.908rem 5.862rem;-webkit-border-radius:1.954rem;-moz-border-radius:1.954rem;border-radius:1.954rem}}.modal.active{display:flex}.modal_short{display:flex;width:25rem;top:30%;left:50%;flex-direction:column;text-align:center;align-items:center;gap:2rem;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;-moz-opacity:0;opacity:0;filter:alpha(opacity=0)}@media screen and (max-width:990px){.modal_short{width:52.105rem;gap:5.211rem}}.modal_short.active{top:50%;-moz-opacity:1;opacity:1;filter:alpha(opacity=100);pointer-events:auto}.modal_short.active.animate{top:50%}.modal_short .modal__body{align-items:center;gap:1.25rem}@media screen and (max-width:990px){.modal_short .modal__body{gap:3.257rem}}.modal_center{width:90%;max-width:75rem;top:50%;left:50%;flex-direction:column;gap:2rem;-webkit-transform:translate(-50%,-60%);-moz-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);-o-transform:translate(-50%,-60%);transform:translate(-50%,-60%);-moz-opacity:0;opacity:0;filter:alpha(opacity=0);pointer-events:none;max-height:100vh;overflow-y:auto}@media screen and (max-width:990px){.modal_center{width:100%;max-width:100%;gap:5.211rem}}.modal_center.active.animate{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-moz-opacity:1;opacity:1;filter:alpha(opacity=100);pointer-events:auto}.modal_fullscreen{width:-webkit-calc(100% - 1.5rem);width:-moz-calc(100% - 1.5rem);width:calc(100% - 1.5rem);max-width:none}.modal__header{display:flex;width:100%;justify-content:space-between}.modal__header_left,.modal__header_right{display:flex;align-items:center;position:relative}.modal__header_left{gap:2.25rem}@media screen and (max-width:990px){.modal__header_left{gap:5.862rem}}.modal__header_right{gap:1rem}@media screen and (max-width:990px){.modal__header_right{gap:2.605rem}}.modal__text-body{display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width:990px){.modal__text-body{gap:1.303rem}}.modal__title{font-size:1.125rem;line-height:1.75rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.modal__title{font-size:2.931rem;line-height:4.559rem;font-weight:600;font-style:normal}}.modal__subtitle{display:flex;flex-direction:column}.modal__subtitle_top{font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal}.modal__subtitle_bottom{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-500)}.modal__calendar{width:100%;border:1px solid var(--color-gray-300)}.modal__calendar_header{display:flex;width:100%;border-bottom:1px solid var(--color-gray-300)}.modal__calendar_header-day{flex:1;height:2.5rem;background-color:var(--color-gray-50);font-size:1rem;line-height:2.5rem;font-weight:500;font-style:normal}.modal__calendar_header-day:not(:last-of-type){border-right:1px solid var(--color-gray-300)}.modal__calendar_week{display:flex}.modal__calendar_week:not(:last-of-type){border-bottom:1px solid var(--color-gray-300)}.modal__calendar_day{flex:1;height:4rem;font-size:1.125rem;line-height:4rem;font-weight:400;font-style:normal}.modal__calendar_day:not(:last-of-type){border-right:1px solid var(--color-gray-300)}.modal__calendar_day-link{cursor:pointer}.modal__calendar_day-inactive{background-color:var(--color-gray-100)}.modal__calendar_day-selected{background-color:var(--color-brand-100);color:var(--color-brand-800);font-size:1.125rem;line-height:4rem;font-weight:600;font-style:normal}.modal__text p{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.modal__text p{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.modal__text b{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.modal__text b{font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal}}.modal__text a{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;text-decoration:none;color:var(--color-brand-600)}@media screen and (max-width:990px){.modal__text a{font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal}}.modal__text form{margin-top:1.25rem}.modal__body{display:flex;flex-direction:column;width:100%;gap:1.5rem}@media screen and (max-width:990px){.modal__body{gap:3.908rem}}.modal__buttons{width:100%;display:flex;gap:.75rem}@media screen and (max-width:990px){.modal__buttons{gap:1.954rem}}.modal__buttons>*{justify-content:center;flex:1}.modal_side{display:flex;flex-direction:column;gap:2rem;width:56.25rem;top:.75rem;right:-57rem;height:-webkit-calc(100% - 1.5rem);height:-moz-calc(100% - 1.5rem);height:calc(100% - 1.5rem);overflow-y:scroll}@media screen and (max-width:990px){.modal_side{gap:5.211rem;width:100%;top:0;right:-100%;height:-webkit-calc(100%);height:-moz-calc(100%);height:100%}}.modal_side::-webkit-scrollbar{width:0}.modal_side.active{right:.75rem}@media screen and (max-width:990px){.modal_side.active{right:0}}.modal_side .modal__sticky-block{position:sticky;top:5rem}@media screen and (max-width:990px){.modal_side .modal__sticky-block{top:13.026rem}}.modal_side .modal__header{position:sticky;top:0;z-index:10}.modal_side .modal__header_left .icon{-webkit-mask-size:1.5rem 1.5rem;mask-size:1.5rem 1.5rem}@media screen and (max-width:990px){.modal_side .modal__header_left .icon{-webkit-mask-size:3.908rem 3.908rem;mask-size:3.908rem 3.908rem}}.modal_side .modal__header:before{content:"";position:absolute;width:-webkit-calc(100% + 3rem);width:-moz-calc(100% + 3rem);width:calc(100% + 3rem);left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:-webkit-calc(100% + 3rem);height:-moz-calc(100% + 3rem);height:calc(100% + 3rem);background-image:-webkit-linear-gradient(var(--gradient-header-white));background-image:-moz-linear-gradient(var(--gradient-header-white));background-image:-ms-linear-gradient(var(--gradient-header-white));background-image:-o-linear-gradient(var(--gradient-header-white));background-image:linear-gradient(var(--gradient-header-white))}@media screen and (max-width:990px){.modal_side .modal__header:before{width:-webkit-calc(100% + 7.816rem);width:-moz-calc(100% + 7.816rem);width:calc(100% + 7.816rem);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:-webkit-calc(100% + 7.816rem);height:-moz-calc(100% + 7.816rem);height:calc(100% + 7.816rem);background-image:-webkit-linear-gradient(var(--gradient-header-white));background-image:-moz-linear-gradient(var(--gradient-header-white));background-image:-ms-linear-gradient(var(--gradient-header-white));background-image:-o-linear-gradient(var(--gradient-header-white));background-image:linear-gradient(var(--gradient-header-white))}}.modal_side .modal__title{position:relative;color:var(--color-gray-900);font-size:1.5rem;line-height:2rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.modal_side .modal__title{font-size:3.908rem;line-height:5.211rem;font-weight:600;font-style:normal}}.modal_side.modal_medium{width:37.5rem}@media screen and (max-width:990px){.modal_side.modal_medium{width:100%}}.modal_side.modal_slim{width:30rem}@media screen and (max-width:990px){.modal_side.modal_slim{width:100%}}.modal_side.modal_left{right:auto;left:-57rem}@media screen and (max-width:990px){.modal_side.modal_left{left:-100%}}.modal_side.modal_left.active{right:auto;left:.75rem}@media screen and (max-width:990px){.modal_side.modal_left.active{left:0}}.fixed-panel{min-height:1.75rem;height:1.75rem}.fixed-panel__backdrop{display:none;position:absolute;top:50%;left:50%;background-color:var(--color-white-95);height:5rem;width:-webkit-calc(100% + 4rem);width:-moz-calc(100% + 4rem);width:calc(100% + 4rem);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);border-bottom:1px solid var(--color-gray-100)}.fixed-panel.fixed .fixed-panel__backdrop{display:block}.fixed-panel.fixed-panel_fullscreen .fixed-panel__backdrop{width:100vw}.loading{-moz-opacity:0;opacity:0;filter:alpha(opacity=0);pointer-events:none}.breadcrumbs{display:flex;gap:.25rem;align-items:center;position:sticky;top:1.625rem;margin-top:1.25rem;margin-bottom:2rem;z-index:30;min-height:1.75rem}.breadcrumbs.empty{min-height:0;margin-top:0;margin-bottom:0}@media screen and (max-width:990px){.breadcrumbs{display:none}}.breadcrumbs__node{position:relative;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;padding:.25rem .5rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.breadcrumbs__node:not(.breadcrumbs__node_root):hover{background-color:var(--color-gray-50)}.breadcrumbs__node_root{display:flex;align-items:center;gap:.625rem;background-color:var(--color-gray-100);color:var(--color-gray-700)}.breadcrumbs__node_root .icon{height:1.25rem;width:1.25rem;-webkit-mask-size:1.25rem 1.25rem;mask-size:1.25rem 1.25rem;background-color:var(--color-gray-700)}.breadcrumbs__node_current{color:var(--color-gray-500)}.breadcrumbs__node_link{color:var(--color-gray-700);cursor:pointer;text-decoration:none}.breadcrumbs__arrow{display:flex;align-items:center}.breadcrumbs__arrow .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-400)}.breadcrumbs #breadcrumbsClient{display:flex}.breadcrumbs #breadcrumbsClient .breadcrumbs__client-select{position:absolute;width:100%;height:100%;left:0;top:0}.breadcrumbs #breadcrumbsClient:empty{display:none}.page-header{position:relative;display:flex;justify-content:space-between}@media screen and (max-width:990px){.page-header{flex-grow:1}}.page-header_guest{margin-bottom:.5rem}.page-header-wrapper{position:relative;display:flex;flex-direction:column}@media screen and (max-width:990px){.page-header-wrapper{position:fixed;top:0;flex-direction:row;align-items:center;width:100vw;height:11.398rem;margin-left:-2.605rem;gap:2.605rem;padding:0 2.605rem;z-index:50;border-bottom:1px solid var(--color-gray-200);background-color:var(--color-white-95);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}}.page-header-wrapper #header-anchor{position:absolute;top:-1.25rem}.page-header__logo{display:none}.page-header__logo_guest{display:block}@media screen and (max-width:990px){.page-header__logo_guest{display:none}}.page-header__logo_guest .icon{height:2.5rem;width:3.125rem;min-width:3.125rem}@media screen and (max-width:990px){.page-header__logo{height:6.513rem;width:8.141rem;min-width:8.141rem;-webkit-mask-size:6.513rem 8.141rem;mask-size:6.513rem 8.141rem}}.page-header__title{display:flex;flex-direction:column;gap:.25rem}@media screen and (max-width:990px){.page-header__title{width:100%}}.page-header__title_row{display:flex;gap:1rem}@media screen and (max-width:990px){.page-header__title_row{align-items:center}}.page-header__title_description{color:var(--color-gray-600)}@media screen and (max-width:990px){.page-header__title_description{display:none}}.page-header__buttons-wrapper{position:relative;display:flex;gap:.75rem;z-index:40}@media screen and (max-width:990px){.page-header__buttons-wrapper{display:none}}.page-header__buttons-wrapper:empty{display:none}.page-header__buttons-wrapper.fixed{position:fixed;top:1.25rem;right:2rem}.page-header__buttons-wrapper.fixed .page-header__car{padding-top:0;padding-bottom:0;border:0}.page-header__buttons-wrapper.fixed .page-header__car_title{display:none}@media screen and (max-width:990px){.page-header__fast-link-button{display:none}}.page-header__burger-menu{display:none}@media screen and (max-width:990px){.page-header__burger-menu{display:block;width:3.908rem;height:2.931rem;position:relative;margin:0 0 0 auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;cursor:pointer}.page-header__burger-menu span{display:block;position:absolute;height:.326rem;width:100%;background:var(--color-gray-700);-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.page-header__burger-menu span:nth-child(1),.page-header__burger-menu span:nth-child(2),.page-header__burger-menu span:nth-child(3){-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.page-header__burger-menu span:nth-child(1){top:0}.page-header__burger-menu span:nth-child(2){top:1.303rem}.page-header__burger-menu span:nth-child(3){top:2.605rem}.page-header__burger-menu.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-.326rem;left:.488rem}.page-header__burger-menu.open span:nth-child(2){width:0;-moz-opacity:0;opacity:0;filter:alpha(opacity=0)}.page-header__burger-menu.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:2.442rem;left:.488rem}}.page-header__car{display:flex;gap:1rem;padding:.75rem 1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;border:1px solid var(--color-gray-200);background-color:var(--color-white);text-decoration:none}.page-header__car_title{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-700)}.page-header__car_content{display:flex;flex-direction:column;gap:.25rem}.page-header__car_model{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-900);margin-right:.5rem}.page-header__car_number{font-size:1rem;line-height:1.25rem;font-weight:700;font-style:normal;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;padding:.125rem .375rem;color:var(--color-gray-900);border:2px solid var(--color-gray-900)}.page-header__car .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-500)}.page-header h1{max-width:50rem}@media screen and (max-width:990px){.page-header h1{max-width:29.309rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.top-logo{display:flex;justify-content:center;position:relative}.top-logo:before{content:"";position:absolute;height:62rem;width:62rem;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-background-image:url(/build/assets/login-background-BidooqMf.svg);background-image:url(/build/assets/login-background-BidooqMf.svg);background-size:62rem 62rem;pointer-events:none}@media screen and (max-width:990px){.top-logo:before{height:100.954rem;width:100.954rem;background-size:100.954rem 100.954rem}}.top-logo .icon{width:3.75rem;height:3rem;background-size:3.75rem 3rem}@media screen and (max-width:990px){.top-logo .icon{width:9.77rem;height:7.816rem;background-size:9.77rem 7.816rem}}.top-logo .icon_logo{-webkit-background-image:url(/build/assets/logo-C6-VQfHX.svg);background-image:url(/build/assets/logo-C6-VQfHX.svg)}.menu-wrapper{position:fixed;top:0;left:0;height:100vh;z-index:100;display:flex}.menu-wrapper.active{width:100%}.menu-wrapper.active .menubar-container{width:100%;pointer-events:none}.sidebar{display:flex;flex-direction:column;justify-content:space-between;width:5rem;background-color:var(--color-white);height:100%;padding:2rem .906rem 1.5rem;border-right:1px solid var(--color-gray-200);transition:.3s ease-in-out;z-index:95;pointer-events:all}.sidebar_expanded{width:19.5rem}.sidebar__top,.sidebar__bottom,.sidebar__menu{display:flex;flex-direction:column}.sidebar__divider{display:none;height:1px;max-height:1px;max-width:100%;width:100%;background-color:var(--color-gray-200);transition:.3s ease-in-out}.sidebar__logo{width:3.188rem;min-width:3.188rem;height:2.5rem;background-image:url(/build/assets/logo-C6-VQfHX.svg);background-size:cover;transition:.3s ease-in-out}.sidebar__logo_wrapper{display:flex;gap:.5rem;margin-bottom:1rem;overflow:hidden;align-items:center;width:100%;text-decoration:none}.sidebar__clients{display:flex;flex-direction:column;width:100%;min-width:13.313rem;gap:.125rem;padding:.5rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem}.sidebar__clients_supporting-text{color:var(--color-gray-600);font-size:.75rem;line-height:1.125rem;font-weight:400;font-style:normal}.sidebar__clients_name{font-size:1.25rem;line-height:1.25rem;font-weight:700;font-style:normal}.sidebar__clients_link{display:flex;justify-content:space-between}.sidebar__clients_link .icon{width:1.25rem;height:1.25rem;-webkit-mask-size:1.25rem 1.25rem;mask-size:1.25rem 1.25rem;background-color:var(--color-gray-700)}.sidebar__clients:hover{cursor:pointer;transition:.3s ease-in-out;background-color:var(--color-gray-50)}.sidebar__top .sidebar__menu_link:after{content:"";position:relative;margin-left:auto;height:1.25rem;width:1.25rem;min-width:1.25rem;background-color:var(--color-gray-400);-webkit-mask-image:url(/build/assets/chevron-right-BjFYhBqa.svg);mask-image:url(/build/assets/chevron-right-BjFYhBqa.svg);-moz-opacity:0;opacity:0;filter:alpha(opacity=0);transition:opacity .3s ease-in-out;-webkit-mask-size:cover;mask-size:cover}.sidebar__top .sidebar__menu_link.active:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.sidebar__top .sidebar__menu_link-no-chevron:after{display:none}.sidebar__bottom{transition:.3s ease-in-out;gap:1.5rem}.sidebar__bottom .sidebar__menu_link{gap:.75rem}.sidebar__bottom .sidebar__menu_title{min-width:13.938rem}.sidebar__manager{-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand));max-height:0;overflow:hidden;padding:0 1rem}.sidebar__manager p,.sidebar__manager a{display:block;min-width:15.625rem}.sidebar__manager .manager__title{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-700);margin-bottom:.25rem}.sidebar__manager .manager__name{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal}.sidebar__manager .manager__phone{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-brand-700)}.sidebar__language{font-size:15px;line-height:21px;font-weight:500;color:var(--color-white);text-decoration:none}.sidebar__notifications{height:1.5rem;width:100%}.sidebar__notifications .icon{height:100%;width:100%;background-color:var(--color-white)}.sidebar__expand{-webkit-user-select:none;user-select:none}.sidebar__expand-alt{position:absolute;cursor:pointer;right:-1.125rem;top:50%;height:2.25rem;width:2.25rem;display:flex;justify-content:center;align-items:center;border:1px solid var(--color-gray-200);background-color:var(--color-white);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.sidebar__expand-alt .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-600);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.sidebar__expand-alt:hover .icon{background-color:var(--color-gray-900)}.sidebar__profile{display:flex;justify-content:space-between;cursor:pointer;text-align:center;text-decoration:none;overflow:hidden;-webkit-border-radius:0rem;-moz-border-radius:0rem;-moz-border-radius-bottomleft:1.5rem;border-radius:0rem 0rem 0rem 1.5rem;transition:.3s ease-in-out;border:1px solid transparent;border-top-color:var(--color-gray-200);padding:.75rem 0}.sidebar__profile_wrapper{display:flex;gap:.75rem}.sidebar__profile_image{height:3rem;width:3rem;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;background-image:url(/build/assets/user-2-BqeWdO2e.svg);background-color:var(--color-gray-100);background-size:2rem 2rem;background-position:center;background-repeat:no-repeat}.sidebar__profile_info{text-align:left;display:flex;flex-direction:column;justify-content:center;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);transition:opacity .3s ease-in-out}.sidebar__profile_name{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal}.sidebar__profile_email{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.sidebar__profile .icon{width:1.25rem;height:1.25rem;-webkit-mask-size:1.25rem 1.25rem;mask-size:1.25rem 1.25rem;background-color:var(--color-gray-500);-moz-opacity:0;opacity:0;filter:alpha(opacity=0);transition:opacity .3s ease-in-out}.sidebar__menu{gap:.25rem}.sidebar__menu_left-group{display:flex;gap:.75rem}.sidebar__menu_link{position:relative;display:flex;align-items:center;gap:.5rem;width:3rem;height:2.5rem;padding:.5rem .75rem;cursor:pointer;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;z-index:100;transition:.3s ease-in-out;overflow:hidden;text-decoration:none}.sidebar__menu_link-folder:before{content:"";position:absolute;left:2.813rem;top:50%;display:block;width:.125rem;height:1.5rem;-webkit-border-radius:.125rem;-moz-border-radius:.125rem;border-radius:.125rem;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out,opacity .2s ease-in-out;-moz-transition:all .3s ease-in-out,opacity .2s ease-in-out;-o-transition:all .3s ease-in-out,opacity .2s ease-in-out;transition:all .3s ease-in-out,opacity .2s ease-in-out;background-color:var(--color-gray-200)}.sidebar__menu_link-folder:hover:before,.sidebar__menu_link-folder.active:before{background-color:var(--color-gray-300)}.sidebar__menu_link-folder.active:before{height:1.75rem}.sidebar__menu_link:hover{background-color:var(--color-gray-50)}.sidebar__menu_link.active{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}.sidebar__menu_link.active:hover{background-color:transparent}.sidebar__menu_link.active .icon{background-color:var(--color-gray-700)}.sidebar__menu_link.active .sidebar__menu_notification{display:none}.sidebar__menu_link .badge{position:absolute;right:2.5rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-moz-opacity:0;opacity:0;filter:alpha(opacity=0);transition:opacity .2s ease-in-out}.sidebar__menu_link-no-chevron .badge{right:.75rem}.sidebar__menu_current{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}.sidebar__menu_title{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-700);-moz-opacity:0;opacity:0;filter:alpha(opacity=0);transition:.3s ease-in-out;width:100%;min-width:11.25rem}.sidebar__menu_icon{min-width:1.5rem;width:1.5rem;height:1.5rem;-webkit-mask-size:1.5rem 1.5rem;mask-size:1.5rem 1.5rem;background-color:var(--color-gray-500)}.sidebar__menu_icon.icon_expand{background-color:transparent;display:flex;justify-content:center;align-items:center}.sidebar__menu_icon.icon_expand svg{height:1.125rem;width:1.125rem}.sidebar__menu_icon.icon_expand path{transition:.3s ease-in-out}.sidebar__menu_icon.icon_expand #right-arrow{-webkit-transform:translateX(.5rem);-moz-transform:translateX(.5rem);-ms-transform:translateX(.5rem);-o-transform:translateX(.5rem);transform:translate(.5rem)}.sidebar__menu_icon.icon_collapse{background-color:transparent}.sidebar__menu_icon.icon_collapse #divider{-webkit-transform:translateX(-.375rem);-moz-transform:translateX(-.375rem);-ms-transform:translateX(-.375rem);-o-transform:translateX(-.375rem);transform:translate(-.375rem)}.sidebar__menu_icon.icon_collapse #left-arrow{-webkit-transform:translateX(-.5rem);-moz-transform:translateX(-.5rem);-ms-transform:translateX(-.5rem);-o-transform:translateX(-.5rem);transform:translate(-.5rem)}.sidebar__menu_icon.icon_collapse #right-arrow{-webkit-transform:translateX(0rem);-moz-transform:translateX(0rem);-ms-transform:translateX(0rem);-o-transform:translateX(0rem);transform:translate(0)}.sidebar__menu_notification{position:absolute;width:.625rem;height:.625rem;border:1px solid var(--color-white);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;background-color:var(--color-brand-500);top:.5rem;left:1.625rem;transition:.2s ease-in-out;-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.sidebar__menu_tooltip{position:fixed;left:5.75rem;background-color:var(--color-white);box-shadow:var(--shadow-lg);font-size:.75rem;line-height:1.125rem;font-weight:600;font-style:normal;color:var(--color-gray-700);padding:.75rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;-moz-opacity:0;opacity:0;filter:alpha(opacity=0)}.sidebar__menu_tooltip.active{-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}@media screen and (max-width:990px){.sidebar__menu_tooltip{display:none}}.sidebar__menu_tooltip:before{content:"";position:absolute;left:-.375rem;top:50%;height:.75rem;width:.75rem;background-color:var(--color-white);-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);box-shadow:var(--shadow-lg)}.sidebar_expanded .sidebar__divider{max-height:0;max-width:0}.sidebar_expanded .sidebar__logo{margin-left:.625rem}.sidebar_expanded .sidebar__top .sidebar__menu_link-folder:before{left:2.188rem;-moz-opacity:0;opacity:0;filter:alpha(opacity=0)}.sidebar_expanded .sidebar__top .sidebar__menu_link:after{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);transition:opacity .3s ease-in-out .3s}.sidebar_expanded .sidebar__language{font-size:15px;line-height:21px;font-weight:500;color:var(--color-white);text-decoration:none}.sidebar_expanded .sidebar__manager{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);max-height:7.5rem;padding:.75rem 1rem}.sidebar_expanded .sidebar__profile{padding:.75rem .75rem .75rem .5rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200)}.sidebar_expanded .sidebar__profile_info{-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.sidebar_expanded .sidebar__profile .icon{transition:opacity .3s ease-in-out .3s;-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.sidebar_expanded .sidebar__menu_link{width:100%}.sidebar_expanded .sidebar__menu_link.active .badge{display:none}.sidebar_expanded .sidebar__menu_link .badge{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);transition:opacity .3s ease-in-out .3s;margin-left:auto}.sidebar_expanded .sidebar__menu_title{-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.sidebar_expanded .sidebar__menu_notification{-moz-opacity:0;opacity:0;filter:alpha(opacity=0)}.menubar{display:none;flex-direction:column;width:18.75rem;height:100%;padding:2.25rem 1rem;gap:1rem;background-color:var(--color-white);z-index:94;border-right:1px solid var(--color-gray-200);-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);overflow-y:auto;pointer-events:all}.menubar::-webkit-scrollbar{width:0}.menubar.active{display:flex}.menubar__header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center}.menubar__header:before,.menubar__header:after{content:"";position:absolute;width:100%}.menubar__header:before{bottom:0;background-color:var(--color-white);height:-webkit-calc(100% + 2.25rem);height:-moz-calc(100% + 2.25rem);height:calc(100% + 2.25rem)}.menubar__header:after{height:1rem;bottom:-1rem;background-image:-webkit-linear-gradient(var(--gradient-header-white));background-image:-moz-linear-gradient(var(--gradient-header-white));background-image:-ms-linear-gradient(var(--gradient-header-white));background-image:-o-linear-gradient(var(--gradient-header-white));background-image:linear-gradient(var(--gradient-header-white))}.menubar__header_icons{display:flex;gap:.625rem}.menubar__settings,.menubar__close{cursor:pointer;height:1.25rem;width:1.25rem}.menubar__settings .icon,.menubar__close .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}.menubar__menu-title{position:relative;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-brand-800)}.menubar__group-title{font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-400)}.menubar__links{display:flex;flex-direction:column;gap:.25rem}.menubar__link{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-700);text-decoration:none;transition:.2s ease-in-out}.menubar__link:hover{background:var(--color-gray-50)}.menubar__link_current,.menubar__link_current:hover{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}.events-menubar{width:43.75rem;padding:2.25rem 1rem}.events-menubar-wrapper{display:flex;flex-direction:column;gap:1.5rem}.events-menubar__events-group{display:flex;flex-direction:column;gap:.75rem}.events-menubar__header{display:flex;justify-content:space-between;align-items:center}.events-menubar__header_left,.events-menubar__header_right{display:flex;align-items:center}.events-menubar__header_left{gap:2.25rem}.events-menubar__header_right{gap:1rem}.events-menubar__header_title{font-size:1.5rem;line-height:2rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}.events-menubar__content{display:flex;flex-direction:column;gap:.75rem}.events-menubar__alert{padding:.75rem 1.125rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;background-image:-webkit-linear-gradient(var(--background-error));background-image:-moz-linear-gradient(var(--background-error));background-image:-ms-linear-gradient(var(--background-error));background-image:-o-linear-gradient(var(--background-error));background-image:linear-gradient(var(--background-error));font-size:1rem;line-height:1.5rem;font-weight:400;font-style:normal}.events-menubar__alert b{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal}.events-menubar__date{position:relative;display:flex;justify-content:center;width:100%}.events-menubar__date_text{position:relative;background-color:var(--color-white);padding:0 .5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-600)}.events-menubar__date:before{content:"";position:absolute;width:100%;height:1px;background-color:var(--color-gray-200);left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.events-menubar__event{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1.125rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}.events-menubar__event_status{display:flex;gap:.5rem}.events-menubar__event_waybill{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}.events-menubar__event_waybill .events-menubar__event_link{color:var(--color-brand-600)}.events-menubar__event_waybill .events-menubar__event_link .icon{background-color:var(--color-brand-600)}.events-menubar__event_info,.events-menubar__event_update{background-image:-webkit-linear-gradient(var(--background-blue));background-image:-moz-linear-gradient(var(--background-blue));background-image:-ms-linear-gradient(var(--background-blue));background-image:-o-linear-gradient(var(--background-blue));background-image:linear-gradient(var(--background-blue))}.events-menubar__event_info .events-menubar__event_link,.events-menubar__event_update .events-menubar__event_link{color:var(--color-info-600)}.events-menubar__event_info .events-menubar__event_link .icon,.events-menubar__event_update .events-menubar__event_link .icon{background-color:var(--color-info-600)}.events-menubar__event_read-type{background-color:var(--color-gray-25);background-image:none}.events-menubar__event_header{display:flex;justify-content:space-between;align-items:center}.events-menubar__event_status{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-500)}.events-menubar__event_read .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-400)}.events-menubar__event_title{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-700)}.events-menubar__event_body{font-size:1rem;line-height:1.5rem;font-weight:400;font-style:normal;color:var(--color-gray-700)}.events-menubar__event_link{display:flex;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;text-decoration:none;cursor:pointer;width:fit-content}.events-menubar__event_link .icon{width:1.25rem;height:1.25rem}.events-menubar_article-opened{width:100%;padding:1.5rem}.events-menubar_article-opened .events-menubar-wrapper{display:none}.tab-bar{position:fixed;display:flex;justify-items:center;align-items:center;justify-content:space-between;padding:0 1.954rem;width:100%;left:0;bottom:0;height:9.77rem;background-color:var(--color-white-95);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);border-top:1px solid var(--color-gray-200)}.tab-bar__icon{height:5.211rem;width:5.211rem;background-color:var(--color-gray-600);-webkit-mask-size:5.211rem 5.211rem;mask-size:5.211rem 5.211rem}.tab-bar__title{text-align:center;font-size:1.628rem;line-height:2.28rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.tab-bar__title{gap:0}}.tab-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:9.77rem;height:8.793rem;color:var(--color-gray-600);-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-decoration:none}.tab-bar__item.active{background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand));color:var(--color-brand-700)}.tab-bar__item.active .icon{background-color:var(--color-brand-700)}.segmented-control{display:flex;position:relative;width:fit-content;justify-content:center;gap:.375rem;background-color:var(--color-gray-50);border:1px solid var(--color-gray-200);padding:.375rem;margin:auto;z-index:10;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem}.segmented-control_license{cursor:unset}.segmented-control_driver{justify-content:flex-start;margin-left:0}.segmented-control_driver .segmented-control__item{border:1px solid transparent}.segmented-control_driver .segmented-control__item.active{color:var(--color-gray-900)}.segmented-control_driver .segmented-control__item.active .segmented-control__icon{display:flex}.segmented-control_driver .segmented-control__item.active .segmented-control__icon .icon{background-color:var(--color-gray-900)}.segmented-control_driver .segmented-control__item.active:nth-child(1){background-color:var(--color-brand-25);border-color:var(--color-brand-100)}.segmented-control_driver .segmented-control__item.active:nth-child(2){background-color:var(--color-info-25);border-color:var(--color-info-200)}.segmented-control_driver .segmented-control__item.active:nth-child(3){background-color:var(--color-indigo-25);border-color:var(--color-indigo-200)}.segmented-control_driver .segmented-control__item.active:nth-child(4){background-color:var(--color-rose-25);border-color:var(--color-rose-200)}.segmented-control_driver .segmented-control__item.active:nth-child(5){background-color:var(--color-warning-25);border-color:var(--color-warning-200)}.segmented-control_driver .segmented-control__item.active:nth-child(6){background-color:var(--color-pink-25);border-color:var(--color-pink-200)}.segmented-control_driver .segmented-control__item.active:nth-child(7){background-color:var(--color-violet-25);border-color:var(--color-violet-200)}.segmented-control_driver .segmented-control__item.active:nth-child(8){background-color:var(--color-orange-25);border-color:var(--color-orange-200)}.segmented-control__item{display:flex;gap:.5rem;padding:.375rem 1rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-500);cursor:pointer;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.segmented-control__item.active{-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);color:var(--color-gray-700);background-color:var(--color-white)}.segmented-control__item.signed{cursor:pointer;color:var(--color-brand-600)}.segmented-control__item.signed .segmented-control__icon{display:flex}.segmented-control__item.signed .segmented-control__num{display:none}.segmented-control__num{width:1.25rem}.segmented-control__icon{display:none;align-items:center}.segmented-control__icon .icon{width:1.25rem;height:1.25rem;-webkit-mask-size:1.25rem 1.25rem;mask-size:1.25rem 1.25rem;background-color:var(--color-brand-600)}.header-menu{display:none;position:fixed;top:11.398rem;width:100vw;max-height:100vh;min-height:100vh;overflow:scroll;background-color:var(--color-white);padding-bottom:11.398rem}.header-menu_opened{display:block}.header-menu__client{padding:1.954rem 2.605rem;background-color:var(--color-gray-50);border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200)}.header-menu__client-label{font-size:1.954rem;line-height:2.931rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.header-menu__client-choice{display:flex;justify-content:space-between;font-size:3.257rem;line-height:4.885rem;font-weight:700;font-style:normal}.header-menu__client-choice .icon{height:3.257rem;width:3.257rem;background-color:var(--color-gray-700);-webkit-mask-size:3.257rem 3.257rem;mask-size:3.257rem 3.257rem}.header-menu__body{display:flex;flex-direction:column;gap:3.908rem;padding:3.908rem 2.605rem 10.421rem}.header-menu__submenu{display:flex;flex-direction:column;gap:.651rem}.header-menu__submenu_secondary{gap:1.954rem}.header-menu__submenu_secondary .header-menu__submenu-item{font-size:2.605rem;line-height:3.908rem;font-style:normal;color:var(--color-gray-600)}.header-menu__submenu-title{font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal;color:var(--color-gray-400)}.header-menu__submenu-item{font-size:2.931rem;line-height:6.513rem;font-weight:600;font-style:normal;text-decoration:none}.header-menu__divider{height:1px;width:100%;background-color:var(--color-gray-200)}.update{display:none;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.update.active{display:flex}.update__header{display:flex;gap:1rem;width:100%}.update__content{display:flex;flex-direction:column;gap:2rem;width:64rem}.update__content_top{display:flex;flex-direction:column;gap:1.5rem}.update__content_header{font-size:2.25rem;line-height:2.75rem;font-weight:600;font-style:normal}.update__content_date{font-size:1.125rem;line-height:1.75rem;font-weight:400;font-style:normal;color:var(--color-gray-500)}.update__content_short{font-size:1.25rem;line-height:1.875rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.update__content_full{display:flex;flex-direction:column;gap:1rem}.update__content_full h1{font-size:1.5rem;line-height:2rem;font-weight:600;font-style:normal}.update__content_full ol{display:flex;flex-direction:column;gap:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;font-style:normal;color:var(--color-gray-600);padding-left:1.5rem}.update__content_full ol ul{font-weight:400;list-style:disc;padding-left:1.5rem}.update__content_full ol ul b{font-weight:600}.history__body{display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:990px){.history__body{gap:5.211rem}}.history__date{font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.history__date{font-size:2.605rem;line-height:3.908rem;font-weight:500;font-style:normal}}.history__row_body{display:flex;flex-direction:column;gap:1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand));padding:.75rem 1.125rem .75rem .5rem}@media screen and (max-width:990px){.history__row_body{gap:2.605rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;padding:1.954rem 2.931rem 1.954rem 1.303rem}}.history__header{display:flex;gap:.375rem;font-size:1rem;line-height:1.5rem;font-weight:400;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.history__header{flex-wrap:wrap;gap:.977rem;font-size:2.605rem;line-height:3.908rem;font-weight:400;font-style:normal}}.history__author{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.history__author{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal}}.history__author_email{color:var(--color-gray-500)}.history__action{text-transform:lowercase}@media screen and (max-width:990px){.history__changes{display:flex;flex-direction:column;gap:1.303rem}}.history__changes-row{display:flex;gap:1rem}@media screen and (max-width:990px){.history__changes-row{flex-direction:column;gap:.326rem}}.history__changes-row_title{font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.history__changes-row_title{font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal}}.history__changes-row_values{display:flex;gap:1rem;font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal}@media screen and (max-width:990px){.history__changes-row_values{gap:2.605rem;font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.history__changes-row_values .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}@media screen and (max-width:990px){.history__changes-row_values .icon{height:3.257rem;width:3.257rem}}.history__changes-row_value-from{color:var(--color-gray-500)}.history__changes-row_value-to{color:var(--color-gray-600)}.profile-menu{position:absolute;display:none;flex-direction:column;left:4.813rem;bottom:1.5rem;width:16.5rem;background-color:var(--color-gray-50);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200);-webkit-box-shadow:var(--shadow-lg);-moz-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);-moz-opacity:0;opacity:0;filter:alpha(opacity=0);transition:.3s ease-in-out;z-index:96}.profile-menu.active{display:flex;-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.profile-menu_expanded{left:19.063rem}.profile-menu__top{display:flex;flex-direction:column;gap:.125rem;background-color:var(--color-white);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200);padding:.375rem .5rem;margin-left:-1px;margin-right:-1px;margin-top:-1px}.profile-menu__bottom{padding:.25rem .375rem .375rem}.profile-menu__link{text-decoration:none;display:flex;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-gray-700);padding:.5rem .75rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;transition:.3s ease-in-out;cursor:pointer}.profile-menu__link:hover{background-color:var(--color-gray-50)}.profile-menu__link .icon{width:1.25rem;height:1.25rem;background-color:var(--color-gray-400)}.pagination{display:flex;gap:.75rem}@media screen and (max-width:990px){.pagination{gap:1.954rem}}.pagination_pages{display:flex;gap:.125rem}.pagination_pages .inactive{cursor:default}@media screen and (max-width:990px){.pagination_pages{gap:.326rem}}.pagination_pages .button.active{background-color:var(--color-brand-50);color:var(--color-brand-800)}@property --active-filter-start-color{syntax: "<color>"; initial-value: transparent; inherits: false;}@property --active-filter-end-color{syntax: "<color>"; initial-value: transparent; inherits: false;}.table{position:relative;width:100%;clip-path:inset(0 round .75rem);margin-bottom:0}.table__border{border:1px solid var(--color-gray-200);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem}@media screen and (max-width:990px){.table__border{border:none}}.table_modal{overflow:hidden}.table_fixed{position:sticky;z-index:5;left:0}.table_fixed tr th:last-child,.table_fixed tr td:last-child{border-right:1px solid var(--color-gray-200)}.table_ordered{width:100%}@media screen and (max-width:990px){.table__home{display:none}}@media screen and (max-width:990px){.table{border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}}@media screen and (min-width:991px){.table.selected-rows{margin-bottom:5.375rem}}.table__wrapper{position:relative;display:flex;flex-direction:column;gap:1.5rem}.table__wrapper.loading{overflow:hidden}@media screen and (max-width:990px){.table__wrapper{padding:2.605rem 0 0;gap:2.605rem}}.table__checkbox{position:relative}.table__filters{display:grid;width:100%;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:center}.table__filters_modal{grid-template-columns:repeat(3,1fr)}.table__filters_header{display:flex;width:100%;align-items:center;justify-content:space-between}.table__filters_title{font-size:1.5rem;line-height:2rem;font-weight:500;font-style:normal}.table__filters_hide{display:flex;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-500)}.table__filters_hide .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}.table__filters .toggle-wrapper{padding-top:1.625rem}.table__filters .input,.table__filters .control{width:100%}.table__buttons{display:flex;gap:.5rem}.table__filter-header{display:flex;align-items:center}.table__active-filters{margin-left:auto;display:flex;gap:.625rem;flex-wrap:wrap;justify-content:flex-end}.table__active-filter{display:flex;gap:.5rem;align-items:center;cursor:pointer;padding:.625rem 1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;-webkit-transition:--active-filter-start-color .3s ease-in-out,--active-filter-end-color .3s ease-in-out;-moz-transition:--active-filter-start-color .3s ease-in-out,--active-filter-end-color .3s ease-in-out;-o-transition:--active-filter-start-color .3s ease-in-out,--active-filter-end-color .3s ease-in-out;transition:--active-filter-start-color .3s ease-in-out,--active-filter-end-color .3s ease-in-out;background:linear-gradient(90deg,var(--active-filter-start-color),var(--active-filter-end-color))}.table__active-filter:hover{--active-filter-start-color: var(--background-info-blue-start);--active-filter-end-color: var(--background-info-blue-end)}.table__active-filter:hover:has(.table__active-filter_delete:hover){--active-filter-start-color: var(--background-info-error-start);--active-filter-end-color: var(--background-info-error-end)}.table__active-filter_title{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-gray-600)}.table__active-filter_title span{display:inline-block;max-width:6.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table__active-filter .icon{background-color:var(--color-gray-600);height:1.25rem;width:1.25rem;-webkit-mask-size:1.25rem 1.25rem;mask-size:1.25rem 1.25rem}.table__active-filters:empty+.table__header_right{margin-left:auto}.table__header-divider{height:1.625rem;width:.125rem;background-color:var(--color-gray-300);-webkit-border-radius:.125rem;-moz-border-radius:.125rem;border-radius:.125rem}.table__total-sum{display:flex;gap:.5rem;align-items:center;padding:.625rem 1rem;color:var(--color-gray-600);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal}.table__statuses{margin-left:1rem}.table__statuses:not(:last-child){margin-left:auto}.table__header_left,.table__header_right,.table__footer_left,.table__footer_right{display:flex;align-items:center;gap:1rem}.table__header{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width:990px){.table__header{flex-direction:column}}.table__header_anchor{display:flex;align-items:center;gap:1rem}.table__header_left{flex-shrink:0}.table__header_left .icon-button{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.table__header_left .icon-button{font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal;width:100%}}@media screen and (max-width:990px){.table__header_left{flex-direction:column;width:100%;gap:.651rem}}.table__header_text-selected{min-width:12.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.table__header_text-selected{min-width:auto;font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal;padding:.651rem}}.table__content,.table__title,.table__rows{position:relative}.table__content_rounded,.table__title_rounded,.table__rows_rounded{-webkit-border-radius:.75rem .75rem 0 0;-moz-border-radius:.75rem .75rem 0 0;border-radius:.75rem .75rem 0 0;overflow:hidden}.table__content.loading,.table__title.loading,.table__rows.loading{min-height:25rem}.table__content table,.table__title table,.table__rows table{border-collapse:separate;border-spacing:0}.table__content table.table__default,.table__title table.table__default,.table__rows table.table__default{width:100%}.table__content thead th,.table__content thead td,.table__content tbody th,.table__content tbody td,.table__title thead th,.table__title thead td,.table__title tbody th,.table__title tbody td,.table__rows thead th,.table__rows thead td,.table__rows tbody th,.table__rows tbody td{max-width:15.625rem;border-style:solid;border-width:1px;border-color:var(--color-gray-200);border-left:0;border-right:0;padding:0 .75rem}.table__content thead th:not(:first-child):not(:nth-child(2)),.table__content thead td:not(:first-child):not(:nth-child(2)),.table__content tbody th:not(:first-child):not(:nth-child(2)),.table__content tbody td:not(:first-child):not(:nth-child(2)),.table__title thead th:not(:first-child):not(:nth-child(2)),.table__title thead td:not(:first-child):not(:nth-child(2)),.table__title tbody th:not(:first-child):not(:nth-child(2)),.table__title tbody td:not(:first-child):not(:nth-child(2)),.table__rows thead th:not(:first-child):not(:nth-child(2)),.table__rows thead td:not(:first-child):not(:nth-child(2)),.table__rows tbody th:not(:first-child):not(:nth-child(2)),.table__rows tbody td:not(:first-child):not(:nth-child(2)){min-width:10rem}.table__content thead th:first-child,.table__content thead td:first-child,.table__content tbody th:first-child,.table__content tbody td:first-child,.table__title thead th:first-child,.table__title thead td:first-child,.table__title tbody th:first-child,.table__title tbody td:first-child,.table__rows thead th:first-child,.table__rows thead td:first-child,.table__rows tbody th:first-child,.table__rows tbody td:first-child{padding-left:1.5rem}.table__content thead th:last-child,.table__content thead td:last-child,.table__content tbody th:last-child,.table__content tbody td:last-child,.table__title thead th:last-child,.table__title thead td:last-child,.table__title tbody th:last-child,.table__title tbody td:last-child,.table__rows thead th:last-child,.table__rows thead td:last-child,.table__rows tbody th:last-child,.table__rows tbody td:last-child{padding-right:1.5rem}@media screen and (max-width:990px){.table__content thead th,.table__content thead td,.table__content tbody th,.table__content tbody td,.table__title thead th,.table__title thead td,.table__title tbody th,.table__title tbody td,.table__rows thead th,.table__rows thead td,.table__rows tbody th,.table__rows tbody td{max-width:none;padding:0}.table__content thead th:not(:first-child):not(:nth-child(2)),.table__content thead td:not(:first-child):not(:nth-child(2)),.table__content tbody th:not(:first-child):not(:nth-child(2)),.table__content tbody td:not(:first-child):not(:nth-child(2)),.table__title thead th:not(:first-child):not(:nth-child(2)),.table__title thead td:not(:first-child):not(:nth-child(2)),.table__title tbody th:not(:first-child):not(:nth-child(2)),.table__title tbody td:not(:first-child):not(:nth-child(2)),.table__rows thead th:not(:first-child):not(:nth-child(2)),.table__rows thead td:not(:first-child):not(:nth-child(2)),.table__rows tbody th:not(:first-child):not(:nth-child(2)),.table__rows tbody td:not(:first-child):not(:nth-child(2)){min-width:auto}}.table__content thead th.table__checkbox,.table__content thead td.table__checkbox,.table__content tbody th.table__checkbox,.table__content tbody td.table__checkbox,.table__title thead th.table__checkbox,.table__title thead td.table__checkbox,.table__title tbody th.table__checkbox,.table__title tbody td.table__checkbox,.table__rows thead th.table__checkbox,.table__rows thead td.table__checkbox,.table__rows tbody th.table__checkbox,.table__rows tbody td.table__checkbox{position:relative;padding-left:1.5rem;padding-right:.25rem}.table__content thead tr,.table__title thead tr,.table__rows thead tr{height:2.75rem;background-color:var(--color-white-90);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.table__content thead tr .hover,.table__title thead tr .hover,.table__rows thead tr .hover{background-color:var(--color-gray-100)}.table__content thead th,.table__title thead th,.table__rows thead th{cursor:pointer;border-top:0}.table__content tbody tr,.table__title tbody tr,.table__rows tbody tr{position:relative;max-height:4.5rem;height:4.5rem;background-color:var(--color-white)}.table__content tbody tr:last-child td,.table__title tbody tr:last-child td,.table__rows tbody tr:last-child td{border-bottom:0}@media screen and (max-width:990px){.table__content tbody tr,.table__title tbody tr,.table__rows tbody tr{display:flex;flex-direction:column;height:auto;border:1px solid var(--color-gray-200);-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;gap:.651rem}}.table__content tbody tr:nth-child(2n),.table__title tbody tr:nth-child(2n),.table__rows tbody tr:nth-child(2n){background-color:var(--color-gray-25)}@media screen and (max-width:990px){.table__content tbody tr:nth-child(2n),.table__title tbody tr:nth-child(2n),.table__rows tbody tr:nth-child(2n){background-color:var(--color-white)}}.table__content tbody tr.table__row_hover,.table__content tbody tr.table__row_selected,.table__title tbody tr.table__row_hover,.table__title tbody tr.table__row_selected,.table__rows tbody tr.table__row_hover,.table__rows tbody tr.table__row_selected,.table__content tbody tr.table__row_selected td.hover,.table__title tbody tr.table__row_selected td.hover,.table__rows tbody tr.table__row_selected td.hover{background-color:var(--color-info-50)}.table__content tbody tr.table__row_hover td:hover,.table__content tbody tr.table__row_hover td.hover,.table__title tbody tr.table__row_hover td:hover,.table__title tbody tr.table__row_hover td.hover,.table__rows tbody tr.table__row_hover td:hover,.table__rows tbody tr.table__row_hover td.hover{background-color:var(--color-info-100)}.table__content tbody tr.table__row_inactive th,.table__content tbody tr.table__row_inactive td,.table__title tbody tr.table__row_inactive th,.table__title tbody tr.table__row_inactive td,.table__rows tbody tr.table__row_inactive th,.table__rows tbody tr.table__row_inactive td{background-color:var(--color-gray-50)}.table__content tbody tr.table__row_inactive .table__td,.table__title tbody tr.table__row_inactive .table__td,.table__rows tbody tr.table__row_inactive .table__td{color:var(--color-gray-400)}.table__content tbody tr.table__row_inactive .table__td a,.table__title tbody tr.table__row_inactive .table__td a,.table__rows tbody tr.table__row_inactive .table__td a{-moz-opacity:.5;opacity:.5;filter:alpha(opacity=50)}.table__content tbody td,.table__title tbody td,.table__rows tbody td{border-top:0}@media screen and (max-width:990px){.table__content tbody td,.table__title tbody td,.table__rows tbody td{border:0;display:none}.table__content tbody td:nth-child(-n+5),.table__title tbody td:nth-child(-n+5),.table__rows tbody td:nth-child(-n+5){display:flex}}.table__content_slim tbody tr,.table__title_slim tbody tr,.table__rows_slim tbody tr{max-height:3rem;height:3rem}.table__title,.table__rows{display:flex;width:100%;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.table__scroll{position:sticky;z-index:15;border-top:1px solid var(--color-gray-200);bottom:5.688rem;display:flex;height:1.188rem;-webkit-border-radius:0 0 .75rem .75rem;-moz-border-radius:0 0 .75rem .75rem;border-radius:0 0 .75rem .75rem;overflow:hidden}.table__scroll_backdrop{position:fixed;content:"";background-color:var(--color-gray-25);bottom:5.625rem;right:0;left:-.75rem;z-index:10;width:100%;height:1.125rem}.table__scroll div{z-index:2;background-color:var(--color-white)}.table__scroll_icon{display:flex;position:sticky;align-items:center;justify-content:center;height:100%;width:1.125rem}.table__scroll_icon .icon{width:.875rem;height:.875rem;background-color:var(--color-gray-200)}.table__scroll_left{left:0}.table__scroll_right{right:0}.table__scroll_rail{height:100%}.table__title{position:sticky;z-index:10;top:5rem}@media screen and (max-width:990px){.table table.table__fixed{display:none}}.table__fixed{position:absolute;top:0;left:0;z-index:10}.table__fixed tr th:last-child,.table__fixed tr td:last-child{border-right:1px solid var(--color-gray-200)}.table__fixed_right{left:auto;right:0;border-right:none;pointer-events:none}.table__fixed_right:before{content:"";display:block;padding-top:2.75rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.table__fixed_right.slim:before{padding-top:2.313rem}.table__fixed_bottom{position:fixed;top:auto;bottom:-6.25rem;left:50%;-webkit-transform:translate(-50%,100%);-moz-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);-o-transform:translate(-50%,100%);transform:translate(-50%,100%);background-color:var(--color-white-95);border:1px solid var(--color-gray-200);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;padding:.75rem 1rem .75rem 2rem;-webkit-box-shadow:var(--shadow-lg);-moz-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);z-index:25}@media screen and (min-width:991px){.table__fixed_bottom{margin-left:2.5rem}}@media screen and (max-width:990px){.table__fixed_bottom{padding:1.303rem;bottom:0rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem}}.table__fixed_bottom.active{-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%);bottom:1.5rem}@media screen and (max-width:990px){.table__fixed_bottom.active{bottom:13.678rem}}.table__fixed thead th:last-child,.table__fixed thead td:last-child,.table__fixed tbody th:last-child,.table__fixed tbody td:last-child{padding-right:1.5rem}.table__fixed .table__row td:not(.table__field_no-checkbox):first-child,.table__import .table__row td:not(.table__field_no-checkbox):first-child,.table_fixed .table__row td:not(.table__field_no-checkbox):first-child{position:relative;padding-left:1.5rem}.table__fixed .table__row td:not(.table__field_no-checkbox):first-child .table__td,.table__import .table__row td:not(.table__field_no-checkbox):first-child .table__td,.table_fixed .table__row td:not(.table__field_no-checkbox):first-child .table__td{min-width:10rem;margin:.625rem 0;-webkit-line-clamp:4}.table__fixed .table__row td:first-child:before,.table__import .table__row td:first-child:before,.table_fixed .table__row td:first-child:before{content:"";position:absolute;left:.375rem;display:block;height:-webkit-calc(100% - .625rem);height:-moz-calc(100% - .625rem);height:calc(100% - .625rem);width:.375rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-border-radius:.188rem;-moz-border-radius:.188rem;border-radius:.188rem}.table__fixed .table__row_error td:first-child:before,.table__fixed .table__row_red td:first-child:before,.table__import .table__row_error td:first-child:before,.table__import .table__row_red td:first-child:before,.table_fixed .table__row_error td:first-child:before,.table_fixed .table__row_red td:first-child:before{background-color:var(--color-error-400)}.table__fixed .table__row_blue td:first-child:before,.table__import .table__row_blue td:first-child:before,.table_fixed .table__row_blue td:first-child:before{background-color:var(--color-info-500)}.table__fixed .table__row_blue-green td:first-child:before,.table__import .table__row_blue-green td:first-child:before,.table_fixed .table__row_blue-green td:first-child:before{background-color:var(--color-indigo-400)}.table__fixed .table__row_blocked td:first-child:before,.table__import .table__row_blocked td:first-child:before,.table_fixed .table__row_blocked td:first-child:before{background-color:var(--color-error-dark-400)}.table__fixed .table__row_archive td:first-child:before,.table__import .table__row_archive td:first-child:before,.table_fixed .table__row_archive td:first-child:before{background-color:var(--color-violet-dark-400)}.table__fixed .table__row_success td:first-child:before,.table__fixed .table__row_green td:first-child:before,.table__import .table__row_success td:first-child:before,.table__import .table__row_green td:first-child:before,.table_fixed .table__row_success td:first-child:before,.table_fixed .table__row_green td:first-child:before{background-color:var(--color-brand-400)}.table__fixed .table__row_orange td:first-child:before,.table__import .table__row_orange td:first-child:before,.table_fixed .table__row_orange td:first-child:before{background-color:var(--color-orange-400)}.table__fixed .table__row_disabled td:first-child:before,.table__fixed .table__row_inactive td:first-child:before,.table__fixed .table__row_gray td:first-child:before,.table__import .table__row_disabled td:first-child:before,.table__import .table__row_inactive td:first-child:before,.table__import .table__row_gray td:first-child:before,.table_fixed .table__row_disabled td:first-child:before,.table_fixed .table__row_inactive td:first-child:before,.table_fixed .table__row_gray td:first-child:before{background-color:var(--color-gray-300)}.table__fixed .table__row_frozen td:first-child:before,.table__fixed .table__row_warning td:first-child:before,.table__fixed .table__row_yellow td:first-child:before,.table__import .table__row_frozen td:first-child:before,.table__import .table__row_warning td:first-child:before,.table__import .table__row_yellow td:first-child:before,.table_fixed .table__row_frozen td:first-child:before,.table_fixed .table__row_warning td:first-child:before,.table_fixed .table__row_yellow td:first-child:before{background-color:var(--color-warning-400)}.table__import .table__row td:first-child{position:sticky;background-color:var(--color-white);left:0}.table__import .table__row td.table__field_error{background-color:var(--color-error-100)}.table__import .table__row:nth-child(2n) td:first-child{background-color:var(--color-gray-100)}.table__import .table__row:nth-child(2n) td.table__field_error{background-color:var(--color-error-200)}.table__import tr th:first-child{position:sticky;background-color:var(--color-gray-100);left:0}.table__import_form{display:flex;justify-content:flex-end;margin-bottom:.75rem}.table__import .table__td{display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width:990px){.table__default thead{display:none}.table__default tbody{display:flex;flex-direction:column;gap:2.605rem}}.table__default_wrapper{width:100%;position:relative;overflow-x:scroll;display:flex}.table__default_wrapper::-webkit-scrollbar{padding:0 .375rem}.table__default_wrapper::-webkit-scrollbar:horizontal{height:1.125rem}.table__default_wrapper::-webkit-scrollbar-thumb{border:.375rem solid rgba(0,0,0,0);background-clip:padding-box;background-color:var(--color-gray-300);-webkit-border-radius:1.125rem;-moz-border-radius:1.125rem;border-radius:1.125rem;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.table__default_wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-400)}.table__default_wrapper::-webkit-scrollbar-button:single-button:horizontal{display:block;width:.625rem;height:.625rem;border-top:.25rem solid rgba(0,0,0,0);border-bottom:.25rem solid rgba(0,0,0,0);-webkit-background-size:.625rem .625rem;-moz-background-size:.625rem .625rem;-o-background-size:.625rem .625rem;background-size:.625rem .625rem;background-repeat:no-repeat;background-position:center}.table__default_wrapper::-webkit-scrollbar-button:single-button:horizontal:decrement{background-image:url(/build/assets/caret-left-5zxMEqQO.svg);border-left:.375rem solid rgba(0,0,0,0)}.table__default_wrapper::-webkit-scrollbar-button:single-button:horizontal:increment{background-image:url(/build/assets/caret-right-BhCkAbG1.svg);border-right:.375rem solid rgba(0,0,0,0)}.table__mobile-header{display:flex;position:relative;justify-content:space-between;align-items:center;margin-bottom:1.303rem}.table__mobile-header .checkbox{position:relative}@media screen and (max-width:990px){.table__select-all{display:flex;background-color:var(--color-white-95);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);gap:1.303rem;border:1px solid var(--color-gray-200);-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;padding:1.954rem 2.605rem;font-size:2.28rem;line-height:3.257rem;font-weight:500;font-style:normal}}.table__th{display:flex;align-items:center;gap:.25rem}.table__th_title{font-size:.75rem;line-height:1.125rem;font-weight:600;font-style:normal;color:var(--color-gray-600);text-align:left}.table__th .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}.table__th_desc .icon,.table__th_asc .icon{background-color:var(--color-gray-300)}.table__th_desc .icon:before,.table__th_asc .icon:before{content:"";position:absolute;left:0;height:50%;width:100%;background-color:var(--color-brand-700)}.table__th_desc .icon:before{bottom:0}.table__th_asc .icon:before{top:0}.table__td{font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal;color:var(--color-gray-700);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word}@media screen and (max-width:990px){.table__td{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.table__td_title{display:none}@media screen and (max-width:990px){.table__td_title{display:block;font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal;color:var(--color-gray-400)}}@media screen and (max-width:990px){.table__td_value{color:var(--color-gray-900);font-size:2.605rem;line-height:3.908rem;font-weight:400;font-style:normal}.table__td_value:empty:before{content:"-"}}.table__td a{font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-brand-900)}@media screen and (max-width:990px){.table__td a{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal}}.table__field{position:relative}.table__field.has-tooltip{cursor:help}.table__field_fio,.table__field_legalEntity{min-width:9.375rem}.table__field.hover{background-color:var(--color-gray-50)}.table__field_error .table__td_value{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-error-700)}.table__field_error .table__td_error{font-size:.75rem;line-height:1.125rem;font-weight:500;font-style:normal;color:var(--color-error-500)}.table__control-panel{display:none;background-color:var(--color-white);gap:.25rem;margin-right:.625rem;padding:.375rem .938rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200);z-index:10;pointer-events:all}.table__control-panel.active{display:flex}.table__control-panel .icon-button{-webkit-transition:height .3s ease-in-out;-moz-transition:height .3s ease-in-out;-o-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.table__control-panel_row{display:flex;align-items:center;height:4.5rem;-webkit-transition:height .3s ease-in-out;-moz-transition:height .3s ease-in-out;-o-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.table__control-panel_row.slim{height:3rem}.table__control-panel_row.slim .icon-button{height:1.75rem}.table__footer{display:flex;position:sticky;bottom:1.563rem;z-index:20;justify-content:space-between}.table__footer:before,.table__footer:after{content:"";position:absolute;width:100%;top:-2.625rem;height:1.125rem;pointer-events:none}.table__footer:before{left:0;width:100%;border:1px solid var(--color-gray-200);border-top:0;z-index:2;-webkit-border-radius:0 0 .75rem .75rem;-moz-border-radius:0 0 .75rem .75rem;border-radius:0 0 .75rem .75rem}.table__footer:after{border-left:.625rem solid var(--color-gray-25);border-right:.625rem solid var(--color-gray-25);border-bottom:.625rem solid var(--color-gray-25);top:-2rem;width:-webkit-calc(100% + 1.125rem);width:-moz-calc(100% + 1.125rem);width:calc(100% + 1.125rem);left:-.563rem}@media screen and (max-width:990px){.table__footer{flex-direction:column-reverse;-webkit-border-radius:1.954rem;-moz-border-radius:1.954rem;border-radius:1.954rem;border:0;padding:1.954rem;gap:1.303rem;bottom:0;position:relative;background-color:unset;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}}.table__footer_backdrop{position:fixed;content:"";background-color:var(--color-gray-25);bottom:0;right:0;left:-.75rem;z-index:10;width:100%;height:5.625rem}.table__footer_modal{position:relative;bottom:0}.table__footer_left{z-index:2}@media screen and (max-width:990px){.table__footer_left{justify-content:center}}.table__footer_right{z-index:2;color:var(--color-gray-600)}.table__footer_right .dropdown{width:13.75rem!important}@media screen and (max-width:990px){.table__footer_right .dropdown{width:35.822rem!important;min-height:6.513rem!important}}.table__footer_right .dropdown .control{width:100%;height:auto;min-height:2.5rem!important}@media screen and (max-width:990px){.table__footer_right .dropdown .control{min-height:6.513rem!important}}@media screen and (max-width:990px){.table__footer_right{display:flex;flex-direction:column;font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal}}.table__loading{display:none;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;min-height:25rem;justify-content:center;align-items:center;border:1px solid var(--color-gray-200);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;background-color:var(--color-white-90);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);z-index:25;padding-top:9.375rem}.table__loading.active{display:flex}.table__loading_wrapper{position:sticky;display:flex;flex-direction:column;align-items:center;gap:.75rem}.table__action-buttons{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width:990px){.table__action-buttons{flex-direction:column}}.table__no-data{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;gap:1rem;padding:6rem 4rem}.table__no-data p{font-size:1.125rem;line-height:1.75rem;font-weight:600;font-style:normal}.table__mobile{display:flex;flex-direction:column;gap:2.605rem}.table__mobile-row{background-color:var(--color-white);border:1px solid var(--color-gray-200);padding:1.954rem 0 0;overflow:hidden;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem}.table__mobile-row_header{display:flex;justify-content:flex-start;gap:1.303rem;padding:0 2.605rem;margin-bottom:1.628rem;height:3.257rem}.table__mobile-row_header .badge{margin-left:0;font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal}.table__mobile-row_id{font-size:2.605rem;line-height:3.257rem;font-weight:600;font-style:normal;color:var(--color-gray-400)}.table__mobile-row_body{display:flex;flex-direction:column;padding:0 2.605rem 1.954rem}.table__mobile-row_body-label{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.table__mobile-row_body-value{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}.table__mobile-row_body-value a{color:var(--color-brand-900)}.table__mobile-row_footer{display:flex;flex-direction:column;border-top:1px solid var(--color-gray-200);background-color:var(--color-gray-50);padding:1.954rem 2.605rem;gap:1.954rem}.table__mobile-row_footer-label{font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.table__mobile-row_footer-value{font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}.table__tooltip{position:absolute;display:flex;flex-direction:column;row-gap:.25rem;top:50%;width:20rem;background-color:var(--color-white);padding:.75rem;z-index:10;pointer-events:none;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;right:100%;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;-webkit-box-shadow:var(--shadow-lg);-moz-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.table__tooltip.show{pointer-events:all;-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.table__tooltip:before{content:"";position:absolute;right:-.375rem;top:50%;height:.75rem;width:.75rem;background-color:var(--color-white);-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-box-shadow:var(--shadow-lg);-moz-box-shadow:var(--shadow-lg);box-shadow:var(--shadow-lg)}.table__tooltip:after{content:"";position:absolute;right:0rem;top:50%;height:1.125rem;width:.75rem;background-color:var(--color-white);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.table__tooltip.right{right:unset;left:100%}.table__tooltip.right:before{right:unset;left:-.375rem}.table__tooltip.right:after{right:unset;left:0}.table__tooltip_title{font-size:.75rem;line-height:1.125rem;font-weight:600;font-style:normal;color:var(--color-gray-700)}.table__tooltip_value{font-size:.75rem;line-height:1.125rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}#table{position:relative}.table-flex{position:relative;width:100%;border:1px solid var(--color-gray-200);-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;margin-bottom:0}.table-flex__header{display:flex}@media screen and (min-width:991px){.body_expanded .table__fixed_bottom{margin-left:9.75rem}}.filters_title{font-size:1.5rem;line-height:2rem;font-weight:500;font-style:normal}@media screen and (max-width:990px){.filters_title{font-size:3.908rem;line-height:5.211rem;font-weight:500;font-style:normal}}.filters_hide{display:flex;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:normal;color:var(--color-gray-500)}.filters_hide .icon{height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}.filters__header{padding:1.5rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;overflow:hidden}.filters__header span{z-index:1}.filters__wrapper{display:flex;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid var(--color-gray-200);background-color:var(--color-white);flex-direction:column;align-items:flex-start;min-height:0;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-box-shadow:var(--shadow-sm);-moz-box-shadow:var(--shadow-sm);box-shadow:var(--shadow-sm)}@media screen and (max-width:990px){.filters__wrapper{-webkit-border-radius:1.954rem;-moz-border-radius:1.954rem;border-radius:1.954rem}}.filters__wrapper_modal{border:0;background-color:var(--color-white);padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.filters__wrapper.fade-enter-from,.filters__wrapper.fade-leave-to{-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-.375rem);-moz-transform:translateY(-.375rem);-ms-transform:translateY(-.375rem);-o-transform:translateY(-.375rem);transform:translateY(-.375rem)}.filters__wrapper.fade-enter-to,.filters__wrapper.fade-leave-from{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.filters__transition,.filters__transition_ghost{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.filters__transition.fade-enter-from,.filters__transition.fade-leave-to{-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(-.375rem);-moz-transform:translateY(-.375rem);-ms-transform:translateY(-.375rem);-o-transform:translateY(-.375rem);transform:translateY(-.375rem)}.filters__transition.fade-enter-to,.filters__transition.fade-leave-from{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.filters__body{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:1rem;padding:0 1.5rem 1.5rem;overflow:visible}@media screen and (max-width:990px){.filters__body{gap:1.954rem;padding:0 3.908rem 3.908rem}}.filters__fields{display:grid;width:100%;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:center}@media screen and (max-width:990px){.filters__fields{display:flex;flex-direction:column;gap:1.954rem}}.filters__fields .input__wrapper{grid-row:span 2}.filters__fields .toggle__wrapper{padding-top:1.625rem}@media screen and (max-width:990px){.filters__fields .toggle__wrapper{padding-top:0;width:100%}}.filters__buttons{display:flex;gap:1rem}@media screen and (max-width:990px){.filters__buttons{width:100%;flex-direction:column;gap:1.303rem}}@media screen and (max-width:990px){.filters__buttons .button{width:100%}}.filters .input,.filters .control,.filter__wrapper .input__value input{width:100%}#backdrop{position:absolute}.backdrop{-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:none;position:fixed;top:0;left:0;width:100vw;height:100vw;overflow:hidden;z-index:90;background-color:transparent;-webkit-backdrop-filter:blur(0rem);backdrop-filter:blur(0rem);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.backdrop.active{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-ms-user-select:unset;-moz-user-select:unset;-webkit-user-select:unset;user-select:unset;pointer-events:all}.backdrop_dropdown{z-index:24}.backdrop_modal{z-index:120;background-color:var(--color-black-03);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.preloader{width:2rem;height:2rem;min-width:2rem}.preloader svg{width:100%;height:100%;transform-origin:center;animation:rotate 1.8s linear infinite}.preloader__track{fill:none;stroke:var(--color-gray-100);stroke-width:12}.preloader__loader{fill:none;stroke:var(--color-brand-600);stroke-width:12;stroke-linecap:round;stroke-dasharray:20 263;animation:dash 1.8s cubic-bezier(.45,.05,.55,.95) infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 263;stroke-dashoffset:0}40%{stroke-dasharray:80 263;stroke-dashoffset:-40}70%{stroke-dasharray:140 263;stroke-dashoffset:-120}to{stroke-dasharray:1 263;stroke-dashoffset:-263}}.icon{position:relative;display:inline-block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-repeat:no-repeat;background-position:center}.icon__double-circles{position:relative}.icon__double-circles:before,.icon__double-circles:after{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:.125rem solid var(--color-gray-500);mask-image:none;-webkit-mask-image:none}@media screen and (max-width:990px){.icon__double-circles:before,.icon__double-circles:after{border:.326rem solid var(--color-gray-500)}}.icon__double-circles:before{width:140%;height:140%;-moz-opacity:.3;opacity:.3;filter:alpha(opacity=30)}.icon__double-circles:after{width:190%;height:190%;-moz-opacity:.1;opacity:.1;filter:alpha(opacity=10)}.icon__double-circles_brand:before,.icon__double-circles_brand:after{border-color:var(--color-brand-500)}.icon__double-circles_info:before,.icon__double-circles_info:after{border-color:var(--color-info-600)}.icon__double-circles_warning:before,.icon__double-circles_warning:after{border-color:var(--color-warning-500)}.icon__double-circles_error:before,.icon__double-circles_error:after{border-color:var(--color-error-500)}.login{display:flex;justify-content:center;width:100%;padding-top:6rem;overflow:hidden}@media screen and (max-width:990px){.login{padding-top:7.816rem}}.login__wrapper{display:flex;position:relative;flex-direction:column;gap:1.5rem;width:22.5rem}@media screen and (max-width:990px){.login__wrapper{width:100%;gap:3.908rem}}.login__chapter{display:flex;position:absolute;right:0;flex-direction:column;gap:2rem;width:22.5rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}@media screen and (max-width:990px){.login__chapter{width:100%;gap:5.211rem}}.login__chapter.left,.login__chapter.right{display:flex;position:absolute;pointer-events:none;-moz-opacity:0;opacity:0;filter:alpha(opacity=0)}.login__chapter.right{right:-25rem}.login__chapter.left{right:25rem}.login__content{display:flex;flex-direction:column;gap:2rem;min-height:35rem}@media screen and (max-width:990px){.login__content{min-height:91.184rem;gap:5.211rem}}.login__content .button{justify-content:center}.login__header{display:flex;text-align:center;flex-direction:column;gap:.75rem}@media screen and (max-width:990px){.login__header{gap:1.303rem}}.login__title{font-size:1.875rem;line-height:2.375rem;font-weight:600;font-style:normal}@media screen and (max-width:990px){.login__title{font-size:3.908rem;line-height:5.211rem;font-style:normal}}.login__subtitle{font-size:1rem;line-height:1.5rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}@media screen and (max-width:990px){.login__subtitle{font-size:2.605rem;line-height:3.908rem;font-weight:400;font-style:normal}}.login__form{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:990px){.login__form{gap:3.908rem}}.login__form_row{display:flex;justify-content:space-between}.login__form input{width:100%}.login__input-wrapper{display:flex;flex-direction:column;gap:1.25rem}@media screen and (max-width:990px){.login__input-wrapper{gap:3.257rem}}.login__forgot-password{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-brand-700);text-decoration:none}@media screen and (max-width:990px){.login__forgot-password{font-size:2.28rem;line-height:3.257rem;font-weight:600;font-style:normal}}.login__verification-group{display:flex;justify-content:space-between}.login__verification-group_divider{font-size:3rem;line-height:3rem;font-weight:500;font-style:normal;color:var(--color-gray-300)}@media screen and (max-width:990px){.login__verification-group_divider{font-size:7.816rem;line-height:7.816rem;font-weight:500;font-style:normal}}.login__verification-group .input{height:3rem;width:3rem;padding:0;text-align:center;font-size:1.875rem;line-height:3rem;font-weight:500;font-style:normal}@media screen and (max-width:990px){.login__verification-group .input{height:7.816rem;width:7.816rem;font-size:4.885rem;line-height:7.816rem;font-weight:500;font-style:normal}}.login__preload{display:flex;position:fixed;justify-content:center;align-items:center;left:0;top:0;width:100%;height:100%;background-color:var(--color-white-50);-webkit-backdrop-filter:blur(0rem);backdrop-filter:blur(0rem);-webkit-border-radius:0rem;-moz-border-radius:0rem;border-radius:0rem;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);pointer-events:none}.login__preload.active{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;pointer-events:auto}.license{padding:6rem 0}.license__top{display:flex;flex-direction:column;text-align:center;gap:2.5rem;margin-bottom:2.5rem}.license__top-text{display:flex;flex-direction:column;margin:auto;gap:1.5rem;max-width:60rem}.license__top-text p{font-size:1.25rem;line-height:1.875rem;font-style:normal;color:var(--color-gray-600);padding:0 6rem}.license__tabs{position:sticky;top:.5rem;margin-bottom:6rem;z-index:10}.license__item{display:none;padding:0 2rem}.license__item.active{display:block}.license__item p,.license__item li{font-size:1.125rem;line-height:1.75rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.license__item ol,.license__item li{margin-top:0;padding-left:0}.license__item ol{list-style:none;counter-reset:li}.license__item ol>li{font-size:1.5rem;line-height:2rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}.license__item ol>li.small,.license__item ol>li li{font-size:1.125rem;line-height:1.75rem;font-weight:400;font-style:normal;color:var(--color-gray-600)}.license__item ol>li:before{counter-increment:li;content:counters(li,".") ". "}.license__item ul>li{list-style:disc}.license__item ul.dash-list>li,.license__item ul.line-list>li{list-style:none;position:relative}.license__item ul.dash-list>li:before,.license__item ul.line-list>li:before{position:absolute;left:-1.5rem;content:"— "}.license__item ul.line-list>li:before{left:-1.25rem;content:"– "}.license__item ol.bracer-list{list-style:unset}.license__item ol.bracer-list>li:before{counter-increment:li;content:counter(li) ") "}.license__text,.license__list{display:flex;flex-direction:column;gap:3rem}.license__text{margin-bottom:3rem}.license__list>li>ol{margin-top:1.5rem}.license__list>li>ol,.license__list>li>ol ol{display:flex;flex-direction:column;gap:1.125rem}.license__list>li>ol li ol,.license__list>li>ol li ul,.license__list>li>ol ol li ol,.license__list>li>ol ol li ul{margin-top:1.125rem}.license__list>li>ol li ul,.license__list>li>ol ol li ul{padding-left:1.75rem}.license__title{font-size:1.875rem;line-height:2.375rem;font-weight:600;font-style:normal;margin-bottom:1.5rem}.license__buttons{display:flex;justify-content:center;gap:.75rem}.license__buttons .button{width:12.125rem;justify-content:center}.home-menu{display:flex;flex-direction:column;padding:.75rem 0;gap:1rem;justify-content:space-between;align-items:flex-start}@media screen and (max-width:990px){.home-menu{padding:1.954rem 0;gap:2.605rem}}.home-menu__info{display:flex;width:100%;flex-direction:column;gap:1.954rem;padding:1.954rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;background-image:-webkit-linear-gradient(var(--background-brand));background-image:-moz-linear-gradient(var(--background-brand));background-image:-ms-linear-gradient(var(--background-brand));background-image:-o-linear-gradient(var(--background-brand));background-image:linear-gradient(var(--background-brand))}@media screen and (max-width:990px){.home-menu__info{gap:.75rem;padding:.75rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}}.home-menu__info_item{display:flex;flex-direction:column;gap:.651rem}@media screen and (max-width:990px){.home-menu__info_item{gap:.25rem}}.home-menu__info_title{display:flex;gap:1.303rem;font-size:2.28rem;line-height:3.257rem;font-weight:400;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.home-menu__info_title{gap:.5rem}}.home-menu__info_title .icon{width:3.257rem;height:3.257rem;background-color:var(--color-gray-700)}@media screen and (max-width:990px){.home-menu__info_title .icon{width:1.25rem;height:1.25rem}}.home-menu__current-car_row{display:flex;gap:1.303rem;align-items:center}@media screen and (max-width:990px){.home-menu__current-car_row{gap:.5rem}}.home-menu__current-car_model{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}.home-menu__current-car_number{font-size:1rem;line-height:1.25rem;font-weight:700;font-style:normal;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;padding:.125rem .375rem;color:var(--color-gray-900);border:2px solid var(--color-gray-900);background-color:var(--color-white)}@media screen and (max-width:990px){.home-menu__current-car_number{font-size:2.605rem;line-height:3.257rem;font-weight:700;font-style:normal;-webkit-border-radius:.651rem;-moz-border-radius:.651rem;border-radius:.651rem;padding:.326rem .977rem}}.home-menu__manager_row{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-900)}@media screen and (max-width:990px){.home-menu__manager_row{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal}}.home-menu__manager_row a{text-decoration:none;font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-brand-700)}@media screen and (max-width:990px){.home-menu__manager_row a{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal}}.home-menu__columns{display:flex;gap:.75rem;width:100%}@media screen and (max-width:990px){.home-menu__columns{gap:1.954rem}}.home-menu__column{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:.75rem}@media screen and (max-width:990px){.home-menu__column{display:flex;flex-direction:column;flex:1;width:auto;gap:1.954rem}}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(1){background-color:var(--color-brand-25);border-color:var(--color-brand-100)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(1) .home-menu__item_icon{background-color:var(--color-brand-100)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(1) .home-menu__item_icon .icon{background-color:var(--color-brand-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(2){background-color:var(--color-info-25);border-color:var(--color-info-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(2) .home-menu__item_icon{background-color:var(--color-info-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(2) .home-menu__item_icon .icon{background-color:var(--color-info-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(3){background-color:var(--color-indigo-25);border-color:var(--color-indigo-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(3) .home-menu__item_icon{background-color:var(--color-indigo-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(3) .home-menu__item_icon .icon{background-color:var(--color-indigo-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(4){background-color:var(--color-rose-25);border-color:var(--color-rose-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(4) .home-menu__item_icon{background-color:var(--color-rose-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(4) .home-menu__item_icon .icon{background-color:var(--color-rose-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(5){background-color:var(--color-warning-25);border-color:var(--color-warning-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(5) .home-menu__item_icon{background-color:var(--color-warning-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(5) .home-menu__item_icon .icon{background-color:var(--color-warning-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(6){background-color:var(--color-pink-25);border-color:var(--color-pink-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(6) .home-menu__item_icon{background-color:var(--color-pink-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(6) .home-menu__item_icon .icon{background-color:var(--color-pink-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(7){background-color:var(--color-violet-25);border-color:var(--color-violet-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(7) .home-menu__item_icon{background-color:var(--color-violet-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(7) .home-menu__item_icon .icon{background-color:var(--color-violet-700)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(8){background-color:var(--color-orange-25);border-color:var(--color-orange-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(8) .home-menu__item_icon{background-color:var(--color-orange-200)}.home-menu__column:nth-child(odd) .home-menu__item:nth-child(8) .home-menu__item_icon .icon{background-color:var(--color-orange-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(1){background-color:var(--color-warning-25);border-color:var(--color-warning-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(1) .home-menu__item_icon{background-color:var(--color-warning-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(1) .home-menu__item_icon .icon{background-color:var(--color-warning-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(2){background-color:var(--color-pink-25);border-color:var(--color-pink-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(2) .home-menu__item_icon{background-color:var(--color-pink-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(2) .home-menu__item_icon .icon{background-color:var(--color-pink-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(3){background-color:var(--color-violet-25);border-color:var(--color-violet-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(3) .home-menu__item_icon{background-color:var(--color-violet-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(3) .home-menu__item_icon .icon{background-color:var(--color-violet-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(4){background-color:var(--color-orange-25);border-color:var(--color-orange-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(4) .home-menu__item_icon{background-color:var(--color-orange-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(4) .home-menu__item_icon .icon{background-color:var(--color-orange-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(5){background-color:var(--color-brand-25);border-color:var(--color-brand-100)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(5) .home-menu__item_icon{background-color:var(--color-brand-100)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(5) .home-menu__item_icon .icon{background-color:var(--color-brand-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(6){background-color:var(--color-info-25);border-color:var(--color-info-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(6) .home-menu__item_icon{background-color:var(--color-info-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(6) .home-menu__item_icon .icon{background-color:var(--color-info-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(7){background-color:var(--color-indigo-25);border-color:var(--color-indigo-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(7) .home-menu__item_icon{background-color:var(--color-indigo-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(7) .home-menu__item_icon .icon{background-color:var(--color-indigo-700)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(8){background-color:var(--color-rose-25);border-color:var(--color-rose-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(8) .home-menu__item_icon{background-color:var(--color-rose-200)}.home-menu__column:nth-child(2n) .home-menu__item:nth-child(8) .home-menu__item_icon .icon{background-color:var(--color-rose-700)}.home-menu__item{padding:.75rem 1rem;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;border:1px solid transparent;width:100%;min-width:8.875rem;text-decoration:none;cursor:pointer}@media screen and (max-width:990px){.home-menu__item{flex-grow:1;padding:1.954rem 2.605rem;-webkit-border-radius:1.954rem;-moz-border-radius:1.954rem;border-radius:1.954rem;min-width:23.122rem}}.home-menu__item_icon{display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;margin-bottom:.75rem}@media screen and (max-width:990px){.home-menu__item_icon{height:7.816rem;width:7.816rem;margin-bottom:1.954rem}}.home-menu__item_icon .icon{width:1.5rem;height:1.5rem}@media screen and (max-width:990px){.home-menu__item_icon .icon{width:3.908rem;height:3.908rem}}.home-menu__item_text{position:relative;font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-900);display:flex;justify-content:space-between;align-items:flex-end;padding-right:.75rem}@media screen and (max-width:990px){.home-menu__item_text{font-size:2.605rem;line-height:3.908rem;font-weight:600;font-style:normal;padding-right:1.954rem}}.home-menu__item_text .icon{right:0;bottom:0;position:absolute;min-width:1.5rem;height:1.5rem;background-color:var(--color-gray-900)}@media screen and (max-width:990px){.home-menu__item_text .icon{min-width:3.908rem;height:3.908rem}}.documents-page{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media screen and (max-width:990px){.documents-page{grid-template-columns:repeat(1,1fr);padding:2.605rem 0}}.documents-page__document{display:flex;gap:1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;background-color:var(--color-white);border:1px solid var(--color-gray-100);padding:1rem}@media screen and (max-width:990px){.documents-page__document{gap:2.605rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;padding:2.605rem}}.documents-page__document_title{font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal;color:var(--color-gray-700)}@media screen and (max-width:990px){.documents-page__document_title{font-size:2.605rem;line-height:3.908rem;font-weight:500;font-style:normal}}.documents-page__document_download{margin-left:auto}.documents-page__document_download .icon{min-width:1.5rem;height:1.5rem;background-color:var(--color-gray-700)}@media screen and (max-width:990px){.documents-page__document_download .icon{min-width:3.908rem;height:3.908rem}}.documents-page__file-type .icon{width:2rem;min-width:2rem;height:2.5rem}@media screen and (max-width:990px){.documents-page__file-type .icon{width:5.211rem;min-width:5.211rem;height:6.513rem}}.video-instructions-page{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media screen and (max-width:990px){.video-instructions-page{grid-template-columns:repeat(1,1fr);padding:2.605rem 0}}.video-instructions-page__video{display:flex;gap:1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;background-color:var(--color-white);border:1px solid var(--color-gray-100);padding:1rem}@media screen and (max-width:990px){.video-instructions-page__video{gap:2.605rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;padding:2.605rem}}.video-instructions-page__video_title{font-size:1rem;line-height:1.5rem;font-weight:500;font-style:normal;color:var(--color-gray-900)}@media screen and (max-width:990px){.video-instructions-page__video_title{font-size:2.605rem;line-height:3.908rem;font-weight:500;font-style:normal}}.video-instructions-page__video_play{display:flex;justify-content:center;align-items:center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:2.5rem;width:2.5rem;background-color:var(--color-brand-50)}.video-instructions-page__video_play .icon{min-width:1.5rem;height:1.5rem;background-color:var(--color-gray-700)}@media screen and (max-width:990px){.video-instructions-page__video_play .icon{min-width:3.908rem;height:3.908rem}}.holidays{display:flex;flex-direction:column;align-items:center;gap:1rem}.holidays__calendar-wrapper{position:relative;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.holidays__legend{display:flex;gap:1rem}.holidays__legend_node{display:flex;align-items:center;gap:.5rem;color:var(--color-gray-500);font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal}.holidays__month{flex-direction:column;gap:1rem;padding:1rem}.holidays__month_header{text-align:center;font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;color:var(--color-gray-700)}.holidays__week{display:flex}.holidays__day{display:flex;position:relative;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;color:var(--color-gray-700);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;font-size:.875rem;line-height:1.25rem;font-weight:400;font-style:normal}.holidays__day_fill{cursor:pointer}.holidays__day_fill:hover{background-color:var(--color-gray-100)}.holidays__day_dayoff{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-brand-600)}.holidays__day_dayoff:not(.holidays__week_label):hover{background-color:var(--color-brand-50)}.holidays__day_changed{position:absolute;display:flex;width:100%;justify-content:center;bottom:.25rem}.home{display:flex;flex-direction:column;gap:1.5rem}.photos{padding:24px}.photos__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;color:var(--color-gray-400);font-size:14px}.photos__empty .icon{font-size:40px;color:var(--color-gray-300)}.photos__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.photos__thumb{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:8px;cursor:pointer;background:var(--color-gray-100);box-shadow:var(--shadow-xs);transition:box-shadow .2s ease-in-out}.photos__thumb:hover{box-shadow:var(--shadow-md)}.photos__thumb:hover img{transform:scale(1.04)}.photos__thumb:hover .photos__thumb-overlay{opacity:1}.photos__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}.photos__thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0d1259;opacity:0;transition:opacity .2s ease-in-out;color:var(--color-white);font-size:22px}.photos__lightbox{position:fixed;inset:0;background:#0a0d12e0;z-index:9999;display:flex;align-items:center;justify-content:center}.photos__lightbox-inner{position:relative;display:flex;align-items:center;gap:16px;max-width:90vw;max-height:90vh}.photos__lightbox-img{max-width:78vw;max-height:84vh;display:flex;align-items:center;justify-content:center}.photos__lightbox-img img{max-width:100%;max-height:84vh;object-fit:contain;border-radius:6px;box-shadow:var(--shadow-2xl)}.photos__lightbox-btn{flex-shrink:0;background:#ffffff26!important;border-color:#ffffff4d!important;color:var(--color-white)!important}.photos__lightbox-btn img{width:20px;height:20px;filter:brightness(0) invert(1)}.photos__lightbox-btn:hover{background:#ffffff4d!important}.photos__lightbox-btn_close{position:absolute;top:-48px;right:0}.photos__lightbox-btn_disabled{opacity:.3;pointer-events:none}.photos__counter{position:absolute;bottom:-32px;left:50%;transform:translate(-50%);color:#fff9;font-size:13px;font-family:var(--font-base);white-space:nowrap}.photos-fade-enter-active,.photos-fade-leave-active{transition:opacity .2s ease-in-out}.photos-fade-enter-from,.photos-fade-leave-to{opacity:0}.photos-slide-enter-active,.photos-slide-leave-active{transition:opacity .15s ease-in-out,transform .15s ease-in-out}.photos-slide-enter-from{opacity:0;transform:translate(16px)}.photos-slide-leave-to{opacity:0;transform:translate(-16px)}.message-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:48px 24px}.message-page__inner{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;max-width:480px}.message-page__text{font-size:16px;line-height:24px;color:var(--color-gray-700)}.Toastify{z-index:50}.Toastify__toast-container{width:27.5rem!important}.Toastify__toast{width:27.5rem!important;padding:1rem!important;font-family:var(--font-base)!important;-webkit-border-radius:.75rem!important;-moz-border-radius:.75rem!important;border-radius:.75rem!important;border:1px solid var(--color-gray-200);box-shadow:var(--shadow-lg)!important;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.Toastify__toast .icon_cross{position:absolute;right:1rem;top:1rem;width:1.25rem;height:1.25rem;background-color:var(--color-gray-500)}.Toastify__toast--default{background-color:var(--color-white-90)!important}.Toastify__toast--default .icon_cross{display:none}.Toastify__toast--default .Toastify__link{color:var(--color-gray-700)}.Toastify__toast--success{background-color:var(--color-brand-25-90)!important}.Toastify__toast--success .Toastify__toast-icon .icon{background-color:var(--color-brand-500)}.Toastify__toast--success .Toastify__link{color:var(--color-brand-700)}.Toastify__toast--info{background-color:var(--color-info-25-90)!important}.Toastify__toast--info .Toastify__toast-icon .icon{background-color:var(--color-info-600)}.Toastify__toast--info .Toastify__link{color:var(--color-info-700)}.Toastify__toast--warning{background-color:var(--color-warning-25-90)!important}.Toastify__toast--warning .Toastify__toast-icon .icon{background-color:var(--color-warning-500)}.Toastify__toast--warning .Toastify__link{color:var(--color-warning-700)}.Toastify__toast--error{background-color:var(--color-error-25-90)!important}.Toastify__toast--error .Toastify__toast-icon .icon{background-color:var(--color-error-500)}.Toastify__toast--error .Toastify__link{color:var(--color-error-700)}.Toastify__toast-body{align-items:flex-start!important;gap:1rem;padding:0!important}.Toastify__toast-body>div:last-child>div:first-child{display:flex;flex-direction:column;gap:.25rem}.Toastify__toast-icon{height:1.25rem;width:1.25rem!important;min-width:1.25rem;margin-inline-end:0!important}.Toastify__toast-icon .icon{height:1.25rem;width:1.25rem}.Toastify__toast-icon .preloader{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Toastify__header{font-size:1rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--color-gray-700);max-width:-webkit-calc(100% - 1.25rem);max-width:-moz-calc(100% - 1.25rem);max-width:calc(100% - 1.25rem)}.Toastify__body{display:flex;flex-direction:column;gap:.75rem}.Toastify__text{font-size:.875rem;line-height:1.25rem;font-style:normal;color:var(--color-gray-500)}.Toastify__link{font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:normal;text-decoration:none;z-index:100}.Toastify__progress-bar{height:.188rem!important}.Toastify__progress-bar--success{background-color:var(--color-brand-500)!important}.vue-select{position:relative;width:100%!important}.vue-select.open{outline:none}.vue-select.open .dropdown__menu{display:block}.vue-select .control{outline:var(--focus-ring-4px-transparent);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.vue-select .control.focused{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;border:1px solid var(--color-brand-300)!important;outline:var(--focus-ring-4px-corpcar-100)}.vue-select .control.disabled{background-color:var(--color-gray-50)!important;cursor:not-allowed!important}.vue-select .control.disabled .dropdown__title{color:var(--color-gray-500)!important}.vue-select .value-container{padding:0!important}.vue-select .value-container.multi{display:flex;gap:.375rem;padding:.375rem 0!important}.vue-select .single-value{color:var(--color-gray-700)!important;font-size:1rem!important;line-height:1.5rem!important;font-weight:500!important;font-style:normal!important}@media screen and (max-width:990px){.vue-select .single-value{font-size:2.605rem!important;line-height:3.908rem!important;font-weight:500!important;font-style:normal!important}}.vue-select .control{border:1px solid var(--color-gray-300)!important;-webkit-border-radius:.5rem!important;-moz-border-radius:.5rem!important;border-radius:.5rem!important}@media screen and (max-width:990px){.vue-select .control{-webkit-border-radius:1.303rem!important;-moz-border-radius:1.303rem!important;border-radius:1.303rem!important}}.vue-select .menu{z-index:25}.vue-select .search-input{min-width:0!important}.vue-select .indicators-container{padding:0!important}.vue-select .indicators-container .dropdown-icon{display:none!important}.vue-select .indicators-container .clear-button{width:1.25rem;height:1.25rem;-webkit-mask-image:url(/build/assets/cross-BL62teAw.svg);mask-image:url(/build/assets/cross-BL62teAw.svg);-webkit-mask-size:cover;mask-size:cover;background-color:var(--color-gray-500)}@media screen and (max-width:990px){.vue-select .indicators-container .clear-button{width:3.257rem;height:3.257rem}}.vue-select .indicators-container .clear-button svg{display:none}:root{--dp-font-family: var(--font-base)}.dp__main{width:100%;font-family:var(--font-base)}.dp__menu{border:1px solid var(--color-gray-200);-webkit-border-radius:.75rem;-moz-border-radius:.75rem;border-radius:.75rem;-webkit-box-shadow:var(--shadow-xl);-moz-box-shadow:var(--shadow-xl);box-shadow:var(--shadow-xl)}@media screen and (max-width:990px){.dp__menu{-webkit-border-radius:1.954rem;-moz-border-radius:1.954rem;border-radius:1.954rem}}.dp__menu_inner{padding:1.25rem 1.5rem}@media screen and (max-width:990px){.dp__menu_inner{padding:3.257rem 3.908rem}}.dp__input{outline:.25rem solid transparent;padding:0 2.375rem 0 2.625rem;max-width:100%;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:990px){.dp__input{outline:.651rem solid transparent;padding:0 6.188rem 0 6.839rem}}.dp__input_readonly{background-color:var(--color-gray-50);cursor:not-allowed}.dp__input:hover{border-color:var(--color-gray-300)!important}.dp__input:focus{border:1px solid var(--color-brand-300);outline:.25rem solid var(--color-brand-100)}@media screen and (max-width:990px){.dp__input:focus{outline:.651rem solid var(--color-brand-100)}}.dp__input:focus:hover{border-color:var(--color-brand-300)!important}.dp__input_wrap .icon{display:flex;width:1.25rem;height:1.25rem;background-color:var(--color-gray-500)}@media screen and (max-width:990px){.dp__input_wrap .icon{width:3.257rem;height:3.257rem}}.dp__input_wrap div{position:absolute;left:.875rem;top:0;height:100%}@media screen and (max-width:990px){.dp__input_wrap div{left:2.28rem}}.dp__disabled{background-color:var(--color-gray-50)!important;cursor:not-allowed!important;color:var(--color-gray-500)!important}.dp__disabled:focus,.dp__disabled:active{border:1px solid var(--color-gray-200);outline:none}@media screen and (max-width:990px){.dp__disabled{background-color:transparent!important;border:0}.dp__disabled+div{display:none}}.dp--clear-btn{right:.875rem}@media screen and (max-width:990px){.dp--clear-btn{right:2.28rem}}.dp--header-wrap{font-size:1rem;line-height:1.5rem;font-weight:600;font-style:normal;margin-bottom:.75rem}@media screen and (max-width:990px){.dp--header-wrap{margin-bottom:1.954rem}}.dp--arrow-btn-nav{display:flex;justify-content:center;align-items:center;padding:0;height:2.5rem;min-width:2.5rem;width:2.5rem}@media screen and (max-width:990px){.dp--arrow-btn-nav{height:6.513rem;min-width:6.513rem;width:6.513rem}}.dp__theme_light{--dp-background-color: var(--color-white);--dp-text-color: var(--color-gray-700);--dp-hover-color: var(--color-gray-100);--dp-hover-text-color: var(--color-gray-800);--dp-hover-icon-color: #959595;--dp-primary-color: var(--color-brand-600);--dp-primary-disabled-color: var(--color-brand-300);--dp-primary-text-color: #fff;--dp-secondary-color: var(--color-gray-500);--dp-border-color: var(--color-gray-200);--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: func.rempc(5) solid var(--color-brand-600)}.dp__arrow_bottom,.dp__arrow_top,.dp__arrow_left,.dp__arrow_right{display:none}.dp__inner_nav{display:flex;height:1.875rem;width:1.875rem}@media screen and (max-width:990px){.dp__inner_nav{height:4.885rem;width:4.885rem}}.dp__inner_nav:hover{background-color:var(--color-gray-50)}.dp__inner_nav .icon{display:flex;height:1.25rem;width:1.25rem;background-color:var(--color-gray-500)}@media screen and (max-width:990px){.dp__inner_nav .icon{height:3.257rem;width:3.257rem}}.dp__month_year_select{text-transform:capitalize}.dp__calendar_header_item{padding:0;width:2.5rem;height:2.5rem;font-size:.875rem;line-height:2.5rem;font-weight:500;font-style:normal;text-transform:capitalize}@media screen and (max-width:990px){.dp__calendar_header_item{width:6.513rem;height:6.513rem;font-size:2.28rem;line-height:6.513rem;font-weight:500;font-style:normal}}.dp__calendar_header_separator{display:none}.dp__cell_inner{padding:0;width:2.5rem;height:2.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;font-size:.875rem;line-height:2.5rem;font-weight:400;font-style:normal}@media screen and (max-width:990px){.dp__cell_inner{width:6.513rem;height:6.513rem;-webkit-border-radius:1.303rem;-moz-border-radius:1.303rem;border-radius:1.303rem;font-size:2.28rem;line-height:6.513rem;font-weight:400;font-style:normal}}.dp__action_row{justify-content:center;padding:1rem}@media screen and (max-width:990px){.dp__action_row{padding:2.605rem}}.dp__action_button{height:2.5rem;line-height:2.5rem}@media screen and (max-width:990px){.dp__action_button{height:6.513rem;line-height:6.513rem}}.dp__action_buttons{gap:.75rem;margin-left:0}@media screen and (max-width:990px){.dp__action_buttons{gap:1.954rem}}.dp__instance_calendar{border-bottom:1px solid var(--color-gray-200)}.guide{width:100%;height:80vh}.ps{width:100%}.ps__rail-x{display:block;bottom:0;height:1.125rem;width:100%;-moz-opacity:.5;opacity:.5;filter:alpha(opacity=50);z-index:10}.ps__rail-x.ps--clicking{cursor:grabbing}.ps__rail-x:hover,.ps__rail-x.ps--clicking{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);background-color:transparent!important}.ps__thumb-x{background-color:var(--color-gray-300)!important;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:.5rem!important;-moz-opacity:1;opacity:1;filter:alpha(opacity=100)}.ps__thumb-x:hover{background-color:var(--color-gray-400)!important}.ps__thumb-x:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:1.125rem}.sortable-chosen,.ghost{cursor:grabbing}
