body{font-family:var(--main-font);color:var(--color-grey-medium-dark-grey)}@media(max-width: 480px){body{padding-bottom:80px}}h1{font-size:22px;letter-spacing:.02em;line-height:26px;font-weight:600}@media(min-width: 1024px){h1{font-size:24px;letter-spacing:.02em;line-height:29px;font-weight:600}}h2{font-size:18px;letter-spacing:.02em;font-weight:600}h3,h4,h5,h6{font-weight:600}button,.button{display:flex;align-items:center;justify-content:center;width:fit-content;height:48px;font-size:12px;line-height:14px;background:var(--color-hsp-blue);color:var(--color-white);letter-spacing:.04em;border-radius:4px;padding:0 12px;transition:background .2s ease;white-space:nowrap}button:hover,.button:hover{background:var(--color-blue-dark-blue)}button[disabled],.button[disabled]{background:var(--color-grey-light-grey);cursor:initial}button.danger,.button.danger{background:var(--color-hsp-red)}button.danger:hover,.button.danger:hover{background:var(--color-red-dark-red)}button.full,.button.full{width:100%}@media(min-width: 1024px){button.full,.button.full{width:fit-content}}button.border,.button.border{color:var(--color-grey-medium-dark-grey);border:1px solid var(--color-grey-light-grey);background:rgba(0,0,0,0)}button.border:hover,.button.border:hover{border:1px solid var(--color-white);background:var(--color-white)}button.rounded,.button.rounded{border-radius:50%;width:40px;height:40px}button.white,.button.white{background:var(--color-white);color:var(--color-grey-medium-dark-grey)}button.white[disabled],.button.white[disabled]{background:var(--color-grey-light-grey);cursor:initial;color:var(--color-white)}button.transparent,.button.transparent{background:rgba(0,0,0,0);color:var(--color-grey-medium-dark-grey)}button.transparent[disabled],.button.transparent[disabled]{opacity:.2}button.small,.button.small{height:34px}button.medium,.button.medium{height:40px}button.link,.button.link{display:inline-block;background:rgba(0,0,0,0);padding:0;text-decoration:underline;color:var(--color-grey-medium-dark-grey);white-space:nowrap;font-size:inherit;line-height:inherit;height:auto}button.icon-right span,.button.icon-right span{order:1}button.icon-right [class^=hsp-icon],button.icon-right [class*=" hsp-icon"],.button.icon-right [class^=hsp-icon],.button.icon-right [class*=" hsp-icon"]{order:2;margin-left:10px}button [class^=hsp-icon],button [class*=" hsp-icon"],.button [class^=hsp-icon],.button [class*=" hsp-icon"]{font-size:24px}@media(max-width: 768px){button.sm-hidden,.button.sm-hidden{display:none}}input[type=checkbox]{position:relative;width:22px;height:22px;flex:0 0 auto}input[type=checkbox]:checked::after{content:"";position:absolute;top:0;left:0;display:block;width:inherit;height:inherit;background:var(--color-hsp-blue) url(/8ed7ad5d16b8148e2024.svg) center no-repeat;border-radius:4px}input[type=checkbox]:focus::before{content:" ";display:block;width:40px;height:40px;background:rgba(218,218,218,.2);border:1px solid rgba(11,16,85,.05);border-radius:50%;transform:translate(-13px, -13px) scale(0);animation:checkboxFocusEffect .2s ease forwards}input[type=checkbox]:disabled+label{opacity:.6}.simple-list{list-style:inside}input[type=radio]{width:22px;height:22px}input[type=radio]:checked::after{content:"";display:block;width:22px;height:22px;border:2px solid var(--color-hsp-blue);background:var(--color-hsp-blue);border-radius:50%;box-shadow:inset 0 0 0 3px #fff}input[type=radio]:checked:disabled:after{border:2px solid var(--color-grey-medium-grey);background:var(--color-grey-medium-grey)}input[type=date]{font-size:16px;color:var(--color-grey-medium-dark-grey)}input[type=date]::placeholder{font-size:16px}.end-label-input{position:relative}.end-label-input .end-label{position:absolute;top:0;right:0;display:flex;align-items:center;height:100%;padding:0 16px;font-size:12px}label{color:var(--color-grey-medium-dark-grey);font-size:14px;font-weight:normal;font-style:normal;letter-spacing:.02em}label input[type=checkbox],label input[type=radio]{margin-right:10px}label.error{color:var(--color-hsp-red)}label.error input{border:1px solid var(--color-hsp-red)}input[type=text]{font-size:14px;font-weight:normal;font-style:normal;letter-spacing:.02em}input[type=text].input-error{border:1px solid var(--color-hsp-red)}.w-fit{width:fit-content}.toggle{position:relative;width:50px;height:26px;background:var(--color-hsp-blue);border-radius:25px;overflow:hidden}.toggle input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0);border:0;z-index:3}.toggle input:checked+.toggler{transform:translateX(calc(100% + 2px))}.toggle input:checked+.toggler+.toggle-bg{opacity:0}.toggle .toggle-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-hsp-red);z-index:1}.toggle .toggler{position:absolute;top:2px;left:2px;width:22px;height:22px;background:var(--color-white);border-radius:50%;transition:all .1s;z-index:2}.profile-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;text-align:center;text-transform:uppercase;background:rgba(218,218,218,.2);font-weight:500;font-size:15px;padding-top:4px;color:var(--color-hsp-blue)}.open-ho-modal{position:fixed;top:10px;right:60px;width:40px;height:40px;background:#e1e8ef;color:var(--color-blue-dark-blue);z-index:100}@media(min-width: 1024px){.open-ho-modal{display:none}}.home-profile-icon{position:fixed;top:20px;right:20px;width:40px;height:40px;background:#e1e8ef;cursor:pointer;z-index:100}@media(min-width: 1024px){.home-profile-icon{display:none}}.page-header{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;width:100%;background:var(--color-grey-su-super-light-grey);color:var(--color-hsp-blue);border-bottom:1px solid #e1e8ef;padding:20px;z-index:3}@media(min-width: 1024px){.page-header{left:80px;width:calc(100% - 80px);height:81px}}.page-header .profile-icon{width:40px;height:40px;background:#e1e8ef}@media(min-width: 1024px){.page-header .profile-icon{display:none}}.page-header .stepper-tab{position:absolute;left:0;bottom:0}.title:not(.removable-cell){font-size:11px;text-transform:uppercase;font-weight:600}.label__status{display:flex;align-items:center;width:min-content;height:30px;font-size:12px;border-radius:8px;padding-inline:12px}.label__status--schedule{background-color:#fce2d0;color:var(--color-orange-orange)}.label__status--debt{background-color:#f9eaea;color:var(--color-hsp-red)}.label__status--blacklisted{background-color:#f9eaea;color:var(--color-hsp-red)}.label__status--blacklisted .icon-blacklisted{padding:0 5px 0 0}.label__status .hsp-icon-Cancel_light{color:var(--color-hsp-red)}.button-add-user.add-user-mobile{display:flex;position:fixed;bottom:102px;right:20px;width:48px;height:48px;border-radius:50%;box-shadow:0 10px 30px 0 rgba(0,0,0,.25)}.button-add-user.add-user-mobile span{display:none}.button-add-user.add-user-mobile i{margin:0 !important;position:static;left:auto;transform:none}@media(min-width: 1024px){.button-add-user.add-user-mobile{height:40px;position:static;width:fit-content;border-radius:4px;box-shadow:none}.button-add-user.add-user-mobile span{display:block}.button-add-user.add-user-mobile i{margin-left:10px}}.table-actions{position:fixed;top:81px;width:100%;display:flex;justify-content:flex-end;background:var(--color-white);padding:13px 20px;z-index:4}.table-actions .button{height:34px}.table-actions.document-action{background-color:unset;justify-content:space-between}.table-actions.document-action-ho{background-color:#fff;justify-content:space-between;height:117px}.table-actions .pagination{font-size:10px;text-transform:uppercase;color:var(--color-grey-dark-grey)}.table-actions .button-add-user{display:none}.table-actions .available-room-button{display:flex}@media(min-width: 1024px){.table-actions{justify-content:space-between;left:80px;width:calc(100% - 80px)}.table-actions .button-add-user{display:flex}}.badge{display:inline-flex;align-items:center;padding:8px 10px;border-radius:8px;font-size:12px;line-height:14px;letter-spacing:.04em;background:var(--color-grey-su-super-light-grey);white-space:nowrap;height:fit-content}.badge.green{color:var(--color-blue-blue);background:var(--color-blue-light-blue)}.badge.green-outline{color:var(--color-blue-blue);border:1px solid var(--color-blue-light-blue);background:#fff}.badge.inactive{background-color:var(--color-grey-light-grey);color:var(--color-grey-medium-dark-grey)}.badge.danger,.badge.red,.badge.blacklisted{background-color:var(--color-red-light-red);color:var(--color-hsp-red)}.badge.danger-outline,.badge.red-outline,.badge.blacklisted-outline{color:var(--color-red-dark-red);border:1px solid var(--color-red-light-red);background:#fff}.badge.warning,.badge.orange,.badge.schedule{background-color:#fce2d0;color:#f26301}.badge.warning-outline,.badge.orange-outline,.badge.schedule-outline{color:var(--color-orange-orange);border:1px solid var(--color-orange-light-orange);background:#fff}.badge.grey{color:var(--color-grey-dark-grey);background-color:var(--color-grey-super-light-grey)}.badge.grey-outline{color:var(--color-grey-dark-grey);border:1px solid var(--color-grey-super-light-grey);background:#fff}.badge.blue{color:var(--color-blue-blue);background:var(--color-blue-light-blue)}.badge.purple{color:var(--color-violet-violet);background:var(--color-violet-light-violet)}.badge.yellow{background-color:var(--color-yellow-light-yellow);color:var(--color-yellow-yellow)}.tag{display:flex;align-items:center;height:32px;font-size:12px;line-height:14px;padding:0 12px;background:var(--color-grey-super-light-grey);border-radius:16px;white-space:nowrap}.tag .button{padding:0;height:auto}.squared-img{aspect-ratio:1}.stepper{position:relative;display:flex}.stepper::before{content:"";position:absolute;top:0;left:0;background:var(--color-white);width:100%;height:calc(100% - 10px)}.stepper::after{content:"";position:absolute;z-index:1;bottom:10px;left:0;width:100%;height:1px;background:rgba(196,210,223,.5)}.stepper .step-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;margin-right:40px}.stepper .step-item .step-title{font-weight:600;font-size:11px;line-height:13px;color:var(--color-grey-dark-grey);text-transform:uppercase;white-space:nowrap}.stepper .step-item .step-number{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--color-grey-light-grey);color:var(--color-grey-dark-grey);font-size:11px;line-height:13px}.stepper .step-item.active .step-title{color:var(--color-grey-medium-dark-grey)}.stepper .step-item.active .step-number{border:1px solid rgba(196,210,223,.5);background:var(--color-white)}.stepper-tab{display:flex;height:34px;padding-left:20px;overflow-x:scroll;-ms-overflow-style:none;overflow:-moz-scrollbars-none;overflow-x:auto;max-width:100%}.stepper-tab::-webkit-scrollbar{display:none}.stepper-tab .step-item{display:flex;justify-content:center;align-items:center;border-radius:10px 10px 0 0;padding-inline:10px;cursor:pointer;white-space:nowrap}.stepper-tab .step-item .step-title{font-weight:600;font-size:11px;line-height:13px;color:var(--color-grey-dark-grey);text-transform:uppercase}.stepper-tab .step-item .nb-items{display:flex;justify-content:center;align-items:center;padding:4px;margin-left:10px;height:14px;font-weight:600;font-size:10px;line-height:12px;letter-spacing:.02em;background:#e4e4e4;border-radius:4px}.stepper-tab .step-item.active{position:relative;background-color:var(--color-white)}.stepper-tab .step-item.active::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--color-hsp-orange)}.stepper-tab .step-item.active .step-title{color:var(--color-grey-medium-dark-grey)}.stepper-tab .step-item.active .nb-items{background:rgba(11,16,85,.05)}.file-uploader{position:relative;display:flex;align-items:center;height:57px;width:fit-content;background-image:url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 rx=%274%27 ry=%274%27 stroke=%27%23D1D1D1FF%27 stroke-width=%272%27 stroke-dasharray=%276%2c 6%27 stroke-dashoffset=%270%27 stroke-linecap=%27round%27/%3e%3c/svg%3e");border-radius:4px;padding:0 10px}@media(min-width: 768px){.file-uploader{padding:0 96px}}.file-uploader label{color:var(--color-grey-medium-dark-grey)}.file-uploader input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.upload-item{display:flex;align-items:center;width:fit-content;border:1px solid #d1d1d1;border-radius:4px;font-size:12px;line-height:14px;margin-top:10px}.upload-item button{height:34px}.link-with-progression{position:relative;color:var(--color-grey-dark-grey);display:block;white-space:nowrap;padding:11px 12px}.link-with-progression .text-wrapper{position:relative;z-index:2}.link-with-progression .progression-indicator{position:absolute;left:0;top:0;width:0;height:100%;background:rgba(11,16,85,.05)}.simple-table-wrapper{margin-top:20px}.hsp-simple-table{width:100%;border-collapse:collapse;position:relative}.hsp-simple-table thead{background:var(--color-grey-su-super-light-grey)}.hsp-simple-table tr{border-bottom:1px solid rgba(196,210,223,.5)}.hsp-simple-table tr.row-selected td{background:var(--color-orange-super-light-orange)}.hsp-simple-table td,.hsp-simple-table th{text-align:left}.hsp-simple-table th{top:0;z-index:1;padding:13px 20px;text-transform:uppercase;font-size:10px;line-height:13px;font-weight:600;color:var(--color-grey-dark-grey);background:var(--color-grey-su-super-light-grey)}.hsp-simple-table th button{display:inline-flex;height:auto}.hsp-simple-table th button i{font-size:14px}.hsp-simple-table th span{white-space:nowrap}.hsp-simple-table th.zindex2{z-index:2}.hsp-simple-table th.filtered{background:#ececf0}.hsp-simple-table td{padding:22px 20px;font-size:13px;line-height:16px}.hsp-simple-table td.fullName{cursor:pointer}.hsp-simple-table td.fullName:hover{text-decoration:underline}.hsp-simple-table td.userHotelOrganizations{white-space:nowrap}.hsp-simple-table td.filtered{background:rgba(11,16,85,.05)}.hsp-simple-table input[type=checkbox]{width:15px;height:15px}.hsp-simple-table .badge{margin-bottom:10px;margin-right:16px}table thead th#fullName_head .table-filters-box,table thead th#id_head .table-filters-box,table thead th#title_head .table-filters-box,table thead th:nth-child(1) .table-filters-box,table thead th:nth-child(2) .table-filters-box{min-width:200px;right:auto;left:0}.home-logo{width:380px}.badge-nb{margin:0;padding:2px 4px;background:rgba(11,16,85,.05);font-size:10px;border-radius:4px}.badge-nb.blue{background:var(--color-hsp-blue)}.header-categories{display:flex;padding:10px 0 0;background:var(--color-grey-su-super-light-grey)}.header-category{position:relative;padding:10px;background:none;text-transform:uppercase;color:var(--color-grey-dark-grey)}.header-category.has-notification{padding-left:26px}.header-category.has-notification:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background-color:var(--color-hsp-red);left:10px;top:calc(50% - 3px)}.header-category.active{background:#fff;color:var(--color-grey-dark-grey);color:#000;border-radius:8px 8px 0px 0px}.header-category.active:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--color-hsp-orange);border-radius:2px 2px 0px 0px}.container{margin:0 auto}.page-title{position:fixed;display:none;align-items:center;padding:20px;font-size:20px;line-height:24px}@media(min-width: 1023px){.page-title{display:flex;top:103px}}.page-title .page-title-nb-items{display:flex;align-items:center;justify-content:center;height:16px;padding:2px 3px 0;font-size:12px;font-weight:600;border-radius:4px;color:#fff;margin-right:4px;background-color:var(--color-grey-medium-dark-grey);margin-bottom:4px}.page-with-tabs .page-header{height:104px;align-items:flex-start}.page-with-tabs .table-actions{top:168px;padding-top:0;padding-bottom:10px}.reservations-list .stepper-tab{position:absolute;left:0;bottom:0}.reservations-list .table-actions{padding-top:13px;padding-bottom:13px;top:104px}.reservations-list .table-wrapper{margin-top:164px;height:calc(100vh - 164px)}.reservations-list .table-filters-content-wrapper.last{max-height:calc(100% - 165px);overflow-y:scroll}.reservations-list .table-filters-content-wrapper.last::-webkit-scrollbar{width:6px;height:6px}.reservations-list .table-filters-content-wrapper.last::-webkit-scrollbar-track{background:var(--color-grey-su-super-light-grey)}.reservations-list .table-filters-content-wrapper.last::-webkit-scrollbar-thumb{background:var(--color-hsp-blue);border-radius:3px}.background-options{z-index:101;position:fixed;top:0;display:flex;align-items:flex-end;width:100%;height:100%;background-color:rgba(0,0,0,.25)}@media(min-width: 1024px){.background-options{top:70px;right:100px;background-color:rgba(0,0,0,0);width:min-content;height:min-content;border-radius:4px;box-shadow:0px 10px 30px rgba(0,0,0,.25)}}.background-options .options{width:100%;height:32%;background-color:var(--color-white);border-radius:30px 30px 0px 0px}.background-options .options.ho{height:40%}@media(min-width: 1024px){.background-options .options{height:96px;border-radius:4px;width:227px}}.background-options .options-title{width:100%;height:40%;display:flex;justify-content:center;align-items:center}.background-options .options-title.ho{margin-top:20px;height:25%}.background-options .options-title h3{font-weight:600;font-size:22px}.background-options .options-title :last-child{position:absolute;right:3vw}@media(min-width: 1024px){.background-options .options-title{display:none}}.background-options .options-buttons{height:60%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;cursor:pointer}.background-options .options-buttons :first-child{height:50%;display:flex;align-items:center;padding-bottom:20px;font-size:14px}@media(min-width: 1024px){.background-options .options-buttons :first-child{padding-bottom:0}}.background-options .options-buttons :last-child{height:50%;font-size:14px}@media(min-width: 1024px){.background-options .options-buttons :last-child{display:flex;align-items:center}}@media(min-width: 1024px){.background-options .options-buttons{align-items:flex-start;padding-left:20px;height:100%}}.options-menu{position:fixed;background:var(--color-white);box-shadow:0 10px 30px 0 rgba(0,0,0,.25);border-radius:4px;overflow:hidden;font-size:14px;padding:8px 0;z-index:999;right:82px;top:124px}.options-menu a,.options-menu .button{padding:10px 20px;width:100%;justify-content:flex-start;border-radius:0}.options-menu a:hover,.options-menu .button:hover{background:var(--color-grey-su-super-light-grey)}.available-rooms-modal .modal{max-width:740px}.available-rooms-modal .modal-header{border-bottom:1px solid var(--border);padding:20px;justify-content:space-between}.available-rooms-modal .modal-header h2{display:none;font-weight:400;font-size:16px;line-height:19px}.available-rooms-modal .modal-header h1{width:100%;text-align:center}.available-rooms-modal .modal-header .button{position:static}@media(min-width: 660px){.available-rooms-modal .modal-header h2{display:initial}.available-rooms-modal .modal-header h1{position:absolute;width:calc(100% - 40px);text-align:center;z-index:-1}.available-rooms-modal .modal-content{padding-left:40px;padding-right:40px;padding-bottom:40px}}.available-rooms-modal .button{height:40px}.custom-calendar{box-shadow:none;max-width:100%}.custom-calendar .rmdp-day.rmdp-today span{background-color:var(--color-hsp-orange)}.custom-calendar .rmdp-day.rmdp-selected span:not(.highlight){background-color:var(--color-hsp-blue)}.custom-calendar .rmdp-range{background-color:var(--color-hsp-blue)}.custom-calendar .rmdp-week-day{color:var(--color-hsp-blue)}.custom-calendar .rmdp-border-right{border:0}.custom-calendar .rmdp-top-class{flex-direction:column}.custom-calendar .rmdp-panel-body{position:static}.custom-calendar .rmdp-panel-body li{display:inline-flex;padding-right:20px;background-color:var(--color-hsp-blue)}@media(min-width: 660px){.custom-calendar .rmdp-day-picker>div:first-child{margin-right:60px !important}}.home-wrapper{padding-bottom:82px}@media(min-width: 1024px){.home-wrapper{padding-bottom:0}}.icon-user{width:34px}main{position:relative}@media(min-width: 1024px){main{margin-left:80px}}:root{--main-font: "Acumin Pro", sans-serif;--color-hsp-blue: #006;--color-hsp-red: #d90000;--color-hsp-orange: #ff8c00;--color-hsp-green: #4dbf39;--color-blue-dark-blue: #00003b;--color-blue-linear-blue: #006;--color-blue-blue: #01a1a1;--color-blue-light-blue: #e5f4f4;--color-blue-extra-light-blue: #c4d2df;--color-orange-orange: #f26301;--color-orange-light-orange: #fce2d0;--color-orange-super-light-orange: #fff5eb;--color-orange-extra-light-orange: #fff9f3;--color-yellow-light-yellow: #f6f6da;--color-yellow-yellow: #9b950a;--color-green-green: #5ba312;--color-green-light-green: #d6e1ca;--color-violet-violet: #6b30eb;--color-violet-light-violet: #ebe5f8;--color-red-light-red: #f9eaea;--color-red-dark-red: #c20000;--color-grey-black: #000;--color-grey-pop-in: #000;--color-grey-super-dark-grey: #1d1d1d;--color-grey-medium-dark-grey: #313345;--color-grey-dark-grey: #707583;--color-grey-medium-grey: #afafaf;--color-grey-light-grey: #d1d1d1;--color-grey-super-light-grey: #E4E4E4;--color-grey-su-super-light-grey: #EFEFEF;--color-white: #fff;--color-grey-dadada: #dadada;--color-grey-hsp-blue-5: #0b1055;--color-grey-1-d-1-d-1-d-20: #1d1d1d;--hr: #c4d2df80;--border: #e1e8ef;--nav-width: 80px;--xsm: 414px;--sm: 768px;--md: 1024px;--lm: 1440px;--xlm: 1920px;--xxlm: 2500px}@font-face{font-family:"Acumin Pro";src:url(/1b47622070cce792c84c.ttf);src:url(/3a63cdcae4b6aa388c33.eot?#iefix) format("embedded-opentype"),url(/100af4f767f8bb15086c.woff2) format("woff2"),url(/5424ef1abfec85f42a30.woff) format("woff"),url(/1b47622070cce792c84c.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/2716400c7c571709ee4d.eot);src:url(/2716400c7c571709ee4d.eot?#iefix) format("embedded-opentype"),url(/6c58dc42a8da80985ad1.woff2) format("woff2"),url(/73ce104c8919e0f0f0a7.woff) format("woff"),url(/c6bc5a1ca345e2aa64a1.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/3051531f42d5cdd7cb65.eot);src:url(/3051531f42d5cdd7cb65.eot?#iefix) format("embedded-opentype"),url(/be7f134e51a8651945b9.woff2) format("woff2"),url(/1a2a3705c947d5cebe9e.woff) format("woff"),url(/81982393733dc46559d4.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/dd59e20f340ceaaf5347.eot);src:url(/dd59e20f340ceaaf5347.eot?#iefix) format("embedded-opentype"),url(/e4ea6d59cc825963d6ec.woff2) format("woff2"),url(/e7b9bf919a9f590b3358.woff) format("woff"),url(/ba560c1c15321bab6f35.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/666db9dd311050278f56.eot);src:url(/666db9dd311050278f56.eot?#iefix) format("embedded-opentype"),url(/f927947cb96de2bc74ee.woff2) format("woff2"),url(/720ccb1a467589f97fd8.woff) format("woff"),url(/9c9b22fc4a552176868e.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/89659824f7e603d79f77.eot);src:url(/89659824f7e603d79f77.eot?#iefix) format("embedded-opentype"),url(/bdb450e30a9318021c6e.woff2) format("woff2"),url(/ebfa73ef3e41e50fc449.woff) format("woff"),url(/da0e6983ae2a1e788af5.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/3b80e5c3803daf0499b9.eot);src:url(/3b80e5c3803daf0499b9.eot?#iefix) format("embedded-opentype"),url(/9074a0742e386a2399d8.woff2) format("woff2"),url(/5e997104490bf47a9bca.woff) format("woff"),url(/eb4f6add5f29f7f9f8b2.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/2bebcf15d4e0a8663794.eot);src:url(/2bebcf15d4e0a8663794.eot?#iefix) format("embedded-opentype"),url(/be7542671d2165aa98c6.woff2) format("woff2"),url(/932a314ea04b20ea9b1f.woff) format("woff"),url(/1927dc965837d2f1b94d.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/811c6907c698e78bf641.eot);src:url(/811c6907c698e78bf641.eot?#iefix) format("embedded-opentype"),url(/afe37088b1cfca122750.woff2) format("woff2"),url(/5f2ccef9b80aa42f835d.woff) format("woff"),url(/a01e42937a8305d62559.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/d9f8ba8313d48429ba3c.eot);src:url(/d9f8ba8313d48429ba3c.eot?#iefix) format("embedded-opentype"),url(/438fc806b4db5dcdb2ab.woff2) format("woff2"),url(/2d5fc7feb97053468554.woff) format("woff"),url(/ecf15248bf1c35115a9b.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/c585a8edbbf3e201c249.eot);src:url(/c585a8edbbf3e201c249.eot?#iefix) format("embedded-opentype"),url(/079a2adb30359fc18217.woff2) format("woff2"),url(/4bb923bb00455615e2fa.woff) format("woff"),url(/d7cb262ec9849eb446ba.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/fd8338601f734f2daee3.eot);src:url(/fd8338601f734f2daee3.eot?#iefix) format("embedded-opentype"),url(/c8ce0fa62b5c685ee4bd.woff2) format("woff2"),url(/a9e65489f70821487d76.woff) format("woff"),url(/6214dfa1b7bcd75f7e0a.ttf) format("truetype");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/c95932b9ef9033bda58b.eot);src:url(/c95932b9ef9033bda58b.eot?#iefix) format("embedded-opentype"),url(/c897535046c32822b29c.woff2) format("woff2"),url(/217fe9714f5afd3d2767.woff) format("woff"),url(/5f7e96a50fa748fe0c6d.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/570073e5e3f7c47a040e.eot);src:url(/570073e5e3f7c47a040e.eot?#iefix) format("embedded-opentype"),url(/4fa3a676a72efc51b7be.woff2) format("woff2"),url(/b84490de03684d59cb85.woff) format("woff"),url(/3675742121b8e5f13981.ttf) format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/c39f89e9c25089cbfda4.eot);src:url(/c39f89e9c25089cbfda4.eot?#iefix) format("embedded-opentype"),url(/f2e4358e0a005e51d548.woff2) format("woff2"),url(/186090fa705968c3b675.woff) format("woff"),url(/9dd97ea85ea67f364820.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/a4462e5f4e886fb2530f.eot);src:url(/a4462e5f4e886fb2530f.eot?#iefix) format("embedded-opentype"),url(/195f32debc0888c9452a.woff2) format("woff2"),url(/35e322903e4b01c8bcf8.woff) format("woff"),url(/c6ab23494594341d782c.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/20e0766e8a48216f211c.eot);src:url(/20e0766e8a48216f211c.eot?#iefix) format("embedded-opentype"),url(/597b79fc2988b5dcb218.woff2) format("woff2"),url(/d65f54d6f48c8eb5b23d.woff) format("woff"),url(/d5feaf25660e0931491b.ttf) format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Acumin Pro";src:url(/73d01a6c54f428d437ed.eot);src:url(/73d01a6c54f428d437ed.eot?#iefix) format("embedded-opentype"),url(/500323a009436f84cc88.woff2) format("woff2"),url(/56a65de18343996ee976.woff) format("woff"),url(/31dd3ef53e2cf5e8d0cc.ttf) format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"hsp";src:url(/d3626c0599a966b778c8.eot?tbwski);src:url(/d3626c0599a966b778c8.eot?tbwski#iefix) format("embedded-opentype"),url(/7bbdd281d557c919a851.ttf?tbwski) format("truetype"),url(/71bcb67dbea8555b061c.woff?tbwski) format("woff"),url(/20dae0348aba14dabcb0.svg?tbwski#hsp) format("svg");font-weight:normal;font-style:normal;font-display:block}i{font-family:"hsp",sans-serif !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hsp-icon-Pin-comment_light:before{content:""}.hsp-icon-Edit_light::before{content:""}.hsp-icon-Search_alt_light::before{content:""}.hsp-icon-Search_light::before{content:""}.hsp-icon-Add_round_light::before{content:""}.hsp-icon-Add_round::before{content:""}.hsp-icon-Add_square_light::before{content:""}.hsp-icon-Add_square::before{content:""}.hsp-icon-Question_light::before{content:""}.hsp-icon-Setting_line_light::before{content:""}.hsp-icon-Setting_alt_line_light::before{content:""}.hsp-icon-Options_vertical::before{content:""}.hsp-icon-Question::before{content:""}.hsp-icon-Search::before{content:""}.hsp-icon-Search_alt::before{content:""}.hsp-icon-Edit::before{content:""}.hsp-icon-Setting_line::before{content:""}.hsp-icon-Setting_alt_line::before{content:""}.hsp-icon-Target_light::before{content:""}.hsp-icon-Gps_fixed_light::before{content:""}.hsp-icon-Pin_alt_light::before{content:""}.hsp-icon-Pin_light::before{content:""}.hsp-icon-Compass_light::before{content:""}.hsp-icon-Target::before{content:""}.hsp-icon-Gps_fixed::before{content:""}.hsp-icon-Pin_alt::before{content:""}.hsp-icon-Pin::before{content:""}.hsp-icon-Compass::before{content:""}.hsp-icon-Fire_light::before{content:""}.hsp-icon-Lamp_light::before{content:""}.hsp-icon-Ring_light::before{content:""}.hsp-icon-Bell_pin_light::before{content:""}.hsp-icon-Bell_light::before{content:""}.hsp-icon-Fire::before{content:""}.hsp-icon-Lamp::before{content:""}.hsp-icon-Ring::before{content:""}.hsp-icon-Bell_pin::before{content:""}.hsp-icon-Bell::before{content:""}.hsp-icon-User_cicrle_light::before{content:""}.hsp-icon-User_box_light::before{content:""}.hsp-icon-User_multiple_light::before{content:""}.hsp-icon-User_man_light::before{content:""}.hsp-icon-User_woman_light::before{content:""}.hsp-icon-User_minor_light::before{content:""}.hsp-icon-User_light::before{content:""}.hsp-icon-User_add_light::before{content:""}.hsp-icon-User_add_alt_light::before{content:""}.hsp-icon-User_cicrle::before{content:""}.hsp-icon-User_box::before{content:""}.hsp-icon-User_multiple::before{content:""}.hsp-icon-User_woman::before{content:""}.hsp-icon-User_minor::before{content:""}.hsp-icon-User::before{content:""}.hsp-icon-User_add::before{content:""}.hsp-icon-User_add_alt::before{content:""}.hsp-icon-Key_light::before{content:""}.hsp-icon-Chield_check_light::before{content:""}.hsp-icon-Chield_light::before{content:""}.hsp-icon-Unlock_light::before{content:""}.hsp-icon-Lock_light::before{content:""}.hsp-icon-Key::before{content:""}.hsp-icon-Chield_check::before{content:""}.hsp-icon-Chield::before{content:""}.hsp-icon-Unlock::before{content:""}.hsp-icon-Lock::before{content:""}.hsp-icon-world_alt_light::before{content:""}.hsp-icon-world_light::before{content:""}.hsp-icon-Phone_duotone::before{content:""}.hsp-icon-Send_hor_light::before{content:""}.hsp-icon-Send_light::before{content:""}.hsp-icon-Message_open_light::before{content:""}.hsp-icon-Message_alt_light::before{content:""}.hsp-icon-Message_light::before{content:""}.hsp-icon-world_alt::before{content:""}.hsp-icon-world::before{content:""}.hsp-icon-Phone::before{content:""}.hsp-icon-Send_hor::before{content:""}.hsp-icon-Send::before{content:""}.hsp-icon-Message_open::before{content:""}.hsp-icon-Message_alt::before{content:""}.hsp-icon-Message::before{content:""}.hsp-icon-NFC_light::before{content:""}.hsp-icon-battery_low_light::before{content:""}.hsp-icon-lightning_ring_light::before{content:""}.hsp-icon-lightning_light::before{content:""}.hsp-icon-battery_full_light::before{content:""}.hsp-icon-NFC::before{content:""}.hsp-icon-battery_low::before{content:""}.hsp-icon-lightning_ring::before{content:""}.hsp-icon-battery_full::before{content:""}.hsp-icon-Critical_light::before{content:""}.hsp-icon-Pipe_light::before{content:""}.hsp-icon-Chart_alt_light::before{content:""}.hsp-icon-Chart_light::before{content:""}.hsp-icon-Critical::before{content:""}.hsp-icon-Pipe::before{content:""}.hsp-icon-Chart_alt::before{content:""}.hsp-icon-Chart::before{content:""}.hsp-icon-View_hide_light::before{content:""}.hsp-icon-View_alt_light::before{content:""}.hsp-icon-View_light::before{content:""}.hsp-icon-View_hide::before{content:""}.hsp-icon-View_alt::before{content:""}.hsp-icon-View::before{content:""}.hsp-icon-drink_light::before{content:""}.hsp-icon-drink::before{content:""}.hsp-icon-Box_open_light::before{content:""}.hsp-icon-Arhive_light::before{content:""}.hsp-icon-Box_light::before{content:""}.hsp-icon-Blank_alt_light::before{content:""}.hsp-icon-Blank_light::before{content:""}.hsp-icon-Video_file_light::before{content:""}.hsp-icon-File_dock_light::before{content:""}.hsp-icon-Folder_light-1::before{content:""}.hsp-icon-Folder_del_light::before{content:""}.hsp-icon-Folder_light::before{content:""}.hsp-icon-File_light::before{content:""}.hsp-icon-Img_light::before{content:""}.hsp-icon-Img_out-box_light::before{content:""}.hsp-icon-Img_load-box_light::before{content:""}.hsp-icon-Img_box_light::before{content:""}.hsp-icon-Archive_load_light::before{content:""}.hsp-icon-Archive_light::before{content:""}.hsp-icon-Folder_alt_light::before{content:""}.hsp-icon-Box_open::before{content:""}.hsp-icon-Arhive::before{content:""}.hsp-icon-Box::before{content:""}.hsp-icon-Blank_alt::before{content:""}.hsp-icon-Blank::before{content:""}.hsp-icon-Video_file::before{content:""}.hsp-icon-File_dock::before{content:""}.hsp-icon-Folder-1::before{content:""}.hsp-icon-Folder_del::before{content:""}.hsp-icon-Folder::before{content:""}.hsp-icon-File::before{content:""}.hsp-icon-Img::before{content:""}.hsp-icon-Img_out-box::before{content:""}.hsp-icon-Img_load-box::before{content:""}.hsp-icon-Img_box::before{content:""}.hsp-icon-Archive_load::before{content:""}.hsp-icon-Archive::before{content:""}.hsp-icon-Folder_alt::before{content:""}.hsp-icon-Wallet_alt_light::before{content:""}.hsp-icon-Wallet_light::before{content:""}.hsp-icon-Credit-card_light::before{content:""}.hsp-icon-Ticket_light::before{content:""}.hsp-icon-Bag_alt_light::before{content:""}.hsp-icon-Bag_light::before{content:""}.hsp-icon-Basket_light::before{content:""}.hsp-icon-Trash_light::before{content:""}.hsp-icon-Filter_alt_light::before{content:""}.hsp-icon-Shop_light::before{content:""}.hsp-icon-Home_light::before{content:""}.hsp-icon-News_light::before{content:""}.hsp-icon-Form_light::before{content:""}.hsp-icon-del_alt_light::before{content:""}.hsp-icon-Hotel::before{content:""}.hsp-icon-Wallet_alt::before{content:""}.hsp-icon-Wallet::before{content:""}.hsp-icon-Credit-card::before{content:""}.hsp-icon-Ticket::before{content:""}.hsp-icon-Bag_alt::before{content:""}.hsp-icon-Bag::before{content:""}.hsp-icon-Basket::before{content:""}.hsp-icon-Trash::before{content:""}.hsp-icon-Filter_alt::before{content:""}.hsp-icon-Shop::before{content:""}.hsp-icon-Home::before{content:""}.hsp-icon-News::before{content:""}.hsp-icon-Form::before{content:""}.hsp-icon-del_alt::before{content:""}.hsp-icon-Camera_light::before{content:""}.hsp-icon-insta_light::before{content:""}.hsp-icon-Video_light::before{content:""}.hsp-icon-Mic_alt_light::before{content:""}.hsp-icon-Headphones_fill_light::before{content:""}.hsp-icon-Mic_light::before{content:""}.hsp-icon-Play_light::before{content:""}.hsp-icon-Sound_light::before{content:""}.hsp-icon-Music_light::before{content:""}.hsp-icon-sound_mute_light::before{content:""}.hsp-icon-sound_min_light::before{content:""}.hsp-icon-sound_max_light::before{content:""}.hsp-icon-Stop_and_play_light::before{content:""}.hsp-icon-Stop_light::before{content:""}.hsp-icon-Camera::before{content:""}.hsp-icon-insta::before{content:""}.hsp-icon-Video::before{content:""}.hsp-icon-Mic_alt::before{content:""}.hsp-icon-Headphones_fill::before{content:""}.hsp-icon-Mic::before{content:""}.hsp-icon-Play::before{content:""}.hsp-icon-Sound::before{content:""}.hsp-icon-Music::before{content:""}.hsp-icon-sound_mute::before{content:""}.hsp-icon-sound_min::before{content:""}.hsp-icon-sound_max::before{content:""}.hsp-icon-Stop_and_play::before{content:""}.hsp-icon-Stop::before{content:""}.hsp-icon-Download_light::before{content:""}.hsp-icon-Upload_light::before{content:""}.hsp-icon-Export_light::before{content:""}.hsp-icon-Import_light::before{content:""}.hsp-icon-Download_circle_light::before{content:""}.hsp-icon-Load_circle_light::before{content:""}.hsp-icon-Sign_out_squre_light::before{content:""}.hsp-icon-Sign_out_circle_light::before{content:""}.hsp-icon-Info_light::before{content:""}.hsp-icon-Sign_in_circle_light::before{content:""}.hsp-icon-Sign_in_squre_light::before{content:""}.hsp-icon-Download::before{content:""}.hsp-icon-Upload::before{content:""}.hsp-icon-Export::before{content:""}.hsp-icon-Import::before{content:""}.hsp-icon-Download_circle::before{content:""}.hsp-icon-Load_circle::before{content:""}.hsp-icon-Sign_out_squre::before{content:""}.hsp-icon-Sign_out_circle::before{content:""}.hsp-icon-Info::before{content:""}.hsp-icon-Sign_in_circle::before{content:""}.hsp-icon-Sign_in_squre::before{content:""}.hsp-icon-Calendar_light::before{content:""}.hsp-icon-Date_today_light::before{content:""}.hsp-icon-Date_range_light::before{content:""}.hsp-icon-Tumer_light::before{content:""}.hsp-icon-Time_atack_light::before{content:""}.hsp-icon-Time_light::before{content:""}.hsp-icon-Alarmclock_light::before{content:""}.hsp-icon-Calendar::before{content:""}.hsp-icon-Date_today::before{content:""}.hsp-icon-Date_range::before{content:""}.hsp-icon-Tumer::before{content:""}.hsp-icon-Time_atack::before{content:""}.hsp-icon-Time::before{content:""}.hsp-icon-Alarmclock::before{content:""}.hsp-icon-Flag_alt_light::before{content:""}.hsp-icon-Flag_light::before{content:""}.hsp-icon-Bookmark_light::before{content:""}.hsp-icon-Star_light::before{content:""}.hsp-icon-Broken_heart_light::before{content:""}.hsp-icon-Favorite_light::before{content:""}.hsp-icon-Lable_light::before{content:""}.hsp-icon-Flag_finish_light::before{content:""}.hsp-icon-Pined_light::before{content:""}.hsp-icon-Dimond_alt_light::before{content:""}.hsp-icon-Dimond_light::before{content:""}.hsp-icon-Desk_alt_light::before{content:""}.hsp-icon-Desk_light::before{content:""}.hsp-icon-Order_light::before{content:""}.hsp-icon-notebook_light::before{content:""}.hsp-icon-Paper_light::before{content:""}.hsp-icon-Book_check_light::before{content:""}.hsp-icon-Book_open_light::before{content:""}.hsp-icon-Book_light::before{content:""}.hsp-icon-Flag_alt::before{content:""}.hsp-icon-Flag::before{content:""}.hsp-icon-Bookmark::before{content:""}.hsp-icon-Star::before{content:""}.hsp-icon-Broken_heart::before{content:""}.hsp-icon-Favorite::before{content:""}.hsp-icon-Lable::before{content:""}.hsp-icon-Flag_finish::before{content:""}.hsp-icon-Pined::before{content:""}.hsp-icon-Dimond_alt::before{content:""}.hsp-icon-Dimond::before{content:""}.hsp-icon-Desk_alt::before{content:""}.hsp-icon-Desk::before{content:""}.hsp-icon-Order::before{content:""}.hsp-icon-notebook::before{content:""}.hsp-icon-Paper::before{content:""}.hsp-icon-Book_check::before{content:""}.hsp-icon-Book_open::before{content:""}.hsp-icon-Book::before{content:""}.hsp-icon-Chat_alt_add_light-1::before{content:""}.hsp-icon-Chat_plus_light-1::before{content:""}.hsp-icon-Chat_alt_3_light::before{content:""}.hsp-icon-Chat_alt_2_light::before{content:""}.hsp-icon-Chat_alt_light::before{content:""}.hsp-icon-Chat_alt_add_light::before{content:""}.hsp-icon-Chat_plus_light::before{content:""}.hsp-icon-Chat_light::before{content:""}.hsp-icon-Chat_alt_add-1::before{content:""}.hsp-icon-Chat_plus-1::before{content:""}.hsp-icon-Chat_alt_3::before{content:""}.hsp-icon-Chat_alt_2::before{content:""}.hsp-icon-Chat_alt::before{content:""}.hsp-icon-Chat_alt_add::before{content:""}.hsp-icon-Chat_plus::before{content:""}.hsp-icon-Chat::before{content:""}.hsp-icon-Sort_random_light::before{content:""}.hsp-icon-Sort_alfa_light::before{content:""}.hsp-icon-Sort_up_light::before{content:""}.hsp-icon-Sort_down_light::before{content:""}.hsp-icon-Sort-list_light::before{content:""}.hsp-icon-Sort-list_alt_light::before{content:""}.hsp-icon-Sort_arrow_light::before{content:""}.hsp-icon-Sort_random::before{content:""}.hsp-icon-Sort_alfa::before{content:""}.hsp-icon-Sort_up::before{content:""}.hsp-icon-Sort_down::before{content:""}.hsp-icon-Sort-list::before{content:""}.hsp-icon-Sort-list_alt::before{content:""}.hsp-icon-Sort_arrow::before{content:""}.hsp-icon-Gamepad_light::before{content:""}.hsp-icon-CPU_light::before{content:""}.hsp-icon-desktop_light::before{content:""}.hsp-icon-mobile_light::before{content:""}.hsp-icon-Mouse_light::before{content:""}.hsp-icon-Gamepad::before{content:""}.hsp-icon-CPU::before{content:""}.hsp-icon-desktop::before{content:""}.hsp-icon-mobile::before{content:""}.hsp-icon-Mouse::before{content:""}.hsp-icon-Protein_light::before{content:""}.hsp-icon-Water_light::before{content:""}.hsp-icon-Carbs_light::before{content:""}.hsp-icon-Fat_light::before{content:""}.hsp-icon-Calories_light::before{content:""}.hsp-icon-Protein::before{content:""}.hsp-icon-Water::before{content:""}.hsp-icon-Carbs::before{content:""}.hsp-icon-Fat::before{content:""}.hsp-icon-Calories::before{content:""}.hsp-icon-oil_light::before{content:""}.hsp-icon-Materials_light::before{content:""}.hsp-icon-Turbine_light::before{content:""}.hsp-icon-Pressure_light::before{content:""}.hsp-icon-humidity_light::before{content:""}.hsp-icon-oil::before{content:""}.hsp-icon-Materials::before{content:""}.hsp-icon-Turbine::before{content:""}.hsp-icon-Pressure::before{content:""}.hsp-icon-humidity::before{content:""}.hsp-icon-Stat_light::before{content:""}.hsp-icon-Menu_light-1::before{content:""}.hsp-icon-darhboard_light::before{content:""}.hsp-icon-darhboard_alt_light::before{content:""}.hsp-icon-Widget_alt_light::before{content:""}.hsp-icon-Widget_light::before{content:""}.hsp-icon-Menu_light::before{content:""}.hsp-icon-Sort_light::before{content:""}.hsp-icon-Filter_big_alt_light::before{content:""}.hsp-icon-Filter_big_light::before{content:""}.hsp-icon-Filter_light::before{content:""}.hsp-icon-Status_list_light::before{content:""}.hsp-icon-Status_light::before{content:""}.hsp-icon-Stat::before{content:""}.hsp-icon-Menu-1::before{content:""}.hsp-icon-darhboard::before{content:""}.hsp-icon-darhboard_alt::before{content:""}.hsp-icon-Widget_alt::before{content:""}.hsp-icon-Widget::before{content:""}.hsp-icon-Menu::before{content:""}.hsp-icon-Sort::before{content:""}.hsp-icon-Filter_big_alt::before{content:""}.hsp-icon-Filter_big::before{content:""}.hsp-icon-Filter::before{content:""}.hsp-icon-Status_list::before{content:""}.hsp-icon-Status::before{content:""}.hsp-icon-Sad_alt_2_light::before{content:""}.hsp-icon-Sad_alt_light::before{content:""}.hsp-icon-Angry_light::before{content:""}.hsp-icon-Sad_light::before{content:""}.hsp-icon-Wow_light::before{content:""}.hsp-icon-Rofl_light::before{content:""}.hsp-icon-Lol_light::before{content:""}.hsp-icon-happy_light-1::before{content:""}.hsp-icon-happy_light::before{content:""}.hsp-icon-Sad_alt_2::before{content:""}.hsp-icon-Sad_alt::before{content:""}.hsp-icon-Angry::before{content:""}.hsp-icon-Sad::before{content:""}.hsp-icon-Wow::before{content:""}.hsp-icon-Rofl::before{content:""}.hsp-icon-Lol::before{content:""}.hsp-icon-happy-1::before{content:""}.hsp-icon-happy::before{content:""}.hsp-icon-Moon_alt_light::before{content:""}.hsp-icon-Moon_light::before{content:""}.hsp-icon-Winter_light::before{content:""}.hsp-icon-Sun_light::before{content:""}.hsp-icon-Sunlight_light::before{content:""}.hsp-icon-Storm_light::before{content:""}.hsp-icon-Rain_light::before{content:""}.hsp-icon-Cloud_light::before{content:""}.hsp-icon-Temperature_light::before{content:""}.hsp-icon-Moon_alt::before{content:""}.hsp-icon-moon::before{content:""}.hsp-icon-Winter::before{content:""}.hsp-icon-sun::before{content:""}.hsp-icon-Sunlight::before{content:""}.hsp-icon-storm::before{content:""}.hsp-icon-rain::before{content:""}.hsp-icon-cloud::before{content:""}.hsp-icon-temperature::before{content:""}.hsp-icon-cloudy::before{content:""}.hsp-icon-fog::before{content:""}.hsp-icon-snowflake::before{content:""}.hsp-icon-wind::before{content:""}.hsp-icon-snow::before{content:""}.hsp-icon-drop::before{content:""}.hsp-icon-sunset::before{content:""}.hsp-icon-sunrise::before{content:""}.hsp-icon-sunrise-alt::before{content:""}.hsp-icon-close_ring_light::before{content:""}.hsp-icon-Done_all_alt_round_light::before{content:""}.hsp-icon-Done_all_round_light::before{content:""}.hsp-icon-Done_round_light::before{content:""}.hsp-icon-Done_light::before{content:""}.hsp-icon-Cancel_light::before{content:""}.hsp-icon-Remove_light::before{content:""}.hsp-icon-Dell_light::before{content:""}.hsp-icon-Add_ring_light::before{content:""}.hsp-icon-Close_square_light::before{content:""}.hsp-icon-Close_round_light::before{content:""}.hsp-icon-Done_ring_round_light::before{content:""}.hsp-icon-check_ring_round_light::before{content:""}.hsp-icon-Check_ring_light::before{content:""}.hsp-icon-close_ring::before{content:""}.hsp-icon-Done_all_alt_round::before{content:""}.hsp-icon-Done_all_round::before{content:""}.hsp-icon-Done_round::before{content:""}.hsp-icon-Done::before{content:""}.hsp-icon-Cancel::before{content:""}.hsp-icon-Remove::before{content:""}.hsp-icon-Dell::before{content:""}.hsp-icon-Add_ring::before{content:""}.hsp-icon-Close_square::before{content:""}.hsp-icon-Close_round::before{content:""}.hsp-icon-Done_ring_round::before{content:""}.hsp-icon-check_ring_round::before{content:""}.hsp-icon-Check_ring::before{content:""}.hsp-icon-Alarm_light::before{content:""}.hsp-icon-Bug_light::before{content:""}.hsp-icon-Subttasks_alt_light::before{content:""}.hsp-icon-Subttasks_light::before{content:""}.hsp-icon-Nesting_light::before{content:""}.hsp-icon-Line_fill_light-1::before{content:""}.hsp-icon-Line_fill_light::before{content:""}.hsp-icon-Alarm::before{content:""}.hsp-icon-Bug::before{content:""}.hsp-icon-Subttasks_alt::before{content:""}.hsp-icon-Subttasks::before{content:""}.hsp-icon-Nesting::before{content:""}.hsp-icon-Line_fill-1::before{content:""}.hsp-icon-Line_fill::before{content:""}.hsp-icon-Database_light-1::before{content:""}.hsp-icon-Server_light::before{content:""}.hsp-icon-Stackframe_light::before{content:""}.hsp-icon-Eye_light::before{content:""}.hsp-icon-Save_light::before{content:""}.hsp-icon-Layers_light::before{content:""}.hsp-icon-d_box_light::before{content:""}.hsp-icon-Rename_light::before{content:""}.hsp-icon-json_light::before{content:""}.hsp-icon-array_light::before{content:""}.hsp-icon-remote_light::before{content:""}.hsp-icon-Code_light::before{content:""}.hsp-icon-Percent_light::before{content:""}.hsp-icon-Structure_light::before{content:""}.hsp-icon-Database_light::before{content:""}.hsp-icon-Color_Mode_light::before{content:""}.hsp-icon-group_share_light::before{content:""}.hsp-icon-E-mail_light::before{content:""}.hsp-icon-Copy_alt_light::before{content:""}.hsp-icon-Copy_light::before{content:""}.hsp-icon-link_alt_light::before{content:""}.hsp-icon-link_light::before{content:""}.hsp-icon-Frame_light::before{content:""}.hsp-icon-Scan_alt_2_light::before{content:""}.hsp-icon-Scan_alt_light::before{content:""}.hsp-icon-Scan_light::before{content:""}.hsp-icon-Database-1::before{content:""}.hsp-icon-Server::before{content:""}.hsp-icon-Stackframe::before{content:""}.hsp-icon-Eye::before{content:""}.hsp-icon-Save::before{content:""}.hsp-icon-Layers::before{content:""}.hsp-icon-d_box::before{content:""}.hsp-icon-Rename::before{content:""}.hsp-icon-json::before{content:""}.hsp-icon-array::before{content:""}.hsp-icon-remote::before{content:""}.hsp-icon-Code::before{content:""}.hsp-icon-Percent::before{content:""}.hsp-icon-Structure::before{content:""}.hsp-icon-Database::before{content:""}.hsp-icon-Color_Mode::before{content:""}.hsp-icon-group_share::before{content:""}.hsp-icon-E-mail::before{content:""}.hsp-icon-Copy_alt::before{content:""}.hsp-icon-Copy::before{content:""}.hsp-icon-link_alt::before{content:""}.hsp-icon-link::before{content:""}.hsp-icon-Frame::before{content:""}.hsp-icon-Scan_alt_2::before{content:""}.hsp-icon-Scan_alt::before{content:""}.hsp-icon-Scan::before{content:""}.hsp-icon-Collapse_light::before{content:""}.hsp-icon-Transfer_down_light::before{content:""}.hsp-icon-Transfer_left_light::before{content:""}.hsp-icon-Transfer_top_light::before{content:""}.hsp-icon-Transfer_right_light::before{content:""}.hsp-icon-Refund_down_light::before{content:""}.hsp-icon-Refund_top_light::before{content:""}.hsp-icon-Refund_Forward_light::before{content:""}.hsp-icon-Refund_back_light::before{content:""}.hsp-icon-Transfer_long_down_light::before{content:""}.hsp-icon-Transfer_long_top_light::before{content:""}.hsp-icon-Transfer_long_left_light::before{content:""}.hsp-icon-Transfer_long_right_light::before{content:""}.hsp-icon-Transfer_down::before{content:""}.hsp-icon-Transfer_left::before{content:""}.hsp-icon-Transfer_top::before{content:""}.hsp-icon-Transfer_right::before{content:""}.hsp-icon-Refund_down::before{content:""}.hsp-icon-Refund_top::before{content:""}.hsp-icon-Refund_Forward::before{content:""}.hsp-icon-Refund_back::before{content:""}.hsp-icon-Transfer_long_down::before{content:""}.hsp-icon-Transfer_long_top::before{content:""}.hsp-icon-Transfer_long_left::before{content:""}.hsp-icon-Transfer_long_right::before{content:""}.hsp-icon-Move_alt_light::before{content:""}.hsp-icon-Move_light::before{content:""}.hsp-icon-Line_in_alt_light::before{content:""}.hsp-icon-Line_in_light::before{content:""}.hsp-icon-Line_out_alt_light::before{content:""}.hsp-icon-Line_out_light::before{content:""}.hsp-icon-Down_light::before{content:""}.hsp-icon-Up_light::before{content:""}.hsp-icon-Return_light::before{content:""}.hsp-icon-Back_light::before{content:""}.hsp-icon-Transger_light::before{content:""}.hsp-icon-Regroup_light::before{content:""}.hsp-icon-Refresh_2_light::before{content:""}.hsp-icon-Refresh_light::before{content:""}.hsp-icon-Arrow_drop_down::before{content:""}.hsp-icon-Arrow_drop_up::before{content:""}.hsp-icon-Arrow_drop_right::before{content:""}.hsp-icon-Arrow_drop_left::before{content:""}.hsp-icon-Expand_down_stop_light::before{content:""}.hsp-icon-Expand_top_stop_light::before{content:""}.hsp-icon-Expand_right_stop_light::before{content:""}.hsp-icon-Expand_left_stop_light::before{content:""}.hsp-icon-In_light::before{content:""}.hsp-icon-Out_light::before{content:""}.hsp-icon-Move_alt::before{content:""}.hsp-icon-Move::before{content:""}.hsp-icon-Line_in_alt::before{content:""}.hsp-icon-Line_in::before{content:""}.hsp-icon-Line_out_alt::before{content:""}.hsp-icon-Line_out::before{content:""}.hsp-icon-Down::before{content:""}.hsp-icon-Up::before{content:""}.hsp-icon-Return::before{content:""}.hsp-icon-Back::before{content:""}.hsp-icon-Transger::before{content:""}.hsp-icon-Regroup::before{content:""}.hsp-icon-Refresh_2::before{content:""}.hsp-icon-Refresh::before{content:""}.hsp-icon-Arrow_drop_down_big::before{content:""}.hsp-icon-Expand_down_stop::before{content:""}.hsp-icon-Expand_top_stop::before{content:""}.hsp-icon-Expand_right_stop::before{content:""}.hsp-icon-Expand_left_stop::before{content:""}.hsp-icon-In::before{content:""}.hsp-icon-Out::before{content:""}.hsp-icon-Fluid_light::before{content:""}.hsp-icon-Expand_right_double_light::before{content:""}.hsp-icon-Expand_left_double_light::before{content:""}.hsp-icon-Expand_down_double_light::before{content:""}.hsp-icon-Expand_up_double_light::before{content:""}.hsp-icon-Horizontal_down_right_main_light::before{content:""}.hsp-icon-Horizontal_down_left_main_light::before{content:""}.hsp-icon-Horizontal_top_left_main_light::before{content:""}.hsp-icon-Horizontal_top_right_main_light::before{content:""}.hsp-icon-Expand_down_light::before{content:""}.hsp-icon-Expand_up_light::before{content:""}.hsp-icon-Expand_right_light::before{content:""}.hsp-icon-Expand_left_light::before{content:""}.hsp-icon-circle_left_light::before{content:""}.hsp-icon-circle_right_light::before{content:""}.hsp-icon-Arrow_down_long_light::before{content:""}.hsp-icon-Arrow_top_long_light::before{content:""}.hsp-icon-Arrow_right_long_light::before{content:""}.hsp-icon-Arrow_left_long_light::before{content:""}.hsp-icon-Full_alt_light::before{content:""}.hsp-icon-Reduce_light::before{content:""}.hsp-icon-Full_light::before{content:""}.hsp-icon-Arrow_down_light::before{content:""}.hsp-icon-Arrow_top_light::before{content:""}.hsp-icon-Arrow_right_light::before{content:""}.hsp-icon-Arrow_left_light::before{content:""}.hsp-icon-Fluid::before{content:""}.hsp-icon-Expand_right_double::before{content:""}.hsp-icon-Expand_left_double::before{content:""}.hsp-icon-Expand_down_double::before{content:""}.hsp-icon-Expand_up_double::before{content:""}.hsp-icon-Horizontal_down_right_main::before{content:""}.hsp-icon-Horizontal_down_left_main::before{content:""}.hsp-icon-Horizontal_top_left_main::before{content:""}.hsp-icon-Horizontal_top_right_main::before{content:""}.hsp-icon-Expand_down::before{content:""}.hsp-icon-Expand_up::before{content:""}.hsp-icon-Expand_right::before{content:""}.hsp-icon-Expand_left::before{content:""}.hsp-icon-circle_left::before{content:""}.hsp-icon-circle_right::before{content:""}.hsp-icon-Arrow_down_long::before{content:""}.hsp-icon-Arrow_top_long::before{content:""}.hsp-icon-Arrow_right_long::before{content:""}.hsp-icon-Arrow_left_long::before{content:""}.hsp-icon-Full_alt::before{content:""}.hsp-icon-Reduce::before{content:""}.hsp-icon-Full::before{content:""}.hsp-icon-Arrow_down::before{content:""}.hsp-icon-Arrow_top::before{content:""}.hsp-icon-Arrow_right::before{content:""}.hsp-icon-Arrow_left::before{content:""}.hsp-icon-setting::before{content:""}.hsp-icon-user-add::before{content:""}.hsp-icon-prestation::before{content:""}.hsp-icon-criteria::before{content:""}.hsp-icon-client::before{content:""}.hsp-icon-service-provider::before{content:""}.hsp-icon-refresh::before{content:""}body{font-family:var(--main-font);color:var(--color-grey-medium-dark-grey)}@media(max-width: 480px){body{padding-bottom:80px}}h1{font-size:22px;letter-spacing:.02em;line-height:26px;font-weight:600}@media(min-width: 1024px){h1{font-size:24px;letter-spacing:.02em;line-height:29px;font-weight:600}}h2{font-size:18px;letter-spacing:.02em;font-weight:600}h3,h4,h5,h6{font-weight:600}button,.button{display:flex;align-items:center;justify-content:center;width:fit-content;height:48px;font-size:12px;line-height:14px;background:var(--color-hsp-blue);color:var(--color-white);letter-spacing:.04em;border-radius:4px;padding:0 12px;transition:background .2s ease;white-space:nowrap}button:hover,.button:hover{background:var(--color-blue-dark-blue)}button[disabled],.button[disabled]{background:var(--color-grey-light-grey);cursor:initial}button.danger,.button.danger{background:var(--color-hsp-red)}button.danger:hover,.button.danger:hover{background:var(--color-red-dark-red)}button.full,.button.full{width:100%}@media(min-width: 1024px){button.full,.button.full{width:fit-content}}button.border,.button.border{color:var(--color-grey-medium-dark-grey);border:1px solid var(--color-grey-light-grey);background:rgba(0,0,0,0)}button.border:hover,.button.border:hover{border:1px solid var(--color-white);background:var(--color-white)}button.rounded,.button.rounded{border-radius:50%;width:40px;height:40px}button.white,.button.white{background:var(--color-white);color:var(--color-grey-medium-dark-grey)}button.white[disabled],.button.white[disabled]{background:var(--color-grey-light-grey);cursor:initial;color:var(--color-white)}button.transparent,.button.transparent{background:rgba(0,0,0,0);color:var(--color-grey-medium-dark-grey)}button.transparent[disabled],.button.transparent[disabled]{opacity:.2}button.small,.button.small{height:34px}button.medium,.button.medium{height:40px}button.link,.button.link{display:inline-block;background:rgba(0,0,0,0);padding:0;text-decoration:underline;color:var(--color-grey-medium-dark-grey);white-space:nowrap;font-size:inherit;line-height:inherit;height:auto}button.icon-right span,.button.icon-right span{order:1}button.icon-right [class^=hsp-icon],button.icon-right [class*=" hsp-icon"],.button.icon-right [class^=hsp-icon],.button.icon-right [class*=" hsp-icon"]{order:2;margin-left:10px}button [class^=hsp-icon],button [class*=" hsp-icon"],.button [class^=hsp-icon],.button [class*=" hsp-icon"]{font-size:24px}@media(max-width: 768px){button.sm-hidden,.button.sm-hidden{display:none}}input[type=checkbox]{position:relative;width:22px;height:22px;flex:0 0 auto}input[type=checkbox]:checked::after{content:"";position:absolute;top:0;left:0;display:block;width:inherit;height:inherit;background:var(--color-hsp-blue) url(/8ed7ad5d16b8148e2024.svg) center no-repeat;border-radius:4px}input[type=checkbox]:focus::before{content:" ";display:block;width:40px;height:40px;background:rgba(218,218,218,.2);border:1px solid rgba(11,16,85,.05);border-radius:50%;transform:translate(-13px, -13px) scale(0);animation:checkboxFocusEffect .2s ease forwards}input[type=checkbox]:disabled+label{opacity:.6}.simple-list{list-style:inside}input[type=radio]{width:22px;height:22px}input[type=radio]:checked::after{content:"";display:block;width:22px;height:22px;border:2px solid var(--color-hsp-blue);background:var(--color-hsp-blue);border-radius:50%;box-shadow:inset 0 0 0 3px #fff}input[type=radio]:checked:disabled:after{border:2px solid var(--color-grey-medium-grey);background:var(--color-grey-medium-grey)}input[type=date]{font-size:16px;color:var(--color-grey-medium-dark-grey)}input[type=date]::placeholder{font-size:16px}.end-label-input{position:relative}.end-label-input .end-label{position:absolute;top:0;right:0;display:flex;align-items:center;height:100%;padding:0 16px;font-size:12px}label{color:var(--color-grey-medium-dark-grey);font-size:14px;font-weight:normal;font-style:normal;letter-spacing:.02em}label input[type=checkbox],label input[type=radio]{margin-right:10px}label.error{color:var(--color-hsp-red)}label.error input{border:1px solid var(--color-hsp-red)}input[type=text]{font-size:14px;font-weight:normal;font-style:normal;letter-spacing:.02em}input[type=text].input-error{border:1px solid var(--color-hsp-red)}.w-fit{width:fit-content}.toggle{position:relative;width:50px;height:26px;background:var(--color-hsp-blue);border-radius:25px;overflow:hidden}.toggle input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0);border:0;z-index:3}.toggle input:checked+.toggler{transform:translateX(calc(100% + 2px))}.toggle input:checked+.toggler+.toggle-bg{opacity:0}.toggle .toggle-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-hsp-red);z-index:1}.toggle .toggler{position:absolute;top:2px;left:2px;width:22px;height:22px;background:var(--color-white);border-radius:50%;transition:all .1s;z-index:2}.profile-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;text-align:center;text-transform:uppercase;background:rgba(218,218,218,.2);font-weight:500;font-size:15px;padding-top:4px;color:var(--color-hsp-blue)}.open-ho-modal{position:fixed;top:10px;right:60px;width:40px;height:40px;background:#e1e8ef;color:var(--color-blue-dark-blue);z-index:100}@media(min-width: 1024px){.open-ho-modal{display:none}}.home-profile-icon{position:fixed;top:20px;right:20px;width:40px;height:40px;background:#e1e8ef;cursor:pointer;z-index:100}@media(min-width: 1024px){.home-profile-icon{display:none}}.page-header{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;width:100%;background:var(--color-grey-su-super-light-grey);color:var(--color-hsp-blue);border-bottom:1px solid #e1e8ef;padding:20px;z-index:3}@media(min-width: 1024px){.page-header{left:80px;width:calc(100% - 80px);height:81px}}.page-header .profile-icon{width:40px;height:40px;background:#e1e8ef}@media(min-width: 1024px){.page-header .profile-icon{display:none}}.page-header .stepper-tab{position:absolute;left:0;bottom:0}.title:not(.removable-cell){font-size:11px;text-transform:uppercase;font-weight:600}.label__status{display:flex;align-items:center;width:min-content;height:30px;font-size:12px;border-radius:8px;padding-inline:12px}.label__status--schedule{background-color:#fce2d0;color:var(--color-orange-orange)}.label__status--debt{background-color:#f9eaea;color:var(--color-hsp-red)}.label__status--blacklisted{background-color:#f9eaea;color:var(--color-hsp-red)}.label__status--blacklisted .icon-blacklisted{padding:0 5px 0 0}.label__status .hsp-icon-Cancel_light{color:var(--color-hsp-red)}.button-add-user.add-user-mobile{display:flex;position:fixed;bottom:102px;right:20px;width:48px;height:48px;border-radius:50%;box-shadow:0 10px 30px 0 rgba(0,0,0,.25)}.button-add-user.add-user-mobile span{display:none}.button-add-user.add-user-mobile i{margin:0 !important;position:static;left:auto;transform:none}@media(min-width: 1024px){.button-add-user.add-user-mobile{height:40px;position:static;width:fit-content;border-radius:4px;box-shadow:none}.button-add-user.add-user-mobile span{display:block}.button-add-user.add-user-mobile i{margin-left:10px}}.table-actions{position:fixed;top:81px;width:100%;display:flex;justify-content:flex-end;background:var(--color-white);padding:13px 20px;z-index:4}.table-actions .button{height:34px}.table-actions.document-action{background-color:unset;justify-content:space-between}.table-actions.document-action-ho{background-color:#fff;justify-content:space-between;height:117px}.table-actions .pagination{font-size:10px;text-transform:uppercase;color:var(--color-grey-dark-grey)}.table-actions .button-add-user{display:none}.table-actions .available-room-button{display:flex}@media(min-width: 1024px){.table-actions{justify-content:space-between;left:80px;width:calc(100% - 80px)}.table-actions .button-add-user{display:flex}}.badge{display:inline-flex;align-items:center;padding:8px 10px;border-radius:8px;font-size:12px;line-height:14px;letter-spacing:.04em;background:var(--color-grey-su-super-light-grey);white-space:nowrap;height:fit-content}.badge.green{color:var(--color-blue-blue);background:var(--color-blue-light-blue)}.badge.green-outline{color:var(--color-blue-blue);border:1px solid var(--color-blue-light-blue);background:#fff}.badge.inactive{background-color:var(--color-grey-light-grey);color:var(--color-grey-medium-dark-grey)}.badge.danger,.badge.red,.badge.blacklisted{background-color:var(--color-red-light-red);color:var(--color-hsp-red)}.badge.danger-outline,.badge.red-outline,.badge.blacklisted-outline{color:var(--color-red-dark-red);border:1px solid var(--color-red-light-red);background:#fff}.badge.warning,.badge.orange,.badge.schedule{background-color:#fce2d0;color:#f26301}.badge.warning-outline,.badge.orange-outline,.badge.schedule-outline{color:var(--color-orange-orange);border:1px solid var(--color-orange-light-orange);background:#fff}.badge.grey{color:var(--color-grey-dark-grey);background-color:var(--color-grey-super-light-grey)}.badge.grey-outline{color:var(--color-grey-dark-grey);border:1px solid var(--color-grey-super-light-grey);background:#fff}.badge.blue{color:var(--color-blue-blue);background:var(--color-blue-light-blue)}.badge.purple{color:var(--color-violet-violet);background:var(--color-violet-light-violet)}.badge.yellow{background-color:var(--color-yellow-light-yellow);color:var(--color-yellow-yellow)}.tag{display:flex;align-items:center;height:32px;font-size:12px;line-height:14px;padding:0 12px;background:var(--color-grey-super-light-grey);border-radius:16px;white-space:nowrap}.tag .button{padding:0;height:auto}.squared-img{aspect-ratio:1}.stepper{position:relative;display:flex}.stepper::before{content:"";position:absolute;top:0;left:0;background:var(--color-white);width:100%;height:calc(100% - 10px)}.stepper::after{content:"";position:absolute;z-index:1;bottom:10px;left:0;width:100%;height:1px;background:rgba(196,210,223,.5)}.stepper .step-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;margin-right:40px}.stepper .step-item .step-title{font-weight:600;font-size:11px;line-height:13px;color:var(--color-grey-dark-grey);text-transform:uppercase;white-space:nowrap}.stepper .step-item .step-number{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--color-grey-light-grey);color:var(--color-grey-dark-grey);font-size:11px;line-height:13px}.stepper .step-item.active .step-title{color:var(--color-grey-medium-dark-grey)}.stepper .step-item.active .step-number{border:1px solid rgba(196,210,223,.5);background:var(--color-white)}.stepper-tab{display:flex;height:34px;padding-left:20px;overflow-x:scroll;-ms-overflow-style:none;overflow:-moz-scrollbars-none;overflow-x:auto;max-width:100%}.stepper-tab::-webkit-scrollbar{display:none}.stepper-tab .step-item{display:flex;justify-content:center;align-items:center;border-radius:10px 10px 0 0;padding-inline:10px;cursor:pointer;white-space:nowrap}.stepper-tab .step-item .step-title{font-weight:600;font-size:11px;line-height:13px;color:var(--color-grey-dark-grey);text-transform:uppercase}.stepper-tab .step-item .nb-items{display:flex;justify-content:center;align-items:center;padding:4px;margin-left:10px;height:14px;font-weight:600;font-size:10px;line-height:12px;letter-spacing:.02em;background:#e4e4e4;border-radius:4px}.stepper-tab .step-item.active{position:relative;background-color:var(--color-white)}.stepper-tab .step-item.active::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--color-hsp-orange)}.stepper-tab .step-item.active .step-title{color:var(--color-grey-medium-dark-grey)}.stepper-tab .step-item.active .nb-items{background:rgba(11,16,85,.05)}.file-uploader{position:relative;display:flex;align-items:center;height:57px;width:fit-content;background-image:url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 rx=%274%27 ry=%274%27 stroke=%27%23D1D1D1FF%27 stroke-width=%272%27 stroke-dasharray=%276%2c 6%27 stroke-dashoffset=%270%27 stroke-linecap=%27round%27/%3e%3c/svg%3e");border-radius:4px;padding:0 10px}@media(min-width: 768px){.file-uploader{padding:0 96px}}.file-uploader label{color:var(--color-grey-medium-dark-grey)}.file-uploader input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.upload-item{display:flex;align-items:center;width:fit-content;border:1px solid #d1d1d1;border-radius:4px;font-size:12px;line-height:14px;margin-top:10px}.upload-item button{height:34px}.link-with-progression{position:relative;color:var(--color-grey-dark-grey);display:block;white-space:nowrap;padding:11px 12px}.link-with-progression .text-wrapper{position:relative;z-index:2}.link-with-progression .progression-indicator{position:absolute;left:0;top:0;width:0;height:100%;background:rgba(11,16,85,.05)}.simple-table-wrapper{margin-top:20px}.hsp-simple-table{width:100%;border-collapse:collapse;position:relative}.hsp-simple-table thead{background:var(--color-grey-su-super-light-grey)}.hsp-simple-table tr{border-bottom:1px solid rgba(196,210,223,.5)}.hsp-simple-table tr.row-selected td{background:var(--color-orange-super-light-orange)}.hsp-simple-table td,.hsp-simple-table th{text-align:left}.hsp-simple-table th{top:0;z-index:1;padding:13px 20px;text-transform:uppercase;font-size:10px;line-height:13px;font-weight:600;color:var(--color-grey-dark-grey);background:var(--color-grey-su-super-light-grey)}.hsp-simple-table th button{display:inline-flex;height:auto}.hsp-simple-table th button i{font-size:14px}.hsp-simple-table th span{white-space:nowrap}.hsp-simple-table th.zindex2{z-index:2}.hsp-simple-table th.filtered{background:#ececf0}.hsp-simple-table td{padding:22px 20px;font-size:13px;line-height:16px}.hsp-simple-table td.fullName{cursor:pointer}.hsp-simple-table td.fullName:hover{text-decoration:underline}.hsp-simple-table td.userHotelOrganizations{white-space:nowrap}.hsp-simple-table td.filtered{background:rgba(11,16,85,.05)}.hsp-simple-table input[type=checkbox]{width:15px;height:15px}.hsp-simple-table .badge{margin-bottom:10px;margin-right:16px}table thead th#fullName_head .table-filters-box,table thead th#id_head .table-filters-box,table thead th#title_head .table-filters-box,table thead th:nth-child(1) .table-filters-box,table thead th:nth-child(2) .table-filters-box{min-width:200px;right:auto;left:0}.home-logo{width:380px}.badge-nb{margin:0;padding:2px 4px;background:rgba(11,16,85,.05);font-size:10px;border-radius:4px}.badge-nb.blue{background:var(--color-hsp-blue)}.header-categories{display:flex;padding:10px 0 0;background:var(--color-grey-su-super-light-grey)}.header-category{position:relative;padding:10px;background:none;text-transform:uppercase;color:var(--color-grey-dark-grey)}.header-category.has-notification{padding-left:26px}.header-category.has-notification:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background-color:var(--color-hsp-red);left:10px;top:calc(50% - 3px)}.header-category.active{background:#fff;color:var(--color-grey-dark-grey);color:#000;border-radius:8px 8px 0px 0px}.header-category.active:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--color-hsp-orange);border-radius:2px 2px 0px 0px}.container{margin:0 auto}.page-title{position:fixed;display:none;align-items:center;padding:20px;font-size:20px;line-height:24px}@media(min-width: 1023px){.page-title{display:flex;top:103px}}.page-title .page-title-nb-items{display:flex;align-items:center;justify-content:center;height:16px;padding:2px 3px 0;font-size:12px;font-weight:600;border-radius:4px;color:#fff;margin-right:4px;background-color:var(--color-grey-medium-dark-grey);margin-bottom:4px}.page-with-tabs .page-header{height:104px;align-items:flex-start}.page-with-tabs .table-actions{top:168px;padding-top:0;padding-bottom:10px}.reservations-list .stepper-tab{position:absolute;left:0;bottom:0}.reservations-list .table-actions{padding-top:13px;padding-bottom:13px;top:104px}.reservations-list .table-wrapper{margin-top:164px;height:calc(100vh - 164px)}.reservations-list .table-filters-content-wrapper.last{max-height:calc(100% - 165px);overflow-y:scroll}.reservations-list .table-filters-content-wrapper.last::-webkit-scrollbar{width:6px;height:6px}.reservations-list .table-filters-content-wrapper.last::-webkit-scrollbar-track{background:var(--color-grey-su-super-light-grey)}.reservations-list .table-filters-content-wrapper.last::-webkit-scrollbar-thumb{background:var(--color-hsp-blue);border-radius:3px}.background-options{z-index:101;position:fixed;top:0;display:flex;align-items:flex-end;width:100%;height:100%;background-color:rgba(0,0,0,.25)}@media(min-width: 1024px){.background-options{top:70px;right:100px;background-color:rgba(0,0,0,0);width:min-content;height:min-content;border-radius:4px;box-shadow:0px 10px 30px rgba(0,0,0,.25)}}.background-options .options{width:100%;height:32%;background-color:var(--color-white);border-radius:30px 30px 0px 0px}.background-options .options.ho{height:40%}@media(min-width: 1024px){.background-options .options{height:96px;border-radius:4px;width:227px}}.background-options .options-title{width:100%;height:40%;display:flex;justify-content:center;align-items:center}.background-options .options-title.ho{margin-top:20px;height:25%}.background-options .options-title h3{font-weight:600;font-size:22px}.background-options .options-title :last-child{position:absolute;right:3vw}@media(min-width: 1024px){.background-options .options-title{display:none}}.background-options .options-buttons{height:60%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;cursor:pointer}.background-options .options-buttons :first-child{height:50%;display:flex;align-items:center;padding-bottom:20px;font-size:14px}@media(min-width: 1024px){.background-options .options-buttons :first-child{padding-bottom:0}}.background-options .options-buttons :last-child{height:50%;font-size:14px}@media(min-width: 1024px){.background-options .options-buttons :last-child{display:flex;align-items:center}}@media(min-width: 1024px){.background-options .options-buttons{align-items:flex-start;padding-left:20px;height:100%}}.options-menu{position:fixed;background:var(--color-white);box-shadow:0 10px 30px 0 rgba(0,0,0,.25);border-radius:4px;overflow:hidden;font-size:14px;padding:8px 0;z-index:999;right:82px;top:124px}.options-menu a,.options-menu .button{padding:10px 20px;width:100%;justify-content:flex-start;border-radius:0}.options-menu a:hover,.options-menu .button:hover{background:var(--color-grey-su-super-light-grey)}.available-rooms-modal .modal{max-width:740px}.available-rooms-modal .modal-header{border-bottom:1px solid var(--border);padding:20px;justify-content:space-between}.available-rooms-modal .modal-header h2{display:none;font-weight:400;font-size:16px;line-height:19px}.available-rooms-modal .modal-header h1{width:100%;text-align:center}.available-rooms-modal .modal-header .button{position:static}@media(min-width: 660px){.available-rooms-modal .modal-header h2{display:initial}.available-rooms-modal .modal-header h1{position:absolute;width:calc(100% - 40px);text-align:center;z-index:-1}.available-rooms-modal .modal-content{padding-left:40px;padding-right:40px;padding-bottom:40px}}.available-rooms-modal .button{height:40px}.custom-calendar{box-shadow:none;max-width:100%}.custom-calendar .rmdp-day.rmdp-today span{background-color:var(--color-hsp-orange)}.custom-calendar .rmdp-day.rmdp-selected span:not(.highlight){background-color:var(--color-hsp-blue)}.custom-calendar .rmdp-range{background-color:var(--color-hsp-blue)}.custom-calendar .rmdp-week-day{color:var(--color-hsp-blue)}.custom-calendar .rmdp-border-right{border:0}.custom-calendar .rmdp-top-class{flex-direction:column}.custom-calendar .rmdp-panel-body{position:static}.custom-calendar .rmdp-panel-body li{display:inline-flex;padding-right:20px;background-color:var(--color-hsp-blue)}@media(min-width: 660px){.custom-calendar .rmdp-day-picker>div:first-child{margin-right:60px !important}}.home-wrapper{padding-bottom:82px}@media(min-width: 1024px){.home-wrapper{padding-bottom:0}}.icon-user{width:34px}
