.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::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.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::-moz-placeholder{color:var(--dp-disabled-color-text)}.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;-moz-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;top:0;right:0;bottom:0;left: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{left:var(--dp-arrow-left);top:0;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:translate(-50%,-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__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%}.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{max-width:var(--dp-menu-min-width)}.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;-moz-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-primary-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-transtion)}.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-transtion)}.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-transtion: 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-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;-moz-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)}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}ul#componentContainer{padding-inline-start:0;list-style-type:none;display:inline-flex}ul#componentContainer a{text-decoration:none;display:flex;justify-content:center;align-items:center}.hf-pointer-events-none{pointer-events:none!important}.hf-pointer-events-auto{pointer-events:auto!important}.hf-visible{visibility:visible!important}.hf-invisible{visibility:hidden!important}.hf-collapse{visibility:collapse!important}.hf-static{position:static!important}.hf-fixed{position:fixed!important}.hf-absolute{position:absolute!important}.hf-relative{position:relative!important}.hf-sticky{position:sticky!important}.hf--z-1{z-index:-1!important}.hf-z,.hf-z-1{z-index:1!important}.hf-z-10{z-index:10!important}.hf-z-100{z-index:100!important}.hf-z-1000{z-index:1000!important}.hf-z-1010{z-index:1010!important}.hf-z-1020{z-index:1020!important}.hf-z-1030{z-index:1030!important}.hf-z-1040{z-index:1040!important}.hf-z-1050{z-index:1050!important}.hf-z-1060{z-index:1060!important}.hf-z-1070{z-index:1070!important}.hf-z-1080{z-index:1080!important}.hf-z-1090{z-index:1090!important}.hf-z-110{z-index:110!important}.hf-z-120{z-index:120!important}.hf-z-130{z-index:130!important}.hf-z-140{z-index:140!important}.hf-z-150{z-index:150!important}.hf-z-160{z-index:160!important}.hf-z-170{z-index:170!important}.hf-z-180{z-index:180!important}.hf-z-190{z-index:190!important}.hf-z-20{z-index:20!important}.hf-z-30{z-index:30!important}.hf-z-40{z-index:40!important}.hf-z-50{z-index:50!important}.hf-z-60{z-index:60!important}.hf-z-70{z-index:70!important}.hf-z-80{z-index:80!important}.hf-z-90{z-index:90!important}.hf-z-9999{z-index:9999!important}.hf-z-auto{z-index:auto!important}.hf-m-0{margin:0!important}.hf-m-1{margin:1rem!important}.hf-m-10px{margin:10px!important}.hf-m-2{margin:2rem!important}.hf-m-20px{margin:20px!important}.hf-m-3{margin:3rem!important}.hf-m-30px{margin:30px!important}.hf-m-4{margin:4rem!important}.hf-m-40px{margin:40px!important}.hf-m-5{margin:5rem!important}.hf-m-50px{margin:50px!important}.hf-m-6{margin:6rem!important}.hf-m-60px{margin:60px!important}.hf-m-7{margin:7rem!important}.hf-m-70px{margin:70px!important}.hf-m-8{margin:8rem!important}.hf-m-80px{margin:80px!important}.hf-m-9{margin:9rem!important}.hf-m-90px{margin:90px!important}.hf-m-auto{margin:auto!important}.hf-mx-0{margin-left:0!important;margin-right:0!important}.hf-mx-1{margin-left:1rem!important;margin-right:1rem!important}.hf-mx-10px{margin-left:10px!important;margin-right:10px!important}.hf-mx-2{margin-left:2rem!important;margin-right:2rem!important}.hf-mx-20px{margin-left:20px!important;margin-right:20px!important}.hf-mx-3{margin-left:3rem!important;margin-right:3rem!important}.hf-mx-30px{margin-left:30px!important;margin-right:30px!important}.hf-mx-4{margin-left:4rem!important;margin-right:4rem!important}.hf-mx-40px{margin-left:40px!important;margin-right:40px!important}.hf-mx-5{margin-left:5rem!important;margin-right:5rem!important}.hf-mx-50px{margin-left:50px!important;margin-right:50px!important}.hf-mx-6{margin-left:6rem!important;margin-right:6rem!important}.hf-mx-60px{margin-left:60px!important;margin-right:60px!important}.hf-mx-7{margin-left:7rem!important;margin-right:7rem!important}.hf-mx-70px{margin-left:70px!important;margin-right:70px!important}.hf-mx-8{margin-left:8rem!important;margin-right:8rem!important}.hf-mx-80px{margin-left:80px!important;margin-right:80px!important}.hf-mx-9{margin-left:9rem!important;margin-right:9rem!important}.hf-mx-90px{margin-left:90px!important;margin-right:90px!important}.hf-mx-auto{margin-left:auto!important;margin-right:auto!important}.hf-my-0{margin-top:0!important;margin-bottom:0!important}.hf-my-1{margin-top:1rem!important;margin-bottom:1rem!important}.hf-my-10px{margin-top:10px!important;margin-bottom:10px!important}.hf-my-2{margin-top:2rem!important;margin-bottom:2rem!important}.hf-my-20px{margin-top:20px!important;margin-bottom:20px!important}.hf-my-3{margin-top:3rem!important;margin-bottom:3rem!important}.hf-my-30px{margin-top:30px!important;margin-bottom:30px!important}.hf-my-4{margin-top:4rem!important;margin-bottom:4rem!important}.hf-my-40px{margin-top:40px!important;margin-bottom:40px!important}.hf-my-5{margin-top:5rem!important;margin-bottom:5rem!important}.hf-my-50px{margin-top:50px!important;margin-bottom:50px!important}.hf-my-6{margin-top:6rem!important;margin-bottom:6rem!important}.hf-my-60px{margin-top:60px!important;margin-bottom:60px!important}.hf-my-7{margin-top:7rem!important;margin-bottom:7rem!important}.hf-my-70px{margin-top:70px!important;margin-bottom:70px!important}.hf-my-8{margin-top:8rem!important;margin-bottom:8rem!important}.hf-my-80px{margin-top:80px!important;margin-bottom:80px!important}.hf-my-9{margin-top:9rem!important;margin-bottom:9rem!important}.hf-my-90px{margin-top:90px!important;margin-bottom:90px!important}.hf-my-auto{margin-top:auto!important;margin-bottom:auto!important}.hf-mb-0{margin-bottom:0!important}.hf-mb-1{margin-bottom:1rem!important}.hf-mb-10px{margin-bottom:10px!important}.hf-mb-2{margin-bottom:2rem!important}.hf-mb-20px{margin-bottom:20px!important}.hf-mb-3{margin-bottom:3rem!important}.hf-mb-30px{margin-bottom:30px!important}.hf-mb-4{margin-bottom:4rem!important}.hf-mb-40px{margin-bottom:40px!important}.hf-mb-5{margin-bottom:5rem!important}.hf-mb-50px{margin-bottom:50px!important}.hf-mb-6{margin-bottom:6rem!important}.hf-mb-60px{margin-bottom:60px!important}.hf-mb-7{margin-bottom:7rem!important}.hf-mb-70px{margin-bottom:70px!important}.hf-mb-8{margin-bottom:8rem!important}.hf-mb-80px{margin-bottom:80px!important}.hf-mb-9{margin-bottom:9rem!important}.hf-mb-90px{margin-bottom:90px!important}.hf-mb-auto{margin-bottom:auto!important}.hf-ml-0{margin-left:0!important}.hf-ml-1{margin-left:1rem!important}.hf-ml-10px{margin-left:10px!important}.hf-ml-2{margin-left:2rem!important}.hf-ml-20px{margin-left:20px!important}.hf-ml-3{margin-left:3rem!important}.hf-ml-30px{margin-left:30px!important}.hf-ml-4{margin-left:4rem!important}.hf-ml-40px{margin-left:40px!important}.hf-ml-5{margin-left:5rem!important}.hf-ml-50px{margin-left:50px!important}.hf-ml-6{margin-left:6rem!important}.hf-ml-60px{margin-left:60px!important}.hf-ml-7{margin-left:7rem!important}.hf-ml-70px{margin-left:70px!important}.hf-ml-8{margin-left:8rem!important}.hf-ml-80px{margin-left:80px!important}.hf-ml-9{margin-left:9rem!important}.hf-ml-90px{margin-left:90px!important}.hf-ml-auto{margin-left:auto!important}.hf-mr-0{margin-right:0!important}.hf-mr-1{margin-right:1rem!important}.hf-mr-10px{margin-right:10px!important}.hf-mr-2{margin-right:2rem!important}.hf-mr-20px{margin-right:20px!important}.hf-mr-3{margin-right:3rem!important}.hf-mr-30px{margin-right:30px!important}.hf-mr-4{margin-right:4rem!important}.hf-mr-40px{margin-right:40px!important}.hf-mr-5{margin-right:5rem!important}.hf-mr-50px{margin-right:50px!important}.hf-mr-6{margin-right:6rem!important}.hf-mr-60px{margin-right:60px!important}.hf-mr-7{margin-right:7rem!important}.hf-mr-70px{margin-right:70px!important}.hf-mr-8{margin-right:8rem!important}.hf-mr-80px{margin-right:80px!important}.hf-mr-9{margin-right:9rem!important}.hf-mr-90px{margin-right:90px!important}.hf-mr-auto{margin-right:auto!important}.hf-mt-0{margin-top:0!important}.hf-mt-1{margin-top:1rem!important}.hf-mt-10px{margin-top:10px!important}.hf-mt-2{margin-top:2rem!important}.hf-mt-20px{margin-top:20px!important}.hf-mt-3{margin-top:3rem!important}.hf-mt-30px{margin-top:30px!important}.hf-mt-4{margin-top:4rem!important}.hf-mt-40px{margin-top:40px!important}.hf-mt-5{margin-top:5rem!important}.hf-mt-50px{margin-top:50px!important}.hf-mt-6{margin-top:6rem!important}.hf-mt-60px{margin-top:60px!important}.hf-mt-7{margin-top:7rem!important}.hf-mt-70px{margin-top:70px!important}.hf-mt-8{margin-top:8rem!important}.hf-mt-80px{margin-top:80px!important}.hf-mt-9{margin-top:9rem!important}.hf-mt-90px{margin-top:90px!important}.hf-mt-auto{margin-top:auto!important}.hf-block{display:block!important}.hf-inline-block{display:inline-block!important}.hf-inline{display:inline!important}.hf-flex{display:flex!important}.hf-inline-flex{display:inline-flex!important}.hf-table{display:table!important}.hf-inline-table{display:inline-table!important}.hf-table-caption{display:table-caption!important}.hf-table-cell{display:table-cell!important}.hf-table-column{display:table-column!important}.hf-table-column-group{display:table-column-group!important}.hf-table-footer-group{display:table-footer-group!important}.hf-table-header-group{display:table-header-group!important}.hf-table-row-group{display:table-row-group!important}.hf-table-row{display:table-row!important}.hf-flow-root{display:flow-root!important}.hf-grid{display:grid!important}.hf-inline-grid{display:inline-grid!important}.hf-contents{display:contents!important}.hf-list-item{display:list-item!important}.hf-hidden{display:none!important}.hf-w-1\/12{width:8.333333%!important}.hf-w-1\/2{width:50%!important}.hf-w-1\/3{width:33.333333%!important}.hf-w-1\/4{width:25%!important}.hf-w-1\/5{width:20%!important}.hf-w-1\/6{width:16.666667%!important}.hf-w-10\/12{width:83.333333%!important}.hf-w-11\/12{width:91.666667%!important}.hf-w-2\/12{width:16.666667%!important}.hf-w-2\/3{width:66.666667%!important}.hf-w-2\/4{width:50%!important}.hf-w-2\/5{width:40%!important}.hf-w-2\/6{width:33.333333%!important}.hf-w-3\/12{width:25%!important}.hf-w-3\/4{width:75%!important}.hf-w-3\/5{width:60%!important}.hf-w-3\/6{width:50%!important}.hf-w-4\/12{width:33.333333%!important}.hf-w-4\/5{width:80%!important}.hf-w-4\/6{width:66.666667%!important}.hf-w-5\/12{width:41.666667%!important}.hf-w-5\/6{width:83.333333%!important}.hf-w-6\/12{width:50%!important}.hf-w-7\/12{width:58.333333%!important}.hf-w-8\/12{width:66.666667%!important}.hf-w-9\/12{width:75%!important}.hf-w-auto{width:auto!important}.hf-w-dvw{width:100dvw!important}.hf-w-fit{width:-moz-fit-content!important;width:fit-content!important}.hf-w-full{width:100%!important}.hf-w-lvw{width:100lvw!important}.hf-w-max{width:-moz-max-content!important;width:max-content!important}.hf-w-min{width:-moz-min-content!important;width:min-content!important}.hf-w-screen{width:100vw!important}.hf-w-svw{width:100svw!important}.hf-flex-row{flex-direction:row!important}.hf-flex-row-reverse{flex-direction:row-reverse!important}.hf-flex-col{flex-direction:column!important}.hf-flex-col-reverse{flex-direction:column-reverse!important}.hf-flex-wrap{flex-wrap:wrap!important}.hf-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.hf-items-start{align-items:flex-start!important}.hf-items-end{align-items:flex-end!important}.hf-items-center{align-items:center!important}.hf-items-baseline{align-items:baseline!important}.hf-items-stretch{align-items:stretch!important}.hf-justify-normal{justify-content:normal!important}.hf-justify-start{justify-content:flex-start!important}.hf-justify-end{justify-content:flex-end!important}.hf-justify-center{justify-content:center!important}.hf-justify-between{justify-content:space-between!important}.hf-justify-around{justify-content:space-around!important}.hf-justify-evenly{justify-content:space-evenly!important}.hf-justify-stretch{justify-content:stretch!important}.hf-space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(0px * var(--tw-space-x-reverse))!important;margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-10px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(10px * var(--tw-space-x-reverse))!important;margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(2rem * var(--tw-space-x-reverse))!important;margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-20px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(20px * var(--tw-space-x-reverse))!important;margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(3rem * var(--tw-space-x-reverse))!important;margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-30px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(30px * var(--tw-space-x-reverse))!important;margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(4rem * var(--tw-space-x-reverse))!important;margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-40px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(40px * var(--tw-space-x-reverse))!important;margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(5rem * var(--tw-space-x-reverse))!important;margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-50px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(50px * var(--tw-space-x-reverse))!important;margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(6rem * var(--tw-space-x-reverse))!important;margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-60px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(60px * var(--tw-space-x-reverse))!important;margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(7rem * var(--tw-space-x-reverse))!important;margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-70px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(70px * var(--tw-space-x-reverse))!important;margin-left:calc(70px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(8rem * var(--tw-space-x-reverse))!important;margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-80px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(80px * var(--tw-space-x-reverse))!important;margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(9rem * var(--tw-space-x-reverse))!important;margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-x-90px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(90px * var(--tw-space-x-reverse))!important;margin-left:calc(90px * calc(1 - var(--tw-space-x-reverse)))!important}.hf-space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0px * var(--tw-space-y-reverse))!important}.hf-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.hf-space-y-10px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(10px * var(--tw-space-y-reverse))!important}.hf-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2rem * var(--tw-space-y-reverse))!important}.hf-space-y-20px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(20px * var(--tw-space-y-reverse))!important}.hf-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(3rem * var(--tw-space-y-reverse))!important}.hf-space-y-30px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(30px * var(--tw-space-y-reverse))!important}.hf-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(4rem * var(--tw-space-y-reverse))!important}.hf-space-y-40px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(40px * var(--tw-space-y-reverse))!important}.hf-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(5rem * var(--tw-space-y-reverse))!important}.hf-space-y-50px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(50px * var(--tw-space-y-reverse))!important}.hf-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(6rem * var(--tw-space-y-reverse))!important}.hf-space-y-60px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(60px * var(--tw-space-y-reverse))!important}.hf-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(7rem * var(--tw-space-y-reverse))!important}.hf-space-y-70px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(70px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(70px * var(--tw-space-y-reverse))!important}.hf-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(8rem * var(--tw-space-y-reverse))!important}.hf-space-y-80px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(80px * var(--tw-space-y-reverse))!important}.hf-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(9rem * var(--tw-space-y-reverse))!important}.hf-space-y-90px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(90px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(90px * var(--tw-space-y-reverse))!important}.hf-break-normal{overflow-wrap:normal!important;word-break:normal!important}.hf-break-words{overflow-wrap:break-word!important}.hf-break-all{word-break:break-all!important}.hf-rounded{border-radius:4px!important}.hf-rounded-10{border-radius:10px!important}.hf-rounded-15{border-radius:15px!important}.hf-rounded-20{border-radius:20px!important}.hf-rounded-25{border-radius:25px!important}.hf-rounded-3{border-radius:3px!important}.hf-rounded-30{border-radius:30px!important}.hf-rounded-35{border-radius:35px!important}.hf-rounded-4{border-radius:4px!important}.hf-rounded-40{border-radius:40px!important}.hf-rounded-45{border-radius:45px!important}.hf-rounded-5{border-radius:5px!important}.hf-rounded-50{border-radius:50px!important}.hf-rounded-50per{border-radius:50%!important}.hf-rounded-55{border-radius:55px!important}.hf-rounded-6{border-radius:6px!important}.hf-rounded-60{border-radius:60px!important}.hf-rounded-7{border-radius:7px!important}.hf-rounded-8{border-radius:8px!important}.hf-rounded-9{border-radius:9px!important}.hf-rounded-full{border-radius:100%!important}.hf-rounded-none{border-radius:0!important}.hf-border{border-width:1px!important}.hf-border-0{border-width:0px!important}.hf-border-1{border-width:1px!important}.hf-border-10{border-width:10px!important}.hf-border-11{border-width:11px!important}.hf-border-12{border-width:12px!important}.hf-border-2{border-width:2px!important}.hf-border-3{border-width:3px!important}.hf-border-4{border-width:4px!important}.hf-border-5{border-width:5px!important}.hf-border-6{border-width:6px!important}.hf-border-7{border-width:7px!important}.hf-border-8{border-width:8px!important}.hf-border-9{border-width:9px!important}.hf-border-b-0{border-bottom-width:0px!important}.hf-border-b-1{border-bottom-width:1px!important}.hf-border-b-10{border-bottom-width:10px!important}.hf-border-b-11{border-bottom-width:11px!important}.hf-border-b-12{border-bottom-width:12px!important}.hf-border-b-2{border-bottom-width:2px!important}.hf-border-b-3{border-bottom-width:3px!important}.hf-border-b-4{border-bottom-width:4px!important}.hf-border-b-5{border-bottom-width:5px!important}.hf-border-b-6{border-bottom-width:6px!important}.hf-border-b-7{border-bottom-width:7px!important}.hf-border-b-8{border-bottom-width:8px!important}.hf-border-b-9{border-bottom-width:9px!important}.hf-border-l-0{border-left-width:0px!important}.hf-border-l-1{border-left-width:1px!important}.hf-border-l-10{border-left-width:10px!important}.hf-border-l-11{border-left-width:11px!important}.hf-border-l-12{border-left-width:12px!important}.hf-border-l-2{border-left-width:2px!important}.hf-border-l-3{border-left-width:3px!important}.hf-border-l-4{border-left-width:4px!important}.hf-border-l-5{border-left-width:5px!important}.hf-border-l-6{border-left-width:6px!important}.hf-border-l-7{border-left-width:7px!important}.hf-border-l-8{border-left-width:8px!important}.hf-border-l-9{border-left-width:9px!important}.hf-border-r-0{border-right-width:0px!important}.hf-border-r-1{border-right-width:1px!important}.hf-border-r-10{border-right-width:10px!important}.hf-border-r-11{border-right-width:11px!important}.hf-border-r-12{border-right-width:12px!important}.hf-border-r-2{border-right-width:2px!important}.hf-border-r-3{border-right-width:3px!important}.hf-border-r-4{border-right-width:4px!important}.hf-border-r-5{border-right-width:5px!important}.hf-border-r-6{border-right-width:6px!important}.hf-border-r-7{border-right-width:7px!important}.hf-border-r-8{border-right-width:8px!important}.hf-border-r-9{border-right-width:9px!important}.hf-border-t-0{border-top-width:0px!important}.hf-border-t-1{border-top-width:1px!important}.hf-border-t-10{border-top-width:10px!important}.hf-border-t-11{border-top-width:11px!important}.hf-border-t-12{border-top-width:12px!important}.hf-border-t-2{border-top-width:2px!important}.hf-border-t-3{border-top-width:3px!important}.hf-border-t-4{border-top-width:4px!important}.hf-border-t-5{border-top-width:5px!important}.hf-border-t-6{border-top-width:6px!important}.hf-border-t-7{border-top-width:7px!important}.hf-border-t-8{border-top-width:8px!important}.hf-border-t-9{border-top-width:9px!important}.hf-border-black{border-color:#000!important}.hf-border-blue-100{border-color:#dbeafe!important}.hf-border-blue-200{border-color:#bfdbfe!important}.hf-border-blue-300{border-color:#93c5fd!important}.hf-border-blue-400{border-color:#60a5fa!important}.hf-border-blue-500{border-color:#3b82f6!important}.hf-border-blue-600{border-color:#2563eb!important}.hf-border-blue-700{border-color:#1d4ed8!important}.hf-border-blue-800{border-color:#1e40af!important}.hf-border-blue-900{border-color:#1e3a8a!important}.hf-border-current{border-color:currentColor!important}.hf-border-gray-100{border-color:#f3f4f6!important}.hf-border-gray-200{border-color:#e5e7eb!important}.hf-border-gray-300{border-color:#d1d5db!important}.hf-border-gray-400{border-color:#9ca3af!important}.hf-border-gray-500{border-color:#6b7280!important}.hf-border-gray-600{border-color:#4b5563!important}.hf-border-gray-700{border-color:#374151!important}.hf-border-gray-800{border-color:#1f2937!important}.hf-border-gray-900{border-color:#111827!important}.hf-border-green-100{border-color:#dcfce7!important}.hf-border-green-200{border-color:#bbf7d0!important}.hf-border-green-300{border-color:#86efac!important}.hf-border-green-400{border-color:#4ade80!important}.hf-border-green-500{border-color:#22c55e!important}.hf-border-green-600{border-color:#16a34a!important}.hf-border-green-700{border-color:#15803d!important}.hf-border-green-800{border-color:#166534!important}.hf-border-green-900{border-color:#14532d!important}.hf-border-indigo-100{border-color:#e0e7ff!important}.hf-border-indigo-200{border-color:#c7d2fe!important}.hf-border-indigo-300{border-color:#a5b4fc!important}.hf-border-indigo-400{border-color:#818cf8!important}.hf-border-indigo-500{border-color:#6366f1!important}.hf-border-indigo-600{border-color:#4f46e5!important}.hf-border-indigo-700{border-color:#4338ca!important}.hf-border-indigo-800{border-color:#3730a3!important}.hf-border-indigo-900{border-color:#312e81!important}.hf-border-inherit{border-color:inherit!important}.hf-border-orange-100{border-color:#ffedd5!important}.hf-border-orange-200{border-color:#fed7aa!important}.hf-border-orange-300{border-color:#fdba74!important}.hf-border-orange-400{border-color:#fb923c!important}.hf-border-orange-500{border-color:#f97316!important}.hf-border-orange-600{border-color:#ea580c!important}.hf-border-orange-700{border-color:#c2410c!important}.hf-border-orange-800{border-color:#9a3412!important}.hf-border-orange-900{border-color:#7c2d12!important}.hf-border-pink-100{border-color:#fce7f3!important}.hf-border-pink-200{border-color:#fbcfe8!important}.hf-border-pink-300{border-color:#f9a8d4!important}.hf-border-pink-400{border-color:#f472b6!important}.hf-border-pink-500{border-color:#ec4899!important}.hf-border-pink-600{border-color:#db2777!important}.hf-border-pink-700{border-color:#be185d!important}.hf-border-pink-800{border-color:#9d174d!important}.hf-border-pink-900{border-color:#831843!important}.hf-border-purple-100{border-color:#f3e8ff!important}.hf-border-purple-200{border-color:#e9d5ff!important}.hf-border-purple-300{border-color:#d8b4fe!important}.hf-border-purple-400{border-color:#c084fc!important}.hf-border-purple-500{border-color:#a855f7!important}.hf-border-purple-600{border-color:#9333ea!important}.hf-border-purple-700{border-color:#7e22ce!important}.hf-border-purple-800{border-color:#6b21a8!important}.hf-border-purple-900{border-color:#581c87!important}.hf-border-red-100{border-color:#fee2e2!important}.hf-border-red-200{border-color:#fecaca!important}.hf-border-red-300{border-color:#fca5a5!important}.hf-border-red-400{border-color:#f87171!important}.hf-border-red-500{border-color:#ef4444!important}.hf-border-red-600{border-color:#dc2626!important}.hf-border-red-700{border-color:#b91c1c!important}.hf-border-red-800{border-color:#991b1b!important}.hf-border-red-900{border-color:#7f1d1d!important}.hf-border-teal-100{border-color:#ccfbf1!important}.hf-border-teal-200{border-color:#99f6e4!important}.hf-border-teal-300{border-color:#5eead4!important}.hf-border-teal-400{border-color:#2dd4bf!important}.hf-border-teal-500{border-color:#14b8a6!important}.hf-border-teal-600{border-color:#0d9488!important}.hf-border-teal-700{border-color:#0f766e!important}.hf-border-teal-800{border-color:#115e59!important}.hf-border-teal-900{border-color:#134e4a!important}.hf-border-transparent{border-color:transparent!important}.hf-border-white{border-color:#fff!important}.hf-border-yellow-100{border-color:#fef9c3!important}.hf-border-yellow-200{border-color:#fef08a!important}.hf-border-yellow-300{border-color:#fde047!important}.hf-border-yellow-400{border-color:#facc15!important}.hf-border-yellow-500{border-color:#eab308!important}.hf-border-yellow-600{border-color:#ca8a04!important}.hf-border-yellow-700{border-color:#a16207!important}.hf-border-yellow-800{border-color:#854d0e!important}.hf-border-yellow-900{border-color:#713f12!important}.hf-bg-black{background-color:#000!important}.hf-bg-blue-100{background-color:#dbeafe!important}.hf-bg-blue-200{background-color:#bfdbfe!important}.hf-bg-blue-300{background-color:#93c5fd!important}.hf-bg-blue-400{background-color:#60a5fa!important}.hf-bg-blue-500{background-color:#3b82f6!important}.hf-bg-blue-600{background-color:#2563eb!important}.hf-bg-blue-700{background-color:#1d4ed8!important}.hf-bg-blue-800{background-color:#1e40af!important}.hf-bg-blue-900{background-color:#1e3a8a!important}.hf-bg-current{background-color:currentColor!important}.hf-bg-gray-100{background-color:#f3f4f6!important}.hf-bg-gray-200{background-color:#e5e7eb!important}.hf-bg-gray-300{background-color:#d1d5db!important}.hf-bg-gray-400{background-color:#9ca3af!important}.hf-bg-gray-500{background-color:#6b7280!important}.hf-bg-gray-600{background-color:#4b5563!important}.hf-bg-gray-700{background-color:#374151!important}.hf-bg-gray-800{background-color:#1f2937!important}.hf-bg-gray-900{background-color:#111827!important}.hf-bg-green-100{background-color:#dcfce7!important}.hf-bg-green-200{background-color:#bbf7d0!important}.hf-bg-green-300{background-color:#86efac!important}.hf-bg-green-400{background-color:#4ade80!important}.hf-bg-green-500{background-color:#22c55e!important}.hf-bg-green-600{background-color:#16a34a!important}.hf-bg-green-700{background-color:#15803d!important}.hf-bg-green-800{background-color:#166534!important}.hf-bg-green-900{background-color:#14532d!important}.hf-bg-indigo-100{background-color:#e0e7ff!important}.hf-bg-indigo-200{background-color:#c7d2fe!important}.hf-bg-indigo-300{background-color:#a5b4fc!important}.hf-bg-indigo-400{background-color:#818cf8!important}.hf-bg-indigo-500{background-color:#6366f1!important}.hf-bg-indigo-600{background-color:#4f46e5!important}.hf-bg-indigo-700{background-color:#4338ca!important}.hf-bg-indigo-800{background-color:#3730a3!important}.hf-bg-indigo-900{background-color:#312e81!important}.hf-bg-inherit{background-color:inherit!important}.hf-bg-orange-100{background-color:#ffedd5!important}.hf-bg-orange-200{background-color:#fed7aa!important}.hf-bg-orange-300{background-color:#fdba74!important}.hf-bg-orange-400{background-color:#fb923c!important}.hf-bg-orange-500{background-color:#f97316!important}.hf-bg-orange-600{background-color:#ea580c!important}.hf-bg-orange-700{background-color:#c2410c!important}.hf-bg-orange-800{background-color:#9a3412!important}.hf-bg-orange-900{background-color:#7c2d12!important}.hf-bg-pink-100{background-color:#fce7f3!important}.hf-bg-pink-200{background-color:#fbcfe8!important}.hf-bg-pink-300{background-color:#f9a8d4!important}.hf-bg-pink-400{background-color:#f472b6!important}.hf-bg-pink-500{background-color:#ec4899!important}.hf-bg-pink-600{background-color:#db2777!important}.hf-bg-pink-700{background-color:#be185d!important}.hf-bg-pink-800{background-color:#9d174d!important}.hf-bg-pink-900{background-color:#831843!important}.hf-bg-purple-100{background-color:#f3e8ff!important}.hf-bg-purple-200{background-color:#e9d5ff!important}.hf-bg-purple-300{background-color:#d8b4fe!important}.hf-bg-purple-400{background-color:#c084fc!important}.hf-bg-purple-500{background-color:#a855f7!important}.hf-bg-purple-600{background-color:#9333ea!important}.hf-bg-purple-700{background-color:#7e22ce!important}.hf-bg-purple-800{background-color:#6b21a8!important}.hf-bg-purple-900{background-color:#581c87!important}.hf-bg-red-100{background-color:#fee2e2!important}.hf-bg-red-200{background-color:#fecaca!important}.hf-bg-red-300{background-color:#fca5a5!important}.hf-bg-red-400{background-color:#f87171!important}.hf-bg-red-500{background-color:#ef4444!important}.hf-bg-red-600{background-color:#dc2626!important}.hf-bg-red-700{background-color:#b91c1c!important}.hf-bg-red-800{background-color:#991b1b!important}.hf-bg-red-900{background-color:#7f1d1d!important}.hf-bg-teal-100{background-color:#ccfbf1!important}.hf-bg-teal-200{background-color:#99f6e4!important}.hf-bg-teal-300{background-color:#5eead4!important}.hf-bg-teal-400{background-color:#2dd4bf!important}.hf-bg-teal-500{background-color:#14b8a6!important}.hf-bg-teal-600{background-color:#0d9488!important}.hf-bg-teal-700{background-color:#0f766e!important}.hf-bg-teal-800{background-color:#115e59!important}.hf-bg-teal-900{background-color:#134e4a!important}.hf-bg-transparent{background-color:transparent!important}.hf-bg-white{background-color:#fff!important}.hf-bg-yellow-100{background-color:#fef9c3!important}.hf-bg-yellow-200{background-color:#fef08a!important}.hf-bg-yellow-300{background-color:#fde047!important}.hf-bg-yellow-400{background-color:#facc15!important}.hf-bg-yellow-500{background-color:#eab308!important}.hf-bg-yellow-600{background-color:#ca8a04!important}.hf-bg-yellow-700{background-color:#a16207!important}.hf-bg-yellow-800{background-color:#854d0e!important}.hf-bg-yellow-900{background-color:#713f12!important}.hf-p-0{padding:0!important}.hf-p-1{padding:1rem!important}.hf-p-10px{padding:10px!important}.hf-p-2{padding:2rem!important}.hf-p-20px{padding:20px!important}.hf-p-3{padding:3rem!important}.hf-p-30px{padding:30px!important}.hf-p-4{padding:4rem!important}.hf-p-40px{padding:40px!important}.hf-p-5{padding:5rem!important}.hf-p-50px{padding:50px!important}.hf-p-6{padding:6rem!important}.hf-p-60px{padding:60px!important}.hf-p-7{padding:7rem!important}.hf-p-70px{padding:70px!important}.hf-p-8{padding:8rem!important}.hf-p-80px{padding:80px!important}.hf-p-9{padding:9rem!important}.hf-p-90px{padding:90px!important}.hf-px-0{padding-left:0!important;padding-right:0!important}.hf-px-1{padding-left:1rem!important;padding-right:1rem!important}.hf-px-10px{padding-left:10px!important;padding-right:10px!important}.hf-px-2{padding-left:2rem!important;padding-right:2rem!important}.hf-px-20px{padding-left:20px!important;padding-right:20px!important}.hf-px-3{padding-left:3rem!important;padding-right:3rem!important}.hf-px-30px{padding-left:30px!important;padding-right:30px!important}.hf-px-4{padding-left:4rem!important;padding-right:4rem!important}.hf-px-40px{padding-left:40px!important;padding-right:40px!important}.hf-px-5{padding-left:5rem!important;padding-right:5rem!important}.hf-px-50px{padding-left:50px!important;padding-right:50px!important}.hf-px-6{padding-left:6rem!important;padding-right:6rem!important}.hf-px-60px{padding-left:60px!important;padding-right:60px!important}.hf-px-7{padding-left:7rem!important;padding-right:7rem!important}.hf-px-70px{padding-left:70px!important;padding-right:70px!important}.hf-px-8{padding-left:8rem!important;padding-right:8rem!important}.hf-px-80px{padding-left:80px!important;padding-right:80px!important}.hf-px-9{padding-left:9rem!important;padding-right:9rem!important}.hf-px-90px{padding-left:90px!important;padding-right:90px!important}.hf-py-0{padding-top:0!important;padding-bottom:0!important}.hf-py-1{padding-top:1rem!important;padding-bottom:1rem!important}.hf-py-10px{padding-top:10px!important;padding-bottom:10px!important}.hf-py-2{padding-top:2rem!important;padding-bottom:2rem!important}.hf-py-20px{padding-top:20px!important;padding-bottom:20px!important}.hf-py-3{padding-top:3rem!important;padding-bottom:3rem!important}.hf-py-30px{padding-top:30px!important;padding-bottom:30px!important}.hf-py-4{padding-top:4rem!important;padding-bottom:4rem!important}.hf-py-40px{padding-top:40px!important;padding-bottom:40px!important}.hf-py-5{padding-top:5rem!important;padding-bottom:5rem!important}.hf-py-50px{padding-top:50px!important;padding-bottom:50px!important}.hf-py-6{padding-top:6rem!important;padding-bottom:6rem!important}.hf-py-60px{padding-top:60px!important;padding-bottom:60px!important}.hf-py-7{padding-top:7rem!important;padding-bottom:7rem!important}.hf-py-70px{padding-top:70px!important;padding-bottom:70px!important}.hf-py-8{padding-top:8rem!important;padding-bottom:8rem!important}.hf-py-80px{padding-top:80px!important;padding-bottom:80px!important}.hf-py-9{padding-top:9rem!important;padding-bottom:9rem!important}.hf-py-90px{padding-top:90px!important;padding-bottom:90px!important}.hf-pb-0{padding-bottom:0!important}.hf-pb-1{padding-bottom:1rem!important}.hf-pb-10px{padding-bottom:10px!important}.hf-pb-2{padding-bottom:2rem!important}.hf-pb-20px{padding-bottom:20px!important}.hf-pb-3{padding-bottom:3rem!important}.hf-pb-30px{padding-bottom:30px!important}.hf-pb-4{padding-bottom:4rem!important}.hf-pb-40px{padding-bottom:40px!important}.hf-pb-5{padding-bottom:5rem!important}.hf-pb-50px{padding-bottom:50px!important}.hf-pb-6{padding-bottom:6rem!important}.hf-pb-60px{padding-bottom:60px!important}.hf-pb-7{padding-bottom:7rem!important}.hf-pb-70px{padding-bottom:70px!important}.hf-pb-8{padding-bottom:8rem!important}.hf-pb-80px{padding-bottom:80px!important}.hf-pb-9{padding-bottom:9rem!important}.hf-pb-90px{padding-bottom:90px!important}.hf-pl-0{padding-left:0!important}.hf-pl-1{padding-left:1rem!important}.hf-pl-10px{padding-left:10px!important}.hf-pl-2{padding-left:2rem!important}.hf-pl-20px{padding-left:20px!important}.hf-pl-3{padding-left:3rem!important}.hf-pl-30px{padding-left:30px!important}.hf-pl-4{padding-left:4rem!important}.hf-pl-40px{padding-left:40px!important}.hf-pl-5{padding-left:5rem!important}.hf-pl-50px{padding-left:50px!important}.hf-pl-6{padding-left:6rem!important}.hf-pl-60px{padding-left:60px!important}.hf-pl-7{padding-left:7rem!important}.hf-pl-70px{padding-left:70px!important}.hf-pl-8{padding-left:8rem!important}.hf-pl-80px{padding-left:80px!important}.hf-pl-9{padding-left:9rem!important}.hf-pl-90px{padding-left:90px!important}.hf-pr-0{padding-right:0!important}.hf-pr-1{padding-right:1rem!important}.hf-pr-10px{padding-right:10px!important}.hf-pr-2{padding-right:2rem!important}.hf-pr-20px{padding-right:20px!important}.hf-pr-3{padding-right:3rem!important}.hf-pr-30px{padding-right:30px!important}.hf-pr-4{padding-right:4rem!important}.hf-pr-40px{padding-right:40px!important}.hf-pr-5{padding-right:5rem!important}.hf-pr-50px{padding-right:50px!important}.hf-pr-6{padding-right:6rem!important}.hf-pr-60px{padding-right:60px!important}.hf-pr-7{padding-right:7rem!important}.hf-pr-70px{padding-right:70px!important}.hf-pr-8{padding-right:8rem!important}.hf-pr-80px{padding-right:80px!important}.hf-pr-9{padding-right:9rem!important}.hf-pr-90px{padding-right:90px!important}.hf-pt-0{padding-top:0!important}.hf-pt-1{padding-top:1rem!important}.hf-pt-10px{padding-top:10px!important}.hf-pt-2{padding-top:2rem!important}.hf-pt-20px{padding-top:20px!important}.hf-pt-3{padding-top:3rem!important}.hf-pt-30px{padding-top:30px!important}.hf-pt-4{padding-top:4rem!important}.hf-pt-40px{padding-top:40px!important}.hf-pt-5{padding-top:5rem!important}.hf-pt-50px{padding-top:50px!important}.hf-pt-6{padding-top:6rem!important}.hf-pt-60px{padding-top:60px!important}.hf-pt-7{padding-top:7rem!important}.hf-pt-70px{padding-top:70px!important}.hf-pt-8{padding-top:8rem!important}.hf-pt-80px{padding-top:80px!important}.hf-pt-9{padding-top:9rem!important}.hf-pt-90px{padding-top:90px!important}.hf-text-left{text-align:left!important}.hf-text-center{text-align:center!important}.hf-text-right{text-align:right!important}.hf-text-justify{text-align:justify!important}.hf-text-start{text-align:start!important}.hf-text-end{text-align:end!important}.hf-text-0{font-size:0!important}.hf-text-1{font-size:.1rem!important}.hf-text-10{font-size:1rem!important}.hf-text-10px{font-size:10px!important}.hf-text-11{font-size:1.1rem!important}.hf-text-11px{font-size:11px!important}.hf-text-12{font-size:1.2rem!important}.hf-text-12px{font-size:12px!important}.hf-text-13{font-size:1.3rem!important}.hf-text-13px{font-size:13px!important}.hf-text-14{font-size:1.4rem!important}.hf-text-14px{font-size:14px!important}.hf-text-15{font-size:1.5rem!important}.hf-text-15px{font-size:15px!important}.hf-text-16{font-size:1.6rem!important}.hf-text-16px{font-size:16px!important}.hf-text-17{font-size:1.7rem!important}.hf-text-17px{font-size:17px!important}.hf-text-18{font-size:1.8rem!important}.hf-text-18px{font-size:18px!important}.hf-text-19{font-size:1.9rem!important}.hf-text-19px{font-size:19px!important}.hf-text-2{font-size:.2rem!important}.hf-text-20{font-size:2rem!important}.hf-text-20px{font-size:20px!important}.hf-text-21{font-size:2.1rem!important}.hf-text-21px{font-size:21px!important}.hf-text-22{font-size:2.2rem!important}.hf-text-22px{font-size:22px!important}.hf-text-23{font-size:2.3rem!important}.hf-text-23px{font-size:23px!important}.hf-text-24{font-size:2.4rem!important}.hf-text-24px{font-size:24px!important}.hf-text-25{font-size:2.5rem!important}.hf-text-25px{font-size:25px!important}.hf-text-26{font-size:2.6rem!important}.hf-text-26px{font-size:26px!important}.hf-text-27{font-size:2.7rem!important}.hf-text-27px{font-size:27px!important}.hf-text-28{font-size:2.8rem!important}.hf-text-28px{font-size:28px!important}.hf-text-29{font-size:2.9rem!important}.hf-text-29px{font-size:29px!important}.hf-text-3{font-size:.3rem!important}.hf-text-30{font-size:3rem!important}.hf-text-30px{font-size:30px!important}.hf-text-31{font-size:3.1rem!important}.hf-text-31px{font-size:31px!important}.hf-text-32{font-size:3.2rem!important}.hf-text-32px{font-size:32px!important}.hf-text-33{font-size:3.3rem!important}.hf-text-33px{font-size:33px!important}.hf-text-34{font-size:3.4rem!important}.hf-text-34px{font-size:34px!important}.hf-text-35{font-size:3.5rem!important}.hf-text-35px{font-size:35px!important}.hf-text-36{font-size:3.6rem!important}.hf-text-36px{font-size:36px!important}.hf-text-4{font-size:.4rem!important}.hf-text-5{font-size:.5rem!important}.hf-text-6{font-size:.6rem!important}.hf-text-7{font-size:.7rem!important}.hf-text-8{font-size:.8rem!important}.hf-text-8px{font-size:8px!important}.hf-text-9{font-size:.9rem!important}.hf-text-9px{font-size:9px!important}.hf-font-100{font-weight:100!important}.hf-font-200{font-weight:200!important}.hf-font-300{font-weight:300!important}.hf-font-400{font-weight:400!important}.hf-font-500{font-weight:500!important}.hf-font-600{font-weight:600!important}.hf-font-700{font-weight:700!important}.hf-font-800{font-weight:800!important}.hf-font-900{font-weight:900!important}.hf-font-bold{font-weight:700!important}.hf-font-normal{font-weight:400!important}.hf-italic{font-style:italic!important}.hf-not-italic{font-style:normal!important}.hf-leading-10{line-height:2.5rem!important}.hf-leading-3{line-height:.75rem!important}.hf-leading-4{line-height:1rem!important}.hf-leading-5{line-height:1.25rem!important}.hf-leading-6{line-height:1.5rem!important}.hf-leading-7{line-height:1.75rem!important}.hf-leading-8{line-height:2rem!important}.hf-leading-9{line-height:2.25rem!important}.hf-leading-loose{line-height:2!important}.hf-leading-none{line-height:1!important}.hf-leading-normal{line-height:1.5!important}.hf-leading-relaxed{line-height:1.625!important}.hf-leading-snug{line-height:1.375!important}.hf-leading-tight{line-height:1.25!important}.hf-tracking-normal{letter-spacing:0em!important}.hf-tracking-tight{letter-spacing:-.025em!important}.hf-tracking-tighter{letter-spacing:-.05em!important}.hf-tracking-wide{letter-spacing:.025em!important}.hf-tracking-wider{letter-spacing:.05em!important}.hf-tracking-widest{letter-spacing:.1em!important}.hf-text-black{color:#000!important}.hf-text-blue-100{color:#dbeafe!important}.hf-text-blue-200{color:#bfdbfe!important}.hf-text-blue-300{color:#93c5fd!important}.hf-text-blue-400{color:#60a5fa!important}.hf-text-blue-500{color:#3b82f6!important}.hf-text-blue-600{color:#2563eb!important}.hf-text-blue-700{color:#1d4ed8!important}.hf-text-blue-800{color:#1e40af!important}.hf-text-blue-900{color:#1e3a8a!important}.hf-text-current{color:currentColor!important}.hf-text-gray-100{color:#f3f4f6!important}.hf-text-gray-200{color:#e5e7eb!important}.hf-text-gray-300{color:#d1d5db!important}.hf-text-gray-400{color:#9ca3af!important}.hf-text-gray-500{color:#6b7280!important}.hf-text-gray-600{color:#4b5563!important}.hf-text-gray-700{color:#374151!important}.hf-text-gray-800{color:#1f2937!important}.hf-text-gray-900{color:#111827!important}.hf-text-green-100{color:#dcfce7!important}.hf-text-green-200{color:#bbf7d0!important}.hf-text-green-300{color:#86efac!important}.hf-text-green-400{color:#4ade80!important}.hf-text-green-500{color:#22c55e!important}.hf-text-green-600{color:#16a34a!important}.hf-text-green-700{color:#15803d!important}.hf-text-green-800{color:#166534!important}.hf-text-green-900{color:#14532d!important}.hf-text-indigo-100{color:#e0e7ff!important}.hf-text-indigo-200{color:#c7d2fe!important}.hf-text-indigo-300{color:#a5b4fc!important}.hf-text-indigo-400{color:#818cf8!important}.hf-text-indigo-500{color:#6366f1!important}.hf-text-indigo-600{color:#4f46e5!important}.hf-text-indigo-700{color:#4338ca!important}.hf-text-indigo-800{color:#3730a3!important}.hf-text-indigo-900{color:#312e81!important}.hf-text-inherit{color:inherit!important}.hf-text-orange-100{color:#ffedd5!important}.hf-text-orange-200{color:#fed7aa!important}.hf-text-orange-300{color:#fdba74!important}.hf-text-orange-400{color:#fb923c!important}.hf-text-orange-500{color:#f97316!important}.hf-text-orange-600{color:#ea580c!important}.hf-text-orange-700{color:#c2410c!important}.hf-text-orange-800{color:#9a3412!important}.hf-text-orange-900{color:#7c2d12!important}.hf-text-pink-100{color:#fce7f3!important}.hf-text-pink-200{color:#fbcfe8!important}.hf-text-pink-300{color:#f9a8d4!important}.hf-text-pink-400{color:#f472b6!important}.hf-text-pink-500{color:#ec4899!important}.hf-text-pink-600{color:#db2777!important}.hf-text-pink-700{color:#be185d!important}.hf-text-pink-800{color:#9d174d!important}.hf-text-pink-900{color:#831843!important}.hf-text-purple-100{color:#f3e8ff!important}.hf-text-purple-200{color:#e9d5ff!important}.hf-text-purple-300{color:#d8b4fe!important}.hf-text-purple-400{color:#c084fc!important}.hf-text-purple-500{color:#a855f7!important}.hf-text-purple-600{color:#9333ea!important}.hf-text-purple-700{color:#7e22ce!important}.hf-text-purple-800{color:#6b21a8!important}.hf-text-purple-900{color:#581c87!important}.hf-text-red-100{color:#fee2e2!important}.hf-text-red-200{color:#fecaca!important}.hf-text-red-300{color:#fca5a5!important}.hf-text-red-400{color:#f87171!important}.hf-text-red-500{color:#ef4444!important}.hf-text-red-600{color:#dc2626!important}.hf-text-red-700{color:#b91c1c!important}.hf-text-red-800{color:#991b1b!important}.hf-text-red-900{color:#7f1d1d!important}.hf-text-teal-100{color:#ccfbf1!important}.hf-text-teal-200{color:#99f6e4!important}.hf-text-teal-300{color:#5eead4!important}.hf-text-teal-400{color:#2dd4bf!important}.hf-text-teal-500{color:#14b8a6!important}.hf-text-teal-600{color:#0d9488!important}.hf-text-teal-700{color:#0f766e!important}.hf-text-teal-800{color:#115e59!important}.hf-text-teal-900{color:#134e4a!important}.hf-text-transparent{color:transparent!important}.hf-text-white{color:#fff!important}.hf-text-yellow-100{color:#fef9c3!important}.hf-text-yellow-200{color:#fef08a!important}.hf-text-yellow-300{color:#fde047!important}.hf-text-yellow-400{color:#facc15!important}.hf-text-yellow-500{color:#eab308!important}.hf-text-yellow-600{color:#ca8a04!important}.hf-text-yellow-700{color:#a16207!important}.hf-text-yellow-800{color:#854d0e!important}.hf-text-yellow-900{color:#713f12!important}.hf-underline{text-decoration-line:underline!important}.hf-overline{text-decoration-line:overline!important}.hf-line-through{text-decoration-line:line-through!important}.hf-no-underline{text-decoration-line:none!important}@media (min-width: 768px){.pc\:hf-pointer-events-none{pointer-events:none!important}.pc\:hf-pointer-events-auto{pointer-events:auto!important}.pc\:hf-visible{visibility:visible!important}.pc\:hf-invisible{visibility:hidden!important}.pc\:hf-collapse{visibility:collapse!important}.pc\:hf-static{position:static!important}.pc\:hf-fixed{position:fixed!important}.pc\:hf-absolute{position:absolute!important}.pc\:hf-relative{position:relative!important}.pc\:hf-sticky{position:sticky!important}.pc\:hf--z-1{z-index:-1!important}.pc\:hf-z,.pc\:hf-z-1{z-index:1!important}.pc\:hf-z-10{z-index:10!important}.pc\:hf-z-100{z-index:100!important}.pc\:hf-z-1000{z-index:1000!important}.pc\:hf-z-1010{z-index:1010!important}.pc\:hf-z-1020{z-index:1020!important}.pc\:hf-z-1030{z-index:1030!important}.pc\:hf-z-1040{z-index:1040!important}.pc\:hf-z-1050{z-index:1050!important}.pc\:hf-z-1060{z-index:1060!important}.pc\:hf-z-1070{z-index:1070!important}.pc\:hf-z-1080{z-index:1080!important}.pc\:hf-z-1090{z-index:1090!important}.pc\:hf-z-110{z-index:110!important}.pc\:hf-z-120{z-index:120!important}.pc\:hf-z-130{z-index:130!important}.pc\:hf-z-140{z-index:140!important}.pc\:hf-z-150{z-index:150!important}.pc\:hf-z-160{z-index:160!important}.pc\:hf-z-170{z-index:170!important}.pc\:hf-z-180{z-index:180!important}.pc\:hf-z-190{z-index:190!important}.pc\:hf-z-20{z-index:20!important}.pc\:hf-z-30{z-index:30!important}.pc\:hf-z-40{z-index:40!important}.pc\:hf-z-50{z-index:50!important}.pc\:hf-z-60{z-index:60!important}.pc\:hf-z-70{z-index:70!important}.pc\:hf-z-80{z-index:80!important}.pc\:hf-z-90{z-index:90!important}.pc\:hf-z-9999{z-index:9999!important}.pc\:hf-z-auto{z-index:auto!important}.pc\:hf-m-0{margin:0!important}.pc\:hf-m-1{margin:1rem!important}.pc\:hf-m-10px{margin:10px!important}.pc\:hf-m-2{margin:2rem!important}.pc\:hf-m-20px{margin:20px!important}.pc\:hf-m-3{margin:3rem!important}.pc\:hf-m-30px{margin:30px!important}.pc\:hf-m-4{margin:4rem!important}.pc\:hf-m-40px{margin:40px!important}.pc\:hf-m-5{margin:5rem!important}.pc\:hf-m-50px{margin:50px!important}.pc\:hf-m-6{margin:6rem!important}.pc\:hf-m-60px{margin:60px!important}.pc\:hf-m-7{margin:7rem!important}.pc\:hf-m-70px{margin:70px!important}.pc\:hf-m-8{margin:8rem!important}.pc\:hf-m-80px{margin:80px!important}.pc\:hf-m-9{margin:9rem!important}.pc\:hf-m-90px{margin:90px!important}.pc\:hf-m-auto{margin:auto!important}.pc\:hf-mx-0{margin-left:0!important;margin-right:0!important}.pc\:hf-mx-1{margin-left:1rem!important;margin-right:1rem!important}.pc\:hf-mx-10px{margin-left:10px!important;margin-right:10px!important}.pc\:hf-mx-2{margin-left:2rem!important;margin-right:2rem!important}.pc\:hf-mx-20px{margin-left:20px!important;margin-right:20px!important}.pc\:hf-mx-3{margin-left:3rem!important;margin-right:3rem!important}.pc\:hf-mx-30px{margin-left:30px!important;margin-right:30px!important}.pc\:hf-mx-4{margin-left:4rem!important;margin-right:4rem!important}.pc\:hf-mx-40px{margin-left:40px!important;margin-right:40px!important}.pc\:hf-mx-5{margin-left:5rem!important;margin-right:5rem!important}.pc\:hf-mx-50px{margin-left:50px!important;margin-right:50px!important}.pc\:hf-mx-6{margin-left:6rem!important;margin-right:6rem!important}.pc\:hf-mx-60px{margin-left:60px!important;margin-right:60px!important}.pc\:hf-mx-7{margin-left:7rem!important;margin-right:7rem!important}.pc\:hf-mx-70px{margin-left:70px!important;margin-right:70px!important}.pc\:hf-mx-8{margin-left:8rem!important;margin-right:8rem!important}.pc\:hf-mx-80px{margin-left:80px!important;margin-right:80px!important}.pc\:hf-mx-9{margin-left:9rem!important;margin-right:9rem!important}.pc\:hf-mx-90px{margin-left:90px!important;margin-right:90px!important}.pc\:hf-mx-auto{margin-left:auto!important;margin-right:auto!important}.pc\:hf-my-0{margin-top:0!important;margin-bottom:0!important}.pc\:hf-my-1{margin-top:1rem!important;margin-bottom:1rem!important}.pc\:hf-my-10px{margin-top:10px!important;margin-bottom:10px!important}.pc\:hf-my-2{margin-top:2rem!important;margin-bottom:2rem!important}.pc\:hf-my-20px{margin-top:20px!important;margin-bottom:20px!important}.pc\:hf-my-3{margin-top:3rem!important;margin-bottom:3rem!important}.pc\:hf-my-30px{margin-top:30px!important;margin-bottom:30px!important}.pc\:hf-my-4{margin-top:4rem!important;margin-bottom:4rem!important}.pc\:hf-my-40px{margin-top:40px!important;margin-bottom:40px!important}.pc\:hf-my-5{margin-top:5rem!important;margin-bottom:5rem!important}.pc\:hf-my-50px{margin-top:50px!important;margin-bottom:50px!important}.pc\:hf-my-6{margin-top:6rem!important;margin-bottom:6rem!important}.pc\:hf-my-60px{margin-top:60px!important;margin-bottom:60px!important}.pc\:hf-my-7{margin-top:7rem!important;margin-bottom:7rem!important}.pc\:hf-my-70px{margin-top:70px!important;margin-bottom:70px!important}.pc\:hf-my-8{margin-top:8rem!important;margin-bottom:8rem!important}.pc\:hf-my-80px{margin-top:80px!important;margin-bottom:80px!important}.pc\:hf-my-9{margin-top:9rem!important;margin-bottom:9rem!important}.pc\:hf-my-90px{margin-top:90px!important;margin-bottom:90px!important}.pc\:hf-my-auto{margin-top:auto!important;margin-bottom:auto!important}.pc\:hf-mb-0{margin-bottom:0!important}.pc\:hf-mb-1{margin-bottom:1rem!important}.pc\:hf-mb-10px{margin-bottom:10px!important}.pc\:hf-mb-2{margin-bottom:2rem!important}.pc\:hf-mb-20px{margin-bottom:20px!important}.pc\:hf-mb-3{margin-bottom:3rem!important}.pc\:hf-mb-30px{margin-bottom:30px!important}.pc\:hf-mb-4{margin-bottom:4rem!important}.pc\:hf-mb-40px{margin-bottom:40px!important}.pc\:hf-mb-5{margin-bottom:5rem!important}.pc\:hf-mb-50px{margin-bottom:50px!important}.pc\:hf-mb-6{margin-bottom:6rem!important}.pc\:hf-mb-60px{margin-bottom:60px!important}.pc\:hf-mb-7{margin-bottom:7rem!important}.pc\:hf-mb-70px{margin-bottom:70px!important}.pc\:hf-mb-8{margin-bottom:8rem!important}.pc\:hf-mb-80px{margin-bottom:80px!important}.pc\:hf-mb-9{margin-bottom:9rem!important}.pc\:hf-mb-90px{margin-bottom:90px!important}.pc\:hf-mb-auto{margin-bottom:auto!important}.pc\:hf-ml-0{margin-left:0!important}.pc\:hf-ml-1{margin-left:1rem!important}.pc\:hf-ml-10px{margin-left:10px!important}.pc\:hf-ml-2{margin-left:2rem!important}.pc\:hf-ml-20px{margin-left:20px!important}.pc\:hf-ml-3{margin-left:3rem!important}.pc\:hf-ml-30px{margin-left:30px!important}.pc\:hf-ml-4{margin-left:4rem!important}.pc\:hf-ml-40px{margin-left:40px!important}.pc\:hf-ml-5{margin-left:5rem!important}.pc\:hf-ml-50px{margin-left:50px!important}.pc\:hf-ml-6{margin-left:6rem!important}.pc\:hf-ml-60px{margin-left:60px!important}.pc\:hf-ml-7{margin-left:7rem!important}.pc\:hf-ml-70px{margin-left:70px!important}.pc\:hf-ml-8{margin-left:8rem!important}.pc\:hf-ml-80px{margin-left:80px!important}.pc\:hf-ml-9{margin-left:9rem!important}.pc\:hf-ml-90px{margin-left:90px!important}.pc\:hf-ml-auto{margin-left:auto!important}.pc\:hf-mr-0{margin-right:0!important}.pc\:hf-mr-1{margin-right:1rem!important}.pc\:hf-mr-10px{margin-right:10px!important}.pc\:hf-mr-2{margin-right:2rem!important}.pc\:hf-mr-20px{margin-right:20px!important}.pc\:hf-mr-3{margin-right:3rem!important}.pc\:hf-mr-30px{margin-right:30px!important}.pc\:hf-mr-4{margin-right:4rem!important}.pc\:hf-mr-40px{margin-right:40px!important}.pc\:hf-mr-5{margin-right:5rem!important}.pc\:hf-mr-50px{margin-right:50px!important}.pc\:hf-mr-6{margin-right:6rem!important}.pc\:hf-mr-60px{margin-right:60px!important}.pc\:hf-mr-7{margin-right:7rem!important}.pc\:hf-mr-70px{margin-right:70px!important}.pc\:hf-mr-8{margin-right:8rem!important}.pc\:hf-mr-80px{margin-right:80px!important}.pc\:hf-mr-9{margin-right:9rem!important}.pc\:hf-mr-90px{margin-right:90px!important}.pc\:hf-mr-auto{margin-right:auto!important}.pc\:hf-mt-0{margin-top:0!important}.pc\:hf-mt-1{margin-top:1rem!important}.pc\:hf-mt-10px{margin-top:10px!important}.pc\:hf-mt-2{margin-top:2rem!important}.pc\:hf-mt-20px{margin-top:20px!important}.pc\:hf-mt-3{margin-top:3rem!important}.pc\:hf-mt-30px{margin-top:30px!important}.pc\:hf-mt-4{margin-top:4rem!important}.pc\:hf-mt-40px{margin-top:40px!important}.pc\:hf-mt-5{margin-top:5rem!important}.pc\:hf-mt-50px{margin-top:50px!important}.pc\:hf-mt-6{margin-top:6rem!important}.pc\:hf-mt-60px{margin-top:60px!important}.pc\:hf-mt-7{margin-top:7rem!important}.pc\:hf-mt-70px{margin-top:70px!important}.pc\:hf-mt-8{margin-top:8rem!important}.pc\:hf-mt-80px{margin-top:80px!important}.pc\:hf-mt-9{margin-top:9rem!important}.pc\:hf-mt-90px{margin-top:90px!important}.pc\:hf-mt-auto{margin-top:auto!important}.pc\:hf-block{display:block!important}.pc\:hf-inline-block{display:inline-block!important}.pc\:hf-inline{display:inline!important}.pc\:hf-flex{display:flex!important}.pc\:hf-inline-flex{display:inline-flex!important}.pc\:hf-table{display:table!important}.pc\:hf-inline-table{display:inline-table!important}.pc\:hf-table-caption{display:table-caption!important}.pc\:hf-table-cell{display:table-cell!important}.pc\:hf-table-column{display:table-column!important}.pc\:hf-table-column-group{display:table-column-group!important}.pc\:hf-table-footer-group{display:table-footer-group!important}.pc\:hf-table-header-group{display:table-header-group!important}.pc\:hf-table-row-group{display:table-row-group!important}.pc\:hf-table-row{display:table-row!important}.pc\:hf-flow-root{display:flow-root!important}.pc\:hf-grid{display:grid!important}.pc\:hf-inline-grid{display:inline-grid!important}.pc\:hf-contents{display:contents!important}.pc\:hf-list-item{display:list-item!important}.pc\:hf-hidden{display:none!important}.pc\:hf-w-1\/12{width:8.333333%!important}.pc\:hf-w-1\/2{width:50%!important}.pc\:hf-w-1\/3{width:33.333333%!important}.pc\:hf-w-1\/4{width:25%!important}.pc\:hf-w-1\/5{width:20%!important}.pc\:hf-w-1\/6{width:16.666667%!important}.pc\:hf-w-10\/12{width:83.333333%!important}.pc\:hf-w-11\/12{width:91.666667%!important}.pc\:hf-w-2\/12{width:16.666667%!important}.pc\:hf-w-2\/3{width:66.666667%!important}.pc\:hf-w-2\/4{width:50%!important}.pc\:hf-w-2\/5{width:40%!important}.pc\:hf-w-2\/6{width:33.333333%!important}.pc\:hf-w-3\/12{width:25%!important}.pc\:hf-w-3\/4{width:75%!important}.pc\:hf-w-3\/5{width:60%!important}.pc\:hf-w-3\/6{width:50%!important}.pc\:hf-w-4\/12{width:33.333333%!important}.pc\:hf-w-4\/5{width:80%!important}.pc\:hf-w-4\/6{width:66.666667%!important}.pc\:hf-w-5\/12{width:41.666667%!important}.pc\:hf-w-5\/6{width:83.333333%!important}.pc\:hf-w-6\/12{width:50%!important}.pc\:hf-w-7\/12{width:58.333333%!important}.pc\:hf-w-8\/12{width:66.666667%!important}.pc\:hf-w-9\/12{width:75%!important}.pc\:hf-w-auto{width:auto!important}.pc\:hf-w-dvw{width:100dvw!important}.pc\:hf-w-fit{width:-moz-fit-content!important;width:fit-content!important}.pc\:hf-w-full{width:100%!important}.pc\:hf-w-lvw{width:100lvw!important}.pc\:hf-w-max{width:-moz-max-content!important;width:max-content!important}.pc\:hf-w-min{width:-moz-min-content!important;width:min-content!important}.pc\:hf-w-screen{width:100vw!important}.pc\:hf-w-svw{width:100svw!important}.pc\:hf-flex-row{flex-direction:row!important}.pc\:hf-flex-row-reverse{flex-direction:row-reverse!important}.pc\:hf-flex-col{flex-direction:column!important}.pc\:hf-flex-col-reverse{flex-direction:column-reverse!important}.pc\:hf-flex-wrap{flex-wrap:wrap!important}.pc\:hf-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.pc\:hf-items-start{align-items:flex-start!important}.pc\:hf-items-end{align-items:flex-end!important}.pc\:hf-items-center{align-items:center!important}.pc\:hf-items-baseline{align-items:baseline!important}.pc\:hf-items-stretch{align-items:stretch!important}.pc\:hf-justify-normal{justify-content:normal!important}.pc\:hf-justify-start{justify-content:flex-start!important}.pc\:hf-justify-end{justify-content:flex-end!important}.pc\:hf-justify-center{justify-content:center!important}.pc\:hf-justify-between{justify-content:space-between!important}.pc\:hf-justify-around{justify-content:space-around!important}.pc\:hf-justify-evenly{justify-content:space-evenly!important}.pc\:hf-justify-stretch{justify-content:stretch!important}.pc\:hf-space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(0px * var(--tw-space-x-reverse))!important;margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-10px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(10px * var(--tw-space-x-reverse))!important;margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(2rem * var(--tw-space-x-reverse))!important;margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-20px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(20px * var(--tw-space-x-reverse))!important;margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(3rem * var(--tw-space-x-reverse))!important;margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-30px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(30px * var(--tw-space-x-reverse))!important;margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(4rem * var(--tw-space-x-reverse))!important;margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-40px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(40px * var(--tw-space-x-reverse))!important;margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(5rem * var(--tw-space-x-reverse))!important;margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-50px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(50px * var(--tw-space-x-reverse))!important;margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(6rem * var(--tw-space-x-reverse))!important;margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-60px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(60px * var(--tw-space-x-reverse))!important;margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(7rem * var(--tw-space-x-reverse))!important;margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-70px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(70px * var(--tw-space-x-reverse))!important;margin-left:calc(70px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(8rem * var(--tw-space-x-reverse))!important;margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-80px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(80px * var(--tw-space-x-reverse))!important;margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(9rem * var(--tw-space-x-reverse))!important;margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-x-90px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(90px * var(--tw-space-x-reverse))!important;margin-left:calc(90px * calc(1 - var(--tw-space-x-reverse)))!important}.pc\:hf-space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-10px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(10px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-20px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(20px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(3rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-30px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(30px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(4rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-40px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(40px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(5rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-50px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(50px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(6rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-60px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(60px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(7rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-70px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(70px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(70px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(8rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-80px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(80px * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(9rem * var(--tw-space-y-reverse))!important}.pc\:hf-space-y-90px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(90px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(90px * var(--tw-space-y-reverse))!important}.pc\:hf-break-normal{overflow-wrap:normal!important;word-break:normal!important}.pc\:hf-break-words{overflow-wrap:break-word!important}.pc\:hf-break-all{word-break:break-all!important}.pc\:hf-rounded{border-radius:4px!important}.pc\:hf-rounded-10{border-radius:10px!important}.pc\:hf-rounded-15{border-radius:15px!important}.pc\:hf-rounded-20{border-radius:20px!important}.pc\:hf-rounded-25{border-radius:25px!important}.pc\:hf-rounded-3{border-radius:3px!important}.pc\:hf-rounded-30{border-radius:30px!important}.pc\:hf-rounded-35{border-radius:35px!important}.pc\:hf-rounded-4{border-radius:4px!important}.pc\:hf-rounded-40{border-radius:40px!important}.pc\:hf-rounded-45{border-radius:45px!important}.pc\:hf-rounded-5{border-radius:5px!important}.pc\:hf-rounded-50{border-radius:50px!important}.pc\:hf-rounded-50per{border-radius:50%!important}.pc\:hf-rounded-55{border-radius:55px!important}.pc\:hf-rounded-6{border-radius:6px!important}.pc\:hf-rounded-60{border-radius:60px!important}.pc\:hf-rounded-7{border-radius:7px!important}.pc\:hf-rounded-8{border-radius:8px!important}.pc\:hf-rounded-9{border-radius:9px!important}.pc\:hf-rounded-full{border-radius:100%!important}.pc\:hf-rounded-none{border-radius:0!important}.pc\:hf-border{border-width:1px!important}.pc\:hf-border-0{border-width:0px!important}.pc\:hf-border-1{border-width:1px!important}.pc\:hf-border-10{border-width:10px!important}.pc\:hf-border-11{border-width:11px!important}.pc\:hf-border-12{border-width:12px!important}.pc\:hf-border-2{border-width:2px!important}.pc\:hf-border-3{border-width:3px!important}.pc\:hf-border-4{border-width:4px!important}.pc\:hf-border-5{border-width:5px!important}.pc\:hf-border-6{border-width:6px!important}.pc\:hf-border-7{border-width:7px!important}.pc\:hf-border-8{border-width:8px!important}.pc\:hf-border-9{border-width:9px!important}.pc\:hf-border-b-0{border-bottom-width:0px!important}.pc\:hf-border-b-1{border-bottom-width:1px!important}.pc\:hf-border-b-10{border-bottom-width:10px!important}.pc\:hf-border-b-11{border-bottom-width:11px!important}.pc\:hf-border-b-12{border-bottom-width:12px!important}.pc\:hf-border-b-2{border-bottom-width:2px!important}.pc\:hf-border-b-3{border-bottom-width:3px!important}.pc\:hf-border-b-4{border-bottom-width:4px!important}.pc\:hf-border-b-5{border-bottom-width:5px!important}.pc\:hf-border-b-6{border-bottom-width:6px!important}.pc\:hf-border-b-7{border-bottom-width:7px!important}.pc\:hf-border-b-8{border-bottom-width:8px!important}.pc\:hf-border-b-9{border-bottom-width:9px!important}.pc\:hf-border-l-0{border-left-width:0px!important}.pc\:hf-border-l-1{border-left-width:1px!important}.pc\:hf-border-l-10{border-left-width:10px!important}.pc\:hf-border-l-11{border-left-width:11px!important}.pc\:hf-border-l-12{border-left-width:12px!important}.pc\:hf-border-l-2{border-left-width:2px!important}.pc\:hf-border-l-3{border-left-width:3px!important}.pc\:hf-border-l-4{border-left-width:4px!important}.pc\:hf-border-l-5{border-left-width:5px!important}.pc\:hf-border-l-6{border-left-width:6px!important}.pc\:hf-border-l-7{border-left-width:7px!important}.pc\:hf-border-l-8{border-left-width:8px!important}.pc\:hf-border-l-9{border-left-width:9px!important}.pc\:hf-border-r-0{border-right-width:0px!important}.pc\:hf-border-r-1{border-right-width:1px!important}.pc\:hf-border-r-10{border-right-width:10px!important}.pc\:hf-border-r-11{border-right-width:11px!important}.pc\:hf-border-r-12{border-right-width:12px!important}.pc\:hf-border-r-2{border-right-width:2px!important}.pc\:hf-border-r-3{border-right-width:3px!important}.pc\:hf-border-r-4{border-right-width:4px!important}.pc\:hf-border-r-5{border-right-width:5px!important}.pc\:hf-border-r-6{border-right-width:6px!important}.pc\:hf-border-r-7{border-right-width:7px!important}.pc\:hf-border-r-8{border-right-width:8px!important}.pc\:hf-border-r-9{border-right-width:9px!important}.pc\:hf-border-t-0{border-top-width:0px!important}.pc\:hf-border-t-1{border-top-width:1px!important}.pc\:hf-border-t-10{border-top-width:10px!important}.pc\:hf-border-t-11{border-top-width:11px!important}.pc\:hf-border-t-12{border-top-width:12px!important}.pc\:hf-border-t-2{border-top-width:2px!important}.pc\:hf-border-t-3{border-top-width:3px!important}.pc\:hf-border-t-4{border-top-width:4px!important}.pc\:hf-border-t-5{border-top-width:5px!important}.pc\:hf-border-t-6{border-top-width:6px!important}.pc\:hf-border-t-7{border-top-width:7px!important}.pc\:hf-border-t-8{border-top-width:8px!important}.pc\:hf-border-t-9{border-top-width:9px!important}.pc\:hf-border-black{border-color:#000!important}.pc\:hf-border-blue-100{border-color:#dbeafe!important}.pc\:hf-border-blue-200{border-color:#bfdbfe!important}.pc\:hf-border-blue-300{border-color:#93c5fd!important}.pc\:hf-border-blue-400{border-color:#60a5fa!important}.pc\:hf-border-blue-500{border-color:#3b82f6!important}.pc\:hf-border-blue-600{border-color:#2563eb!important}.pc\:hf-border-blue-700{border-color:#1d4ed8!important}.pc\:hf-border-blue-800{border-color:#1e40af!important}.pc\:hf-border-blue-900{border-color:#1e3a8a!important}.pc\:hf-border-current{border-color:currentColor!important}.pc\:hf-border-gray-100{border-color:#f3f4f6!important}.pc\:hf-border-gray-200{border-color:#e5e7eb!important}.pc\:hf-border-gray-300{border-color:#d1d5db!important}.pc\:hf-border-gray-400{border-color:#9ca3af!important}.pc\:hf-border-gray-500{border-color:#6b7280!important}.pc\:hf-border-gray-600{border-color:#4b5563!important}.pc\:hf-border-gray-700{border-color:#374151!important}.pc\:hf-border-gray-800{border-color:#1f2937!important}.pc\:hf-border-gray-900{border-color:#111827!important}.pc\:hf-border-green-100{border-color:#dcfce7!important}.pc\:hf-border-green-200{border-color:#bbf7d0!important}.pc\:hf-border-green-300{border-color:#86efac!important}.pc\:hf-border-green-400{border-color:#4ade80!important}.pc\:hf-border-green-500{border-color:#22c55e!important}.pc\:hf-border-green-600{border-color:#16a34a!important}.pc\:hf-border-green-700{border-color:#15803d!important}.pc\:hf-border-green-800{border-color:#166534!important}.pc\:hf-border-green-900{border-color:#14532d!important}.pc\:hf-border-indigo-100{border-color:#e0e7ff!important}.pc\:hf-border-indigo-200{border-color:#c7d2fe!important}.pc\:hf-border-indigo-300{border-color:#a5b4fc!important}.pc\:hf-border-indigo-400{border-color:#818cf8!important}.pc\:hf-border-indigo-500{border-color:#6366f1!important}.pc\:hf-border-indigo-600{border-color:#4f46e5!important}.pc\:hf-border-indigo-700{border-color:#4338ca!important}.pc\:hf-border-indigo-800{border-color:#3730a3!important}.pc\:hf-border-indigo-900{border-color:#312e81!important}.pc\:hf-border-inherit{border-color:inherit!important}.pc\:hf-border-orange-100{border-color:#ffedd5!important}.pc\:hf-border-orange-200{border-color:#fed7aa!important}.pc\:hf-border-orange-300{border-color:#fdba74!important}.pc\:hf-border-orange-400{border-color:#fb923c!important}.pc\:hf-border-orange-500{border-color:#f97316!important}.pc\:hf-border-orange-600{border-color:#ea580c!important}.pc\:hf-border-orange-700{border-color:#c2410c!important}.pc\:hf-border-orange-800{border-color:#9a3412!important}.pc\:hf-border-orange-900{border-color:#7c2d12!important}.pc\:hf-border-pink-100{border-color:#fce7f3!important}.pc\:hf-border-pink-200{border-color:#fbcfe8!important}.pc\:hf-border-pink-300{border-color:#f9a8d4!important}.pc\:hf-border-pink-400{border-color:#f472b6!important}.pc\:hf-border-pink-500{border-color:#ec4899!important}.pc\:hf-border-pink-600{border-color:#db2777!important}.pc\:hf-border-pink-700{border-color:#be185d!important}.pc\:hf-border-pink-800{border-color:#9d174d!important}.pc\:hf-border-pink-900{border-color:#831843!important}.pc\:hf-border-purple-100{border-color:#f3e8ff!important}.pc\:hf-border-purple-200{border-color:#e9d5ff!important}.pc\:hf-border-purple-300{border-color:#d8b4fe!important}.pc\:hf-border-purple-400{border-color:#c084fc!important}.pc\:hf-border-purple-500{border-color:#a855f7!important}.pc\:hf-border-purple-600{border-color:#9333ea!important}.pc\:hf-border-purple-700{border-color:#7e22ce!important}.pc\:hf-border-purple-800{border-color:#6b21a8!important}.pc\:hf-border-purple-900{border-color:#581c87!important}.pc\:hf-border-red-100{border-color:#fee2e2!important}.pc\:hf-border-red-200{border-color:#fecaca!important}.pc\:hf-border-red-300{border-color:#fca5a5!important}.pc\:hf-border-red-400{border-color:#f87171!important}.pc\:hf-border-red-500{border-color:#ef4444!important}.pc\:hf-border-red-600{border-color:#dc2626!important}.pc\:hf-border-red-700{border-color:#b91c1c!important}.pc\:hf-border-red-800{border-color:#991b1b!important}.pc\:hf-border-red-900{border-color:#7f1d1d!important}.pc\:hf-border-teal-100{border-color:#ccfbf1!important}.pc\:hf-border-teal-200{border-color:#99f6e4!important}.pc\:hf-border-teal-300{border-color:#5eead4!important}.pc\:hf-border-teal-400{border-color:#2dd4bf!important}.pc\:hf-border-teal-500{border-color:#14b8a6!important}.pc\:hf-border-teal-600{border-color:#0d9488!important}.pc\:hf-border-teal-700{border-color:#0f766e!important}.pc\:hf-border-teal-800{border-color:#115e59!important}.pc\:hf-border-teal-900{border-color:#134e4a!important}.pc\:hf-border-transparent{border-color:transparent!important}.pc\:hf-border-white{border-color:#fff!important}.pc\:hf-border-yellow-100{border-color:#fef9c3!important}.pc\:hf-border-yellow-200{border-color:#fef08a!important}.pc\:hf-border-yellow-300{border-color:#fde047!important}.pc\:hf-border-yellow-400{border-color:#facc15!important}.pc\:hf-border-yellow-500{border-color:#eab308!important}.pc\:hf-border-yellow-600{border-color:#ca8a04!important}.pc\:hf-border-yellow-700{border-color:#a16207!important}.pc\:hf-border-yellow-800{border-color:#854d0e!important}.pc\:hf-border-yellow-900{border-color:#713f12!important}.pc\:hf-bg-black{background-color:#000!important}.pc\:hf-bg-blue-100{background-color:#dbeafe!important}.pc\:hf-bg-blue-200{background-color:#bfdbfe!important}.pc\:hf-bg-blue-300{background-color:#93c5fd!important}.pc\:hf-bg-blue-400{background-color:#60a5fa!important}.pc\:hf-bg-blue-500{background-color:#3b82f6!important}.pc\:hf-bg-blue-600{background-color:#2563eb!important}.pc\:hf-bg-blue-700{background-color:#1d4ed8!important}.pc\:hf-bg-blue-800{background-color:#1e40af!important}.pc\:hf-bg-blue-900{background-color:#1e3a8a!important}.pc\:hf-bg-current{background-color:currentColor!important}.pc\:hf-bg-gray-100{background-color:#f3f4f6!important}.pc\:hf-bg-gray-200{background-color:#e5e7eb!important}.pc\:hf-bg-gray-300{background-color:#d1d5db!important}.pc\:hf-bg-gray-400{background-color:#9ca3af!important}.pc\:hf-bg-gray-500{background-color:#6b7280!important}.pc\:hf-bg-gray-600{background-color:#4b5563!important}.pc\:hf-bg-gray-700{background-color:#374151!important}.pc\:hf-bg-gray-800{background-color:#1f2937!important}.pc\:hf-bg-gray-900{background-color:#111827!important}.pc\:hf-bg-green-100{background-color:#dcfce7!important}.pc\:hf-bg-green-200{background-color:#bbf7d0!important}.pc\:hf-bg-green-300{background-color:#86efac!important}.pc\:hf-bg-green-400{background-color:#4ade80!important}.pc\:hf-bg-green-500{background-color:#22c55e!important}.pc\:hf-bg-green-600{background-color:#16a34a!important}.pc\:hf-bg-green-700{background-color:#15803d!important}.pc\:hf-bg-green-800{background-color:#166534!important}.pc\:hf-bg-green-900{background-color:#14532d!important}.pc\:hf-bg-indigo-100{background-color:#e0e7ff!important}.pc\:hf-bg-indigo-200{background-color:#c7d2fe!important}.pc\:hf-bg-indigo-300{background-color:#a5b4fc!important}.pc\:hf-bg-indigo-400{background-color:#818cf8!important}.pc\:hf-bg-indigo-500{background-color:#6366f1!important}.pc\:hf-bg-indigo-600{background-color:#4f46e5!important}.pc\:hf-bg-indigo-700{background-color:#4338ca!important}.pc\:hf-bg-indigo-800{background-color:#3730a3!important}.pc\:hf-bg-indigo-900{background-color:#312e81!important}.pc\:hf-bg-inherit{background-color:inherit!important}.pc\:hf-bg-orange-100{background-color:#ffedd5!important}.pc\:hf-bg-orange-200{background-color:#fed7aa!important}.pc\:hf-bg-orange-300{background-color:#fdba74!important}.pc\:hf-bg-orange-400{background-color:#fb923c!important}.pc\:hf-bg-orange-500{background-color:#f97316!important}.pc\:hf-bg-orange-600{background-color:#ea580c!important}.pc\:hf-bg-orange-700{background-color:#c2410c!important}.pc\:hf-bg-orange-800{background-color:#9a3412!important}.pc\:hf-bg-orange-900{background-color:#7c2d12!important}.pc\:hf-bg-pink-100{background-color:#fce7f3!important}.pc\:hf-bg-pink-200{background-color:#fbcfe8!important}.pc\:hf-bg-pink-300{background-color:#f9a8d4!important}.pc\:hf-bg-pink-400{background-color:#f472b6!important}.pc\:hf-bg-pink-500{background-color:#ec4899!important}.pc\:hf-bg-pink-600{background-color:#db2777!important}.pc\:hf-bg-pink-700{background-color:#be185d!important}.pc\:hf-bg-pink-800{background-color:#9d174d!important}.pc\:hf-bg-pink-900{background-color:#831843!important}.pc\:hf-bg-purple-100{background-color:#f3e8ff!important}.pc\:hf-bg-purple-200{background-color:#e9d5ff!important}.pc\:hf-bg-purple-300{background-color:#d8b4fe!important}.pc\:hf-bg-purple-400{background-color:#c084fc!important}.pc\:hf-bg-purple-500{background-color:#a855f7!important}.pc\:hf-bg-purple-600{background-color:#9333ea!important}.pc\:hf-bg-purple-700{background-color:#7e22ce!important}.pc\:hf-bg-purple-800{background-color:#6b21a8!important}.pc\:hf-bg-purple-900{background-color:#581c87!important}.pc\:hf-bg-red-100{background-color:#fee2e2!important}.pc\:hf-bg-red-200{background-color:#fecaca!important}.pc\:hf-bg-red-300{background-color:#fca5a5!important}.pc\:hf-bg-red-400{background-color:#f87171!important}.pc\:hf-bg-red-500{background-color:#ef4444!important}.pc\:hf-bg-red-600{background-color:#dc2626!important}.pc\:hf-bg-red-700{background-color:#b91c1c!important}.pc\:hf-bg-red-800{background-color:#991b1b!important}.pc\:hf-bg-red-900{background-color:#7f1d1d!important}.pc\:hf-bg-teal-100{background-color:#ccfbf1!important}.pc\:hf-bg-teal-200{background-color:#99f6e4!important}.pc\:hf-bg-teal-300{background-color:#5eead4!important}.pc\:hf-bg-teal-400{background-color:#2dd4bf!important}.pc\:hf-bg-teal-500{background-color:#14b8a6!important}.pc\:hf-bg-teal-600{background-color:#0d9488!important}.pc\:hf-bg-teal-700{background-color:#0f766e!important}.pc\:hf-bg-teal-800{background-color:#115e59!important}.pc\:hf-bg-teal-900{background-color:#134e4a!important}.pc\:hf-bg-transparent{background-color:transparent!important}.pc\:hf-bg-white{background-color:#fff!important}.pc\:hf-bg-yellow-100{background-color:#fef9c3!important}.pc\:hf-bg-yellow-200{background-color:#fef08a!important}.pc\:hf-bg-yellow-300{background-color:#fde047!important}.pc\:hf-bg-yellow-400{background-color:#facc15!important}.pc\:hf-bg-yellow-500{background-color:#eab308!important}.pc\:hf-bg-yellow-600{background-color:#ca8a04!important}.pc\:hf-bg-yellow-700{background-color:#a16207!important}.pc\:hf-bg-yellow-800{background-color:#854d0e!important}.pc\:hf-bg-yellow-900{background-color:#713f12!important}.pc\:hf-p-0{padding:0!important}.pc\:hf-p-1{padding:1rem!important}.pc\:hf-p-10px{padding:10px!important}.pc\:hf-p-2{padding:2rem!important}.pc\:hf-p-20px{padding:20px!important}.pc\:hf-p-3{padding:3rem!important}.pc\:hf-p-30px{padding:30px!important}.pc\:hf-p-4{padding:4rem!important}.pc\:hf-p-40px{padding:40px!important}.pc\:hf-p-5{padding:5rem!important}.pc\:hf-p-50px{padding:50px!important}.pc\:hf-p-6{padding:6rem!important}.pc\:hf-p-60px{padding:60px!important}.pc\:hf-p-7{padding:7rem!important}.pc\:hf-p-70px{padding:70px!important}.pc\:hf-p-8{padding:8rem!important}.pc\:hf-p-80px{padding:80px!important}.pc\:hf-p-9{padding:9rem!important}.pc\:hf-p-90px{padding:90px!important}.pc\:hf-px-0{padding-left:0!important;padding-right:0!important}.pc\:hf-px-1{padding-left:1rem!important;padding-right:1rem!important}.pc\:hf-px-10px{padding-left:10px!important;padding-right:10px!important}.pc\:hf-px-2{padding-left:2rem!important;padding-right:2rem!important}.pc\:hf-px-20px{padding-left:20px!important;padding-right:20px!important}.pc\:hf-px-3{padding-left:3rem!important;padding-right:3rem!important}.pc\:hf-px-30px{padding-left:30px!important;padding-right:30px!important}.pc\:hf-px-4{padding-left:4rem!important;padding-right:4rem!important}.pc\:hf-px-40px{padding-left:40px!important;padding-right:40px!important}.pc\:hf-px-5{padding-left:5rem!important;padding-right:5rem!important}.pc\:hf-px-50px{padding-left:50px!important;padding-right:50px!important}.pc\:hf-px-6{padding-left:6rem!important;padding-right:6rem!important}.pc\:hf-px-60px{padding-left:60px!important;padding-right:60px!important}.pc\:hf-px-7{padding-left:7rem!important;padding-right:7rem!important}.pc\:hf-px-70px{padding-left:70px!important;padding-right:70px!important}.pc\:hf-px-8{padding-left:8rem!important;padding-right:8rem!important}.pc\:hf-px-80px{padding-left:80px!important;padding-right:80px!important}.pc\:hf-px-9{padding-left:9rem!important;padding-right:9rem!important}.pc\:hf-px-90px{padding-left:90px!important;padding-right:90px!important}.pc\:hf-py-0{padding-top:0!important;padding-bottom:0!important}.pc\:hf-py-1{padding-top:1rem!important;padding-bottom:1rem!important}.pc\:hf-py-10px{padding-top:10px!important;padding-bottom:10px!important}.pc\:hf-py-2{padding-top:2rem!important;padding-bottom:2rem!important}.pc\:hf-py-20px{padding-top:20px!important;padding-bottom:20px!important}.pc\:hf-py-3{padding-top:3rem!important;padding-bottom:3rem!important}.pc\:hf-py-30px{padding-top:30px!important;padding-bottom:30px!important}.pc\:hf-py-4{padding-top:4rem!important;padding-bottom:4rem!important}.pc\:hf-py-40px{padding-top:40px!important;padding-bottom:40px!important}.pc\:hf-py-5{padding-top:5rem!important;padding-bottom:5rem!important}.pc\:hf-py-50px{padding-top:50px!important;padding-bottom:50px!important}.pc\:hf-py-6{padding-top:6rem!important;padding-bottom:6rem!important}.pc\:hf-py-60px{padding-top:60px!important;padding-bottom:60px!important}.pc\:hf-py-7{padding-top:7rem!important;padding-bottom:7rem!important}.pc\:hf-py-70px{padding-top:70px!important;padding-bottom:70px!important}.pc\:hf-py-8{padding-top:8rem!important;padding-bottom:8rem!important}.pc\:hf-py-80px{padding-top:80px!important;padding-bottom:80px!important}.pc\:hf-py-9{padding-top:9rem!important;padding-bottom:9rem!important}.pc\:hf-py-90px{padding-top:90px!important;padding-bottom:90px!important}.pc\:hf-pb-0{padding-bottom:0!important}.pc\:hf-pb-1{padding-bottom:1rem!important}.pc\:hf-pb-10px{padding-bottom:10px!important}.pc\:hf-pb-2{padding-bottom:2rem!important}.pc\:hf-pb-20px{padding-bottom:20px!important}.pc\:hf-pb-3{padding-bottom:3rem!important}.pc\:hf-pb-30px{padding-bottom:30px!important}.pc\:hf-pb-4{padding-bottom:4rem!important}.pc\:hf-pb-40px{padding-bottom:40px!important}.pc\:hf-pb-5{padding-bottom:5rem!important}.pc\:hf-pb-50px{padding-bottom:50px!important}.pc\:hf-pb-6{padding-bottom:6rem!important}.pc\:hf-pb-60px{padding-bottom:60px!important}.pc\:hf-pb-7{padding-bottom:7rem!important}.pc\:hf-pb-70px{padding-bottom:70px!important}.pc\:hf-pb-8{padding-bottom:8rem!important}.pc\:hf-pb-80px{padding-bottom:80px!important}.pc\:hf-pb-9{padding-bottom:9rem!important}.pc\:hf-pb-90px{padding-bottom:90px!important}.pc\:hf-pl-0{padding-left:0!important}.pc\:hf-pl-1{padding-left:1rem!important}.pc\:hf-pl-10px{padding-left:10px!important}.pc\:hf-pl-2{padding-left:2rem!important}.pc\:hf-pl-20px{padding-left:20px!important}.pc\:hf-pl-3{padding-left:3rem!important}.pc\:hf-pl-30px{padding-left:30px!important}.pc\:hf-pl-4{padding-left:4rem!important}.pc\:hf-pl-40px{padding-left:40px!important}.pc\:hf-pl-5{padding-left:5rem!important}.pc\:hf-pl-50px{padding-left:50px!important}.pc\:hf-pl-6{padding-left:6rem!important}.pc\:hf-pl-60px{padding-left:60px!important}.pc\:hf-pl-7{padding-left:7rem!important}.pc\:hf-pl-70px{padding-left:70px!important}.pc\:hf-pl-8{padding-left:8rem!important}.pc\:hf-pl-80px{padding-left:80px!important}.pc\:hf-pl-9{padding-left:9rem!important}.pc\:hf-pl-90px{padding-left:90px!important}.pc\:hf-pr-0{padding-right:0!important}.pc\:hf-pr-1{padding-right:1rem!important}.pc\:hf-pr-10px{padding-right:10px!important}.pc\:hf-pr-2{padding-right:2rem!important}.pc\:hf-pr-20px{padding-right:20px!important}.pc\:hf-pr-3{padding-right:3rem!important}.pc\:hf-pr-30px{padding-right:30px!important}.pc\:hf-pr-4{padding-right:4rem!important}.pc\:hf-pr-40px{padding-right:40px!important}.pc\:hf-pr-5{padding-right:5rem!important}.pc\:hf-pr-50px{padding-right:50px!important}.pc\:hf-pr-6{padding-right:6rem!important}.pc\:hf-pr-60px{padding-right:60px!important}.pc\:hf-pr-7{padding-right:7rem!important}.pc\:hf-pr-70px{padding-right:70px!important}.pc\:hf-pr-8{padding-right:8rem!important}.pc\:hf-pr-80px{padding-right:80px!important}.pc\:hf-pr-9{padding-right:9rem!important}.pc\:hf-pr-90px{padding-right:90px!important}.pc\:hf-pt-0{padding-top:0!important}.pc\:hf-pt-1{padding-top:1rem!important}.pc\:hf-pt-10px{padding-top:10px!important}.pc\:hf-pt-2{padding-top:2rem!important}.pc\:hf-pt-20px{padding-top:20px!important}.pc\:hf-pt-3{padding-top:3rem!important}.pc\:hf-pt-30px{padding-top:30px!important}.pc\:hf-pt-4{padding-top:4rem!important}.pc\:hf-pt-40px{padding-top:40px!important}.pc\:hf-pt-5{padding-top:5rem!important}.pc\:hf-pt-50px{padding-top:50px!important}.pc\:hf-pt-6{padding-top:6rem!important}.pc\:hf-pt-60px{padding-top:60px!important}.pc\:hf-pt-7{padding-top:7rem!important}.pc\:hf-pt-70px{padding-top:70px!important}.pc\:hf-pt-8{padding-top:8rem!important}.pc\:hf-pt-80px{padding-top:80px!important}.pc\:hf-pt-9{padding-top:9rem!important}.pc\:hf-pt-90px{padding-top:90px!important}.pc\:hf-text-left{text-align:left!important}.pc\:hf-text-center{text-align:center!important}.pc\:hf-text-right{text-align:right!important}.pc\:hf-text-justify{text-align:justify!important}.pc\:hf-text-start{text-align:start!important}.pc\:hf-text-end{text-align:end!important}.pc\:hf-text-0{font-size:0!important}.pc\:hf-text-1{font-size:.1rem!important}.pc\:hf-text-10{font-size:1rem!important}.pc\:hf-text-10px{font-size:10px!important}.pc\:hf-text-11{font-size:1.1rem!important}.pc\:hf-text-11px{font-size:11px!important}.pc\:hf-text-12{font-size:1.2rem!important}.pc\:hf-text-12px{font-size:12px!important}.pc\:hf-text-13{font-size:1.3rem!important}.pc\:hf-text-13px{font-size:13px!important}.pc\:hf-text-14{font-size:1.4rem!important}.pc\:hf-text-14px{font-size:14px!important}.pc\:hf-text-15{font-size:1.5rem!important}.pc\:hf-text-15px{font-size:15px!important}.pc\:hf-text-16{font-size:1.6rem!important}.pc\:hf-text-16px{font-size:16px!important}.pc\:hf-text-17{font-size:1.7rem!important}.pc\:hf-text-17px{font-size:17px!important}.pc\:hf-text-18{font-size:1.8rem!important}.pc\:hf-text-18px{font-size:18px!important}.pc\:hf-text-19{font-size:1.9rem!important}.pc\:hf-text-19px{font-size:19px!important}.pc\:hf-text-2{font-size:.2rem!important}.pc\:hf-text-20{font-size:2rem!important}.pc\:hf-text-20px{font-size:20px!important}.pc\:hf-text-21{font-size:2.1rem!important}.pc\:hf-text-21px{font-size:21px!important}.pc\:hf-text-22{font-size:2.2rem!important}.pc\:hf-text-22px{font-size:22px!important}.pc\:hf-text-23{font-size:2.3rem!important}.pc\:hf-text-23px{font-size:23px!important}.pc\:hf-text-24{font-size:2.4rem!important}.pc\:hf-text-24px{font-size:24px!important}.pc\:hf-text-25{font-size:2.5rem!important}.pc\:hf-text-25px{font-size:25px!important}.pc\:hf-text-26{font-size:2.6rem!important}.pc\:hf-text-26px{font-size:26px!important}.pc\:hf-text-27{font-size:2.7rem!important}.pc\:hf-text-27px{font-size:27px!important}.pc\:hf-text-28{font-size:2.8rem!important}.pc\:hf-text-28px{font-size:28px!important}.pc\:hf-text-29{font-size:2.9rem!important}.pc\:hf-text-29px{font-size:29px!important}.pc\:hf-text-3{font-size:.3rem!important}.pc\:hf-text-30{font-size:3rem!important}.pc\:hf-text-30px{font-size:30px!important}.pc\:hf-text-31{font-size:3.1rem!important}.pc\:hf-text-31px{font-size:31px!important}.pc\:hf-text-32{font-size:3.2rem!important}.pc\:hf-text-32px{font-size:32px!important}.pc\:hf-text-33{font-size:3.3rem!important}.pc\:hf-text-33px{font-size:33px!important}.pc\:hf-text-34{font-size:3.4rem!important}.pc\:hf-text-34px{font-size:34px!important}.pc\:hf-text-35{font-size:3.5rem!important}.pc\:hf-text-35px{font-size:35px!important}.pc\:hf-text-36{font-size:3.6rem!important}.pc\:hf-text-36px{font-size:36px!important}.pc\:hf-text-4{font-size:.4rem!important}.pc\:hf-text-5{font-size:.5rem!important}.pc\:hf-text-6{font-size:.6rem!important}.pc\:hf-text-7{font-size:.7rem!important}.pc\:hf-text-8{font-size:.8rem!important}.pc\:hf-text-8px{font-size:8px!important}.pc\:hf-text-9{font-size:.9rem!important}.pc\:hf-text-9px{font-size:9px!important}.pc\:hf-font-100{font-weight:100!important}.pc\:hf-font-200{font-weight:200!important}.pc\:hf-font-300{font-weight:300!important}.pc\:hf-font-400{font-weight:400!important}.pc\:hf-font-500{font-weight:500!important}.pc\:hf-font-600{font-weight:600!important}.pc\:hf-font-700{font-weight:700!important}.pc\:hf-font-800{font-weight:800!important}.pc\:hf-font-900{font-weight:900!important}.pc\:hf-font-bold{font-weight:700!important}.pc\:hf-font-normal{font-weight:400!important}.pc\:hf-italic{font-style:italic!important}.pc\:hf-not-italic{font-style:normal!important}.pc\:hf-leading-10{line-height:2.5rem!important}.pc\:hf-leading-3{line-height:.75rem!important}.pc\:hf-leading-4{line-height:1rem!important}.pc\:hf-leading-5{line-height:1.25rem!important}.pc\:hf-leading-6{line-height:1.5rem!important}.pc\:hf-leading-7{line-height:1.75rem!important}.pc\:hf-leading-8{line-height:2rem!important}.pc\:hf-leading-9{line-height:2.25rem!important}.pc\:hf-leading-loose{line-height:2!important}.pc\:hf-leading-none{line-height:1!important}.pc\:hf-leading-normal{line-height:1.5!important}.pc\:hf-leading-relaxed{line-height:1.625!important}.pc\:hf-leading-snug{line-height:1.375!important}.pc\:hf-leading-tight{line-height:1.25!important}.pc\:hf-tracking-normal{letter-spacing:0em!important}.pc\:hf-tracking-tight{letter-spacing:-.025em!important}.pc\:hf-tracking-tighter{letter-spacing:-.05em!important}.pc\:hf-tracking-wide{letter-spacing:.025em!important}.pc\:hf-tracking-wider{letter-spacing:.05em!important}.pc\:hf-tracking-widest{letter-spacing:.1em!important}.pc\:hf-text-black{color:#000!important}.pc\:hf-text-blue-100{color:#dbeafe!important}.pc\:hf-text-blue-200{color:#bfdbfe!important}.pc\:hf-text-blue-300{color:#93c5fd!important}.pc\:hf-text-blue-400{color:#60a5fa!important}.pc\:hf-text-blue-500{color:#3b82f6!important}.pc\:hf-text-blue-600{color:#2563eb!important}.pc\:hf-text-blue-700{color:#1d4ed8!important}.pc\:hf-text-blue-800{color:#1e40af!important}.pc\:hf-text-blue-900{color:#1e3a8a!important}.pc\:hf-text-current{color:currentColor!important}.pc\:hf-text-gray-100{color:#f3f4f6!important}.pc\:hf-text-gray-200{color:#e5e7eb!important}.pc\:hf-text-gray-300{color:#d1d5db!important}.pc\:hf-text-gray-400{color:#9ca3af!important}.pc\:hf-text-gray-500{color:#6b7280!important}.pc\:hf-text-gray-600{color:#4b5563!important}.pc\:hf-text-gray-700{color:#374151!important}.pc\:hf-text-gray-800{color:#1f2937!important}.pc\:hf-text-gray-900{color:#111827!important}.pc\:hf-text-green-100{color:#dcfce7!important}.pc\:hf-text-green-200{color:#bbf7d0!important}.pc\:hf-text-green-300{color:#86efac!important}.pc\:hf-text-green-400{color:#4ade80!important}.pc\:hf-text-green-500{color:#22c55e!important}.pc\:hf-text-green-600{color:#16a34a!important}.pc\:hf-text-green-700{color:#15803d!important}.pc\:hf-text-green-800{color:#166534!important}.pc\:hf-text-green-900{color:#14532d!important}.pc\:hf-text-indigo-100{color:#e0e7ff!important}.pc\:hf-text-indigo-200{color:#c7d2fe!important}.pc\:hf-text-indigo-300{color:#a5b4fc!important}.pc\:hf-text-indigo-400{color:#818cf8!important}.pc\:hf-text-indigo-500{color:#6366f1!important}.pc\:hf-text-indigo-600{color:#4f46e5!important}.pc\:hf-text-indigo-700{color:#4338ca!important}.pc\:hf-text-indigo-800{color:#3730a3!important}.pc\:hf-text-indigo-900{color:#312e81!important}.pc\:hf-text-inherit{color:inherit!important}.pc\:hf-text-orange-100{color:#ffedd5!important}.pc\:hf-text-orange-200{color:#fed7aa!important}.pc\:hf-text-orange-300{color:#fdba74!important}.pc\:hf-text-orange-400{color:#fb923c!important}.pc\:hf-text-orange-500{color:#f97316!important}.pc\:hf-text-orange-600{color:#ea580c!important}.pc\:hf-text-orange-700{color:#c2410c!important}.pc\:hf-text-orange-800{color:#9a3412!important}.pc\:hf-text-orange-900{color:#7c2d12!important}.pc\:hf-text-pink-100{color:#fce7f3!important}.pc\:hf-text-pink-200{color:#fbcfe8!important}.pc\:hf-text-pink-300{color:#f9a8d4!important}.pc\:hf-text-pink-400{color:#f472b6!important}.pc\:hf-text-pink-500{color:#ec4899!important}.pc\:hf-text-pink-600{color:#db2777!important}.pc\:hf-text-pink-700{color:#be185d!important}.pc\:hf-text-pink-800{color:#9d174d!important}.pc\:hf-text-pink-900{color:#831843!important}.pc\:hf-text-purple-100{color:#f3e8ff!important}.pc\:hf-text-purple-200{color:#e9d5ff!important}.pc\:hf-text-purple-300{color:#d8b4fe!important}.pc\:hf-text-purple-400{color:#c084fc!important}.pc\:hf-text-purple-500{color:#a855f7!important}.pc\:hf-text-purple-600{color:#9333ea!important}.pc\:hf-text-purple-700{color:#7e22ce!important}.pc\:hf-text-purple-800{color:#6b21a8!important}.pc\:hf-text-purple-900{color:#581c87!important}.pc\:hf-text-red-100{color:#fee2e2!important}.pc\:hf-text-red-200{color:#fecaca!important}.pc\:hf-text-red-300{color:#fca5a5!important}.pc\:hf-text-red-400{color:#f87171!important}.pc\:hf-text-red-500{color:#ef4444!important}.pc\:hf-text-red-600{color:#dc2626!important}.pc\:hf-text-red-700{color:#b91c1c!important}.pc\:hf-text-red-800{color:#991b1b!important}.pc\:hf-text-red-900{color:#7f1d1d!important}.pc\:hf-text-teal-100{color:#ccfbf1!important}.pc\:hf-text-teal-200{color:#99f6e4!important}.pc\:hf-text-teal-300{color:#5eead4!important}.pc\:hf-text-teal-400{color:#2dd4bf!important}.pc\:hf-text-teal-500{color:#14b8a6!important}.pc\:hf-text-teal-600{color:#0d9488!important}.pc\:hf-text-teal-700{color:#0f766e!important}.pc\:hf-text-teal-800{color:#115e59!important}.pc\:hf-text-teal-900{color:#134e4a!important}.pc\:hf-text-transparent{color:transparent!important}.pc\:hf-text-white{color:#fff!important}.pc\:hf-text-yellow-100{color:#fef9c3!important}.pc\:hf-text-yellow-200{color:#fef08a!important}.pc\:hf-text-yellow-300{color:#fde047!important}.pc\:hf-text-yellow-400{color:#facc15!important}.pc\:hf-text-yellow-500{color:#eab308!important}.pc\:hf-text-yellow-600{color:#ca8a04!important}.pc\:hf-text-yellow-700{color:#a16207!important}.pc\:hf-text-yellow-800{color:#854d0e!important}.pc\:hf-text-yellow-900{color:#713f12!important}.pc\:hf-underline{text-decoration-line:underline!important}.pc\:hf-overline{text-decoration-line:overline!important}.pc\:hf-line-through{text-decoration-line:line-through!important}.pc\:hf-no-underline{text-decoration-line:none!important}}@media (max-width: 767px){.sp\:hf-pointer-events-none{pointer-events:none!important}.sp\:hf-pointer-events-auto{pointer-events:auto!important}.sp\:hf-visible{visibility:visible!important}.sp\:hf-invisible{visibility:hidden!important}.sp\:hf-collapse{visibility:collapse!important}.sp\:hf-static{position:static!important}.sp\:hf-fixed{position:fixed!important}.sp\:hf-absolute{position:absolute!important}.sp\:hf-relative{position:relative!important}.sp\:hf-sticky{position:sticky!important}.sp\:hf--z-1{z-index:-1!important}.sp\:hf-z,.sp\:hf-z-1{z-index:1!important}.sp\:hf-z-10{z-index:10!important}.sp\:hf-z-100{z-index:100!important}.sp\:hf-z-1000{z-index:1000!important}.sp\:hf-z-1010{z-index:1010!important}.sp\:hf-z-1020{z-index:1020!important}.sp\:hf-z-1030{z-index:1030!important}.sp\:hf-z-1040{z-index:1040!important}.sp\:hf-z-1050{z-index:1050!important}.sp\:hf-z-1060{z-index:1060!important}.sp\:hf-z-1070{z-index:1070!important}.sp\:hf-z-1080{z-index:1080!important}.sp\:hf-z-1090{z-index:1090!important}.sp\:hf-z-110{z-index:110!important}.sp\:hf-z-120{z-index:120!important}.sp\:hf-z-130{z-index:130!important}.sp\:hf-z-140{z-index:140!important}.sp\:hf-z-150{z-index:150!important}.sp\:hf-z-160{z-index:160!important}.sp\:hf-z-170{z-index:170!important}.sp\:hf-z-180{z-index:180!important}.sp\:hf-z-190{z-index:190!important}.sp\:hf-z-20{z-index:20!important}.sp\:hf-z-30{z-index:30!important}.sp\:hf-z-40{z-index:40!important}.sp\:hf-z-50{z-index:50!important}.sp\:hf-z-60{z-index:60!important}.sp\:hf-z-70{z-index:70!important}.sp\:hf-z-80{z-index:80!important}.sp\:hf-z-90{z-index:90!important}.sp\:hf-z-9999{z-index:9999!important}.sp\:hf-z-auto{z-index:auto!important}.sp\:hf-m-0{margin:0!important}.sp\:hf-m-1{margin:1rem!important}.sp\:hf-m-10px{margin:10px!important}.sp\:hf-m-2{margin:2rem!important}.sp\:hf-m-20px{margin:20px!important}.sp\:hf-m-3{margin:3rem!important}.sp\:hf-m-30px{margin:30px!important}.sp\:hf-m-4{margin:4rem!important}.sp\:hf-m-40px{margin:40px!important}.sp\:hf-m-5{margin:5rem!important}.sp\:hf-m-50px{margin:50px!important}.sp\:hf-m-6{margin:6rem!important}.sp\:hf-m-60px{margin:60px!important}.sp\:hf-m-7{margin:7rem!important}.sp\:hf-m-70px{margin:70px!important}.sp\:hf-m-8{margin:8rem!important}.sp\:hf-m-80px{margin:80px!important}.sp\:hf-m-9{margin:9rem!important}.sp\:hf-m-90px{margin:90px!important}.sp\:hf-m-auto{margin:auto!important}.sp\:hf-mx-0{margin-left:0!important;margin-right:0!important}.sp\:hf-mx-1{margin-left:1rem!important;margin-right:1rem!important}.sp\:hf-mx-10px{margin-left:10px!important;margin-right:10px!important}.sp\:hf-mx-2{margin-left:2rem!important;margin-right:2rem!important}.sp\:hf-mx-20px{margin-left:20px!important;margin-right:20px!important}.sp\:hf-mx-3{margin-left:3rem!important;margin-right:3rem!important}.sp\:hf-mx-30px{margin-left:30px!important;margin-right:30px!important}.sp\:hf-mx-4{margin-left:4rem!important;margin-right:4rem!important}.sp\:hf-mx-40px{margin-left:40px!important;margin-right:40px!important}.sp\:hf-mx-5{margin-left:5rem!important;margin-right:5rem!important}.sp\:hf-mx-50px{margin-left:50px!important;margin-right:50px!important}.sp\:hf-mx-6{margin-left:6rem!important;margin-right:6rem!important}.sp\:hf-mx-60px{margin-left:60px!important;margin-right:60px!important}.sp\:hf-mx-7{margin-left:7rem!important;margin-right:7rem!important}.sp\:hf-mx-70px{margin-left:70px!important;margin-right:70px!important}.sp\:hf-mx-8{margin-left:8rem!important;margin-right:8rem!important}.sp\:hf-mx-80px{margin-left:80px!important;margin-right:80px!important}.sp\:hf-mx-9{margin-left:9rem!important;margin-right:9rem!important}.sp\:hf-mx-90px{margin-left:90px!important;margin-right:90px!important}.sp\:hf-mx-auto{margin-left:auto!important;margin-right:auto!important}.sp\:hf-my-0{margin-top:0!important;margin-bottom:0!important}.sp\:hf-my-1{margin-top:1rem!important;margin-bottom:1rem!important}.sp\:hf-my-10px{margin-top:10px!important;margin-bottom:10px!important}.sp\:hf-my-2{margin-top:2rem!important;margin-bottom:2rem!important}.sp\:hf-my-20px{margin-top:20px!important;margin-bottom:20px!important}.sp\:hf-my-3{margin-top:3rem!important;margin-bottom:3rem!important}.sp\:hf-my-30px{margin-top:30px!important;margin-bottom:30px!important}.sp\:hf-my-4{margin-top:4rem!important;margin-bottom:4rem!important}.sp\:hf-my-40px{margin-top:40px!important;margin-bottom:40px!important}.sp\:hf-my-5{margin-top:5rem!important;margin-bottom:5rem!important}.sp\:hf-my-50px{margin-top:50px!important;margin-bottom:50px!important}.sp\:hf-my-6{margin-top:6rem!important;margin-bottom:6rem!important}.sp\:hf-my-60px{margin-top:60px!important;margin-bottom:60px!important}.sp\:hf-my-7{margin-top:7rem!important;margin-bottom:7rem!important}.sp\:hf-my-70px{margin-top:70px!important;margin-bottom:70px!important}.sp\:hf-my-8{margin-top:8rem!important;margin-bottom:8rem!important}.sp\:hf-my-80px{margin-top:80px!important;margin-bottom:80px!important}.sp\:hf-my-9{margin-top:9rem!important;margin-bottom:9rem!important}.sp\:hf-my-90px{margin-top:90px!important;margin-bottom:90px!important}.sp\:hf-my-auto{margin-top:auto!important;margin-bottom:auto!important}.sp\:hf-mb-0{margin-bottom:0!important}.sp\:hf-mb-1{margin-bottom:1rem!important}.sp\:hf-mb-10px{margin-bottom:10px!important}.sp\:hf-mb-2{margin-bottom:2rem!important}.sp\:hf-mb-20px{margin-bottom:20px!important}.sp\:hf-mb-3{margin-bottom:3rem!important}.sp\:hf-mb-30px{margin-bottom:30px!important}.sp\:hf-mb-4{margin-bottom:4rem!important}.sp\:hf-mb-40px{margin-bottom:40px!important}.sp\:hf-mb-5{margin-bottom:5rem!important}.sp\:hf-mb-50px{margin-bottom:50px!important}.sp\:hf-mb-6{margin-bottom:6rem!important}.sp\:hf-mb-60px{margin-bottom:60px!important}.sp\:hf-mb-7{margin-bottom:7rem!important}.sp\:hf-mb-70px{margin-bottom:70px!important}.sp\:hf-mb-8{margin-bottom:8rem!important}.sp\:hf-mb-80px{margin-bottom:80px!important}.sp\:hf-mb-9{margin-bottom:9rem!important}.sp\:hf-mb-90px{margin-bottom:90px!important}.sp\:hf-mb-auto{margin-bottom:auto!important}.sp\:hf-ml-0{margin-left:0!important}.sp\:hf-ml-1{margin-left:1rem!important}.sp\:hf-ml-10px{margin-left:10px!important}.sp\:hf-ml-2{margin-left:2rem!important}.sp\:hf-ml-20px{margin-left:20px!important}.sp\:hf-ml-3{margin-left:3rem!important}.sp\:hf-ml-30px{margin-left:30px!important}.sp\:hf-ml-4{margin-left:4rem!important}.sp\:hf-ml-40px{margin-left:40px!important}.sp\:hf-ml-5{margin-left:5rem!important}.sp\:hf-ml-50px{margin-left:50px!important}.sp\:hf-ml-6{margin-left:6rem!important}.sp\:hf-ml-60px{margin-left:60px!important}.sp\:hf-ml-7{margin-left:7rem!important}.sp\:hf-ml-70px{margin-left:70px!important}.sp\:hf-ml-8{margin-left:8rem!important}.sp\:hf-ml-80px{margin-left:80px!important}.sp\:hf-ml-9{margin-left:9rem!important}.sp\:hf-ml-90px{margin-left:90px!important}.sp\:hf-ml-auto{margin-left:auto!important}.sp\:hf-mr-0{margin-right:0!important}.sp\:hf-mr-1{margin-right:1rem!important}.sp\:hf-mr-10px{margin-right:10px!important}.sp\:hf-mr-2{margin-right:2rem!important}.sp\:hf-mr-20px{margin-right:20px!important}.sp\:hf-mr-3{margin-right:3rem!important}.sp\:hf-mr-30px{margin-right:30px!important}.sp\:hf-mr-4{margin-right:4rem!important}.sp\:hf-mr-40px{margin-right:40px!important}.sp\:hf-mr-5{margin-right:5rem!important}.sp\:hf-mr-50px{margin-right:50px!important}.sp\:hf-mr-6{margin-right:6rem!important}.sp\:hf-mr-60px{margin-right:60px!important}.sp\:hf-mr-7{margin-right:7rem!important}.sp\:hf-mr-70px{margin-right:70px!important}.sp\:hf-mr-8{margin-right:8rem!important}.sp\:hf-mr-80px{margin-right:80px!important}.sp\:hf-mr-9{margin-right:9rem!important}.sp\:hf-mr-90px{margin-right:90px!important}.sp\:hf-mr-auto{margin-right:auto!important}.sp\:hf-mt-0{margin-top:0!important}.sp\:hf-mt-1{margin-top:1rem!important}.sp\:hf-mt-10px{margin-top:10px!important}.sp\:hf-mt-2{margin-top:2rem!important}.sp\:hf-mt-20px{margin-top:20px!important}.sp\:hf-mt-3{margin-top:3rem!important}.sp\:hf-mt-30px{margin-top:30px!important}.sp\:hf-mt-4{margin-top:4rem!important}.sp\:hf-mt-40px{margin-top:40px!important}.sp\:hf-mt-5{margin-top:5rem!important}.sp\:hf-mt-50px{margin-top:50px!important}.sp\:hf-mt-6{margin-top:6rem!important}.sp\:hf-mt-60px{margin-top:60px!important}.sp\:hf-mt-7{margin-top:7rem!important}.sp\:hf-mt-70px{margin-top:70px!important}.sp\:hf-mt-8{margin-top:8rem!important}.sp\:hf-mt-80px{margin-top:80px!important}.sp\:hf-mt-9{margin-top:9rem!important}.sp\:hf-mt-90px{margin-top:90px!important}.sp\:hf-mt-auto{margin-top:auto!important}.sp\:hf-block{display:block!important}.sp\:hf-inline-block{display:inline-block!important}.sp\:hf-inline{display:inline!important}.sp\:hf-flex{display:flex!important}.sp\:hf-inline-flex{display:inline-flex!important}.sp\:hf-table{display:table!important}.sp\:hf-inline-table{display:inline-table!important}.sp\:hf-table-caption{display:table-caption!important}.sp\:hf-table-cell{display:table-cell!important}.sp\:hf-table-column{display:table-column!important}.sp\:hf-table-column-group{display:table-column-group!important}.sp\:hf-table-footer-group{display:table-footer-group!important}.sp\:hf-table-header-group{display:table-header-group!important}.sp\:hf-table-row-group{display:table-row-group!important}.sp\:hf-table-row{display:table-row!important}.sp\:hf-flow-root{display:flow-root!important}.sp\:hf-grid{display:grid!important}.sp\:hf-inline-grid{display:inline-grid!important}.sp\:hf-contents{display:contents!important}.sp\:hf-list-item{display:list-item!important}.sp\:hf-hidden{display:none!important}.sp\:hf-w-1\/12{width:8.333333%!important}.sp\:hf-w-1\/2{width:50%!important}.sp\:hf-w-1\/3{width:33.333333%!important}.sp\:hf-w-1\/4{width:25%!important}.sp\:hf-w-1\/5{width:20%!important}.sp\:hf-w-1\/6{width:16.666667%!important}.sp\:hf-w-10\/12{width:83.333333%!important}.sp\:hf-w-11\/12{width:91.666667%!important}.sp\:hf-w-2\/12{width:16.666667%!important}.sp\:hf-w-2\/3{width:66.666667%!important}.sp\:hf-w-2\/4{width:50%!important}.sp\:hf-w-2\/5{width:40%!important}.sp\:hf-w-2\/6{width:33.333333%!important}.sp\:hf-w-3\/12{width:25%!important}.sp\:hf-w-3\/4{width:75%!important}.sp\:hf-w-3\/5{width:60%!important}.sp\:hf-w-3\/6{width:50%!important}.sp\:hf-w-4\/12{width:33.333333%!important}.sp\:hf-w-4\/5{width:80%!important}.sp\:hf-w-4\/6{width:66.666667%!important}.sp\:hf-w-5\/12{width:41.666667%!important}.sp\:hf-w-5\/6{width:83.333333%!important}.sp\:hf-w-6\/12{width:50%!important}.sp\:hf-w-7\/12{width:58.333333%!important}.sp\:hf-w-8\/12{width:66.666667%!important}.sp\:hf-w-9\/12{width:75%!important}.sp\:hf-w-auto{width:auto!important}.sp\:hf-w-dvw{width:100dvw!important}.sp\:hf-w-fit{width:-moz-fit-content!important;width:fit-content!important}.sp\:hf-w-full{width:100%!important}.sp\:hf-w-lvw{width:100lvw!important}.sp\:hf-w-max{width:-moz-max-content!important;width:max-content!important}.sp\:hf-w-min{width:-moz-min-content!important;width:min-content!important}.sp\:hf-w-screen{width:100vw!important}.sp\:hf-w-svw{width:100svw!important}.sp\:hf-flex-row{flex-direction:row!important}.sp\:hf-flex-row-reverse{flex-direction:row-reverse!important}.sp\:hf-flex-col{flex-direction:column!important}.sp\:hf-flex-col-reverse{flex-direction:column-reverse!important}.sp\:hf-flex-wrap{flex-wrap:wrap!important}.sp\:hf-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.sp\:hf-items-start{align-items:flex-start!important}.sp\:hf-items-end{align-items:flex-end!important}.sp\:hf-items-center{align-items:center!important}.sp\:hf-items-baseline{align-items:baseline!important}.sp\:hf-items-stretch{align-items:stretch!important}.sp\:hf-justify-normal{justify-content:normal!important}.sp\:hf-justify-start{justify-content:flex-start!important}.sp\:hf-justify-end{justify-content:flex-end!important}.sp\:hf-justify-center{justify-content:center!important}.sp\:hf-justify-between{justify-content:space-between!important}.sp\:hf-justify-around{justify-content:space-around!important}.sp\:hf-justify-evenly{justify-content:space-evenly!important}.sp\:hf-justify-stretch{justify-content:stretch!important}.sp\:hf-space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(0px * var(--tw-space-x-reverse))!important;margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-10px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(10px * var(--tw-space-x-reverse))!important;margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(2rem * var(--tw-space-x-reverse))!important;margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-20px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(20px * var(--tw-space-x-reverse))!important;margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(3rem * var(--tw-space-x-reverse))!important;margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-30px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(30px * var(--tw-space-x-reverse))!important;margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(4rem * var(--tw-space-x-reverse))!important;margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-40px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(40px * var(--tw-space-x-reverse))!important;margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(5rem * var(--tw-space-x-reverse))!important;margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-50px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(50px * var(--tw-space-x-reverse))!important;margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(6rem * var(--tw-space-x-reverse))!important;margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-60px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(60px * var(--tw-space-x-reverse))!important;margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(7rem * var(--tw-space-x-reverse))!important;margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-70px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(70px * var(--tw-space-x-reverse))!important;margin-left:calc(70px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(8rem * var(--tw-space-x-reverse))!important;margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-80px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(80px * var(--tw-space-x-reverse))!important;margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(9rem * var(--tw-space-x-reverse))!important;margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-x-90px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(90px * var(--tw-space-x-reverse))!important;margin-left:calc(90px * calc(1 - var(--tw-space-x-reverse)))!important}.sp\:hf-space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-10px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(10px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-20px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(20px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(3rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-30px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(30px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(4rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-40px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(40px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(5rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-50px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(50px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(6rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-60px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(60px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(7rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-70px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(70px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(70px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(8rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-80px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(80px * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(9rem * var(--tw-space-y-reverse))!important}.sp\:hf-space-y-90px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(90px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(90px * var(--tw-space-y-reverse))!important}.sp\:hf-break-normal{overflow-wrap:normal!important;word-break:normal!important}.sp\:hf-break-words{overflow-wrap:break-word!important}.sp\:hf-break-all{word-break:break-all!important}.sp\:hf-rounded{border-radius:4px!important}.sp\:hf-rounded-10{border-radius:10px!important}.sp\:hf-rounded-15{border-radius:15px!important}.sp\:hf-rounded-20{border-radius:20px!important}.sp\:hf-rounded-25{border-radius:25px!important}.sp\:hf-rounded-3{border-radius:3px!important}.sp\:hf-rounded-30{border-radius:30px!important}.sp\:hf-rounded-35{border-radius:35px!important}.sp\:hf-rounded-4{border-radius:4px!important}.sp\:hf-rounded-40{border-radius:40px!important}.sp\:hf-rounded-45{border-radius:45px!important}.sp\:hf-rounded-5{border-radius:5px!important}.sp\:hf-rounded-50{border-radius:50px!important}.sp\:hf-rounded-50per{border-radius:50%!important}.sp\:hf-rounded-55{border-radius:55px!important}.sp\:hf-rounded-6{border-radius:6px!important}.sp\:hf-rounded-60{border-radius:60px!important}.sp\:hf-rounded-7{border-radius:7px!important}.sp\:hf-rounded-8{border-radius:8px!important}.sp\:hf-rounded-9{border-radius:9px!important}.sp\:hf-rounded-full{border-radius:100%!important}.sp\:hf-rounded-none{border-radius:0!important}.sp\:hf-border{border-width:1px!important}.sp\:hf-border-0{border-width:0px!important}.sp\:hf-border-1{border-width:1px!important}.sp\:hf-border-10{border-width:10px!important}.sp\:hf-border-11{border-width:11px!important}.sp\:hf-border-12{border-width:12px!important}.sp\:hf-border-2{border-width:2px!important}.sp\:hf-border-3{border-width:3px!important}.sp\:hf-border-4{border-width:4px!important}.sp\:hf-border-5{border-width:5px!important}.sp\:hf-border-6{border-width:6px!important}.sp\:hf-border-7{border-width:7px!important}.sp\:hf-border-8{border-width:8px!important}.sp\:hf-border-9{border-width:9px!important}.sp\:hf-border-b-0{border-bottom-width:0px!important}.sp\:hf-border-b-1{border-bottom-width:1px!important}.sp\:hf-border-b-10{border-bottom-width:10px!important}.sp\:hf-border-b-11{border-bottom-width:11px!important}.sp\:hf-border-b-12{border-bottom-width:12px!important}.sp\:hf-border-b-2{border-bottom-width:2px!important}.sp\:hf-border-b-3{border-bottom-width:3px!important}.sp\:hf-border-b-4{border-bottom-width:4px!important}.sp\:hf-border-b-5{border-bottom-width:5px!important}.sp\:hf-border-b-6{border-bottom-width:6px!important}.sp\:hf-border-b-7{border-bottom-width:7px!important}.sp\:hf-border-b-8{border-bottom-width:8px!important}.sp\:hf-border-b-9{border-bottom-width:9px!important}.sp\:hf-border-l-0{border-left-width:0px!important}.sp\:hf-border-l-1{border-left-width:1px!important}.sp\:hf-border-l-10{border-left-width:10px!important}.sp\:hf-border-l-11{border-left-width:11px!important}.sp\:hf-border-l-12{border-left-width:12px!important}.sp\:hf-border-l-2{border-left-width:2px!important}.sp\:hf-border-l-3{border-left-width:3px!important}.sp\:hf-border-l-4{border-left-width:4px!important}.sp\:hf-border-l-5{border-left-width:5px!important}.sp\:hf-border-l-6{border-left-width:6px!important}.sp\:hf-border-l-7{border-left-width:7px!important}.sp\:hf-border-l-8{border-left-width:8px!important}.sp\:hf-border-l-9{border-left-width:9px!important}.sp\:hf-border-r-0{border-right-width:0px!important}.sp\:hf-border-r-1{border-right-width:1px!important}.sp\:hf-border-r-10{border-right-width:10px!important}.sp\:hf-border-r-11{border-right-width:11px!important}.sp\:hf-border-r-12{border-right-width:12px!important}.sp\:hf-border-r-2{border-right-width:2px!important}.sp\:hf-border-r-3{border-right-width:3px!important}.sp\:hf-border-r-4{border-right-width:4px!important}.sp\:hf-border-r-5{border-right-width:5px!important}.sp\:hf-border-r-6{border-right-width:6px!important}.sp\:hf-border-r-7{border-right-width:7px!important}.sp\:hf-border-r-8{border-right-width:8px!important}.sp\:hf-border-r-9{border-right-width:9px!important}.sp\:hf-border-t-0{border-top-width:0px!important}.sp\:hf-border-t-1{border-top-width:1px!important}.sp\:hf-border-t-10{border-top-width:10px!important}.sp\:hf-border-t-11{border-top-width:11px!important}.sp\:hf-border-t-12{border-top-width:12px!important}.sp\:hf-border-t-2{border-top-width:2px!important}.sp\:hf-border-t-3{border-top-width:3px!important}.sp\:hf-border-t-4{border-top-width:4px!important}.sp\:hf-border-t-5{border-top-width:5px!important}.sp\:hf-border-t-6{border-top-width:6px!important}.sp\:hf-border-t-7{border-top-width:7px!important}.sp\:hf-border-t-8{border-top-width:8px!important}.sp\:hf-border-t-9{border-top-width:9px!important}.sp\:hf-border-black{border-color:#000!important}.sp\:hf-border-blue-100{border-color:#dbeafe!important}.sp\:hf-border-blue-200{border-color:#bfdbfe!important}.sp\:hf-border-blue-300{border-color:#93c5fd!important}.sp\:hf-border-blue-400{border-color:#60a5fa!important}.sp\:hf-border-blue-500{border-color:#3b82f6!important}.sp\:hf-border-blue-600{border-color:#2563eb!important}.sp\:hf-border-blue-700{border-color:#1d4ed8!important}.sp\:hf-border-blue-800{border-color:#1e40af!important}.sp\:hf-border-blue-900{border-color:#1e3a8a!important}.sp\:hf-border-current{border-color:currentColor!important}.sp\:hf-border-gray-100{border-color:#f3f4f6!important}.sp\:hf-border-gray-200{border-color:#e5e7eb!important}.sp\:hf-border-gray-300{border-color:#d1d5db!important}.sp\:hf-border-gray-400{border-color:#9ca3af!important}.sp\:hf-border-gray-500{border-color:#6b7280!important}.sp\:hf-border-gray-600{border-color:#4b5563!important}.sp\:hf-border-gray-700{border-color:#374151!important}.sp\:hf-border-gray-800{border-color:#1f2937!important}.sp\:hf-border-gray-900{border-color:#111827!important}.sp\:hf-border-green-100{border-color:#dcfce7!important}.sp\:hf-border-green-200{border-color:#bbf7d0!important}.sp\:hf-border-green-300{border-color:#86efac!important}.sp\:hf-border-green-400{border-color:#4ade80!important}.sp\:hf-border-green-500{border-color:#22c55e!important}.sp\:hf-border-green-600{border-color:#16a34a!important}.sp\:hf-border-green-700{border-color:#15803d!important}.sp\:hf-border-green-800{border-color:#166534!important}.sp\:hf-border-green-900{border-color:#14532d!important}.sp\:hf-border-indigo-100{border-color:#e0e7ff!important}.sp\:hf-border-indigo-200{border-color:#c7d2fe!important}.sp\:hf-border-indigo-300{border-color:#a5b4fc!important}.sp\:hf-border-indigo-400{border-color:#818cf8!important}.sp\:hf-border-indigo-500{border-color:#6366f1!important}.sp\:hf-border-indigo-600{border-color:#4f46e5!important}.sp\:hf-border-indigo-700{border-color:#4338ca!important}.sp\:hf-border-indigo-800{border-color:#3730a3!important}.sp\:hf-border-indigo-900{border-color:#312e81!important}.sp\:hf-border-inherit{border-color:inherit!important}.sp\:hf-border-orange-100{border-color:#ffedd5!important}.sp\:hf-border-orange-200{border-color:#fed7aa!important}.sp\:hf-border-orange-300{border-color:#fdba74!important}.sp\:hf-border-orange-400{border-color:#fb923c!important}.sp\:hf-border-orange-500{border-color:#f97316!important}.sp\:hf-border-orange-600{border-color:#ea580c!important}.sp\:hf-border-orange-700{border-color:#c2410c!important}.sp\:hf-border-orange-800{border-color:#9a3412!important}.sp\:hf-border-orange-900{border-color:#7c2d12!important}.sp\:hf-border-pink-100{border-color:#fce7f3!important}.sp\:hf-border-pink-200{border-color:#fbcfe8!important}.sp\:hf-border-pink-300{border-color:#f9a8d4!important}.sp\:hf-border-pink-400{border-color:#f472b6!important}.sp\:hf-border-pink-500{border-color:#ec4899!important}.sp\:hf-border-pink-600{border-color:#db2777!important}.sp\:hf-border-pink-700{border-color:#be185d!important}.sp\:hf-border-pink-800{border-color:#9d174d!important}.sp\:hf-border-pink-900{border-color:#831843!important}.sp\:hf-border-purple-100{border-color:#f3e8ff!important}.sp\:hf-border-purple-200{border-color:#e9d5ff!important}.sp\:hf-border-purple-300{border-color:#d8b4fe!important}.sp\:hf-border-purple-400{border-color:#c084fc!important}.sp\:hf-border-purple-500{border-color:#a855f7!important}.sp\:hf-border-purple-600{border-color:#9333ea!important}.sp\:hf-border-purple-700{border-color:#7e22ce!important}.sp\:hf-border-purple-800{border-color:#6b21a8!important}.sp\:hf-border-purple-900{border-color:#581c87!important}.sp\:hf-border-red-100{border-color:#fee2e2!important}.sp\:hf-border-red-200{border-color:#fecaca!important}.sp\:hf-border-red-300{border-color:#fca5a5!important}.sp\:hf-border-red-400{border-color:#f87171!important}.sp\:hf-border-red-500{border-color:#ef4444!important}.sp\:hf-border-red-600{border-color:#dc2626!important}.sp\:hf-border-red-700{border-color:#b91c1c!important}.sp\:hf-border-red-800{border-color:#991b1b!important}.sp\:hf-border-red-900{border-color:#7f1d1d!important}.sp\:hf-border-teal-100{border-color:#ccfbf1!important}.sp\:hf-border-teal-200{border-color:#99f6e4!important}.sp\:hf-border-teal-300{border-color:#5eead4!important}.sp\:hf-border-teal-400{border-color:#2dd4bf!important}.sp\:hf-border-teal-500{border-color:#14b8a6!important}.sp\:hf-border-teal-600{border-color:#0d9488!important}.sp\:hf-border-teal-700{border-color:#0f766e!important}.sp\:hf-border-teal-800{border-color:#115e59!important}.sp\:hf-border-teal-900{border-color:#134e4a!important}.sp\:hf-border-transparent{border-color:transparent!important}.sp\:hf-border-white{border-color:#fff!important}.sp\:hf-border-yellow-100{border-color:#fef9c3!important}.sp\:hf-border-yellow-200{border-color:#fef08a!important}.sp\:hf-border-yellow-300{border-color:#fde047!important}.sp\:hf-border-yellow-400{border-color:#facc15!important}.sp\:hf-border-yellow-500{border-color:#eab308!important}.sp\:hf-border-yellow-600{border-color:#ca8a04!important}.sp\:hf-border-yellow-700{border-color:#a16207!important}.sp\:hf-border-yellow-800{border-color:#854d0e!important}.sp\:hf-border-yellow-900{border-color:#713f12!important}.sp\:hf-bg-black{background-color:#000!important}.sp\:hf-bg-blue-100{background-color:#dbeafe!important}.sp\:hf-bg-blue-200{background-color:#bfdbfe!important}.sp\:hf-bg-blue-300{background-color:#93c5fd!important}.sp\:hf-bg-blue-400{background-color:#60a5fa!important}.sp\:hf-bg-blue-500{background-color:#3b82f6!important}.sp\:hf-bg-blue-600{background-color:#2563eb!important}.sp\:hf-bg-blue-700{background-color:#1d4ed8!important}.sp\:hf-bg-blue-800{background-color:#1e40af!important}.sp\:hf-bg-blue-900{background-color:#1e3a8a!important}.sp\:hf-bg-current{background-color:currentColor!important}.sp\:hf-bg-gray-100{background-color:#f3f4f6!important}.sp\:hf-bg-gray-200{background-color:#e5e7eb!important}.sp\:hf-bg-gray-300{background-color:#d1d5db!important}.sp\:hf-bg-gray-400{background-color:#9ca3af!important}.sp\:hf-bg-gray-500{background-color:#6b7280!important}.sp\:hf-bg-gray-600{background-color:#4b5563!important}.sp\:hf-bg-gray-700{background-color:#374151!important}.sp\:hf-bg-gray-800{background-color:#1f2937!important}.sp\:hf-bg-gray-900{background-color:#111827!important}.sp\:hf-bg-green-100{background-color:#dcfce7!important}.sp\:hf-bg-green-200{background-color:#bbf7d0!important}.sp\:hf-bg-green-300{background-color:#86efac!important}.sp\:hf-bg-green-400{background-color:#4ade80!important}.sp\:hf-bg-green-500{background-color:#22c55e!important}.sp\:hf-bg-green-600{background-color:#16a34a!important}.sp\:hf-bg-green-700{background-color:#15803d!important}.sp\:hf-bg-green-800{background-color:#166534!important}.sp\:hf-bg-green-900{background-color:#14532d!important}.sp\:hf-bg-indigo-100{background-color:#e0e7ff!important}.sp\:hf-bg-indigo-200{background-color:#c7d2fe!important}.sp\:hf-bg-indigo-300{background-color:#a5b4fc!important}.sp\:hf-bg-indigo-400{background-color:#818cf8!important}.sp\:hf-bg-indigo-500{background-color:#6366f1!important}.sp\:hf-bg-indigo-600{background-color:#4f46e5!important}.sp\:hf-bg-indigo-700{background-color:#4338ca!important}.sp\:hf-bg-indigo-800{background-color:#3730a3!important}.sp\:hf-bg-indigo-900{background-color:#312e81!important}.sp\:hf-bg-inherit{background-color:inherit!important}.sp\:hf-bg-orange-100{background-color:#ffedd5!important}.sp\:hf-bg-orange-200{background-color:#fed7aa!important}.sp\:hf-bg-orange-300{background-color:#fdba74!important}.sp\:hf-bg-orange-400{background-color:#fb923c!important}.sp\:hf-bg-orange-500{background-color:#f97316!important}.sp\:hf-bg-orange-600{background-color:#ea580c!important}.sp\:hf-bg-orange-700{background-color:#c2410c!important}.sp\:hf-bg-orange-800{background-color:#9a3412!important}.sp\:hf-bg-orange-900{background-color:#7c2d12!important}.sp\:hf-bg-pink-100{background-color:#fce7f3!important}.sp\:hf-bg-pink-200{background-color:#fbcfe8!important}.sp\:hf-bg-pink-300{background-color:#f9a8d4!important}.sp\:hf-bg-pink-400{background-color:#f472b6!important}.sp\:hf-bg-pink-500{background-color:#ec4899!important}.sp\:hf-bg-pink-600{background-color:#db2777!important}.sp\:hf-bg-pink-700{background-color:#be185d!important}.sp\:hf-bg-pink-800{background-color:#9d174d!important}.sp\:hf-bg-pink-900{background-color:#831843!important}.sp\:hf-bg-purple-100{background-color:#f3e8ff!important}.sp\:hf-bg-purple-200{background-color:#e9d5ff!important}.sp\:hf-bg-purple-300{background-color:#d8b4fe!important}.sp\:hf-bg-purple-400{background-color:#c084fc!important}.sp\:hf-bg-purple-500{background-color:#a855f7!important}.sp\:hf-bg-purple-600{background-color:#9333ea!important}.sp\:hf-bg-purple-700{background-color:#7e22ce!important}.sp\:hf-bg-purple-800{background-color:#6b21a8!important}.sp\:hf-bg-purple-900{background-color:#581c87!important}.sp\:hf-bg-red-100{background-color:#fee2e2!important}.sp\:hf-bg-red-200{background-color:#fecaca!important}.sp\:hf-bg-red-300{background-color:#fca5a5!important}.sp\:hf-bg-red-400{background-color:#f87171!important}.sp\:hf-bg-red-500{background-color:#ef4444!important}.sp\:hf-bg-red-600{background-color:#dc2626!important}.sp\:hf-bg-red-700{background-color:#b91c1c!important}.sp\:hf-bg-red-800{background-color:#991b1b!important}.sp\:hf-bg-red-900{background-color:#7f1d1d!important}.sp\:hf-bg-teal-100{background-color:#ccfbf1!important}.sp\:hf-bg-teal-200{background-color:#99f6e4!important}.sp\:hf-bg-teal-300{background-color:#5eead4!important}.sp\:hf-bg-teal-400{background-color:#2dd4bf!important}.sp\:hf-bg-teal-500{background-color:#14b8a6!important}.sp\:hf-bg-teal-600{background-color:#0d9488!important}.sp\:hf-bg-teal-700{background-color:#0f766e!important}.sp\:hf-bg-teal-800{background-color:#115e59!important}.sp\:hf-bg-teal-900{background-color:#134e4a!important}.sp\:hf-bg-transparent{background-color:transparent!important}.sp\:hf-bg-white{background-color:#fff!important}.sp\:hf-bg-yellow-100{background-color:#fef9c3!important}.sp\:hf-bg-yellow-200{background-color:#fef08a!important}.sp\:hf-bg-yellow-300{background-color:#fde047!important}.sp\:hf-bg-yellow-400{background-color:#facc15!important}.sp\:hf-bg-yellow-500{background-color:#eab308!important}.sp\:hf-bg-yellow-600{background-color:#ca8a04!important}.sp\:hf-bg-yellow-700{background-color:#a16207!important}.sp\:hf-bg-yellow-800{background-color:#854d0e!important}.sp\:hf-bg-yellow-900{background-color:#713f12!important}.sp\:hf-p-0{padding:0!important}.sp\:hf-p-1{padding:1rem!important}.sp\:hf-p-10px{padding:10px!important}.sp\:hf-p-2{padding:2rem!important}.sp\:hf-p-20px{padding:20px!important}.sp\:hf-p-3{padding:3rem!important}.sp\:hf-p-30px{padding:30px!important}.sp\:hf-p-4{padding:4rem!important}.sp\:hf-p-40px{padding:40px!important}.sp\:hf-p-5{padding:5rem!important}.sp\:hf-p-50px{padding:50px!important}.sp\:hf-p-6{padding:6rem!important}.sp\:hf-p-60px{padding:60px!important}.sp\:hf-p-7{padding:7rem!important}.sp\:hf-p-70px{padding:70px!important}.sp\:hf-p-8{padding:8rem!important}.sp\:hf-p-80px{padding:80px!important}.sp\:hf-p-9{padding:9rem!important}.sp\:hf-p-90px{padding:90px!important}.sp\:hf-px-0{padding-left:0!important;padding-right:0!important}.sp\:hf-px-1{padding-left:1rem!important;padding-right:1rem!important}.sp\:hf-px-10px{padding-left:10px!important;padding-right:10px!important}.sp\:hf-px-2{padding-left:2rem!important;padding-right:2rem!important}.sp\:hf-px-20px{padding-left:20px!important;padding-right:20px!important}.sp\:hf-px-3{padding-left:3rem!important;padding-right:3rem!important}.sp\:hf-px-30px{padding-left:30px!important;padding-right:30px!important}.sp\:hf-px-4{padding-left:4rem!important;padding-right:4rem!important}.sp\:hf-px-40px{padding-left:40px!important;padding-right:40px!important}.sp\:hf-px-5{padding-left:5rem!important;padding-right:5rem!important}.sp\:hf-px-50px{padding-left:50px!important;padding-right:50px!important}.sp\:hf-px-6{padding-left:6rem!important;padding-right:6rem!important}.sp\:hf-px-60px{padding-left:60px!important;padding-right:60px!important}.sp\:hf-px-7{padding-left:7rem!important;padding-right:7rem!important}.sp\:hf-px-70px{padding-left:70px!important;padding-right:70px!important}.sp\:hf-px-8{padding-left:8rem!important;padding-right:8rem!important}.sp\:hf-px-80px{padding-left:80px!important;padding-right:80px!important}.sp\:hf-px-9{padding-left:9rem!important;padding-right:9rem!important}.sp\:hf-px-90px{padding-left:90px!important;padding-right:90px!important}.sp\:hf-py-0{padding-top:0!important;padding-bottom:0!important}.sp\:hf-py-1{padding-top:1rem!important;padding-bottom:1rem!important}.sp\:hf-py-10px{padding-top:10px!important;padding-bottom:10px!important}.sp\:hf-py-2{padding-top:2rem!important;padding-bottom:2rem!important}.sp\:hf-py-20px{padding-top:20px!important;padding-bottom:20px!important}.sp\:hf-py-3{padding-top:3rem!important;padding-bottom:3rem!important}.sp\:hf-py-30px{padding-top:30px!important;padding-bottom:30px!important}.sp\:hf-py-4{padding-top:4rem!important;padding-bottom:4rem!important}.sp\:hf-py-40px{padding-top:40px!important;padding-bottom:40px!important}.sp\:hf-py-5{padding-top:5rem!important;padding-bottom:5rem!important}.sp\:hf-py-50px{padding-top:50px!important;padding-bottom:50px!important}.sp\:hf-py-6{padding-top:6rem!important;padding-bottom:6rem!important}.sp\:hf-py-60px{padding-top:60px!important;padding-bottom:60px!important}.sp\:hf-py-7{padding-top:7rem!important;padding-bottom:7rem!important}.sp\:hf-py-70px{padding-top:70px!important;padding-bottom:70px!important}.sp\:hf-py-8{padding-top:8rem!important;padding-bottom:8rem!important}.sp\:hf-py-80px{padding-top:80px!important;padding-bottom:80px!important}.sp\:hf-py-9{padding-top:9rem!important;padding-bottom:9rem!important}.sp\:hf-py-90px{padding-top:90px!important;padding-bottom:90px!important}.sp\:hf-pb-0{padding-bottom:0!important}.sp\:hf-pb-1{padding-bottom:1rem!important}.sp\:hf-pb-10px{padding-bottom:10px!important}.sp\:hf-pb-2{padding-bottom:2rem!important}.sp\:hf-pb-20px{padding-bottom:20px!important}.sp\:hf-pb-3{padding-bottom:3rem!important}.sp\:hf-pb-30px{padding-bottom:30px!important}.sp\:hf-pb-4{padding-bottom:4rem!important}.sp\:hf-pb-40px{padding-bottom:40px!important}.sp\:hf-pb-5{padding-bottom:5rem!important}.sp\:hf-pb-50px{padding-bottom:50px!important}.sp\:hf-pb-6{padding-bottom:6rem!important}.sp\:hf-pb-60px{padding-bottom:60px!important}.sp\:hf-pb-7{padding-bottom:7rem!important}.sp\:hf-pb-70px{padding-bottom:70px!important}.sp\:hf-pb-8{padding-bottom:8rem!important}.sp\:hf-pb-80px{padding-bottom:80px!important}.sp\:hf-pb-9{padding-bottom:9rem!important}.sp\:hf-pb-90px{padding-bottom:90px!important}.sp\:hf-pl-0{padding-left:0!important}.sp\:hf-pl-1{padding-left:1rem!important}.sp\:hf-pl-10px{padding-left:10px!important}.sp\:hf-pl-2{padding-left:2rem!important}.sp\:hf-pl-20px{padding-left:20px!important}.sp\:hf-pl-3{padding-left:3rem!important}.sp\:hf-pl-30px{padding-left:30px!important}.sp\:hf-pl-4{padding-left:4rem!important}.sp\:hf-pl-40px{padding-left:40px!important}.sp\:hf-pl-5{padding-left:5rem!important}.sp\:hf-pl-50px{padding-left:50px!important}.sp\:hf-pl-6{padding-left:6rem!important}.sp\:hf-pl-60px{padding-left:60px!important}.sp\:hf-pl-7{padding-left:7rem!important}.sp\:hf-pl-70px{padding-left:70px!important}.sp\:hf-pl-8{padding-left:8rem!important}.sp\:hf-pl-80px{padding-left:80px!important}.sp\:hf-pl-9{padding-left:9rem!important}.sp\:hf-pl-90px{padding-left:90px!important}.sp\:hf-pr-0{padding-right:0!important}.sp\:hf-pr-1{padding-right:1rem!important}.sp\:hf-pr-10px{padding-right:10px!important}.sp\:hf-pr-2{padding-right:2rem!important}.sp\:hf-pr-20px{padding-right:20px!important}.sp\:hf-pr-3{padding-right:3rem!important}.sp\:hf-pr-30px{padding-right:30px!important}.sp\:hf-pr-4{padding-right:4rem!important}.sp\:hf-pr-40px{padding-right:40px!important}.sp\:hf-pr-5{padding-right:5rem!important}.sp\:hf-pr-50px{padding-right:50px!important}.sp\:hf-pr-6{padding-right:6rem!important}.sp\:hf-pr-60px{padding-right:60px!important}.sp\:hf-pr-7{padding-right:7rem!important}.sp\:hf-pr-70px{padding-right:70px!important}.sp\:hf-pr-8{padding-right:8rem!important}.sp\:hf-pr-80px{padding-right:80px!important}.sp\:hf-pr-9{padding-right:9rem!important}.sp\:hf-pr-90px{padding-right:90px!important}.sp\:hf-pt-0{padding-top:0!important}.sp\:hf-pt-1{padding-top:1rem!important}.sp\:hf-pt-10px{padding-top:10px!important}.sp\:hf-pt-2{padding-top:2rem!important}.sp\:hf-pt-20px{padding-top:20px!important}.sp\:hf-pt-3{padding-top:3rem!important}.sp\:hf-pt-30px{padding-top:30px!important}.sp\:hf-pt-4{padding-top:4rem!important}.sp\:hf-pt-40px{padding-top:40px!important}.sp\:hf-pt-5{padding-top:5rem!important}.sp\:hf-pt-50px{padding-top:50px!important}.sp\:hf-pt-6{padding-top:6rem!important}.sp\:hf-pt-60px{padding-top:60px!important}.sp\:hf-pt-7{padding-top:7rem!important}.sp\:hf-pt-70px{padding-top:70px!important}.sp\:hf-pt-8{padding-top:8rem!important}.sp\:hf-pt-80px{padding-top:80px!important}.sp\:hf-pt-9{padding-top:9rem!important}.sp\:hf-pt-90px{padding-top:90px!important}.sp\:hf-text-left{text-align:left!important}.sp\:hf-text-center{text-align:center!important}.sp\:hf-text-right{text-align:right!important}.sp\:hf-text-justify{text-align:justify!important}.sp\:hf-text-start{text-align:start!important}.sp\:hf-text-end{text-align:end!important}.sp\:hf-text-0{font-size:0!important}.sp\:hf-text-1{font-size:.1rem!important}.sp\:hf-text-10{font-size:1rem!important}.sp\:hf-text-10px{font-size:10px!important}.sp\:hf-text-11{font-size:1.1rem!important}.sp\:hf-text-11px{font-size:11px!important}.sp\:hf-text-12{font-size:1.2rem!important}.sp\:hf-text-12px{font-size:12px!important}.sp\:hf-text-13{font-size:1.3rem!important}.sp\:hf-text-13px{font-size:13px!important}.sp\:hf-text-14{font-size:1.4rem!important}.sp\:hf-text-14px{font-size:14px!important}.sp\:hf-text-15{font-size:1.5rem!important}.sp\:hf-text-15px{font-size:15px!important}.sp\:hf-text-16{font-size:1.6rem!important}.sp\:hf-text-16px{font-size:16px!important}.sp\:hf-text-17{font-size:1.7rem!important}.sp\:hf-text-17px{font-size:17px!important}.sp\:hf-text-18{font-size:1.8rem!important}.sp\:hf-text-18px{font-size:18px!important}.sp\:hf-text-19{font-size:1.9rem!important}.sp\:hf-text-19px{font-size:19px!important}.sp\:hf-text-2{font-size:.2rem!important}.sp\:hf-text-20{font-size:2rem!important}.sp\:hf-text-20px{font-size:20px!important}.sp\:hf-text-21{font-size:2.1rem!important}.sp\:hf-text-21px{font-size:21px!important}.sp\:hf-text-22{font-size:2.2rem!important}.sp\:hf-text-22px{font-size:22px!important}.sp\:hf-text-23{font-size:2.3rem!important}.sp\:hf-text-23px{font-size:23px!important}.sp\:hf-text-24{font-size:2.4rem!important}.sp\:hf-text-24px{font-size:24px!important}.sp\:hf-text-25{font-size:2.5rem!important}.sp\:hf-text-25px{font-size:25px!important}.sp\:hf-text-26{font-size:2.6rem!important}.sp\:hf-text-26px{font-size:26px!important}.sp\:hf-text-27{font-size:2.7rem!important}.sp\:hf-text-27px{font-size:27px!important}.sp\:hf-text-28{font-size:2.8rem!important}.sp\:hf-text-28px{font-size:28px!important}.sp\:hf-text-29{font-size:2.9rem!important}.sp\:hf-text-29px{font-size:29px!important}.sp\:hf-text-3{font-size:.3rem!important}.sp\:hf-text-30{font-size:3rem!important}.sp\:hf-text-30px{font-size:30px!important}.sp\:hf-text-31{font-size:3.1rem!important}.sp\:hf-text-31px{font-size:31px!important}.sp\:hf-text-32{font-size:3.2rem!important}.sp\:hf-text-32px{font-size:32px!important}.sp\:hf-text-33{font-size:3.3rem!important}.sp\:hf-text-33px{font-size:33px!important}.sp\:hf-text-34{font-size:3.4rem!important}.sp\:hf-text-34px{font-size:34px!important}.sp\:hf-text-35{font-size:3.5rem!important}.sp\:hf-text-35px{font-size:35px!important}.sp\:hf-text-36{font-size:3.6rem!important}.sp\:hf-text-36px{font-size:36px!important}.sp\:hf-text-4{font-size:.4rem!important}.sp\:hf-text-5{font-size:.5rem!important}.sp\:hf-text-6{font-size:.6rem!important}.sp\:hf-text-7{font-size:.7rem!important}.sp\:hf-text-8{font-size:.8rem!important}.sp\:hf-text-8px{font-size:8px!important}.sp\:hf-text-9{font-size:.9rem!important}.sp\:hf-text-9px{font-size:9px!important}.sp\:hf-font-100{font-weight:100!important}.sp\:hf-font-200{font-weight:200!important}.sp\:hf-font-300{font-weight:300!important}.sp\:hf-font-400{font-weight:400!important}.sp\:hf-font-500{font-weight:500!important}.sp\:hf-font-600{font-weight:600!important}.sp\:hf-font-700{font-weight:700!important}.sp\:hf-font-800{font-weight:800!important}.sp\:hf-font-900{font-weight:900!important}.sp\:hf-font-bold{font-weight:700!important}.sp\:hf-font-normal{font-weight:400!important}.sp\:hf-italic{font-style:italic!important}.sp\:hf-not-italic{font-style:normal!important}.sp\:hf-leading-10{line-height:2.5rem!important}.sp\:hf-leading-3{line-height:.75rem!important}.sp\:hf-leading-4{line-height:1rem!important}.sp\:hf-leading-5{line-height:1.25rem!important}.sp\:hf-leading-6{line-height:1.5rem!important}.sp\:hf-leading-7{line-height:1.75rem!important}.sp\:hf-leading-8{line-height:2rem!important}.sp\:hf-leading-9{line-height:2.25rem!important}.sp\:hf-leading-loose{line-height:2!important}.sp\:hf-leading-none{line-height:1!important}.sp\:hf-leading-normal{line-height:1.5!important}.sp\:hf-leading-relaxed{line-height:1.625!important}.sp\:hf-leading-snug{line-height:1.375!important}.sp\:hf-leading-tight{line-height:1.25!important}.sp\:hf-tracking-normal{letter-spacing:0em!important}.sp\:hf-tracking-tight{letter-spacing:-.025em!important}.sp\:hf-tracking-tighter{letter-spacing:-.05em!important}.sp\:hf-tracking-wide{letter-spacing:.025em!important}.sp\:hf-tracking-wider{letter-spacing:.05em!important}.sp\:hf-tracking-widest{letter-spacing:.1em!important}.sp\:hf-text-black{color:#000!important}.sp\:hf-text-blue-100{color:#dbeafe!important}.sp\:hf-text-blue-200{color:#bfdbfe!important}.sp\:hf-text-blue-300{color:#93c5fd!important}.sp\:hf-text-blue-400{color:#60a5fa!important}.sp\:hf-text-blue-500{color:#3b82f6!important}.sp\:hf-text-blue-600{color:#2563eb!important}.sp\:hf-text-blue-700{color:#1d4ed8!important}.sp\:hf-text-blue-800{color:#1e40af!important}.sp\:hf-text-blue-900{color:#1e3a8a!important}.sp\:hf-text-current{color:currentColor!important}.sp\:hf-text-gray-100{color:#f3f4f6!important}.sp\:hf-text-gray-200{color:#e5e7eb!important}.sp\:hf-text-gray-300{color:#d1d5db!important}.sp\:hf-text-gray-400{color:#9ca3af!important}.sp\:hf-text-gray-500{color:#6b7280!important}.sp\:hf-text-gray-600{color:#4b5563!important}.sp\:hf-text-gray-700{color:#374151!important}.sp\:hf-text-gray-800{color:#1f2937!important}.sp\:hf-text-gray-900{color:#111827!important}.sp\:hf-text-green-100{color:#dcfce7!important}.sp\:hf-text-green-200{color:#bbf7d0!important}.sp\:hf-text-green-300{color:#86efac!important}.sp\:hf-text-green-400{color:#4ade80!important}.sp\:hf-text-green-500{color:#22c55e!important}.sp\:hf-text-green-600{color:#16a34a!important}.sp\:hf-text-green-700{color:#15803d!important}.sp\:hf-text-green-800{color:#166534!important}.sp\:hf-text-green-900{color:#14532d!important}.sp\:hf-text-indigo-100{color:#e0e7ff!important}.sp\:hf-text-indigo-200{color:#c7d2fe!important}.sp\:hf-text-indigo-300{color:#a5b4fc!important}.sp\:hf-text-indigo-400{color:#818cf8!important}.sp\:hf-text-indigo-500{color:#6366f1!important}.sp\:hf-text-indigo-600{color:#4f46e5!important}.sp\:hf-text-indigo-700{color:#4338ca!important}.sp\:hf-text-indigo-800{color:#3730a3!important}.sp\:hf-text-indigo-900{color:#312e81!important}.sp\:hf-text-inherit{color:inherit!important}.sp\:hf-text-orange-100{color:#ffedd5!important}.sp\:hf-text-orange-200{color:#fed7aa!important}.sp\:hf-text-orange-300{color:#fdba74!important}.sp\:hf-text-orange-400{color:#fb923c!important}.sp\:hf-text-orange-500{color:#f97316!important}.sp\:hf-text-orange-600{color:#ea580c!important}.sp\:hf-text-orange-700{color:#c2410c!important}.sp\:hf-text-orange-800{color:#9a3412!important}.sp\:hf-text-orange-900{color:#7c2d12!important}.sp\:hf-text-pink-100{color:#fce7f3!important}.sp\:hf-text-pink-200{color:#fbcfe8!important}.sp\:hf-text-pink-300{color:#f9a8d4!important}.sp\:hf-text-pink-400{color:#f472b6!important}.sp\:hf-text-pink-500{color:#ec4899!important}.sp\:hf-text-pink-600{color:#db2777!important}.sp\:hf-text-pink-700{color:#be185d!important}.sp\:hf-text-pink-800{color:#9d174d!important}.sp\:hf-text-pink-900{color:#831843!important}.sp\:hf-text-purple-100{color:#f3e8ff!important}.sp\:hf-text-purple-200{color:#e9d5ff!important}.sp\:hf-text-purple-300{color:#d8b4fe!important}.sp\:hf-text-purple-400{color:#c084fc!important}.sp\:hf-text-purple-500{color:#a855f7!important}.sp\:hf-text-purple-600{color:#9333ea!important}.sp\:hf-text-purple-700{color:#7e22ce!important}.sp\:hf-text-purple-800{color:#6b21a8!important}.sp\:hf-text-purple-900{color:#581c87!important}.sp\:hf-text-red-100{color:#fee2e2!important}.sp\:hf-text-red-200{color:#fecaca!important}.sp\:hf-text-red-300{color:#fca5a5!important}.sp\:hf-text-red-400{color:#f87171!important}.sp\:hf-text-red-500{color:#ef4444!important}.sp\:hf-text-red-600{color:#dc2626!important}.sp\:hf-text-red-700{color:#b91c1c!important}.sp\:hf-text-red-800{color:#991b1b!important}.sp\:hf-text-red-900{color:#7f1d1d!important}.sp\:hf-text-teal-100{color:#ccfbf1!important}.sp\:hf-text-teal-200{color:#99f6e4!important}.sp\:hf-text-teal-300{color:#5eead4!important}.sp\:hf-text-teal-400{color:#2dd4bf!important}.sp\:hf-text-teal-500{color:#14b8a6!important}.sp\:hf-text-teal-600{color:#0d9488!important}.sp\:hf-text-teal-700{color:#0f766e!important}.sp\:hf-text-teal-800{color:#115e59!important}.sp\:hf-text-teal-900{color:#134e4a!important}.sp\:hf-text-transparent{color:transparent!important}.sp\:hf-text-white{color:#fff!important}.sp\:hf-text-yellow-100{color:#fef9c3!important}.sp\:hf-text-yellow-200{color:#fef08a!important}.sp\:hf-text-yellow-300{color:#fde047!important}.sp\:hf-text-yellow-400{color:#facc15!important}.sp\:hf-text-yellow-500{color:#eab308!important}.sp\:hf-text-yellow-600{color:#ca8a04!important}.sp\:hf-text-yellow-700{color:#a16207!important}.sp\:hf-text-yellow-800{color:#854d0e!important}.sp\:hf-text-yellow-900{color:#713f12!important}.sp\:hf-underline{text-decoration-line:underline!important}.sp\:hf-overline{text-decoration-line:overline!important}.sp\:hf-line-through{text-decoration-line:line-through!important}.sp\:hf-no-underline{text-decoration-line:none!important}}
