@charset "UTF-8";.input-range__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform .3s ease-out,box-shadow .3s ease-out;width:1rem}.input-range__slider:active{transform:scale(1.3)}.input-range__slider:focus{box-shadow:0 0 0 5px #3f51b533}.input-range--disabled .input-range__slider{background:#ccc;border:1px solid #cccccc;box-shadow:none;transform:none}.input-range__slider-container{transition:left .3s ease-out}.input-range__label{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}.input-range__label--min,.input-range__label--max{bottom:-1.4rem;position:absolute;display:none}.input-range__label--min{left:0}.input-range__label--max{right:0}.input-range__label--value{position:absolute;top:-1.8rem}.input-range__label-container{left:-50%;position:relative;display:none}.input-range__label--max .input-range__label-container{left:50%}.input-range__track{background:#eee;border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:left .3s ease-out,width .3s ease-out}.input-range--disabled .input-range__track{background:#eee}.input-range__track--background{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}.input-range__track--active{background:#3f51b5}.input-range{height:1rem;position:relative;width:100%}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;height:10px;size:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#888;border-radius:20px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#555}.custom-scrollbar::-webkit-scrollbar-corner{background-color:#f1f1f1}.custom-scrollbar{overflow:overlay}@media only screen and (min-width: 640px) and (max-width: 767px){.AddCommunityPost{width:90%!important;height:75%!important;overflow-y:auto!important}.PostModal{height:95%!important}.LikesModal{width:91%!important}.SelectCategory{width:80%!important;height:80%!important}.Forms{width:80%!important;height:80%!important;overflow-y:auto}}textarea{scrollbar-width:thin;scrollbar-color:#c74949 transparent}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%}input[type=checkbox].MyCheckBoxes{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border-radius:9999px;width:16px;height:16px;background-color:transparent;margin-top:10px;border:1px solid #949494;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;position:relative}input[type=checkbox].MyCheckBoxes:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:13px;height:13px;background-color:#ef6a1f;border:2px solid white;border-radius:50%;opacity:0;background-size:60%}input[type=checkbox].MyCheckBoxes:checked{background-color:#ef6a1f;border-color:#ef6a1f}input[type=checkbox].MyCheckBoxes:checked:after{opacity:1}@media only screen and (min-width: 640px) and (max-width:767px){.AddCommunityPost{width:90%!important;height:75%!important;overflow-y:auto!important}.PostModal{height:95%!important}.LikesModal{width:91%!important}.SelectCategory{width:80%!important;height:80%!important}.Forms{width:80%!important;height:80%!important;overflow-y:auto}}.communitySwiper .swiper-pagination{width:14%!important;margin:auto;left:40%!important;z-index:57}textarea::-webkit-scrollbar{display:none}textarea{scrollbar-width:thin;scrollbar-color:#cccccc transparent}textarea::-webkit-scrollbar-track{background-color:transparent}textarea::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.auth-form .ant-input{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem}.auth-form .ant-input::-moz-placeholder{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.auth-form .ant-input::placeholder{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.auth-form .ant-form-item-explain-error{padding-left:.5rem;padding-top:.25rem;font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem}.auth-form .ant-select-selector{border-radius:.5rem!important;border-width:1px!important;border-color:#00000014!important;padding:1.25rem .75rem!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(67 67 67 / var(--tw-text-opacity))!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}.auth-form .ant-select-selector::-moz-placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}.auth-form .ant-select-selector::placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}@media not all and (min-width: 768px){.auth-form .ant-select-selector{padding:.5rem!important}}.auth-form .ant-select-selection-placeholder{--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.auth-form .ant-select-arrow{top:65%}.auth-form .ant-select-status-error{margin-bottom:10px}.navigation-menu .ant-menu-item{margin-bottom:.75rem!important;margin-left:0!important;margin-right:0!important;height:-moz-fit-content!important;height:fit-content!important;align-items:center!important;justify-content:center!important;padding:.5rem!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}@media not all and (min-width: 768px){.navigation-menu .ant-menu-item{display:flex!important;width:100%!important}}@media not all and (min-width: 768px){.navigation-menu .ant-menu-item .ant-menu-title-content{display:none}}.navigation-menu .ant-menu-item-selected{--tw-bg-opacity: 1 !important;background-color:rgb(239 106 31 / var(--tw-bg-opacity))!important}.charts-tab{position:relative;z-index:-50}.charts-tab .ant-tabs .ant-tabs-nav{display:flex;justify-content:space-between}.charts-tab .ant-tabs .ant-tabs-nav:before{content:none!important}.charts-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{flex:none!important}.charts-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list{align-items:self-start}.charts-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{padding:0!important;margin-left:15px}.charts-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-active>div>button{background:#1fa4ef!important;color:#fff!important;transition:all .3s}.charts-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar{width:0!important}.charts .recharts-text>tspan{font-family:poppins-regular;font-size:10px;color:#434343}.charts .recharts-default-tooltip .recharts-tooltip-label{font-family:poppins-regular;font-size:14px}.charts .recharts-default-tooltip .recharts-tooltip-item-list .recharts-tooltip-item{font-family:poppins-regular;font-size:12px}.charts .recharts-line-dots,.charts .recharts-cartesian-axis-tick-line,.charts .recharts-cartesian-axis-line,.charts .recharts-cartesian-grid-vertical{display:none}.employe-timing-tab .ant-tabs .ant-tabs-nav{display:flex;justify-content:space-between}.employe-timing-tab .ant-tabs .ant-tabs-nav:before{content:none!important}.employe-timing-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{flex:none!important}.employe-timing-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list{align-items:self-start}.employe-timing-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{padding:0!important;margin:0!important}.employe-timing-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-active>div>button{background:#1fa4ef!important;color:#fff!important;transition:all .3s}.employe-timing-tab .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar{width:0!important}.calender-select .ant-select-selector{border-radius:.75rem!important;border-width:1px!important;border-color:#0000001a!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shedular-calendar .day-view-style .rbc-time-view{overflow-x:hidden!important}.shedular-calendar .rbc-time-view::-webkit-scrollbar{width:7px;height:7px;border-radius:6px}.shedular-calendar .rbc-time-view::-webkit-scrollbar-track{background:#f1f1f1}.shedular-calendar .rbc-time-view::-webkit-scrollbar-thumb{background:#ced0d1;border-radius:8px}.shedular-calendar .rbc-time-view::-webkit-scrollbar-thumb:hover{background:#ced0d1}.shedular-calendar .rbc-time-view .rbc-time-header{height:4rem;white-space:nowrap;font-size:10px}@media (min-width: 768px){.shedular-calendar .rbc-time-view .rbc-time-header{font-size:13px}}@media (min-width: 1024px){.shedular-calendar .rbc-time-view .rbc-time-header{font-size:15px}}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-allday-cell{display:none}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-time-header-gutter{width:5rem}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-time-header-cell{height:100%}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-time-header-cell .rbc-header{display:flex!important;align-items:center!important;justify-content:center!important;border-width:1px!important;border-bottom-width:0px!important;border-color:#0000000d!important}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-time-header-cell .rbc-header .rbc-button-link{cursor:text}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-time-header-cell .rbc-today{background-color:transparent!important}.shedular-calendar .rbc-time-view .rbc-time-header .rbc-time-header-cell .rbc-today .rbc-button-link{--tw-text-opacity: 1 !important;color:rgb(31 164 239 / var(--tw-text-opacity))!important}.shedular-calendar .rbc-time-view .rbc-time-content{white-space:nowrap}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group{height:5rem!important;width:5rem!important;flex:1 1 auto!important}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-time-slot:first-child{display:flex!important;align-items:center!important;justify-content:center!important;font-family:poppins-regular,sans-serif!important;font-size:.75rem!important;line-height:1rem!important;font-size:10px!important;--tw-text-opacity: 1 !important;color:rgb(88 88 88 / var(--tw-text-opacity))!important}@media (min-width: 768px){.shedular-calendar .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-time-slot:first-child{font-size:13px!important}}@media (min-width: 1024px){.shedular-calendar .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-time-slot:first-child{font-size:15px!important}}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-time-slot:last-child{display:none}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-day-slot{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-day-slot .rbc-timeslot-group{height:5rem!important;flex:1 1 auto!important;border-width:1px!important;border-color:#0000000d!important}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-day-slot .rbc-timeslot-group .rbc-time-slot{display:flex!important;align-items:center!important;justify-content:center!important;font-family:poppins-regular,sans-serif!important;font-size:.75rem!important;line-height:1rem!important;--tw-text-opacity: 1 !important;color:rgb(88 88 88 / var(--tw-text-opacity))!important}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-day-slot .rbc-events-container{margin-right:0}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-day-slot .rbc-events-container .rbc-event{border-radius:0;border-style:none;padding:0;text-align:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-day-slot .rbc-events-container .rbc-event .rbc-event-label{display:none}.shedular-calendar .rbc-time-view .rbc-time-content .rbc-current-time-indicator{--tw-bg-opacity: 1;background-color:rgb(31 164 239 / var(--tw-bg-opacity))}.shedular-calendar .rbc-time-view,.shedular-calendar .rbc-time-content,.shedular-calendar .rbc-timeslot-group,.shedular-calendar .rbc-time-header-content,.shedular-calendar .rbc-events-container{border-width:0px}.booking-detail_modal{width:600px!important}@media not all and (min-width: 768px){.booking-detail_modal{width:500px!important}.booking-detail_modal .ant-modal-content{padding:1rem}}.booking-detail_modal .ant-modal-content .ant-modal-title{font-family:poppins-semibold,sans-serif;font-size:1.5rem;line-height:2rem;--tw-text-opacity: 1;color:rgb(13 64 65 / var(--tw-text-opacity))}.booking-detail_modal .ant-modal-content .ant-modal-close{background-color:transparent!important}.create-booking_form .ant-input-number-handler-wrap{display:none}.create-booking_form .ant-input-number-input{padding:0!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(67 67 67 / var(--tw-text-opacity))!important}.create-booking_form .ant-input-number-input::-moz-placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}.create-booking_form .ant-input-number-input::placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}.create-booking_form .ant-form-item-explain-error{padding:.25rem .5rem;font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem}.create-booking_form .barber-select{margin-bottom:.5rem}.create-booking_form .barber-select .ant-select-selector{border-radius:.5rem!important;border-style:none!important;--tw-bg-opacity: 1 !important;background-color:rgb(248 248 248 / var(--tw-bg-opacity))!important;padding:1.25rem .75rem!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(67 67 67 / var(--tw-text-opacity))!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}@media not all and (min-width: 768px){.create-booking_form .barber-select .ant-select-selector{padding:.5rem!important}}.create-booking_form .barber-select .ant-select-selection-placeholder{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.create-booking_form .barber-select .ant-select-arrow{top:65%}.create-booking_form .services-select .ant-select-selector{border-radius:0!important;border-left-width:0px!important;border-right-width:0px!important;border-top-width:0px!important;border-bottom-color:#0000001a!important;background-color:transparent!important;padding:1.25rem .75rem!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}.create-booking_form .services-select .ant-select-selection-placeholder{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(57 58 68 / var(--tw-text-opacity))}.create-booking_form .services-select .ant-select-arrow{top:65%}.create-booking_form .ant-select-status-error{margin-bottom:8px}.all-orders_tab .ant-tabs-nav:before{border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(234 236 240 / var(--tw-border-opacity))}.all-orders_tab .ant-tabs-tab-active>div>button{--tw-text-opacity: 1;color:rgb(31 164 239 / var(--tw-text-opacity))}.common-table{position:relative;z-index:-50}.common-table .ant-table-content{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(239 241 244 / var(--tw-border-opacity))}.common-table .ant-table-content .ant-table-cell{--tw-border-opacity: 1;border-color:rgb(239 241 244 / var(--tw-border-opacity))}.common-table .ant-table-content .ant-table-cell:before{content:none!important}.common-table .ant-table-content .ant-table-thead .ant-table-cell,.common-table .ant-table-content .ant-table-tbody .ant-table-cell{font-family:poppins-regular,sans-serif;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.buyer-details_form .ant-form-item-row{display:flex;flex-direction:column}.buyer-details_form .ant-input-number-handler-wrap{display:none}.products-collapse{background-color:transparent}.products-collapse .ant-collapse-header,.products-collapse .ant-collapse-content-box{padding:0!important}.employees-selection_group::-webkit-scrollbar{width:7px;height:7px;border-radius:6px}.employees-selection_group::-webkit-scrollbar-track{background:#f1f1f1}.employees-selection_group::-webkit-scrollbar-thumb{background:#ced0d1;border-radius:8px}.employees-selection_group::-webkit-scrollbar-thumb:hover{background:#ced0d1}.employees-selection_group .ant-radio-group{margin-bottom:.25rem}.employees-selection_group .ant-radio-wrapper{position:relative;margin:0}.employees-selection_group .ant-radio-wrapper>span{padding:0}.employees-selection_group .ant-radio-wrapper .ant-radio{position:absolute;top:5%;right:10%}.services-selection_group .ant-checkbox-wrapper{position:relative;width:100%}.services-selection_group .ant-checkbox-wrapper>span:last-child{width:100%!important;padding:0!important}.services-selection_group .ant-checkbox-wrapper .ant-checkbox{position:absolute;top:50%;left:3%;transform:translateY(-50%)}.customer-detail_form .ant-input-number{padding:.75rem}.customer-detail_form .ant-input-number .ant-input-number-handler-wrap{display:none}.customer-detail_form .ant-input-number .ant-input-number-input{border-radius:.5rem;border-color:#00000014;padding:.25rem;font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.customer-detail_form .ant-input-number .ant-input-number-input::-moz-placeholder{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.customer-detail_form .ant-input-number .ant-input-number-input::placeholder{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}@media not all and (min-width: 768px){.customer-detail_form .ant-input-number .ant-input-number-input{padding:0;font-size:.75rem;line-height:1rem}.customer-detail_form .ant-input-number .ant-input-number-input::-moz-placeholder{font-size:.75rem;line-height:1rem}.customer-detail_form .ant-input-number .ant-input-number-input::placeholder{font-size:.75rem;line-height:1rem}}.customer-detail_form .ant-picker-input>input::-moz-placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}.customer-detail_form .ant-picker-input>input::placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}@media not all and (min-width: 768px){.customer-detail_form .ant-picker-input>input{font-size:.75rem!important;line-height:1rem!important}.customer-detail_form .ant-picker-input>input::-moz-placeholder{font-size:.75rem!important;line-height:1rem!important}.customer-detail_form .ant-picker-input>input::placeholder{font-size:.75rem!important;line-height:1rem!important}}.customer-detail_form .time-slot .ant-tabs{margin-top:0!important;margin-bottom:0!important}.customer-detail_form .tab-btn_group .ant-checkbox-wrapper{width:-moz-fit-content;width:fit-content}.customer-detail_form .tab-btn_group .ant-checkbox-wrapper .ant-checkbox{display:none!important}.customer-detail_form .date-picker{position:relative!important;width:100%!important;border-radius:.5rem!important;border-style:none!important;--tw-bg-opacity: 1 !important;background-color:rgb(248 248 248 / var(--tw-bg-opacity))!important;padding:8px 15px!important;font-family:poppins-regular,sans-serif!important;font-size:14px!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}@media (min-width: 1536px){.customer-detail_form .date-picker{font-size:16px!important}}.customer-detail_form .date-picker>input{height:100%!important;width:100%!important;border-radius:.5rem!important;--tw-bg-opacity: 1 !important;background-color:rgb(248 248 248 / var(--tw-bg-opacity))!important;padding:.75rem!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(67 67 67 / var(--tw-text-opacity))!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}.customer-detail_form .date-picker>input::-moz-placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}.customer-detail_form .date-picker>input::placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}@media not all and (min-width: 768px){.customer-detail_form .date-picker>input{padding:.5rem!important;font-size:.75rem!important;line-height:1rem!important}.customer-detail_form .date-picker>input::-moz-placeholder{font-size:.75rem!important;line-height:1rem!important}.customer-detail_form .date-picker>input::placeholder{font-size:.75rem!important;line-height:1rem!important}}.customer-detail_form .date-picker .ant-input-suffix{position:absolute;top:50%;right:.75rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer}.date-picker_modal .ant-modal-close{background-color:transparent!important}.date-picker_modal .ant-modal-content .ant-picker{opacity:0}.date-picker_modal .ant-modal-content .ant-picker-panel-container{border-width:1px!important;border-color:#0000000d!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.date-picker_modal .ant-modal-content .ant-picker-dropdown{width:91%}.date-picker_modal .ant-modal-content .ant-picker-panel-layout,.date-picker_modal .ant-modal-content .ant-picker-panel,.date-picker_modal .ant-modal-content .ant-picker-date-panel,.date-picker_modal .ant-modal-content .ant-picker-month-panel,.date-picker_modal .ant-modal-content .ant-picker-year-panel,.date-picker_modal .ant-modal-content .ant-picker-decade-panel,.date-picker_modal .ant-modal-content .ant-picker-content{width:100%}.date-picker_modal .ant-modal-content .ant-picker-header-view{display:flex;align-items:center;justify-content:center;padding:.5rem}.date-picker_modal .ant-modal-content .ant-picker-header-view>button{font-family:poppins-medium,sans-serif;font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(31 164 239 / var(--tw-text-opacity))}.date-picker_modal .ant-modal-content .ant-picker-content>thead{display:none}.date-picker_modal .ant-modal-content .ant-picker-content>tbody .ant-picker-cell-in-view{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.date-picker_modal .ant-modal-content .ant-picker-content>tbody .ant-picker-cell{font-family:poppins-regular,sans-serif;font-size:.875rem;line-height:1.25rem}.date-picker_modal .ant-modal-content .ant-picker-content>tbody .ant-picker-cell-today .ant-picker-cell-inner{display:flex;align-items:center;justify-content:center;padding:1rem .5rem}.date-picker_modal .ant-modal-content .ant-picker-content>tbody .ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:19px}.date-picker_modal .ant-modal-content .ant-picker-content>tbody .ant-picker-cell-selected .ant-picker-cell-inner{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;border-radius:19px;padding:1rem .5rem}.date-picker_modal .ant-modal-content .ant-picker-today-btn{font-family:poppins-medium,sans-serif;--tw-text-opacity: 1;color:rgb(31 164 239 / var(--tw-text-opacity))}.tiles-format_products .ant-checkbox-wrapper{position:relative}.tiles-format_products .ant-checkbox-wrapper>span:last-child{width:100%!important;padding:0!important}.tiles-format_products .ant-checkbox-wrapper .ant-checkbox{position:absolute;top:.75rem;right:.75rem;z-index:10}.checkout-drawer{--tw-bg-opacity: 1 !important;background-color:rgb(250 250 250 / var(--tw-bg-opacity))!important}.checkout-drawer .ant-drawer-header{border-style:none;padding-bottom:.25rem}.checkout-drawer .ant-drawer-header-title{flex-direction:row-reverse}.checkout-drawer .ant-drawer-body{display:flex;padding-top:0}.react-datepicker__day--selected,.react-datepicker__day--keyboard-selected{background-color:red!important;color:#fff}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*{scrollbar-color:initial;scrollbar-width:initial}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.auth-submit-btn{height:62px!important;width:100%!important;--tw-bg-opacity: 1 !important;background-color:rgb(239 106 31 / var(--tw-bg-opacity))!important;padding-left:.75rem!important;padding-right:.75rem!important;font-family:poppins-semibold,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.auth-submit-btn:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.tab_btn{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem .75rem;font-family:poppins-regular,sans-serif;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.primary-input{height:55px!important;border-radius:.5rem!important;border-width:1px!important;border-color:#00000014!important;font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(67 67 67 / var(--tw-text-opacity))!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}.primary-input::-moz-placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}.primary-input::placeholder{font-family:poppins-regular,sans-serif!important;font-size:.875rem!important;line-height:1.25rem!important;--tw-text-opacity: 1 !important;color:rgb(139 139 139 / var(--tw-text-opacity))!important}@media not all and (min-width: 768px){.primary-input{font-size:.75rem!important;line-height:1rem!important}.primary-input::-moz-placeholder{font-size:.75rem!important;line-height:1rem!important}.primary-input::placeholder{font-size:.75rem!important;line-height:1rem!important}}@font-face{font-family:poppins-light;src:url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype")}@font-face{font-family:poppins-regular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}@font-face{font-family:poppins-medium;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype")}@font-face{font-family:poppins-bold;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype")}@font-face{font-family:poppins-semibold;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype")}@font-face{font-family:inter-regular;src:url(/assets/Inter-Regular-DYjygwQm.ttf) format("truetype")}@font-face{font-family:inter-medium;src:url(/assets/Inter-Medium-CKLJZXR2.ttf) format("truetype")}@font-face{font-family:lato-bold;src:url(/assets/Lato-Bold-B5iD31kO.ttf) format("truetype")}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-\[366px\]{bottom:-366px}.-bottom-\[446px\]{bottom:-446px}.-bottom-\[90px\]{bottom:-90px}.-left-24{left:-6rem}.-left-4{left:-1rem}.-right-10{right:-2.5rem}.-right-8{right:-2rem}.-top-2{top:-.5rem}.-top-24{top:-6rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-12{bottom:3rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[17px\]{left:17px}.left-\[35\%\]{left:35%}.left-\[47\%\]{left:47%}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[-15px\]{right:-15px}.right-\[-20px\]{right:-20px}.right-\[-5px\]{right:-5px}.right-\[35\%\]{right:35%}.right-\[50\%\]{right:50%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-44{top:11rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-\[-10px\]{top:-10px}.top-\[47\%\]{top:47%}.top-\[50\%\]{top:50%}.top-\[65px\]{top:65px}.top-\[70px\]{top:70px}.top-\[72\.5\%\]{top:72.5%}.top-\[80px\]{top:80px}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-50{z-index:50}.z-\[0\]{z-index:0}.z-\[10000000\]{z-index:10000000}.z-\[100\]{z-index:100}.z-\[10\]{z-index:10}.z-\[1\]{z-index:1}.z-\[20\]{z-index:20}.z-\[21\]{z-index:21}.z-\[2\]{z-index:2}.z-\[30\]{z-index:30}.z-\[3\]{z-index:3}.z-\[5\]{z-index:5}.z-\[6\]{z-index:6}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-5{grid-column:span 5 / span 5}.m-0{margin:0}.m-2{margin:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[12px\]{margin-top:12px;margin-bottom:12px}.my-\[15px\]{margin-top:15px;margin-bottom:15px}.my-\[16px\]{margin-top:16px;margin-bottom:16px}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.my-\[26px\]{margin-top:26px;margin-bottom:26px}.my-\[30px\]{margin-top:30px;margin-bottom:30px}.my-\[32px\]{margin-top:32px;margin-bottom:32px}.my-\[40px\]{margin-top:40px;margin-bottom:40px}.my-\[80px\]{margin-top:80px;margin-bottom:80px}.my-\[8px\]{margin-top:8px;margin-bottom:8px}.my-\[9\.5px\]{margin-top:9.5px;margin-bottom:9.5px}.my-\[93px\]{margin-top:93px;margin-bottom:93px}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-0{margin-bottom:0!important}.\!mb-4{margin-bottom:1rem!important}.\!mb-5{margin-bottom:1.25rem!important}.\!mt-2{margin-top:.5rem!important}.-mb-4{margin-bottom:-1rem}.-mb-\[210px\]{margin-bottom:-210px}.-mt-2{margin-top:-.5rem}.-mt-6{margin-top:-1.5rem}.-mt-\[16px\]{margin-top:-16px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[100px\]{margin-bottom:100px}.mb-\[10px\]{margin-bottom:10px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[18px\]{margin-bottom:18px}.mb-\[20px\]{margin-bottom:20px}.mb-\[22px\]{margin-bottom:22px}.mb-\[23px\]{margin-bottom:23px}.mb-\[24px\]{margin-bottom:24px}.mb-\[30px\]{margin-bottom:30px}.mb-\[32px\]{margin-bottom:32px}.mb-\[34px\]{margin-bottom:34px}.mb-\[35px\]{margin-bottom:35px}.mb-\[47px\]{margin-bottom:47px}.mb-\[4px\]{margin-bottom:4px}.mb-\[8px\]{margin-bottom:8px}.mb-\[98px\]{margin-bottom:98px}.mb-\[9px\]{margin-bottom:9px}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-\[-20px\]{margin-left:-20px}.ml-\[-40px\]{margin-left:-40px}.ml-\[100px\]{margin-left:100px}.ml-\[105px\]{margin-left:105px}.ml-\[10px\]{margin-left:10px}.ml-\[110px\]{margin-left:110px}.ml-\[20px\]{margin-left:20px}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-9{margin-right:2.25rem}.mr-\[-10px\]{margin-right:-10px}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-80{margin-top:20rem}.mt-\[-20px\]{margin-top:-20px}.mt-\[102px\]{margin-top:102px}.mt-\[108px\]{margin-top:108px}.mt-\[10px\]{margin-top:10px}.mt-\[11px\]{margin-top:11px}.mt-\[12px\]{margin-top:12px}.mt-\[14px\]{margin-top:14px}.mt-\[150px\]{margin-top:150px}.mt-\[15px\]{margin-top:15px}.mt-\[16px\]{margin-top:16px}.mt-\[17px\]{margin-top:17px}.mt-\[18px\]{margin-top:18px}.mt-\[19px\]{margin-top:19px}.mt-\[2\.4px\]{margin-top:2.4px}.mt-\[20px\]{margin-top:20px}.mt-\[22px\]{margin-top:22px}.mt-\[23px\]{margin-top:23px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[27px\]{margin-top:27px}.mt-\[28px\]{margin-top:28px}.mt-\[29px\]{margin-top:29px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[31px\]{margin-top:31px}.mt-\[320px\]{margin-top:320px}.mt-\[32px\]{margin-top:32px}.mt-\[35px\]{margin-top:35px}.mt-\[38px\]{margin-top:38px}.mt-\[3px\]{margin-top:3px}.mt-\[40px\]{margin-top:40px}.mt-\[4px\]{margin-top:4px}.mt-\[50px\]{margin-top:50px}.mt-\[56px\]{margin-top:56px}.mt-\[5px\]{margin-top:5px}.mt-\[60px\]{margin-top:60px}.mt-\[64px\]{margin-top:64px}.mt-\[6px\]{margin-top:6px}.mt-\[87px\]{margin-top:87px}.mt-\[8px\]{margin-top:8px}.mt-\[9px\]{margin-top:9px}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-10{width:2.5rem;height:2.5rem}.size-4{width:1rem;height:1rem}.size-6{width:1.5rem;height:1.5rem}.size-\[16px\]{width:16px;height:16px}.size-\[20px\]{width:20px;height:20px}.size-\[24px\]{width:24px;height:24px}.\!h-\[400px\]{height:400px!important}.\!h-\[710px\]{height:710px!important}.\!h-full{height:100%!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-38{height:38px}.h-4{height:1rem}.h-45{height:45px}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[0\.5px\]{height:.5px}.h-\[1\.5px\]{height:1.5px}.h-\[100\%\]{height:100%}.h-\[100vh\]{height:100vh}.h-\[104px\]{height:104px}.h-\[1050px\]{height:1050px}.h-\[105px\]{height:105px}.h-\[106px\]{height:106px}.h-\[10px\]{height:10px}.h-\[120px\]{height:120px}.h-\[121px\]{height:121px}.h-\[12px\]{height:12px}.h-\[133px\]{height:133px}.h-\[136px\]{height:136px}.h-\[13px\]{height:13px}.h-\[140px\]{height:140px}.h-\[147px\]{height:147px}.h-\[14px\]{height:14px}.h-\[150px\]{height:150px}.h-\[159px\]{height:159px}.h-\[15px\]{height:15px}.h-\[160px\]{height:160px}.h-\[162px\]{height:162px}.h-\[166px\]{height:166px}.h-\[167px\]{height:167px}.h-\[16px\]{height:16px}.h-\[170px\]{height:170px}.h-\[173px\]{height:173px}.h-\[174px\]{height:174px}.h-\[17px\]{height:17px}.h-\[1800px\]{height:1800px}.h-\[181px\]{height:181px}.h-\[186px\]{height:186px}.h-\[18px\]{height:18px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[206px\]{height:206px}.h-\[20px\]{height:20px}.h-\[214px\]{height:214px}.h-\[21px\]{height:21px}.h-\[220px\]{height:220px}.h-\[22px\]{height:22px}.h-\[235px\]{height:235px}.h-\[237px\]{height:237px}.h-\[244px\]{height:244px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[262px\]{height:262px}.h-\[26px\]{height:26px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[307px\]{height:307px}.h-\[30px\]{height:30px}.h-\[318px\]{height:318px}.h-\[32px\]{height:32px}.h-\[34px\]{height:34px}.h-\[350px\]{height:350px}.h-\[357px\]{height:357px}.h-\[35px\]{height:35px}.h-\[360px\]{height:360px}.h-\[362px\]{height:362px}.h-\[375px\]{height:375px}.h-\[380px\]{height:380px}.h-\[39px\]{height:39px}.h-\[3px\]{height:3px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[440px\]{height:440px}.h-\[446px\]{height:446px}.h-\[44px\]{height:44px}.h-\[450px\]{height:450px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[47px\]{height:47px}.h-\[48px\]{height:48px}.h-\[49px\]{height:49px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[520px\]{height:520px}.h-\[52px\]{height:52px}.h-\[536px\]{height:536px}.h-\[53px\]{height:53px}.h-\[54px\]{height:54px}.h-\[55px\]{height:55px}.h-\[560px\]{height:560px}.h-\[56px\]{height:56px}.h-\[580px\]{height:580px}.h-\[589px\]{height:589px}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[60vh\]{height:60vh}.h-\[62px\]{height:62px}.h-\[631px\]{height:631px}.h-\[65px\]{height:65px}.h-\[67px\]{height:67px}.h-\[6px\]{height:6px}.h-\[700px\]{height:700px}.h-\[70px\]{height:70px}.h-\[710px\]{height:710px}.h-\[72px\]{height:72px}.h-\[750px\]{height:750px}.h-\[75px\]{height:75px}.h-\[75vh\]{height:75vh}.h-\[76px\]{height:76px}.h-\[77px\]{height:77px}.h-\[801px\]{height:801px}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-\[81px\]{height:81px}.h-\[86px\]{height:86px}.h-\[88px\]{height:88px}.h-\[89vh\]{height:89vh}.h-\[8px\]{height:8px}.h-\[900px\]{height:900px}.h-\[90px\]{height:90px}.h-\[916px\]{height:916px}.h-\[94px\]{height:94px}.h-\[95px\]{height:95px}.h-\[97\%\]{height:97%}.h-\[9px\]{height:9px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-px{height:1px}.h-screen{height:100vh}.max-h-96{max-height:24rem}.max-h-\[160px\]{max-height:160px}.max-h-\[200px\]{max-height:200px}.max-h-\[218px\]{max-height:218px}.max-h-\[300px\]{max-height:300px}.max-h-\[350px\]{max-height:350px}.max-h-\[400px\]{max-height:400px}.max-h-\[450px\]{max-height:450px}.max-h-\[480px\]{max-height:480px}.max-h-\[49px\]{max-height:49px}.max-h-\[560px\]{max-height:560px}.max-h-\[600px\]{max-height:600px}.max-h-\[61px\]{max-height:61px}.max-h-\[65px\]{max-height:65px}.max-h-\[700px\]{max-height:700px}.max-h-\[72px\]{max-height:72px}.max-h-\[80\%\]{max-height:80%}.max-h-\[80px\]{max-height:80px}.max-h-\[90px\]{max-height:90px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[111px\]{min-height:111px}.min-h-\[112px\]{min-height:112px}.min-h-\[162px\]{min-height:162px}.min-h-\[200px\]{min-height:200px}.min-h-\[363px\]{min-height:363px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[43px\]{min-height:43px}.min-h-\[500px\]{min-height:500px}.min-h-\[550px\]{min-height:550px}.min-h-\[55px\]{min-height:55px}.min-h-\[600px\]{min-height:600px}.min-h-\[60px\]{min-height:60px}.min-h-\[72px\]{min-height:72px}.min-h-\[732px\]{min-height:732px}.min-h-screen{min-height:100vh}.\!w-auto{width:auto!important}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-120{width:120px}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-38{width:38px}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[102px\]{width:102px}.w-\[1038px\]{width:1038px}.w-\[104px\]{width:104px}.w-\[1050px\]{width:1050px}.w-\[105px\]{width:105px}.w-\[106px\]{width:106px}.w-\[1090px\]{width:1090px}.w-\[10px\]{width:10px}.w-\[113px\]{width:113px}.w-\[117px\]{width:117px}.w-\[118px\]{width:118px}.w-\[119px\]{width:119px}.w-\[120px\]{width:120px}.w-\[121px\]{width:121px}.w-\[1263px\]{width:1263px}.w-\[12px\]{width:12px}.w-\[132px\]{width:132px}.w-\[133px\]{width:133px}.w-\[136px\]{width:136px}.w-\[13px\]{width:13px}.w-\[140px\]{width:140px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[158px\]{width:158px}.w-\[159px\]{width:159px}.w-\[15px\]{width:15px}.w-\[164px\]{width:164px}.w-\[166px\]{width:166px}.w-\[167px\]{width:167px}.w-\[16px\]{width:16px}.w-\[170px\]{width:170px}.w-\[174px\]{width:174px}.w-\[180px\]{width:180px}.w-\[181px\]{width:181px}.w-\[183px\]{width:183px}.w-\[188px\]{width:188px}.w-\[18px\]{width:18px}.w-\[198px\]{width:198px}.w-\[19px\]{width:19px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[207px\]{width:207px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[216px\]{width:216px}.w-\[218px\]{width:218px}.w-\[21px\]{width:21px}.w-\[226px\]{width:226px}.w-\[22px\]{width:22px}.w-\[230px\]{width:230px}.w-\[235px\]{width:235px}.w-\[246px\]{width:246px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[266px\]{width:266px}.w-\[26px\]{width:26px}.w-\[28px\]{width:28px}.w-\[290px\]{width:290px}.w-\[291px\]{width:291px}.w-\[294px\]{width:294px}.w-\[30\%\]{width:30%}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[320px\]{width:320px}.w-\[323px\]{width:323px}.w-\[32px\]{width:32px}.w-\[33\.5\%\]{width:33.5%}.w-\[335px\]{width:335px}.w-\[353px\]{width:353px}.w-\[35px\]{width:35px}.w-\[360px\]{width:360px}.w-\[375px\]{width:375px}.w-\[380px\]{width:380px}.w-\[387px\]{width:387px}.w-\[3px\]{width:3px}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[410px\]{width:410px}.w-\[44px\]{width:44px}.w-\[45\%\]{width:45%}.w-\[45px\]{width:45px}.w-\[46px\]{width:46px}.w-\[471px\]{width:471px}.w-\[475px\]{width:475px}.w-\[47px\]{width:47px}.w-\[48px\]{width:48px}.w-\[49px\]{width:49px}.w-\[50\%\]{width:50%}.w-\[501px\]{width:501px}.w-\[50px\]{width:50px}.w-\[52px\]{width:52px}.w-\[530px\]{width:530px}.w-\[550px\]{width:550px}.w-\[55px\]{width:55px}.w-\[56px\]{width:56px}.w-\[57px\]{width:57px}.w-\[595px\]{width:595px}.w-\[60\%\]{width:60%}.w-\[600px\]{width:600px}.w-\[60px\]{width:60px}.w-\[65px\]{width:65px}.w-\[667px\]{width:667px}.w-\[70\%\]{width:70%}.w-\[714px\]{width:714px}.w-\[72px\]{width:72px}.w-\[73\%\]{width:73%}.w-\[74px\]{width:74px}.w-\[78\%\]{width:78%}.w-\[7px\]{width:7px}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[813px\]{width:813px}.w-\[828px\]{width:828px}.w-\[85\%\]{width:85%}.w-\[867px\]{width:867px}.w-\[88\%\]{width:88%}.w-\[88px\]{width:88px}.w-\[89px\]{width:89px}.w-\[8px\]{width:8px}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[922px\]{width:922px}.w-\[94\%\]{width:94%}.w-\[94px\]{width:94px}.w-\[95\%\]{width:95%}.w-\[95px\]{width:95px}.w-\[97\%\]{width:97%}.w-\[9px\]{width:9px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-\[1006px\]{min-width:1006px}.min-w-\[100px\]{min-width:100px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[230px\]{min-width:230px}.min-w-\[335px\]{min-width:335px}.min-w-\[43px\]{min-width:43px}.min-w-\[44px\]{min-width:44px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[1006px\]{max-width:1006px}.max-w-\[100px\]{max-width:100px}.max-w-\[1023px\]{max-width:1023px}.max-w-\[1038px\]{max-width:1038px}.max-w-\[1091px\]{max-width:1091px}.max-w-\[1100px\]{max-width:1100px}.max-w-\[110px\]{max-width:110px}.max-w-\[1149px\]{max-width:1149px}.max-w-\[1161px\]{max-width:1161px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1205px\]{max-width:1205px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[140px\]{max-width:140px}.max-w-\[1463px\]{max-width:1463px}.max-w-\[198px\]{max-width:198px}.max-w-\[200px\]{max-width:200px}.max-w-\[218px\]{max-width:218px}.max-w-\[250px\]{max-width:250px}.max-w-\[264px\]{max-width:264px}.max-w-\[266px\]{max-width:266px}.max-w-\[270px\]{max-width:270px}.max-w-\[30\%\]{max-width:30%}.max-w-\[340px\]{max-width:340px}.max-w-\[343px\]{max-width:343px}.max-w-\[440px\]{max-width:440px}.max-w-\[44px\]{max-width:44px}.max-w-\[450px\]{max-width:450px}.max-w-\[453px\]{max-width:453px}.max-w-\[470px\]{max-width:470px}.max-w-\[500px\]{max-width:500px}.max-w-\[510px\]{max-width:510px}.max-w-\[540px\]{max-width:540px}.max-w-\[550px\]{max-width:550px}.max-w-\[556px\]{max-width:556px}.max-w-\[654px\]{max-width:654px}.max-w-\[665px\]{max-width:665px}.max-w-\[667px\]{max-width:667px}.max-w-\[700px\]{max-width:700px}.max-w-\[711px\]{max-width:711px}.max-w-\[774px\]{max-width:774px}.max-w-\[80\%\]{max-width:80%}.max-w-\[800px\]{max-width:800px}.max-w-\[828px\]{max-width:828px}.max-w-\[833px\]{max-width:833px}.max-w-\[850px\]{max-width:850px}.max-w-\[877px\]{max-width:877px}.max-w-\[910px\]{max-width:910px}.max-w-\[928px\]{max-width:928px}.max-w-\[95\%\]{max-width:95%}.max-w-\[976px\]{max-width:976px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[100px\]{--tw-translate-x: 100px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[50\%\]{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes slideIn{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-in{animation:slideIn .3s ease-in-out forwards}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[100px\]{gap:100px}.gap-\[10px\]{gap:10px}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[13px\]{gap:13px}.gap-\[14px\]{gap:14px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[19px\]{gap:19px}.gap-\[20px\]{gap:20px}.gap-\[21px\]{gap:21px}.gap-\[22px\]{gap:22px}.gap-\[23px\]{gap:23px}.gap-\[24px\]{gap:24px}.gap-\[26px\]{gap:26px}.gap-\[27px\]{gap:27px}.gap-\[28px\]{gap:28px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[32px\]{gap:32px}.gap-\[33px\]{gap:33px}.gap-\[4px\]{gap:4px}.gap-\[50px\]{gap:50px}.gap-\[5px\]{gap:5px}.gap-\[6\.5px\]{gap:6.5px}.gap-\[63px\]{gap:63px}.gap-\[64px\]{gap:64px}.gap-\[69px\]{gap:69px}.gap-\[6px\]{gap:6px}.gap-\[7px\]{gap:7px}.gap-\[8px\]{gap:8px}.gap-\[9\.5px\]{gap:9.5px}.gap-\[9px\]{gap:9px}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-\[16px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.divide-\[\#0000000D\]>:not([hidden])~:not([hidden]){border-color:#0000000d}.divide-\[\#0000001A\]>:not([hidden])~:not([hidden]){border-color:#0000001a}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100\%\]{border-radius:100%}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[170px\]{border-radius:170px}.rounded-\[20px\]{border-radius:20px}.rounded-\[27px\]{border-radius:27px}.rounded-\[3\.5px\]{border-radius:3.5px}.rounded-\[30px\]{border-radius:30px}.rounded-\[32px\]{border-radius:32px}.rounded-\[33px\]{border-radius:33px}.rounded-\[43px\]{border-radius:43px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5\.5px\]{border-radius:5.5px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[60px\]{border-radius:60px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7\.75px\]{border-radius:7.75px}.rounded-\[86px\]{border-radius:86px}.rounded-\[8px\]{border-radius:8px}.rounded-\[99px\]{border-radius:99px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-\[16px\]{border-top-left-radius:16px;border-bottom-left-radius:16px}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-\[16px\]{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-t-\[200px\]{border-top-left-radius:200px;border-top-right-radius:200px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tr-full{border-top-right-radius:9999px}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[0\.1px\]{border-width:.1px}.border-\[1\.5px\]{border-width:1.5px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-r,.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-\[1px\]{border-top-width:1px}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-\[\#EFEFEF\]{--tw-border-opacity: 1 !important;border-color:rgb(239 239 239 / var(--tw-border-opacity))!important}.\!border-transparent-blue{--tw-border-opacity: 1 !important;border-color:rgb(31 164 239 / var(--tw-border-opacity))!important}.border-\[\#0000000A\]{border-color:#0000000a}.border-\[\#0000000D\]{border-color:#0000000d}.border-\[\#00000014\]{border-color:#00000014}.border-\[\#0000001A\]{border-color:#0000001a}.border-\[\#00000022\]{border-color:#0002}.border-\[\#1FA4EF\]{--tw-border-opacity: 1;border-color:rgb(31 164 239 / var(--tw-border-opacity))}.border-\[\#624C7926\]{border-color:#624c7926}.border-\[\#DDDDDD\]{--tw-border-opacity: 1;border-color:rgb(221 221 221 / var(--tw-border-opacity))}.border-\[\#E2E2E2\]{--tw-border-opacity: 1;border-color:rgb(226 226 226 / var(--tw-border-opacity))}.border-\[\#E6E6E6\]{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity))}.border-\[\#E8E8E8\]{--tw-border-opacity: 1;border-color:rgb(232 232 232 / var(--tw-border-opacity))}.border-\[\#EF6A1F\]{--tw-border-opacity: 1;border-color:rgb(239 106 31 / var(--tw-border-opacity))}.border-\[\#EFEFEF\]{--tw-border-opacity: 1;border-color:rgb(239 239 239 / var(--tw-border-opacity))}.border-\[\#EFF1F4\]{--tw-border-opacity: 1;border-color:rgb(239 241 244 / var(--tw-border-opacity))}.border-\[\#F2F2F2\]{--tw-border-opacity: 1;border-color:rgb(242 242 242 / var(--tw-border-opacity))}.border-\[\#F3F3F3\]{--tw-border-opacity: 1;border-color:rgb(243 243 243 / var(--tw-border-opacity))}.border-\[\#F69B26\]{--tw-border-opacity: 1;border-color:rgb(246 155 38 / var(--tw-border-opacity))}.border-\[\#F6F6F6\]{--tw-border-opacity: 1;border-color:rgb(246 246 246 / var(--tw-border-opacity))}.border-\[\#F7373766\]{border-color:#f7373766}.border-\[\#FF5722\]{--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.border-\[\#FF5757\]{--tw-border-opacity: 1;border-color:rgb(255 87 87 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-grayColor{--tw-border-opacity: 1;border-color:rgb(142 142 142 / var(--tw-border-opacity))}.border-green{--tw-border-opacity: 1;border-color:rgb(1 188 98 / var(--tw-border-opacity))}.border-orange,.border-primaryColor{--tw-border-opacity: 1;border-color:rgb(239 106 31 / var(--tw-border-opacity))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-transparent-blue{--tw-border-opacity: 1;border-color:rgb(31 164 239 / var(--tw-border-opacity))}.border-userbg{--tw-border-opacity: 1;border-color:rgb(248 248 248 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.bg-\[\#0000000D\]{background-color:#0000000d}.bg-\[\#0000001A\]{background-color:#0000001a}.bg-\[\#000000\]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-\[\#1F27EF0D\]{background-color:#1f27ef0d}.bg-\[\#1F27EF\]\/10{background-color:#1f27ef1a}.bg-\[\#1FA4EF\]{--tw-bg-opacity: 1;background-color:rgb(31 164 239 / var(--tw-bg-opacity))}.bg-\[\#1FA4EF\]\/10{background-color:#1fa4ef1a}.bg-\[\#2AA1E41A\]{background-color:#2aa1e41a}.bg-\[\#33E7FF\]{--tw-bg-opacity: 1;background-color:rgb(51 231 255 / var(--tw-bg-opacity))}.bg-\[\#4ECC530D\]{background-color:#4ecc530d}.bg-\[\#4FE42A1A\],.bg-\[\#4FE42A\]\/10{background-color:#4fe42a1a}.bg-\[\#50C878\]{--tw-bg-opacity: 1;background-color:rgb(80 200 120 / var(--tw-bg-opacity))}.bg-\[\#585858\]{--tw-bg-opacity: 1;background-color:rgb(88 88 88 / var(--tw-bg-opacity))}.bg-\[\#755FFF\]{--tw-bg-opacity: 1;background-color:rgb(117 95 255 / var(--tw-bg-opacity))}.bg-\[\#7A0202\]{--tw-bg-opacity: 1;background-color:rgb(122 2 2 / var(--tw-bg-opacity))}.bg-\[\#8CC248\]{--tw-bg-opacity: 1;background-color:rgb(140 194 72 / var(--tw-bg-opacity))}.bg-\[\#D0EEFF\]{--tw-bg-opacity: 1;background-color:rgb(208 238 255 / var(--tw-bg-opacity))}.bg-\[\#D2D4DA\]{--tw-bg-opacity: 1;background-color:rgb(210 212 218 / var(--tw-bg-opacity))}.bg-\[\#D3D3D3\]\/20{background-color:#d3d3d333}.bg-\[\#E5E5E5\]{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.bg-\[\#E6E6E6\]{--tw-bg-opacity: 1;background-color:rgb(230 230 230 / var(--tw-bg-opacity))}.bg-\[\#E97040\]{--tw-bg-opacity: 1;background-color:rgb(233 112 64 / var(--tw-bg-opacity))}.bg-\[\#E97132\]{--tw-bg-opacity: 1;background-color:rgb(233 113 50 / var(--tw-bg-opacity))}.bg-\[\#EAECF0\]{--tw-bg-opacity: 1;background-color:rgb(234 236 240 / var(--tw-bg-opacity))}.bg-\[\#EAECF0\]\/40{background-color:#eaecf066}.bg-\[\#EB7F46\]{--tw-bg-opacity: 1;background-color:rgb(235 127 70 / var(--tw-bg-opacity))}.bg-\[\#ECBC3F\]{--tw-bg-opacity: 1;background-color:rgb(236 188 63 / var(--tw-bg-opacity))}.bg-\[\#EEEEEE\]{--tw-bg-opacity: 1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.bg-\[\#EF6A1F08\]{background-color:#ef6a1f08}.bg-\[\#EF6A1F0D\]{background-color:#ef6a1f0d}.bg-\[\#EF6A1F0F\]{background-color:#ef6a1f0f}.bg-\[\#EF6A1F1A\]{background-color:#ef6a1f1a}.bg-\[\#EF6A1FAB\]{background-color:#ef6a1fab}.bg-\[\#EF6A1F\]{--tw-bg-opacity: 1;background-color:rgb(239 106 31 / var(--tw-bg-opacity))}.bg-\[\#EF6A1F\]\/10{background-color:#ef6a1f1a}.bg-\[\#EFEFEF\]{--tw-bg-opacity: 1;background-color:rgb(239 239 239 / var(--tw-bg-opacity))}.bg-\[\#F2F2F2\]{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity))}.bg-\[\#F3E8FF\]{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.bg-\[\#F3F3F3\]{--tw-bg-opacity: 1;background-color:rgb(243 243 243 / var(--tw-bg-opacity))}.bg-\[\#F5F6F7\]{--tw-bg-opacity: 1;background-color:rgb(245 246 247 / var(--tw-bg-opacity))}.bg-\[\#F5F6F7\]\/80{background-color:#f5f6f7cc}.bg-\[\#F60F0F0D\]{background-color:#f60f0f0d}.bg-\[\#F69B261A\]{background-color:#f69b261a}.bg-\[\#F6F6F6\]{--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity))}.bg-\[\#F7F8F8\]{--tw-bg-opacity: 1;background-color:rgb(247 248 248 / var(--tw-bg-opacity))}.bg-\[\#F7F9FB\]{--tw-bg-opacity: 1;background-color:rgb(247 249 251 / var(--tw-bg-opacity))}.bg-\[\#F8F8F8\]{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.bg-\[\#F9F5FF\]{--tw-bg-opacity: 1;background-color:rgb(249 245 255 / var(--tw-bg-opacity))}.bg-\[\#F9F9F9\]{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity))}.bg-\[\#F9FAFB\]{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-\[\#FAFAFA\]{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-\[\#FDECEC\]{--tw-bg-opacity: 1;background-color:rgb(253 236 236 / var(--tw-bg-opacity))}.bg-\[\#FF5722\]{--tw-bg-opacity: 1;background-color:rgb(255 87 34 / var(--tw-bg-opacity))}.bg-\[\#FF57571A\]{background-color:#ff57571a}.bg-\[\#FF5757\]{--tw-bg-opacity: 1;background-color:rgb(255 87 87 / var(--tw-bg-opacity))}.bg-\[\#FF5757\]\/10{background-color:#ff57571a}.bg-\[\#FF5A5A\]{--tw-bg-opacity: 1;background-color:rgb(255 90 90 / var(--tw-bg-opacity))}.bg-\[\#FF7E47\]{--tw-bg-opacity: 1;background-color:rgb(255 126 71 / var(--tw-bg-opacity))}.bg-\[\#FFFFFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[\#FFFFF\]{background-color:#FFFFF}.bg-\[\#f8f8f8\]{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.bg-aquamarin{--tw-bg-opacity: 1;background-color:rgb(78 204 163 / var(--tw-bg-opacity))}.bg-bgColor{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/20{background-color:#0003}.bg-black\/40{background-color:#0006}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-durationBackground{--tw-bg-opacity: 1;background-color:rgb(245 246 247 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-grayish-blue{--tw-bg-opacity: 1;background-color:rgb(245 246 247 / var(--tw-bg-opacity))}.bg-green{--tw-bg-opacity: 1;background-color:rgb(1 188 98 / var(--tw-bg-opacity))}.bg-green\/20{background-color:#01bc6233}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.bg-light-gray{--tw-bg-opacity: 1;background-color:rgb(148 148 148 / var(--tw-bg-opacity))}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity))}.bg-neutral-400\/30{background-color:#a3a3a34d}.bg-neutral-600\/20{background-color:#52525233}.bg-neutral-600\/40{background-color:#52525266}.bg-neutral-600\/60{background-color:#52525299}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity))}.bg-neutral-950\/10{background-color:#0a0a0a1a}.bg-off-white{--tw-bg-opacity: 1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.bg-orange{--tw-bg-opacity: 1;background-color:rgb(239 106 31 / var(--tw-bg-opacity))}.bg-orange\/10{background-color:#ef6a1f1a}.bg-orange\/20{background-color:#ef6a1f33}.bg-orange\/80{background-color:#ef6a1fcc}.bg-orange\/90{background-color:#ef6a1fe6}.bg-pale-blue{--tw-bg-opacity: 1;background-color:rgb(247 249 251 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-300\/40{background-color:#cbd5e166}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-slate-900\/20{background-color:#0f172a33}.bg-transparent{background-color:transparent}.bg-transparent-blue{--tw-bg-opacity: 1;background-color:rgb(31 164 239 / var(--tw-bg-opacity))}.bg-userbg{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white-smoke{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-orange{--tw-gradient-from: #EF6A1F var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 106 31 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-300{--tw-gradient-from: #fda4af var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-rose-300{--tw-gradient-to: #fda4af var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to: #e11d48 var(--tw-gradient-to-position)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.p-\[0\.5px\]{padding:.5px}.p-\[10px\]{padding:10px}.p-\[12px\]{padding:12px}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.p-\[20px\]{padding:20px}.p-\[24px\]{padding:24px}.p-\[2px\]{padding:2px}.p-\[32px\]{padding:32px}.p-\[5px\]{padding:5px}.p-\[6px\]{padding:6px}.p-\[7px\]{padding:7px}.p-\[8px\]{padding:8px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[100px\]{padding-left:100px;padding-right:100px}.px-\[103px\]{padding-left:103px;padding-right:103px}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[130px\]{padding-left:130px;padding-right:130px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[151px\]{padding-left:151px;padding-right:151px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[17px\]{padding-left:17px;padding-right:17px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[27px\]{padding-left:27px;padding-right:27px}.px-\[28px\]{padding-left:28px;padding-right:28px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[35px\]{padding-left:35px;padding-right:35px}.px-\[42px\]{padding-left:42px;padding-right:42px}.px-\[4px\]{padding-left:4px;padding-right:4px}.px-\[5\.5rem\]{padding-left:5.5rem;padding-right:5.5rem}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[64px\]{padding-left:64px;padding-right:64px}.px-\[67px\]{padding-left:67px;padding-right:67px}.px-\[6px\]{padding-left:6px;padding-right:6px}.px-\[71px\]{padding-left:71px;padding-right:71px}.px-\[8px\]{padding-left:8px;padding-right:8px}.px-\[90px\]{padding-left:90px;padding-right:90px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[100px\]{padding-top:100px;padding-bottom:100px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[110px\]{padding-top:110px;padding-bottom:110px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[120px\]{padding-top:120px;padding-bottom:120px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[17\.5px\]{padding-top:17.5px;padding-bottom:17.5px}.py-\[17px\]{padding-top:17px;padding-bottom:17px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-\[19px\]{padding-top:19px;padding-bottom:19px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[22px\]{padding-top:22px;padding-bottom:22px}.py-\[23px\]{padding-top:23px;padding-bottom:23px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[28px\]{padding-top:28px;padding-bottom:28px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[31px\]{padding-top:31px;padding-bottom:31px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[47px\]{padding-top:47px;padding-bottom:47px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[64px\]{padding-top:64px;padding-bottom:64px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[80px\]{padding-top:80px;padding-bottom:80px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[100px\]{padding-bottom:100px}.pb-\[120px\]{padding-bottom:120px}.pb-\[12px\]{padding-bottom:12px}.pb-\[20px\]{padding-bottom:20px}.pb-\[210px\]{padding-bottom:210px}.pb-\[32px\]{padding-bottom:32px}.pb-\[56px\]{padding-bottom:56px}.pb-\[70px\]{padding-bottom:70px}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-\[100px\]{padding-left:100px}.pl-\[15px\]{padding-left:15px}.pl-\[45px\]{padding-left:45px}.pl-\[8\%\]{padding-left:8%}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-9{padding-right:2.25rem}.pr-\[10px\]{padding-right:10px}.pr-\[22px\]{padding-right:22px}.pr-\[8px\]{padding-right:8px}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[100px\]{padding-top:100px}.pt-\[120px\]{padding-top:120px}.pt-\[16px\]{padding-top:16px}.pt-\[220px\]{padding-top:220px}.pt-\[30px\]{padding-top:30px}.pt-\[3px\]{padding-top:3px}.pt-\[60px\]{padding-top:60px}.pt-\[68px\]{padding-top:68px}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.align-top{vertical-align:top}.font-inter-medium{font-family:inter-medium,sans-serif}.font-inter-regular{font-family:inter-regular,sans-serif}.font-lato-bold{font-family:lato-bold,sans-serif}.font-poppins-bold{font-family:poppins-bold,sans-serif}.font-poppins-light{font-family:poppins-light,sans-serif}.font-poppins-medium{font-family:poppins-medium,sans-serif}.font-poppins-regular{font-family:poppins-regular,sans-serif}.font-poppins-semibold{font-family:poppins-semibold,sans-serif}.text-10{font-size:10px}.text-26{font-size:26px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-32{font-size:32px}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[18px\]\/7{font-size:18px;line-height:1.75rem}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[250px\]{font-size:250px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[40px\]{font-size:40px}.text-\[48px\]{font-size:48px}.text-\[58px\]{font-size:58px}.text-\[62px\]{font-size:62px}.text-\[64px\]{font-size:64px}.text-\[6px\]{font-size:6px}.text-\[7px\]{font-size:7px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-\[16\.94px\]{line-height:16.94px}.leading-\[21px\]{line-height:21px}.leading-\[26px\]{line-height:26px}.leading-\[30px\]{line-height:30px}.leading-\[40px\]{line-height:40px}.leading-\[5rem\]{line-height:5rem}.leading-\[70px\]{line-height:70px}.leading-\[75px\]{line-height:75px}.leading-\[9\.6px\]{line-height:9.6px}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.\!text-\[\#344054\]{--tw-text-opacity: 1 !important;color:rgb(52 64 84 / var(--tw-text-opacity))!important}.\!text-orange{--tw-text-opacity: 1 !important;color:rgb(239 106 31 / var(--tw-text-opacity))!important}.\!text-transparent-blue{--tw-text-opacity: 1 !important;color:rgb(31 164 239 / var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#01BC62\]{--tw-text-opacity: 1;color:rgb(1 188 98 / var(--tw-text-opacity))}.text-\[\#060026\]{--tw-text-opacity: 1;color:rgb(6 0 38 / var(--tw-text-opacity))}.text-\[\#091E42\]{--tw-text-opacity: 1;color:rgb(9 30 66 / var(--tw-text-opacity))}.text-\[\#0985FF\]{--tw-text-opacity: 1;color:rgb(9 133 255 / var(--tw-text-opacity))}.text-\[\#0A1C2E\]{--tw-text-opacity: 1;color:rgb(10 28 46 / var(--tw-text-opacity))}.text-\[\#0D4041\]{--tw-text-opacity: 1;color:rgb(13 64 65 / var(--tw-text-opacity))}.text-\[\#101828\]{--tw-text-opacity: 1;color:rgb(16 24 40 / var(--tw-text-opacity))}.text-\[\#151D48\]{--tw-text-opacity: 1;color:rgb(21 29 72 / var(--tw-text-opacity))}.text-\[\#181818\]{--tw-text-opacity: 1;color:rgb(24 24 24 / var(--tw-text-opacity))}.text-\[\#1A1A1A\]{--tw-text-opacity: 1;color:rgb(26 26 26 / var(--tw-text-opacity))}.text-\[\#1A2D33\]{--tw-text-opacity: 1;color:rgb(26 45 51 / var(--tw-text-opacity))}.text-\[\#1D2433A6\]{color:#1d2433a6}.text-\[\#1D2433\]{--tw-text-opacity: 1;color:rgb(29 36 51 / var(--tw-text-opacity))}.text-\[\#1F27EF\]{--tw-text-opacity: 1;color:rgb(31 39 239 / var(--tw-text-opacity))}.text-\[\#1F73F0\]{--tw-text-opacity: 1;color:rgb(31 115 240 / var(--tw-text-opacity))}.text-\[\#1FA4EF\]{--tw-text-opacity: 1;color:rgb(31 164 239 / var(--tw-text-opacity))}.text-\[\#272727\]{--tw-text-opacity: 1;color:rgb(39 39 39 / var(--tw-text-opacity))}.text-\[\#2AA1E4\]{--tw-text-opacity: 1;color:rgb(42 161 228 / var(--tw-text-opacity))}.text-\[\#333A44\]{--tw-text-opacity: 1;color:rgb(51 58 68 / var(--tw-text-opacity))}.text-\[\#393A44\]{--tw-text-opacity: 1;color:rgb(57 58 68 / var(--tw-text-opacity))}.text-\[\#434343\]{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.text-\[\#4B4B4B\]{--tw-text-opacity: 1;color:rgb(75 75 75 / var(--tw-text-opacity))}.text-\[\#4D4D4D\]{--tw-text-opacity: 1;color:rgb(77 77 77 / var(--tw-text-opacity))}.text-\[\#4ECC53\]{--tw-text-opacity: 1;color:rgb(78 204 83 / var(--tw-text-opacity))}.text-\[\#4FAD2E\]{--tw-text-opacity: 1;color:rgb(79 173 46 / var(--tw-text-opacity))}.text-\[\#4FE42A\]{--tw-text-opacity: 1;color:rgb(79 228 42 / var(--tw-text-opacity))}.text-\[\#525252\]{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity))}.text-\[\#54B718\]{--tw-text-opacity: 1;color:rgb(84 183 24 / var(--tw-text-opacity))}.text-\[\#585858\]{--tw-text-opacity: 1;color:rgb(88 88 88 / var(--tw-text-opacity))}.text-\[\#6D6D6D\]{--tw-text-opacity: 1;color:rgb(109 109 109 / var(--tw-text-opacity))}.text-\[\#737373\]{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-\[\#737791\]{--tw-text-opacity: 1;color:rgb(115 119 145 / var(--tw-text-opacity))}.text-\[\#7A0202\]{--tw-text-opacity: 1;color:rgb(122 2 2 / var(--tw-text-opacity))}.text-\[\#808080\]{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.text-\[\#828386\]{--tw-text-opacity: 1;color:rgb(130 131 134 / var(--tw-text-opacity))}.text-\[\#858585\]{--tw-text-opacity: 1;color:rgb(133 133 133 / var(--tw-text-opacity))}.text-\[\#868686\]{--tw-text-opacity: 1;color:rgb(134 134 134 / var(--tw-text-opacity))}.text-\[\#898989\]{--tw-text-opacity: 1;color:rgb(137 137 137 / var(--tw-text-opacity))}.text-\[\#8B8B8B\]{--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.text-\[\#8E8E8E\]{--tw-text-opacity: 1;color:rgb(142 142 142 / var(--tw-text-opacity))}.text-\[\#909198\]{--tw-text-opacity: 1;color:rgb(144 145 152 / var(--tw-text-opacity))}.text-\[\#919191\]{--tw-text-opacity: 1;color:rgb(145 145 145 / var(--tw-text-opacity))}.text-\[\#949494\]{--tw-text-opacity: 1;color:rgb(148 148 148 / var(--tw-text-opacity))}.text-\[\#98A0A0\]{--tw-text-opacity: 1;color:rgb(152 160 160 / var(--tw-text-opacity))}.text-\[\#9A9A9A\]{--tw-text-opacity: 1;color:rgb(154 154 154 / var(--tw-text-opacity))}.text-\[\#B1B1B1\]{--tw-text-opacity: 1;color:rgb(177 177 177 / var(--tw-text-opacity))}.text-\[\#BDBDBD\]{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity))}.text-\[\#E97040\]{--tw-text-opacity: 1;color:rgb(233 112 64 / var(--tw-text-opacity))}.text-\[\#E97131\]{--tw-text-opacity: 1;color:rgb(233 113 49 / var(--tw-text-opacity))}.text-\[\#EF6A1F\]{--tw-text-opacity: 1;color:rgb(239 106 31 / var(--tw-text-opacity))}.text-\[\#F60B0B\]{--tw-text-opacity: 1;color:rgb(246 11 11 / var(--tw-text-opacity))}.text-\[\#F69B26\]{--tw-text-opacity: 1;color:rgb(246 155 38 / var(--tw-text-opacity))}.text-\[\#F8F8F8\]{--tw-text-opacity: 1;color:rgb(248 248 248 / var(--tw-text-opacity))}.text-\[\#FF5722\]{--tw-text-opacity: 1;color:rgb(255 87 34 / var(--tw-text-opacity))}.text-\[\#FF5757\]{--tw-text-opacity: 1;color:rgb(255 87 87 / var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[\#ffffff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-bluish-gray{--tw-text-opacity: 1;color:rgb(115 119 145 / var(--tw-text-opacity))}.text-bold-dark{--tw-text-opacity: 1;color:rgb(16 24 40 / var(--tw-text-opacity))}.text-dark-black{--tw-text-opacity: 1;color:rgb(26 26 26 / var(--tw-text-opacity))}.text-dark-gray{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.text-deep-blue{--tw-text-opacity: 1;color:rgb(21 29 72 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-grayColor{--tw-text-opacity: 1;color:rgb(142 142 142 / var(--tw-text-opacity))}.text-green{--tw-text-opacity: 1;color:rgb(1 188 98 / var(--tw-text-opacity))}.text-green\/90{color:#01bc62e6}.text-headingColor{--tw-text-opacity: 1;color:rgb(26 45 51 / var(--tw-text-opacity))}.text-light-gray{--tw-text-opacity: 1;color:rgb(148 148 148 / var(--tw-text-opacity))}.text-mid-tone-gray{--tw-text-opacity: 1;color:rgb(77 77 77 / var(--tw-text-opacity))}.text-orange{--tw-text-opacity: 1;color:rgb(239 106 31 / var(--tw-text-opacity))}.text-orange\/80{color:#ef6a1fcc}.text-orange\/90{color:#ef6a1fe6}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-teal{--tw-text-opacity: 1;color:rgb(26 45 51 / var(--tw-text-opacity))}.text-text-color{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.text-transparent-blue{--tw-text-opacity: 1;color:rgb(31 164 239 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-white\/10{color:#ffffff1a}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-8{text-underline-offset:8px}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-\[\#1FB1F0\]{outline-color:#1fb1f0}.outline-\[\#EF6A1F\],.outline-orange{outline-color:#ef6a1f}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity))}.ring-orange{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 106 31 / var(--tw-ring-opacity))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}.auth_bg_gradient{background:linear-gradient(#ef6a1feb,#ef6a1feb),url(/assets/oasisInfo-CZ_9NEjS.png) center/100% 100%}.dropdown-shadow{box-shadow:0 4px 102px #00000017}.time-glutter-header{display:flex;height:100%;align-items:center;justify-content:center;font-family:poppins-medium,sans-serif;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(88 88 88 / var(--tw-text-opacity))}.tHead{border-width:1px;--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity));font-family:poppins-semibold,sans-serif;font-size:8px;--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}@media (min-width: 768px){.tHead{font-size:14px}}.firstInput{display:flex;align-items:center;gap:.5rem;padding:5px}@media (min-width: 768px){.firstInput{padding:12px 24px}}.td{padding:5px}@media (min-width: 768px){.td{padding:16px 24px}}.tdFirstInput{display:flex;flex-direction:column;gap:5px;padding:8px}@media (min-width: 768px){.tdFirstInput{flex-direction:row;align-items:center;gap:9.5px}}.tbodyTd{padding:5px;font-family:poppins-regular,sans-serif;font-size:10px;--tw-text-opacity: 1;color:rgb(10 28 46 / var(--tw-text-opacity))}@media (min-width: 768px){.tbodyTd{padding:24px;font-size:14px}}.ProductsOptions{border-radius:.5rem;border-width:1px;padding:4px 8px;font-family:inter-regular,sans-serif;font-size:8px;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.ProductsOptions:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (min-width: 768px){.ProductsOptions{padding:8px 16px;font-size:14px}}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);width:30px;height:30px;cursor:pointer}.communitySwiper .swiper-pagination{bottom:0}.communitySwiper .swiper-pagination .swiper-pagination-bullet{height:4px;width:4px}.communitySwiper .swiper-pagination .swiper-pagination-bullet-active{height:5px;width:5px;background-color:#000}.hideScrollBar::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.overflow-x-auto{scrollbar-width:none}body{overflow-x:hidden!important}.ant-steps-item-container{display:flex;align-items:center}.ant-steps .ant-steps-item-title{color:red!important;font-size:0px}.ant-steps-item-finish .ant-steps-item-title:after{background-color:red!important}.placeholder\:absolute::-moz-placeholder{position:absolute}.placeholder\:absolute::placeholder{position:absolute}.placeholder\:left-\[45px\]::-moz-placeholder{left:45px}.placeholder\:left-\[45px\]::placeholder{left:45px}.placeholder\:font-poppins-regular::-moz-placeholder{font-family:poppins-regular,sans-serif}.placeholder\:font-poppins-regular::placeholder{font-family:poppins-regular,sans-serif}.placeholder\:text-\[12px\]::-moz-placeholder{font-size:12px}.placeholder\:text-\[12px\]::placeholder{font-size:12px}.placeholder\:text-\[\#434343\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.placeholder\:text-\[\#434343\]::placeholder{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.placeholder\:text-\[\#8B8B8B\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.placeholder\:text-\[\#8B8B8B\]::placeholder{--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.placeholder\:text-\[\#949494\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 148 148 / var(--tw-text-opacity))}.placeholder\:text-\[\#949494\]::placeholder{--tw-text-opacity: 1;color:rgb(148 148 148 / var(--tw-text-opacity))}.placeholder\:text-\[\#999999\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.placeholder\:text-\[\#999999\]::placeholder{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.placeholder\:text-dark-gray::-moz-placeholder{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.placeholder\:text-dark-gray::placeholder{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.backdrop\:bg-gray-900\/50::backdrop{background-color:#11182780}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:start-\[2px\]:after{content:var(--tw-content);inset-inline-start:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:border-b-0:last-child{border-bottom-width:0px}.group:hover .group-hover\:w-full{width:100%}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.group:hover .group-hover\:font-inter-medium{font-family:inter-medium,sans-serif}.group:hover .group-hover\:text-orange{--tw-text-opacity: 1;color:rgb(239 106 31 / var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-orange{--tw-bg-opacity: 1;background-color:rgb(239 106 31 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:text-orange{--tw-text-opacity: 1;color:rgb(239 106 31 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.hover\:h-\[210px\]:hover{height:210px}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border:hover{border-width:1px}.hover\:border-2:hover{border-width:2px}.hover\:border-orange:hover{--tw-border-opacity: 1;border-color:rgb(239 106 31 / var(--tw-border-opacity))}.hover\:bg-\[\#E97040\]\/90:hover{background-color:#e97040e6}.hover\:bg-\[\#F8F8F8\]:hover{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.hover\:bg-\[\#FF5722\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 87 34 / var(--tw-bg-opacity))}.hover\:bg-\[\#FF5A5A\]\/90:hover{background-color:#ff5a5ae6}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-orange:hover{--tw-bg-opacity: 1;background-color:rgb(239 106 31 / var(--tw-bg-opacity))}.hover\:bg-orange\/70:hover{background-color:#ef6a1fb3}.hover\:bg-orange\/80:hover{background-color:#ef6a1fcc}.hover\:bg-orange\/90:hover{background-color:#ef6a1fe6}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-userbg:hover{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.hover\:bg-opacity-70:hover{--tw-bg-opacity: .7}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:bg-opacity-90:hover{--tw-bg-opacity: .9}.hover\:font-poppins-semibold:hover{font-family:poppins-semibold,sans-serif}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-headingColor:hover{--tw-text-opacity: 1;color:rgb(26 45 51 / var(--tw-text-opacity))}.hover\:text-orange:hover{--tw-text-opacity: 1;color:rgb(239 106 31 / var(--tw-text-opacity))}.hover\:text-orange\/80:hover{color:#ef6a1fcc}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.hover\:text-slate-500:hover{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.hover\:text-text-color:hover{--tw-text-opacity: 1;color:rgb(67 67 67 / var(--tw-text-opacity))}.hover\:text-text-color\/80:hover{color:#434343cc}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:right-0:focus{right:0}.focus\:border-\[\#1FA4EF\]:focus{--tw-border-opacity: 1;border-color:rgb(31 164 239 / var(--tw-border-opacity))}.focus\:border-\[\#E97040\]:focus{--tw-border-opacity: 1;border-color:rgb(233 112 64 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:border-orange:focus{--tw-border-opacity: 1;border-color:rgb(239 106 31 / var(--tw-border-opacity))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#E97040\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 112 64 / var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.active\:right-3:active{right:.75rem}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-gray-200:active{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.active\:bg-gray-300:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.active\:ring-8:active{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}@media not all and (min-width: 1280px){.max-xl\:h-\[40px\]{height:40px}.max-xl\:h-\[42px\]{height:42px}.max-xl\:w-\[100px\]{width:100px}}@media not all and (min-width: 1024px){.max-lg\:order-first{order:-9999}.max-lg\:hidden{display:none}.max-lg\:h-\[42px\]{height:42px}.max-lg\:w-\[42px\]{width:42px}.max-lg\:max-w-\[50\%\]{max-width:50%}.max-lg\:flex-col{flex-direction:column}.max-lg\:justify-center{justify-content:center}.max-lg\:justify-between{justify-content:space-between}.max-lg\:gap-\[10px\]{gap:10px}.max-lg\:px-\[20px\]{padding-left:20px;padding-right:20px}}@media not all and (min-width: 768px){.max-md\:h-10{height:2.5rem}.max-md\:h-20{height:5rem}.max-md\:h-7{height:1.75rem}.max-md\:h-9{height:2.25rem}.max-md\:h-\[50px\]{height:50px}.max-md\:h-fit{height:-moz-fit-content;height:fit-content}.max-md\:w-12{width:3rem}.max-md\:w-20{width:5rem}.max-md\:w-28{width:7rem}.max-md\:w-7{width:1.75rem}.max-md\:w-9{width:2.25rem}.max-md\:w-\[12px\]{width:12px}.max-md\:w-\[13px\]{width:13px}.max-md\:w-\[15px\]{width:15px}.max-md\:w-\[50px\]{width:50px}.max-md\:w-\[7px\]{width:7px}.max-md\:w-fit{width:-moz-fit-content;width:fit-content}.max-md\:max-w-\[170px\]{max-width:170px}.max-md\:flex-col{flex-direction:column}.max-md\:items-start{align-items:flex-start}.max-md\:items-center{align-items:center}.max-md\:justify-center{justify-content:center}.max-md\:gap-1{gap:.25rem}.max-md\:gap-2{gap:.5rem}.max-md\:gap-3{gap:.75rem}.max-md\:gap-4{gap:1rem}.max-md\:gap-5{gap:1.25rem}.max-md\:whitespace-nowrap{white-space:nowrap}.max-md\:p-1{padding:.25rem}.max-md\:p-2{padding:.5rem}.max-md\:p-3{padding:.75rem}.max-md\:px-2{padding-left:.5rem;padding-right:.5rem}.max-md\:px-4{padding-left:1rem;padding-right:1rem}.max-md\:px-\[10px\]{padding-left:10px;padding-right:10px}.max-md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.max-md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.max-md\:pl-\[11\%\]{padding-left:11%}.max-md\:pr-4{padding-right:1rem}.max-md\:\!text-\[10px\]{font-size:10px!important}.max-md\:text-10{font-size:10px}.max-md\:text-2xl{font-size:1.5rem;line-height:2rem}.max-md\:text-\[10px\]{font-size:10px}.max-md\:text-\[12px\]{font-size:12px}.max-md\:text-\[8px\]{font-size:8px}.max-md\:text-lg{font-size:1.125rem;line-height:1.75rem}.max-md\:text-sm{font-size:.875rem;line-height:1.25rem}.max-md\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-md\:text-xs{font-size:.75rem;line-height:1rem}}@media not all and (min-width: 640px){.max-sm\:bottom-\[50px\]{bottom:50px}.max-sm\:mt-\[26px\]{margin-top:26px}.max-sm\:h-\[25px\]{height:25px}.max-sm\:h-\[40px\]{height:40px}.max-sm\:w-\[100\%\]{width:100%}.max-sm\:w-\[25px\]{width:25px}.max-sm\:w-\[320px\]{width:320px}.max-sm\:w-\[40px\]{width:40px}.max-sm\:w-\[90\%\]{width:90%}.max-sm\:max-w-\[80\%\]{max-width:80%}.max-sm\:flex-col{flex-direction:column}.max-sm\:justify-center{justify-content:center}.max-sm\:gap-\[4px\]{gap:4px}.max-sm\:gap-\[8px\]{gap:8px}.max-sm\:bg-center{background-position:center}.max-sm\:p-2{padding:.5rem}.max-sm\:px-0{padding-left:0;padding-right:0}.max-sm\:px-1{padding-left:.25rem;padding-right:.25rem}.max-sm\:px-2{padding-left:.5rem;padding-right:.5rem}.max-sm\:px-4{padding-left:1rem;padding-right:1rem}.max-sm\:px-8{padding-left:2rem;padding-right:2rem}.max-sm\:px-\[10px\]{padding-left:10px;padding-right:10px}.max-sm\:px-\[12px\]{padding-left:12px;padding-right:12px}.max-sm\:px-\[20px\]{padding-left:20px;padding-right:20px}.max-sm\:px-\[8px\]{padding-left:8px;padding-right:8px}.max-sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.max-sm\:py-\[15px\]{padding-top:15px;padding-bottom:15px}.max-sm\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.max-sm\:py-\[6px\]{padding-top:6px;padding-bottom:6px}.max-sm\:text-center{text-align:center}.max-sm\:text-\[10px\]{font-size:10px}.max-sm\:text-\[12px\]{font-size:12px}.max-sm\:text-\[14px\]{font-size:14px}.max-sm\:text-\[16px\]{font-size:16px}.max-sm\:text-\[24px\]{font-size:24px}.max-sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 640px){.sm\:-bottom-\[170px\]{bottom:-170px}.sm\:bottom-5{bottom:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:ml-0{margin-left:0}.sm\:h-\[600px\]{height:600px}.sm\:h-\[9\.25rem\]{height:9.25rem}.sm\:h-\[950px\]{height:950px}.sm\:w-10{width:2.5rem}.sm\:w-\[100\%\]{width:100%}.sm\:w-\[522px\]{width:522px}.sm\:w-\[586px\]{width:586px}.sm\:w-\[700px\]{width:700px}.sm\:w-\[85\%\]{width:85%}.sm\:w-\[97\%\]{width:97%}.sm\:w-\[98\%\]{width:98%}.sm\:w-full{width:100%}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:gap-\[12\%\]{gap:12%}.sm\:gap-y-10{row-gap:2.5rem}.sm\:overflow-y-auto{overflow-y:auto}.sm\:overflow-y-scroll{overflow-y:scroll}.sm\:border-b{border-bottom-width:1px}.sm\:border-r-0{border-right-width:0px}.sm\:p-5{padding:1.25rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:pl-0{padding-left:0}.sm\:pl-2{padding-left:.5rem}.sm\:pt-5{padding-top:1.25rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:-bottom-\[150px\]{bottom:-150px}.md\:bottom-3{bottom:.75rem}.md\:bottom-\[-350px\]{bottom:-350px}.md\:col-span-1{grid-column:span 1 / span 1}.md\:mb-7{margin-bottom:1.75rem}.md\:ml-0{margin-left:0}.md\:ml-10{margin-left:2.5rem}.md\:ml-\[40px\]{margin-left:40px}.md\:mt-40{margin-top:10rem}.md\:mt-\[120px\]{margin-top:120px}.md\:mt-\[16px\]{margin-top:16px}.md\:mt-\[32px\]{margin-top:32px}.md\:mt-\[64px\]{margin-top:64px}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[1050px\]{height:1050px}.md\:h-\[16px\]{height:16px}.md\:h-\[210px\]{height:210px}.md\:h-\[219px\]{height:219px}.md\:h-\[25px\]{height:25px}.md\:h-\[295px\]{height:295px}.md\:h-\[300px\]{height:300px}.md\:h-\[30px\]{height:30px}.md\:h-\[40px\]{height:40px}.md\:h-\[44px\]{height:44px}.md\:h-\[45px\]{height:45px}.md\:h-\[48px\]{height:48px}.md\:h-\[600px\]{height:600px}.md\:h-\[65px\]{height:65px}.md\:h-\[70\%\]{height:70%}.md\:h-\[75px\]{height:75px}.md\:h-\[80\%\]{height:80%}.md\:h-\[85px\]{height:85px}.md\:h-\[88px\]{height:88px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-32{width:8rem}.md\:w-5{width:1.25rem}.md\:w-\[100\%\]{width:100%}.md\:w-\[16px\]{width:16px}.md\:w-\[210px\]{width:210px}.md\:w-\[25px\]{width:25px}.md\:w-\[275px\]{width:275px}.md\:w-\[30px\]{width:30px}.md\:w-\[40\%\]{width:40%}.md\:w-\[400px\]{width:400px}.md\:w-\[40px\]{width:40px}.md\:w-\[44px\]{width:44px}.md\:w-\[45px\]{width:45px}.md\:w-\[48px\]{width:48px}.md\:w-\[500px\]{width:500px}.md\:w-\[51\%\]{width:51%}.md\:w-\[522px\]{width:522px}.md\:w-\[554px\]{width:554px}.md\:w-\[58\%\]{width:58%}.md\:w-\[586px\]{width:586px}.md\:w-\[600px\]{width:600px}.md\:w-\[65px\]{width:65px}.md\:w-\[70\%\]{width:70%}.md\:w-\[700px\]{width:700px}.md\:w-\[75px\]{width:75px}.md\:w-\[78\%\]{width:78%}.md\:w-\[85px\]{width:85px}.md\:w-\[90\%\]{width:90%}.md\:w-\[95\%\]{width:95%}.md\:w-\[calc\(50\%-16\.5px\)\]{width:calc(50% - 16.5px)}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:max-w-\[600px\]{max-width:600px}.md\:max-w-\[90\%\]{max-width:90%}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:gap-1{gap:.25rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-8{gap:2rem}.md\:gap-\[10px\]{gap:10px}.md\:gap-\[14px\]{gap:14px}.md\:gap-\[15px\]{gap:15px}.md\:gap-\[16px\]{gap:16px}.md\:gap-\[20px\]{gap:20px}.md\:gap-\[40px\]{gap:40px}.md\:gap-\[4px\]{gap:4px}.md\:gap-y-10{row-gap:2.5rem}.md\:border-b{border-bottom-width:1px}.md\:border-r-0{border-right-width:0px}.md\:p-0{padding:0}.md\:p-\[24px\]{padding:24px}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-\[10px\]{padding-left:10px;padding-right:10px}.md\:px-\[14px\]{padding-left:14px;padding-right:14px}.md\:px-\[16px\]{padding-left:16px;padding-right:16px}.md\:px-\[18px\]{padding-left:18px;padding-right:18px}.md\:px-\[240px\]{padding-left:240px;padding-right:240px}.md\:px-\[24px\]{padding-left:24px;padding-right:24px}.md\:px-\[26px\]{padding-left:26px;padding-right:26px}.md\:px-\[27px\]{padding-left:27px;padding-right:27px}.md\:px-\[8px\]{padding-left:8px;padding-right:8px}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-\[10px\]{padding-top:10px;padding-bottom:10px}.md\:py-\[13px\]{padding-top:13px;padding-bottom:13px}.md\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.md\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.md\:py-\[22px\]{padding-top:22px;padding-bottom:22px}.md\:py-\[24px\]{padding-top:24px;padding-bottom:24px}.md\:py-\[4px\]{padding-top:4px;padding-bottom:4px}.md\:py-\[6px\]{padding-top:6px;padding-bottom:6px}.md\:py-\[8px\]{padding-top:8px;padding-bottom:8px}.md\:pl-0{padding-left:0}.md\:pl-3{padding-left:.75rem}.md\:pl-7{padding-left:1.75rem}.md\:pl-8{padding-left:2rem}.md\:pr-3\.5{padding-right:.875rem}.md\:pr-\[30px\]{padding-right:30px}.md\:pt-10{padding-top:2.5rem}.md\:pt-3{padding-top:.75rem}.md\:text-\[10px\]{font-size:10px}.md\:text-\[11px\]{font-size:11px}.md\:text-\[12px\]{font-size:12px}.md\:text-\[14px\]{font-size:14px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[17px\]{font-size:17px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[26px\]{font-size:26px}.md\:text-\[2px\]{font-size:2px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.md\:scrollbar-hide::-webkit-scrollbar{display:none}}@media (min-width: 1024px){.lg\:-bottom-\[200px\]{bottom:-200px}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mb-7{margin-bottom:1.75rem}.lg\:ml-\[240px\]{margin-left:240px}.lg\:mt-\[37px\]{margin-top:37px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-5{height:1.25rem}.lg\:h-6{height:1.5rem}.lg\:h-\[1000px\]{height:1000px}.lg\:h-\[104px\]{height:104px}.lg\:h-\[20px\]{height:20px}.lg\:h-\[40px\]{height:40px}.lg\:h-\[600px\]{height:600px}.lg\:h-\[708px\]{height:708px}.lg\:h-\[94px\]{height:94px}.lg\:max-h-\[90\%\]{max-height:90%}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-6{width:1.5rem}.lg\:w-\[100\%\]{width:100%}.lg\:w-\[104px\]{width:104px}.lg\:w-\[20px\]{width:20px}.lg\:w-\[220px\]{width:220px}.lg\:w-\[23\%\]{width:23%}.lg\:w-\[30\%\]{width:30%}.lg\:w-\[35\%\]{width:35%}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[40px\]{width:40px}.lg\:w-\[450px\]{width:450px}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[522px\]{width:522px}.lg\:w-\[586px\]{width:586px}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[800px\]{width:800px}.lg\:w-\[900px\]{width:900px}.lg\:max-w-\[70\%\]{max-width:70%}.lg\:max-w-\[98\%\]{max-width:98%}.lg\:max-w-xl{max-width:36rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-\[100px\]{gap:100px}.lg\:gap-\[20px\]{gap:20px}.lg\:gap-\[24px\]{gap:24px}.lg\:gap-\[4px\]{gap:4px}.lg\:gap-\[50px\]{gap:50px}.lg\:gap-y-10{row-gap:2.5rem}.lg\:overflow-visible{overflow:visible}.lg\:rounded-md{border-radius:.375rem}.lg\:border-b{border-bottom-width:1px}.lg\:border-r-0{border-right-width:0px}.lg\:border-r-\[1px\]{border-right-width:1px}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-\[100px\]{padding-left:100px;padding-right:100px}.lg\:px-\[18px\]{padding-left:18px;padding-right:18px}.lg\:px-\[20px\]{padding-left:20px;padding-right:20px}.lg\:py-\[10px\]{padding-top:10px;padding-bottom:10px}.lg\:py-\[6px\]{padding-top:6px;padding-bottom:6px}.lg\:pl-\[100px\]{padding-left:100px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[20px\]\/7{font-size:20px;line-height:1.75rem}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[26px\]{font-size:26px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[36px\]{font-size:36px}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.lg\:scrollbar-hide::-webkit-scrollbar{display:none}}@media (min-width: 1280px){.xl\:absolute{position:absolute}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:ml-14{margin-left:3.5rem}.xl\:ml-\[85px\]{margin-left:85px}.xl\:h-\[200px\]{height:200px}.xl\:h-\[25px\]{height:25px}.xl\:h-\[408px\]{height:408px}.xl\:h-\[430px\]{height:430px}.xl\:h-\[44px\]{height:44px}.xl\:h-\[53px\]{height:53px}.xl\:h-\[950px\]{height:950px}.xl\:w-1\/2{width:50%}.xl\:w-3\/5{width:60%}.xl\:w-\[100\%\]{width:100%}.xl\:w-\[1225px\]{width:1225px}.xl\:w-\[17px\]{width:17px}.xl\:w-\[21\%\]{width:21%}.xl\:w-\[25px\]{width:25px}.xl\:w-\[26\%\]{width:26%}.xl\:w-\[274px\]{width:274px}.xl\:w-\[38\%\]{width:38%}.xl\:w-\[44px\]{width:44px}.xl\:w-\[522px\]{width:522px}.xl\:w-\[536px\]{width:536px}.xl\:w-\[53px\]{width:53px}.xl\:w-\[586px\]{width:586px}.xl\:w-\[891px\]{width:891px}.xl\:w-\[922px\]{width:922px}.xl\:w-\[950px\]{width:950px}.xl\:max-w-7xl{max-width:80rem}.xl\:max-w-\[276px\]{max-width:276px}.xl\:max-w-\[87\%\]{max-width:87%}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:justify-start{justify-content:flex-start}.xl\:justify-center{justify-content:center}.xl\:gap-\[14px\]{gap:14px}.xl\:gap-\[8px\]{gap:8px}.xl\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.xl\:break-normal{overflow-wrap:normal;word-break:normal}.xl\:border-b-0{border-bottom-width:0px}.xl\:border-r{border-right-width:1px}.xl\:p-\[20px\]{padding:20px}.xl\:px-\[100px\]{padding-left:100px;padding-right:100px}.xl\:px-\[14px\]{padding-left:14px;padding-right:14px}.xl\:py-\[14px\]{padding-top:14px;padding-bottom:14px}.xl\:pl-4{padding-left:1rem}.xl\:text-\[12px\]{font-size:12px}.xl\:text-\[14px\]{font-size:14px}.xl\:text-\[18px\]{font-size:18px}.xl\:text-\[26px\]{font-size:26px}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1536px){.\32xl\:grid{display:grid}.\32xl\:h-\[18px\]{height:18px}.\32xl\:h-\[22px\]{height:22px}.\32xl\:h-\[237px\]{height:237px}.\32xl\:h-\[25px\]{height:25px}.\32xl\:h-\[28px\]{height:28px}.\32xl\:w-\[18px\]{width:18px}.\32xl\:w-\[22px\]{width:22px}.\32xl\:w-\[25px\]{width:25px}.\32xl\:w-\[28px\]{width:28px}.\32xl\:w-\[600px\]{width:600px}.\32xl\:min-w-\[130px\]{min-width:130px}.\32xl\:max-w-xl{max-width:36rem}.\32xl\:gap-\[32px\]{gap:32px}.\32xl\:px-\[21px\]{padding-left:21px;padding-right:21px}.\32xl\:py-\[12px\]{padding-top:12px;padding-bottom:12px}.\32xl\:py-\[8px\]{padding-top:8px;padding-bottom:8px}.\32xl\:text-\[13px\]{font-size:13px}.\32xl\:text-\[14px\]{font-size:14px}.\32xl\:text-\[15px\]{font-size:15px}.\32xl\:text-\[16px\]{font-size:16px}.\32xl\:text-\[20px\]{font-size:20px}}.peer:checked~.rtl\:peer-checked\:after\:-translate-x-full:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.peer:checked~.dark\:peer-checked\:bg-orange{--tw-bg-opacity: 1;background-color:rgb(239 106 31 / var(--tw-bg-opacity))}.peer:focus~.dark\:peer-focus\:ring-orange{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 106 31 / var(--tw-ring-opacity))}.dark\:hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:stretch}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;box-sizing:border-box;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:flex;flex-direction:column;flex:1 0 0;width:100%;-moz-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;position:relative;flex-direction:column;flex:1 0 0;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex-direction:row;flex:1 0 0;overflow:hidden}.rbc-day-bg{flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex-direction:column;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:flex;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:flex;max-height:100%;min-height:20px;flex-flow:column wrap;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;flex:1 0 0;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;flex:1 1 0;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:flex;flex-direction:column;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{flex:1;display:flex;min-width:0;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{display:flex;flex:1 0 0%;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.google-translate-wrapper{position:fixed;z-index:1000;width:-moz-fit-content;width:fit-content;bottom:4px;right:4px}.goog-te-gadget-simple{width:100%;padding:4px!important;border:none!important;border-radius:200px;background-color:orange!important}.goog-te-gadget-simple span a{display:flex;align-items:center}.goog-te-gadget-simple img{display:none}.google-translate-wrapper .goog-te-gadget{background-color:transparent!important}.google-translate-wrapper .goog-te-menu-value{font-size:16px;font-weight:500;color:#333}.google-translate-wrapper .goog-te-menu-value span{font-size:14px;color:#666}.google-translate-wrapper .goog-te-menu-frame{border-radius:8px;box-shadow:0 4px 8px #0000001a}.google-translate-wrapper .goog-te-combo{border:1px solid #ccc;padding:6px 12px;border-radius:6px;font-size:14px}.google-translate-wrapper .goog-te-combo:hover{border-color:#007bff}.google-translate-wrapper .goog-te-combo:focus{outline:none;border-color:#0056b3}body{position:initial!important}td{text-align:center}.VIpgJd-ZVi9od-ORHb-OEVmcd{display:none}.rdp-months{width:100%;max-width:none!important;display:block!important}.rdp-month_grid{width:-webkit-fill-available!important}.rdp-table tr{display:none}.rdp-table tr:has(.rdp-day_selected){display:table-row}
