.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}: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:hsla(0,0%,100%,.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(90deg,#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:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.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 rgba(0,0,0,.1);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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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:focus,.Toastify__close-button:hover{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:auto;transform-origin:right;border-bottom-left-radius:0;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-radius:100%;border:2px solid;border-right:2px solid 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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.button-base{line-height:1rem!important}.button-base:focus{--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.button-primary:focus{--tw-text-opacity:1;opacity:1}.button-link,.button-link:disabled{color:rgb(59 130 246/var(--tw-text-opacity))}.button-base{padding:.53rem 1rem .55rem}.button-small{padding:.39rem .75rem .413rem}.is-invalid:focus-within{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.is-valid:focus-within{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.obds-modal{position:relative;z-index:20}.obds-modal .ani-enter{transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.obds-modal .ani-enterfrom{opacity:0}.obds-modal .ani-enterto{opacity:1}.obds-modal .ani-leave{transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.obds-modal .ani-leavefrom{opacity:1}.obds-modal .ani-leaveto{opacity:0}.obds-modal .obds-modal-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgb(0 0 0/var(--tw-bg-opacity));--tw-bg-opacity:0.25}.obds-modal .obds-modal-body{position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;overflow-y:auto}.obds-modal-content{display:flex;text-align:center}.obds-top-left{justify-content:flex-start}.obds-top-right{justify-content:flex-end}.obds-top-center{justify-content:center}.obds-center-left,.obds-center-right{min-height:100%;align-items:center}.obds-center-right{justify-content:flex-end}.obds-center{min-height:100%;align-items:center;justify-content:center}.obds-bottom-left{min-height:100%;align-items:flex-end;justify-content:flex-start}.obds-bottom-right{min-height:100%;align-items:flex-end;justify-content:flex-end}.obds-bottom-center{min-height:100%;align-items:flex-end;justify-content:center}.obds-modal .obds-modal-body .ani-enter{transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.obds-modal .obds-modal-body .ani-enterfrom{--tw-scale-x:0.95;--tw-scale-y:0.95;opacity:0}.obds-modal .obds-modal-body .ani-enterfrom,.obds-modal .obds-modal-body .ani-enterto{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.obds-modal .obds-modal-body .ani-enterto{--tw-scale-x:1;--tw-scale-y:1;opacity:1}.obds-modal .obds-modal-body .ani-leave{transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.obds-modal .obds-modal-body .ani-leavefrom{--tw-scale-x:1;--tw-scale-y:1;opacity:1}.obds-modal .obds-modal-body .ani-leavefrom,.obds-modal .obds-modal-body .ani-leaveto{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.obds-modal .obds-modal-body .ani-leaveto{--tw-scale-x:0.95;--tw-scale-y:0.95;opacity:0}.obds-modal .obds-modal-body .obds-dialog-pannel{max-height:95vh;display:flex;flex-direction:column;position:relative;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));text-align:left;vertical-align:middle;--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.obds-modal .obds-modal-body .obds-dialog-pannel .obds-modal-title{margin:0;font-size:1.125rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.obds-modal .obds-modal-body .obds-dialog-pannel .obds-modal-icon{position:absolute;top:.75rem;right:1rem;cursor:pointer;display:flex;padding:0;box-sizing:border-box}.obds-modal .obds-modal-body .obds-dialog-pannel .obds-modal-icon :hover{border-radius:4px;background:#fff0f0}.obds-modal .obds-modal-body .obds-dialog-pannel .obds-modal-icon>svg{transform:scale(.8)}.obds-modal .obds-modal-body .obds-dialog-pannel .obds-modal-icon>svg:hover{color:#ba0000}.obds-modal:disabled:disabled{cursor:not-allowed;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))!important;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}@media (min-width:640px){.obds-modal:disabled{font-size:.875rem;line-height:1.25rem}}.obds-modal-footer{display:flex;justify-content:flex-end;padding:1rem}.obds-modal-footer .innerfooter{display:flex;justify-content:flex-end;gap:.5rem}.obds-alert{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;border-radius:.375rem;border-width:1px;padding:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;margin-top:1rem}.obds-alert .obds-alert-content{margin-right:.5rem;flex:1 1 0%}.obds-alert .obds-alert-content .helptext{margin:0;font-size:.795rem;font-weight:400;line-height:1.2rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.obds-alert .obds-alert-left-icon{display:flex;margin-right:.75rem}.obds-alert .obds-alert-left-icon svg{height:1.25rem;width:1.25rem;flex-shrink:0}.obds-alert .close svg{height:1.25rem!important;width:1.25rem!important;flex-shrink:0;cursor:pointer;display:block}.primary-alert{border-color:rgb(147 197 253/var(--tw-border-opacity));background-color:rgb(239 246 255/var(--tw-bg-opacity));color:rgb(30 64 175/var(--tw-text-opacity))}.primary-alert,.success-alert{border-style:solid;--tw-border-opacity:1;--tw-bg-opacity:1;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1}.success-alert{border-color:rgb(134 239 172/var(--tw-border-opacity));background-color:rgb(240 253 244/var(--tw-bg-opacity));color:rgb(22 101 52/var(--tw-text-opacity))}.red-alert{border-color:rgb(252 165 165/var(--tw-border-opacity));background-color:rgb(254 242 242/var(--tw-bg-opacity));color:rgb(153 27 27/var(--tw-text-opacity))}.red-alert,.warning-alert{border-style:solid;--tw-border-opacity:1;--tw-bg-opacity:1;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1}.warning-alert{border-color:rgb(234 179 8/var(--tw-border-opacity));background-color:rgb(254 252 232/var(--tw-bg-opacity));color:rgb(133 77 14/var(--tw-text-opacity))}.obds-input-group{position:relative;display:flex;align-items:center;margin:0!important;width:100%;height:auto;font-family:Lato,sans-serif!important;box-sizing:border-box;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}input[type=date].obds-input,input[type=email].obds-input,input[type=file].obds-input,input[type=number].obds-input,input[type=password].obds-input,input[type=search].obds-input,input[type=string].obds-input,input[type=text].obds-input,input[type=time].obds-input{margin:0;display:block;height:auto;width:100%;border-radius:.25rem;border-width:0;background:transparent!important;font-size:.875rem;line-height:1rem;color:#495057}.obds-input-group:focus-within{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity));outline:2px solid transparent;outline-offset:px;--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 transparent);--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.obds-input-group-append,.obds-input-group-prepend{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.obds-input-group-prepend{padding-left:.625rem;padding-right:0}.obds-input-group-append{padding-right:.625rem;padding-left:0}input[type=date].obds-input:focus,input[type=email].obds-input:focus,input[type=file].obds-input:focus,input[type=number].obds-input:focus,input[type=password].obds-input:focus,input[type=search].obds-input:focus,input[type=string].obds-input:focus,input[type=text].obds-input:focus,input[type=time].obds-input:focus{border-width:0;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.obds-input-group :disabled:disabled{cursor:not-allowed!important;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))!important;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}@media(min-width:640px){.obds-input-group :disabled{font-size:.875rem;line-height:1.25rem}}::-webkit-search-cancel-button,input[type=search].obds-input{-webkit-appearance:none;appearance:none;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;padding:8px}.obds-input-field:-moz-placeholder,.obds-input-field:-ms-input-placeholder,.obds-input-field::-moz-placeholder,.obds-input-field::-webkit-input-placeholder{color:#9ea0a5}.obds-input-group.obds-input-group-clear{border:none;background:#fff}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:transparent 5500s ease-in-out 0s!important;transition:transparent 5500s ease-in-out 0s!important;color:#6b6c6f!important;-webkit-text-fill-color:#6b6c6f!important}.input[type=file],::file-selector-button{margin-right:.75rem;border-width:0 1px 0 0;border-style:solid;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));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-delay:.1s}.input[type=file]:hover,::file-selector-button:hover{border-width:0 1px 0 0;border-style:solid;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}input[type=date].obds-input-base,input[type=email].obds-input-base,input[type=file].obds-input-base,input[type=number].obds-input-base,input[type=password].obds-input-base,input[type=search].obds-input-base,input[type=string].obds-input-base,input[type=text].obds-input-base,input[type=time].obds-input-base{padding:.55rem .53rem .53rem!important}input[type=date].obds-input-small,input[type=email].obds-input-small,input[type=file].obds-input-small,input[type=number].obds-input-small,input[type=password].obds-input-small,input[type=search].obds-input-small,input[type=text].obds-input-small,input[type=time].obds-input-small{padding:.4rem .53rem .403rem!important;line-height:1}.form-control{position:relative;box-sizing:border-box;display:flex;align-items:flex-start;font-size:.875rem;line-height:1rem}.wrapper{display:flex;align-items:center}.helptext,.wrapper{font-family:Lato,sans-serif!important}.helptext{font-size:.875rem;line-height:1rem;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.invalid-feedback{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.valid-feedback{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.is-invalid{border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))!important}.label{display:block!important;margin-bottom:3px!important;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.is-valid{border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))!important}.is-invalid:focus-within{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important;outline:2px solid transparent!important;outline-offset:2px!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important;--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))!important}.is-valid:focus-within{--tw-border-opacity:1!important;border-color:rgb(34 197 94/var(--tw-border-opacity))!important;outline:2px solid transparent!important;outline-offset:2px!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important;--tw-ring-opacity:1!important;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))!important}.spinner{position:relative}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner .spinner-grow{animation:spinner-grow .75s linear infinite;display:inline-block;height:1rem;width:1rem;border-radius:9999px;background-color:currentColor;vertical-align:-.125em;opacity:0}.spinner .spinner-grow .visually-hidden{clip:rect(0,0,0,0)!important;position:absolute;margin:-.25rem;height:.25rem;width:.25rem;overflow:hidden;white-space:nowrap;border-width:0;padding:0}.spinner .primary-spinner{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.spinner .secondary-spinner{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.spinner .success-spinner{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.spinner .info-spinner{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.spinner .red-spinner{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.spinner .warning-spinner{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.spinner .light-spinner{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}.textfield-text{display:flex;font-size:.875rem}input[type=radio].obds-radio{margin:0;height:1rem;width:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px!important;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));background-origin:border-box;padding:0;font-family:Lato,sans-serif!important;--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}input[type=radio].obds-radio:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--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 transparent)!important;--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity));--tw-ring-offset-width:2px}input[type=radio].obds-radio:disabled:disabled{cursor:not-allowed;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}@media(min-width:640px){input[type=radio].obds-radio:disabled{font-size:.875rem;line-height:1.25rem}}input[type=radio].obds-radio:checked{border-color:transparent;background-color:currentColor!important;background-size:100% 100%;background-position:50%;background-repeat:no-repeat;background-repeat:repeat;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@font-face{font-family:Euclid Circular B;src:url(/_next/static/media/EuclidCircularB-Regular.e4c9179d.eot);src:local("Euclid Circular B Regular"),local("EuclidCircularB-Regular"),url(/_next/static/media/EuclidCircularB-Regular.e4c9179d.eot) format("embedded-opentype"),url(/_next/static/media/EuclidCircularB-Regular.a41b42e1.woff2) format("woff2"),url(/_next/static/media/EuclidCircularB-Regular.7fff0d58.woff) format("woff"),url(/_next/static/media/EuclidCircularB-Regular.30fb05c1.ttf) format("truetype");font-weight:400;font-style:normal}.chip{display:flex;cursor:default;align-items:center;word-break:break-all;border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding:.125rem .625rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.tree{margin:0;padding:0}.tree ul{position:relative;margin:0 0 0 9px;list-style-type:none;padding:0}.tree ul ul{margin-left:11px}.tree ul:before{bottom:0;top:-5px;width:0;border-left-width:1px;border-color:rgb(209 213 219/var(--tw-border-opacity))}.tree ul li:before,.tree ul:before{content:"";position:absolute;left:0;display:block;--tw-border-opacity:1}.tree ul li:before{top:1em;margin-top:-1px;height:0;width:20px;border-top-width:1px;border-color:rgb(209 213 219/var(--tw-border-opacity))}.tree ul li:last-child:before{background:#fff;bottom:0;top:1em;height:auto}.tree li{position:relative;margin:.25rem 0;padding-top:0;padding-bottom:0;padding-left:1em;line-height:2em}.tree .minusIcon-svg,.tree .pluseIcon-svg{position:relative;top:-1px;height:1.5rem;width:1.5rem;fill:#fe889d;stroke:#fff}.tree .link-item{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.tree .link-item:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.category-name-button:hover{color:rgb(59 130 246/var(--tw-text-opacity))!important}.category-list-layout{min-height:calc(100vh - 300px);padding-top:20px}.show-more-categories-popover{position:absolute;left:0;right:0;top:3rem;z-index:10;margin-left:auto;margin-right:auto;display:inline-block;width:99.3%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(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);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.hierarchy-tree-placeholder-icon{height:1.25rem;width:1.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hierarchy-tree-placeholder-item{height:1rem;width:calc(100% - 30px);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.tree .hierarchy-tree-placeholder-item{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.tree .hierarchy-tree-placeholder-item:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.hierarchy-tree-item-placeholder-item{margin-top:.25rem;height:1rem;width:calc(100% - 5px);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.tree .hierarchy-tree-item-placeholder-item{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.tree .hierarchy-tree-item-placeholder-item:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.breadcrumb-category-block .category-hierarchy-container{display:flex;max-width:72rem;gap:1.25rem;overflow-x:auto;white-space:nowrap;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.breadcrumb-category-block .category-hierarchy-container .all-category-popover{display:grid;max-height:calc(100vh - 200px);grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;overflow-y:auto;padding:.75rem}@media (min-width:640px){.breadcrumb-category-block .category-hierarchy-container .all-category-popover{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.breadcrumb-category-block .category-hierarchy-container .all-category-popover{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1024px){.breadcrumb-category-block .category-hierarchy-container .all-category-popover{grid-template-columns:repeat(8,minmax(0,1fr))}}.breadcrumbs-category-hierarchy{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;width:100%;--tw-bg-opacity:1;background-color:rgb(242 244 247/var(--tw-bg-opacity));padding:1rem;font-size:.875rem;line-height:1.25rem}@media (min-width:640px){.breadcrumbs-category-hierarchy{display:flex}}.breadcrumbs-category-hierarchy .breadcrumbs-category-hierarchy-container{display:flex;width:100%;justify-content:flex-start}.breadcrumbs-category-hierarchy .breadcrumbs-category-hierarchy-container>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.breadcrumbs-category-hierarchy .breadcrumbs-category-hierarchy-container{font-size:.875rem;line-height:1.25rem;text-transform:capitalize;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.breadcrumbs-category-hierarchy .breadcrumbs-category-hierarchy-container .mobile-view-category-search-btn{border-radius:9999px;padding:.25rem;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity));--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(0px + 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)}.breadcrumbs-category-hierarchy .breadcrumbs-category-hierarchy-container .mobile-view-category-search-btn:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(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)}.breadcrumbs-category-hierarchy .breadcrumbs-category-hierarchy-container .mobile-view-category-search-btn: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(0px + 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)}.category-slider-title-block .category-slider-title{display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:1.5rem;font-weight:600;text-transform:uppercase}.category-slider-title-block .category-slider-close-icon{border-color:transparent;--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);border-radius:9999px;padding:.125rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));--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(0px + 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)}.category-slider-title-block .category-slider-close-icon:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(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)}.category-slider-title-block .category-slider-close-icon: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(0px + 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)}.category-slider-search-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;margin:.25rem -1px -1px;display:flex;width:100%;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.25rem .75rem}.category-slider-search-input:focus-within{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.product-listing-main-block .category-hierarchy-tree-block{position:sticky;top:9px;height:90vh;width:100%}.product-listing-main-block .category-hierarchy-tree-block>: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))}.product-listing-main-block .category-hierarchy-tree-block{overflow-y:auto;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding-right:.75rem}.category-search-modal .category-search-modal-title{margin-top:.375rem;display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.25rem .75rem}.gridDisplay-3{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width:768px){.gridDisplay-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.gridDisplay-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.gridDisplay-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.gridDisplay-2{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width:768px){.gridDisplay-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.gridDisplay-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.gridDisplay-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-info label{font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.contact-info input{height:2rem;border-radius:.25rem;border-width:1px;padding-left:.75rem;padding-right:.75rem;--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)}.breadcrumbs-link{max-width:200px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.025em}.breadcrumbs-link:hover{color:#3b82f6!important}.order-element-Address{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}@media (min-width:640px){.order-element-Address{flex-direction:row}}@media (min-width:768px){.order-element-Address{justify-content:space-between}}.home-category-name-button:hover{color:#3b82f6!important;background-color:rgb(243 244 246/var(--tw-bg-opacity));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.home-category-name-button,.home-category-name-button:hover{--tw-bg-opacity:1;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.home-category-name-button{width:100%;border-radius:.5rem;border-width:1px;background-color:rgb(249 250 251/var(--tw-bg-opacity));padding:1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.home-category-name-button: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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity))}.category-link-color{color:#3b82f6!important}.category-landing-page-wrapper{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width:768px){.category-landing-page-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.category-landing-page-wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-search-element:hover{color:#3b82f6!important}.toggle-product-search{margin-right:.5rem;margin-left:auto;display:flex;max-width:-moz-max-content;max-width:max-content;align-items:center;justify-content:space-between;border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding:.5rem .5rem .5rem .75rem}@media (min-width:640px){.toggle-product-search{margin-left:auto;margin-right:auto;max-width:32rem}}.toggle-product-search .search-block{display:flex;width:100%;cursor:text;align-items:center;justify-content:space-between;border-radius:.25rem;border-width:0;padding:0 0 0 .5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.toggle-product-search .search-block .keyboard-shortcut-container{border-radius:.75rem;--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity));padding:0 .375rem;font-size:8px;font-weight:600;text-transform:uppercase;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.product-global-search-modal{z-index:999!important}.product-global-search-modal .title-container{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;gap:.25rem;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.25rem}.product-global-search-modal .title-container .search-input-container{display:flex;width:100%;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding-left:.25rem;padding-right:.25rem}.product-global-search-modal .title-container .search-input-container .search-input-style{height:1.5rem;border-radius:0;border-width:0;padding-right:.5rem;--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)}.product-global-search-modal .title-container .search-input-container .search-input-style:focus{outline:2px solid transparent;outline-offset:2px;--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(0px + 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)}.product-global-search-modal .title-container .search-input-container .search-param-style{max-width:100px;border-width:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.product-global-search-modal .title-container .search-input-container .search-param-style:focus{outline:2px solid transparent;outline-offset:2px;--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(0px + 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 (min-width:640px){.product-global-search-modal .title-container .search-input-container .search-param-style{max-width:-moz-fit-content;max-width:fit-content}}.product-global-search-modal .title-wrapper-style{margin:0;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border-width:0;padding:.75rem}.product-global-search-modal .product-trigger{border-radius:.375rem;background-color:rgba(var(--theme-color),.1);padding:.125rem .375rem;font-weight:600;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .product-global-search-modal .product-trigger{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.product-global-search-modal .product-name-container{min-height:0;min-width:0;white-space:normal;overflow-wrap:break-word;word-break:break-all}.group:hover .product-global-search-modal .product-name-container{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.product-global-search-modal .plan-listing-container{display:flex;flex-direction:column;gap:.5rem}.product-global-search-modal .plan-listing-container .priceplan-wrapper{cursor:pointer;grid-template-columns:repeat(6,minmax(0,1fr))}.product-global-search-modal .plan-listing-container .priceplan-wrapper>: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))}.product-global-search-modal .plan-listing-container .priceplan-wrapper{border-radius:.5rem;background-color:rgba(var(--theme-color),.05);padding:1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.product-global-search-modal .plan-listing-container .priceplan-wrapper:hover{background-color:rgba(var(--theme-color),.1)}@media (min-width:640px){.product-global-search-modal .plan-listing-container .priceplan-wrapper{display:grid}}.product-global-search-modal .plan-listing-container .priceplan-wrapper .plan-left-section{grid-column:span 4/span 4;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width:1024px){.product-global-search-modal .plan-listing-container .priceplan-wrapper .plan-left-section{grid-column:span 5/span 5}}.product-global-search-modal .plan-listing-container .priceplan-wrapper .plan-right-section{grid-column:span 2/span 2;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.25rem}@media (min-width:640px){.product-global-search-modal .plan-listing-container .priceplan-wrapper .plan-right-section{align-items:flex-end}}@media (min-width:1024px){.product-global-search-modal .plan-listing-container .priceplan-wrapper .plan-right-section{grid-column:span 1/span 1}}.enriched-spinner{width:30px;height:30px}.enriched-spinner:before{border-top-width:2px;--tw-border-opacity:1;border-top-color:rgba(var(--theme-color),var(--tw-border-opacity));content:"";box-sizing:border-box;position:absolute;width:30px;height:30px;border-radius:50%;border-right:2px solid transparent;animation:spinner8217 .8s linear infinite}.compact-spinner{font-size:28px;position:relative;display:inline-block;width:1em;height:1em}.compact-spinner.center{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.compact-spinner .compact-spinner-blade{position:absolute;left:.4629em;bottom:0;width:.074em;height:.2777em;border-radius:.0555em;background-color:transparent;transform-origin:center -.2222em;animation:spinner-fade9234 1s linear infinite}.compact-spinner .compact-spinner-blade:first-child{animation-delay:0s;transform:rotate(0deg)}.compact-spinner .compact-spinner-blade:nth-child(2){animation-delay:83ms;transform:rotate(30deg)}.compact-spinner .compact-spinner-blade:nth-child(3){animation-delay:.166s;transform:rotate(60deg)}.compact-spinner .compact-spinner-blade:nth-child(4){animation-delay:.249s;transform:rotate(90deg)}.compact-spinner .compact-spinner-blade:nth-child(5){animation-delay:.332s;transform:rotate(120deg)}.compact-spinner .compact-spinner-blade:nth-child(6){animation-delay:.415s;transform:rotate(150deg)}.compact-spinner .compact-spinner-blade:nth-child(7){animation-delay:.498s;transform:rotate(180deg)}.compact-spinner .compact-spinner-blade:nth-child(8){animation-delay:.581s;transform:rotate(210deg)}.compact-spinner .compact-spinner-blade:nth-child(9){animation-delay:.664s;transform:rotate(240deg)}.compact-spinner .compact-spinner-blade:nth-child(10){animation-delay:.747s;transform:rotate(270deg)}.compact-spinner .compact-spinner-blade:nth-child(11){animation-delay:.83s;transform:rotate(300deg)}.compact-spinner .compact-spinner-blade:nth-child(12){animation-delay:.913s;transform:rotate(330deg)}.enriched-spinner-wrapper-style{max-width:-moz-max-content;max-width:max-content;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.5rem;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(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);--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}@keyframes spinner-fade9234{0%{background-color:#69717d}to{background-color:transparent}}@keyframes spinner8217{to{transform:rotate(1turn)}}.add-mutiple-device-modal .clear-device-search-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.25rem;border-width:1px;border-style:solid;text-align:center;font-size:.970067rem;font-weight:500;font-style:normal;line-height:1rem;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s;transition-timing-function:ease}.add-mutiple-device-modal .clear-device-search-btn: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);--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity));--tw-ring-offset-width:1px}.add-mutiple-device-modal .clear-device-search-btn:disabled{cursor:not-allowed;color:rgb(152 162 179/var(--tw-text-opacity));opacity:.5}.add-mutiple-device-modal .clear-device-search-btn svg{height:1rem;width:1rem;flex:none;flex-grow:0}.add-mutiple-device-modal .clear-device-search-btn{border-style:none;background-color:transparent;padding-left:.75rem;padding-right:.75rem;color:rgb(14 165 233/var(--tw-text-opacity))}.add-mutiple-device-modal .clear-device-search-btn:hover{text-decoration-line:underline}.add-mutiple-device-modal .clear-device-search-btn:disabled{border-style:none;--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.add-mutiple-device-modal .clear-device-search-btn{padding:.5403rem 1rem;position:absolute;right:.125rem;cursor:pointer;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.add-mutiple-device-modal .add-device-modal-title{border-top-left-radius:.375rem;border-top-right-radius:.375rem;padding-top:1.5rem}.add-mutiple-device-modal .add-device-modal-footer{border-width:1px 0 0;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.add-mutiple-device-modal .add-device-info-container{display:flex;align-items:center;justify-content:space-between;border-width:0 0 1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem}.add-mutiple-device-modal .order-quantity-container{display:flex;align-items:baseline;padding-right:.75rem}.add-mutiple-device-modal .show-selected-devices-btn{display:flex;max-width:-moz-max-content;max-width:max-content;--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity));padding:.125rem .375rem}.add-mutiple-device-modal .no-result-found-container{margin-top:.5rem;display:flex;min-height:calc(100vh - 353px);align-items:center;justify-content:center;padding-bottom:1.75rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.add-mutiple-device-modal .remove-devices-custom-btn{display:inline-flex;cursor:pointer;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.25rem;border-width:1px;border-style:solid;text-align:center;font-size:.970067rem;font-weight:500;font-style:normal;line-height:1rem;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s;transition-timing-function:ease}.add-mutiple-device-modal .remove-devices-custom-btn: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);--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity));--tw-ring-offset-width:1px}.add-mutiple-device-modal .remove-devices-custom-btn:disabled{cursor:not-allowed;color:rgb(152 162 179/var(--tw-text-opacity));opacity:.5}.add-mutiple-device-modal .remove-devices-custom-btn svg{height:1rem;width:1rem;flex:none;flex-grow:0}.add-mutiple-device-modal .remove-devices-custom-btn{border-style:none;background-color:transparent;padding-left:.75rem;padding-right:.75rem;--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.add-mutiple-device-modal .remove-devices-custom-btn:hover{text-decoration-line:underline}.add-mutiple-device-modal .remove-devices-custom-btn:disabled{border-style:none;--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.add-mutiple-device-modal .remove-devices-custom-btn{margin:0;max-width:-moz-fit-content;max-width:fit-content;padding:0}.add-mutiple-device-modal .search-result-container{display:flex;flex-direction:column;border-width:0 1px 0 0;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding-right:1rem}.add-mutiple-device-modal .remove-added-device-btn{display:inline-flex;cursor:pointer;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.25rem;border-width:1px;border-style:solid;text-align:center;font-size:.970067rem;font-weight:500;font-style:normal;line-height:1rem;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s;transition-timing-function:ease}.add-mutiple-device-modal .remove-added-device-btn: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);--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity));--tw-ring-offset-width:1px}.add-mutiple-device-modal .remove-added-device-btn:disabled{cursor:not-allowed;--tw-text-opacity:1;color:rgb(152 162 179/var(--tw-text-opacity));opacity:.5}.add-mutiple-device-modal .remove-added-device-btn svg{height:1rem;width:1rem;flex:none;flex-grow:0}.add-mutiple-device-modal .remove-added-device-btn{--tw-border-opacity:1;border-color:rgb(152 162 179/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(52 55 71/var(--tw-text-opacity))}.add-mutiple-device-modal .remove-added-device-btn:focus,.add-mutiple-device-modal .remove-added-device-btn:hover{--tw-bg-opacity:1;background-color:rgb(208 213 221/var(--tw-bg-opacity))}.add-mutiple-device-modal .remove-added-device-btn:disabled{--tw-border-opacity:1;border-color:rgb(234 236 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(234 236 240/var(--tw-bg-opacity))}.add-mutiple-device-modal .remove-added-device-btn{padding:.5403rem 1rem;background-color:transparent}.add-mutiple-device-modal .advance-search-popup{position:absolute;left:0;top:3.5rem;margin-top:.25rem;width:100%;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));--tw-shadow:0 1px 2px 0 rgba(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)}.add-mutiple-device-modal .advance-search-popup .advance-search-popup-footer{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;border-width:0 0 1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));padding:.75rem 1.25rem}.add-mutiple-device-modal .advance-search-popup .advance-search-popup-footer .show-contact-detail-btn{position:absolute;bottom:-1rem;right:1.25rem;cursor:pointer;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));--tw-shadow:0 1px 2px 0 rgba(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)}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container{margin-top:.5rem;margin-bottom:.5rem;max-height:270px;overflow-y:auto;padding-left:1.25rem;padding-right:1.25rem;padding-top:1.25rem}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container .custom-attribute-wrapper{margin-bottom:.375rem;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container .custom-attribute-container{border-width:1px 0 0;border-style:solid;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));padding-top:1rem;text-align:center;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container .custom-attribute-container .advance-search-container{margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container .custom-attribute-container .advance-search-container select.select{background-color:#fff!important}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container .custom-attribute-container .advance-search-container .date-pickr-wrapper{position:relative;width:100%;border-radius:.125rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.add-mutiple-device-modal .advance-search-popup .advance-search-fixed-container .empty-attribute-wrapper{border-width:1px 0 0;border-style:solid;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));padding-top:1rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}svg#webstore_simple_loader{transform-origin:center;animation:rotate4 2s linear infinite}svg#webstore_simple_loader circle#webstore_simple_loader_circle{fill:none;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Nunito,sans-serif,Apple Color Emoji,Segoe UI Emoji,-apple-system,system-ui;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,pre,samp{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;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#0284c7;--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);border-color:#0284c7}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#0284c7;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#0284c7;--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)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto -webkit-focus-ring-color}*,:after,:before{--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:rgba(14,165,233,.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: }::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:rgba(14,165,233,.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: }.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1279px){.\!container{max-width:1279px!important}.container{max-width:1279px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1600px){.\!container{max-width:1600px!important}.container{max-width:1600px}}.aspect-h-1{--tw-aspect-h:1}.aspect-h-2{--tw-aspect-h:2}.aspect-h-4{--tw-aspect-h:4}.aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1}.aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-3{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3}.aspect-w-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-4{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4}.aspect-w-4>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.button-base{display:inline-flex;cursor:pointer;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.25rem;border-width:1px;border-style:solid;text-align:center;font-size:.970067rem;font-weight:500;font-style:normal;line-height:1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s;transition-timing-function:ease}.button-base: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);--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity));--tw-ring-offset-width:1px}.button-base:disabled{cursor:not-allowed;--tw-text-opacity:1;color:rgb(152 162 179/var(--tw-text-opacity));opacity:.5}.button-base svg{height:1rem;width:1rem;flex:none;flex-grow:0}.button-primary{--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))}.button-primary:hover{background-color:rgba(var(--theme-color),.8);box-shadow:0 1px 1px 0 rgba(22,29,37,.06),inset 0 -70px 30px -50px rgba(22,29,37,.25),inset 0 2px 0 0 hsla(0,0%,100%,.04)}.button-secondary{--tw-border-opacity:1;border-color:rgb(152 162 179/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(52 55 71/var(--tw-text-opacity))}.button-secondary:focus,.button-secondary:hover{--tw-bg-opacity:1;background-color:rgb(208 213 221/var(--tw-bg-opacity))}.button-secondary:disabled{--tw-border-opacity:1;border-color:rgb(234 236 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(234 236 240/var(--tw-bg-opacity))}.button-danger{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(174 0 0/var(--tw-bg-opacity))}.button-danger:disabled{--tw-border-opacity:1;border-color:rgb(234 236 240/var(--tw-border-opacity))}.button-danger:hover{box-shadow:0 1px 1px 0 rgba(22,29,37,.06),inset 0 -70px 30px -50px rgba(22,29,37,.25),inset 0 2px 0 0 hsla(0,0%,100%,.04)}.\!button-link{border-style:none;background-color:transparent;padding-left:.75rem;padding-right:.75rem;--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.\!button-link:hover{text-decoration-line:underline}.\!button-link:disabled,.button-link{border-style:none;--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.button-link{background-color:transparent;padding-left:.75rem;padding-right:.75rem}.button-link:hover{text-decoration-line:underline}.button-link:disabled{border-style:none;--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.button-base{padding:.5403rem 1rem}.button-small{padding:.402rem .5rem}.button-animation:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.2);filter:brightness(1.1)}.btn-base{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;border-color:transparent;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-base:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity));--tw-ring-offset-width:2px}.btn-base{box-shadow:0 1px 1px 0 rgba(22,29,37,.06),inset 0 -70px 30px -50px rgba(22,29,37,.2),inset 0 2px 0 0 hsla(0,0%,100%,.25)}.btn-base:hover:not(:disabled){--tw-border-opacity:0.8;--tw-bg-opacity:0.8}.btn-base:not(button){text-align:center}.btn-base:disabled{cursor:not-allowed;opacity:.5;--tw-grayscale:grayscale(100%);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)}.normal{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(55 65 81/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)}.normal:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.primary{--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))}.primary:hover{background-color:rgba(var(--theme-color),.9)}.primary:hover:not(:disabled):hover{--tw-bg-opacity:1}.primary-outline{--tw-border-opacity:1;border-color:rgba(var(--theme-color),var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(var(--theme-color),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)}.primary-outline:hover{border-color:transparent;background-color:rgba(var(--theme-color),var(--tw-bg-opacity));--tw-bg-opacity:0;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.secondary{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.secondary:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.secondary-outline{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(29 78 216/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)}.secondary-outline:hover{border-color:transparent;--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.success{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.success:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.danger{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.danger:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.danger-outline{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(185 28 28/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)}.danger-outline:hover{border-color:transparent;--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.link{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.link:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.link-light{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(3 105 161/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)}.link-light:hover{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity))}.link-outline{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(3 105 161/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)}.link-outline:hover{border-color:transparent;--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.plain{border-color:transparent;--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)}.circle{border-radius:9999px;padding-left:.5rem;padding-right:.5rem;line-height:1}.circle div{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center}.box{padding-left:.5rem;padding-right:.5rem;line-height:1}.box div{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center}.animation:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.pophover{position:absolute;z-index:1000;margin-top:.5rem;max-height:15rem;width:16rem;transform-origin:right;overflow-y:auto;border-radius:.25rem;padding:.5rem;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(58,19,19,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-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 transparent);--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));--tw-ring-opacity:0.05}.ObInput{display:block;width:100%;border-radius:.375rem;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));--tw-shadow:0 1px 2px 0 rgba(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)}.ObInput:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity));--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}@media (min-width:640px){.ObInput{font-size:.875rem;line-height:1.25rem}}.ObInput.error{border-width:2px;--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity));background-color:hsla(0,86%,97%,.5);padding-right:2.5rem;--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.ObInput.error::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.ObInput.error::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.ObInput.error{--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)}.ObInput.error:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--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(0px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.ObInuptLabel{color:#64748b;pointer-events:none;position:absolute;left:0;top:0;display:block;transform-origin:left;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));padding:13px .75rem;font-size:.75rem;line-height:1rem;font-weight:400;transition-property:all;transition-duration:.1s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.floatingInput>input{font-size:13px;height:47px;padding-top:1.5rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.floatingInput>input:-webkit-autofill~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.floatingInput>input::-moz-placeholder{opacity:0}.floatingInput>input::placeholder{opacity:0}.floatingInput>input:focus~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:10px;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.floatingInput>input:not(:-moz-placeholder-shown)~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:10px;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.floatingInput>input:not(:placeholder-shown)~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:10px;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.ObDropDownLabel{color:#64748b;pointer-events:none;position:absolute;left:0;top:0;transform-origin:left;padding:13px .75rem;font-size:.875rem;line-height:1.25rem}.floatingLabelDropDown select{font-size:13px;height:47px;padding-top:1.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.floatingLabelDropDown select:focus~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.floatingLabelDropDown select:not(:-moz-placeholder-shown)~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.floatingLabelDropDown select:not(:placeholder-shown)~label{margin-left:-.125rem;margin-top:.25rem;--tw-translate-y:-0.75rem;--tw-translate-x:0.25rem;--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ObMultipleValueDropDownLabel{color:#64748b;font-size:13px}.borderStyle{border-color:#dcdcdc}.grid-2{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.\!header{z-index:50;display:flex;max-height:4rem;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:7px 1rem;--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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)}@media (min-width:1024px){.\!header{padding-left:28px;padding-right:28px}}.header{z-index:50;display:flex;max-height:4rem;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:7px 1rem;--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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)}@media (min-width:1024px){.header{padding-left:28px;padding-right:28px}}.\!header #headerContentId ul{display:flex!important}.header #headerContentId ul{display:flex}.\!header #headerContentId ul li{padding-right:28px!important;font-size:15.75px!important;line-height:1.75rem!important}.header #headerContentId ul li{padding-right:28px;font-size:15.75px;line-height:1.75rem}.login-page{display:flex;flex-direction:column;justify-content:center;padding-top:3rem;padding-bottom:3rem}@media (min-width:640px){.login-page{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.login-page{padding-left:2rem;padding-right:2rem}}.addon .addon-img{--tw-aspect-h:1;position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1}.addon .addon-img>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.addon .addon-img{width:100%;overflow:hidden;border-radius:.5rem}@media (min-width:1280px){.addon .addon-img{--tw-aspect-h:8;position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9}.addon .addon-img>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}}.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}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.\!sticky{position:sticky!important}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.\!-left-11{left:-2.75rem!important}.\!-top-2{top:-.5rem!important}.\!bottom-6{bottom:1.5rem!important}.\!bottom-7{bottom:1.75rem!important}.\!right-0{right:0!important}.\!right-5{right:1.25rem!important}.-bottom-8{bottom:-2rem}.-left-14{left:-3.5rem}.-left-24{left:-6rem}.-right-1{right:-.25rem}.-right-14{right:-3.5rem}.-right-2{right:-.5rem}.-right-2\.5{right:-.625rem}.-right-24{right:-6rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-3{bottom:.75rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-10{right:2.5rem}.right-16{right:4rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\[32px\]{right:32px}.right-\[33px\]{right:33px}.right-\[48\%\]{right:48%}.right-\[8px\]{right:8px}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-11{top:2.75rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[-33px\]{top:-33px}.top-\[10px\]{top:10px}.top-\[15px\]{top:15px}.top-\[18vh\]{top:18vh}.top-\[45vh\]{top:45vh}.top-\[50\%\]{top:50%}.top-\[5px\]{top:5px}.top-\[80px\]{top:80px}.\!z-50{z-index:50!important}.\!z-\[999\]{z-index:999!important}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.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-4{grid-column:span 4/span 4}.\!m-0{margin:0!important}.\!m-3{margin:.75rem!important}.-m-4{margin:-1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.\!my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-48{margin-top:12rem;margin-bottom:12rem}.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}.\!-mt-3{margin-top:-.75rem!important}.\!-mt-6{margin-top:-1.5rem!important}.\!mb-0{margin-bottom:0!important}.\!mb-1{margin-bottom:.25rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!ml-0{margin-left:0!important}.\!ml-3{margin-left:.75rem!important}.\!ml-auto{margin-left:auto!important}.\!mr-3{margin-right:.75rem!important}.\!mt-0{margin-top:0!important}.\!mt-1{margin-top:.25rem!important}.\!mt-1\.5{margin-top:.375rem!important}.\!mt-4{margin-top:1rem!important}.-ml-10{margin-left:-2.5rem}.-mr-1{margin-right:-.25rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-1\.5{margin-top:-.375rem}.-mt-12{margin-top:-3rem}.-mt-14{margin-top:-3.5rem}.-mt-20{margin-top:-5rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-\[55px\]{margin-top:-55px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[25px\]{margin-bottom:25px}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-72{margin-top:18rem}.mt-8{margin-top:2rem}.mt-\[10vh\]{margin-top:10vh}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.\!grid{display:grid!important}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.\!h-12{height:3rem!important}.\!h-3{height:.75rem!important}.\!h-5{height:1.25rem!important}.\!h-\[250px\]{height:250px!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-\[200px\]{height:200px}.h-\[35vh\]{height:35vh}.h-\[600px\]{height:600px}.h-\[80vh\]{height:80vh}.h-\[calc\(100vh-325px\)\]{height:calc(100vh - 325px)}.h-\[calc\(100vh-350px\)\]{height:calc(100vh - 350px)}.h-\[calc\(100vh-67px\)\]{height:calc(100vh - 67px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-20{max-height:5rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-7{max-height:1.75rem}.max-h-80{max-height:20rem}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[30vh\]{max-height:30vh}.max-h-\[75vh\]{max-height:75vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-250px\)\]{max-height:calc(100vh - 250px)}.max-h-\[calc\(100vh-400px\)\]{max-height:calc(100vh - 400px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.\!min-h-0{min-height:0!important}.min-h-\[240px\]{min-height:240px}.min-h-\[47vh\]{min-height:47vh}.min-h-\[50vh\]{min-height:50vh}.min-h-\[600px\]{min-height:600px}.min-h-\[700px\]{min-height:700px}.min-h-\[75vh\]{min-height:75vh}.min-h-\[calc\(100vh-103px\)\]{min-height:calc(100vh - 103px)}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-\[calc\(100vh-250px\)\]{min-height:calc(100vh - 250px)}.min-h-\[calc\(100vh-400px\)\]{min-height:calc(100vh - 400px)}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-screen{min-height:100vh}.\!w-12{width:3rem!important}.\!w-3{width:.75rem!important}.\!w-32{width:8rem!important}.\!w-36{width:9rem!important}.\!w-4{width:1rem!important}.\!w-5{width:1.25rem!important}.\!w-8{width:2rem!important}.\!w-\[0\.85rem\]{width:.85rem!important}.\!w-full{width:100%!important}.w-1{width:.25rem}.w-1\/12{width:8.333333%}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-\[14px\]{width:14px}.w-\[170px\]{width:170px}.w-\[208px\]{width:208px}.w-\[220px\]{width:220px}.w-\[34px\]{width:34px}.w-\[400px\]{width:400px}.w-\[50\%\]{width:50%}.w-\[85\%\]{width:85%}.w-\[90\%\]{width:90%}.w-\[96\%\]{width:96%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.\!min-w-0{min-width:0!important}.\!min-w-\[66px\]{min-width:66px!important}.min-w-0{min-width:0}.min-w-28{min-width:7rem}.min-w-72{min-width:18rem}.min-w-96{min-width:24rem}.min-w-\[100vw-50px\]{min-width:100vw-50px}.min-w-\[130px\]{min-width:130px}.min-w-\[200px\]{min-width:200px}.min-w-\[260px\]{min-width:260px}.min-w-\[400px\]{min-width:400px}.min-w-\[430px\]{min-width:430px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-min{min-width:-moz-min-content;min-width:min-content}.\!max-w-\[66px\]{max-width:66px!important}.\!max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.\!max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.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-\[120px\]{max-width:120px}.max-w-\[200px\]{max-width:200px}.max-w-\[470px\]{max-width:470px}.max-w-\[50\%\]{max-width:50%}.max-w-\[60\%\]{max-width:60%}.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-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-xl{max-width:1280px}.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-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.origin-right{transform-origin:right}.origin-top-right{transform-origin:top right}.-translate-x-1\/2,.-translate-x-\[50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2,.-translate-y-\[50\%\]{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-\[50\%\],.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-x-4{--tw-translate-x:1rem}.translate-x-4,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y:0.25rem}.translate-y-12{--tw-translate-y:3rem}.translate-y-12,.translate-y-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:0.5rem}.translate-y-4{--tw-translate-y:1rem}.rotate-180,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-75,.scale-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-95,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.\!grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.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-6{grid-template-columns:repeat(6,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}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.\!gap-0{gap:0!important}.\!gap-0\.5{gap:.125rem!important}.\!gap-1{gap:.25rem!important}.\!gap-3{gap:.75rem!important}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-y-8{row-gap:2rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.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-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * 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-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-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-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * 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-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 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-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.self-start{align-self:flex-start}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.\!truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.\!break-words{overflow-wrap:break-word!important}.\!break-all{word-break:break-all!important}.break-all{word-break:break-all}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-3xl{border-radius:1.5rem!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-md{border-radius:.375rem!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-right-radius:.375rem}.rounded-t-md,.rounded-tl-md{border-top-left-radius:.375rem}.\!border{border-width:1px!important}.\!border-0{border-width:0!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-top-width:1px;border-bottom-width:1px}.\!border-b{border-bottom-width:1px!important}.\!border-t-0{border-top-width:0!important}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-\[6px\]{border-left-width:6px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-blue-200{--tw-border-opacity:1!important;border-color:rgb(186 230 253/var(--tw-border-opacity))!important}.\!border-gray-200{--tw-border-opacity:1!important;border-color:rgb(229 231 235/var(--tw-border-opacity))!important}.\!border-gray-300{--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity))!important}.\!border-red-200{--tw-border-opacity:1!important;border-color:rgb(254 202 202/var(--tw-border-opacity))!important}.\!border-red-300{--tw-border-opacity:1!important;border-color:rgb(252 165 165/var(--tw-border-opacity))!important}.border-\[\#98A2B3\]{--tw-border-opacity:1;border-color:rgb(152 162 179/var(--tw-border-opacity))}.border-\[\#e0e0e0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.border-\[rgb\(var\(--badge-color\)\)\]{border-color:rgb(var(--badge-color))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity))}.border-danger-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-danger-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.border-emerald-400{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity))}.border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/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-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.border-green-700{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.border-secondary-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.border-success-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.border-success-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.border-theme-secondary{--tw-border-opacity:1;border-color:rgba(var(--secondary-theme-color),var(--tw-border-opacity))}.border-theme-stroke{--tw-border-opacity:1;border-color:rgba(var(--theme-color),var(--tw-border-opacity))}.border-theme-stroke\/10{border-color:rgba(var(--theme-color),.1)}.border-theme-stroke\/25{border-color:rgba(var(--theme-color),.25)}.border-theme-stroke\/35{border-color:rgba(var(--theme-color),.35)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.border-b-gray-100{--tw-border-opacity:1;border-bottom-color:rgb(243 244 246/var(--tw-border-opacity))}.border-b-gray-200{--tw-border-opacity:1;border-bottom-color:rgb(229 231 235/var(--tw-border-opacity))}.border-b-gray-300{--tw-border-opacity:1;border-bottom-color:rgb(209 213 219/var(--tw-border-opacity))}.border-b-slate-200{--tw-border-opacity:1;border-bottom-color:rgb(226 232 240/var(--tw-border-opacity))}.border-t-gray-100{--tw-border-opacity:1;border-top-color:rgb(243 244 246/var(--tw-border-opacity))}.border-t-gray-300{--tw-border-opacity:1;border-top-color:rgb(209 213 219/var(--tw-border-opacity))}.border-t-gray-600{--tw-border-opacity:1;border-top-color:rgb(75 85 99/var(--tw-border-opacity))}.border-t-theme-stroke{--tw-border-opacity:1;border-top-color:rgba(var(--theme-color),var(--tw-border-opacity))}.border-opacity-80{--tw-border-opacity:0.8}.\!bg-\[\#a93087\]{--tw-bg-opacity:1!important;background-color:rgb(169 48 135/var(--tw-bg-opacity))!important}.\!bg-\[\#fbfbfb\]{--tw-bg-opacity:1!important;background-color:rgb(251 251 251/var(--tw-bg-opacity))!important}.\!bg-gray-100{--tw-bg-opacity:1!important;background-color:rgb(243 244 246/var(--tw-bg-opacity))!important}.\!bg-gray-200{--tw-bg-opacity:1!important;background-color:rgb(229 231 235/var(--tw-bg-opacity))!important}.\!bg-green-200{--tw-bg-opacity:1!important;background-color:rgb(187 247 208/var(--tw-bg-opacity))!important}.\!bg-green-500{--tw-bg-opacity:1!important;background-color:rgb(34 197 94/var(--tw-bg-opacity))!important}.\!bg-red-200{--tw-bg-opacity:1!important;background-color:rgb(254 202 202/var(--tw-bg-opacity))!important}.\!bg-red-600{--tw-bg-opacity:1!important;background-color:rgb(220 38 38/var(--tw-bg-opacity))!important}.\!bg-theme-fill{--tw-bg-opacity:1!important;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))!important}.\!bg-theme-fill\/40{background-color:rgba(var(--theme-color),.4)!important}.\!bg-theme-fill\/5{background-color:rgba(var(--theme-color),.05)!important}.\!bg-theme-secondary{--tw-bg-opacity:1!important;background-color:rgba(var(--secondary-theme-color),var(--tw-bg-opacity))!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-\[\#AE0000\]{--tw-bg-opacity:1;background-color:rgb(174 0 0/var(--tw-bg-opacity))}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#a93087\]{--tw-bg-opacity:1;background-color:rgb(169 48 135/var(--tw-bg-opacity))}.bg-\[\#dc3545\]{--tw-bg-opacity:1;background-color:rgb(220 53 69/var(--tw-bg-opacity))}.bg-\[rgba\(var\(--badge-color\)\2c 0\.5\)\]{background-color:rgba(var(--badge-color),.5)}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.bg-danger-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-danger-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/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-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-primary-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-secondary-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.bg-secondary-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}.bg-success-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.bg-success-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity))}.bg-theme-fill{--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))}.bg-theme-fill\/10{background-color:rgba(var(--theme-color),.1)}.bg-theme-fill\/15{background-color:rgba(var(--theme-color),.15)}.bg-theme-fill\/45{background-color:rgba(var(--theme-color),.45)}.bg-theme-fill\/5{background-color:rgba(var(--theme-color),.05)}.bg-theme-fill\/70{background-color:rgba(var(--theme-color),.7)}.bg-theme-fill\/80{background-color:rgba(var(--theme-color),.8)}.bg-theme-secondary\/15{background-color:rgba(var(--secondary-theme-color),.15)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.\!bg-none{background-image:none!important}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-\[\#BAE6FD\]{--tw-gradient-from:#bae6fd var(--tw-gradient-from-position);--tw-gradient-to:rgba(186,230,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:rgba(31,41,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:rgba(34,197,94,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#FCA5A5\]{--tw-gradient-to:#fca5a5 var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to:#4b5563 var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.fill-\[\#231f20\]{fill:#231f20}.fill-\[\#2472bc\]{fill:#2472bc}.fill-black{fill:#000}.fill-blue-600{fill:#0284c7}.fill-red-300{fill:#fca5a5}.stroke-gray-600{stroke:#4b5563}.stroke-primary{stroke:rgb(var(--theme-color))}.stroke-red-400{stroke:#f87171}.stroke-white{stroke:#fff}.stroke-\[1\.5\]{stroke-width:1.5}.stroke-\[2\.5\]{stroke-width:2.5}.stroke-\[3px\]{stroke-width:3px}.stroke-\[4\]{stroke-width:4}.object-contain{-o-object-fit:contain;object-fit:contain}.object-center{-o-object-position:center;object-position:center}.\!p-0{padding:0!important}.\!p-0\.5{padding:.125rem!important}.\!p-1{padding:.25rem!important}.\!p-2{padding:.5rem!important}.\!p-3{padding:.75rem!important}.\!p-5{padding:1.25rem!important}.\!p-8{padding:2rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[0\.001rem\]{padding:.001rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-0\.5{padding-left:.125rem!important;padding-right:.125rem!important}.\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-8{padding-left:2rem!important;padding-right:2rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.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-\[12px\]{padding-left:12px;padding-right:12px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.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-\[\.402rem\]{padding-top:.402rem;padding-bottom:.402rem}.py-\[\.5403rem\]{padding-top:.5403rem;padding-bottom:.5403rem}.py-\[2\.5px\]{padding-top:2.5px;padding-bottom:2.5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.\!pb-4{padding-bottom:1rem!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.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}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-7{padding-right:1.75rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-\[13vh\]{padding-top:13vh}.pt-\[15vh\]{padding-top:15vh}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-bottom{vertical-align:bottom}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!text-\[12px\]{font-size:12px!important}.\!text-\[14px\]{font-size:14px!important}.\!text-\[9px\]{font-size:9px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.80rem\]{font-size:.8rem}.text-\[0\.970067rem\]{font-size:.970067rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[16\.5px\]{font-size:16.5px}.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-\[600\]{font-weight:600!important}.\!font-bold{font-weight:700!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.not-italic{font-style:normal}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-blue-300{--tw-text-opacity:1!important;color:rgb(125 211 252/var(--tw-text-opacity))!important}.\!text-blue-500{--tw-text-opacity:1!important;color:rgb(14 165 233/var(--tw-text-opacity))!important}.\!text-gray-300{--tw-text-opacity:1!important;color:rgb(209 213 219/var(--tw-text-opacity))!important}.\!text-gray-400{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}.\!text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity))!important}.\!text-gray-600{--tw-text-opacity:1!important;color:rgb(75 85 99/var(--tw-text-opacity))!important}.\!text-gray-700{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity))!important}.\!text-gray-800{--tw-text-opacity:1!important;color:rgb(31 41 55/var(--tw-text-opacity))!important}.\!text-gray-900{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.\!text-red-400{--tw-text-opacity:1!important;color:rgb(248 113 113/var(--tw-text-opacity))!important}.\!text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity))!important}.\!text-theme-text{--tw-text-opacity:1!important;color:rgba(var(--theme-color),var(--tw-text-opacity))!important}.\!text-theme-text\/80{color:rgba(var(--theme-color),.8)!important}.\!text-theme-text\/90{color:rgba(var(--theme-color),.9)!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#343747\]{--tw-text-opacity:1;color:rgb(52 55 71/var(--tw-text-opacity))}.text-\[\#78716C\]{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity))}.text-current{color:currentColor}.text-danger-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/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-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity:1;color:rgb(3 105 161/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-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.text-secondary-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-success-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity))}.text-theme-text{--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity))}.text-theme-text\/50{color:rgba(var(--theme-color),.5)}.text-theme-text\/75{color:rgba(var(--theme-color),.75)}.text-theme-text\/80{color:rgba(var(--theme-color),.8)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-opacity-90{--tw-text-opacity:0.9}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.\!no-underline{text-decoration-line:none!important}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.\!shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.\!shadow-2xl,.\!shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important}.\!shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!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 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{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 rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{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 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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)}.shadow-gray-700{--tw-shadow-color:#374151;--tw-shadow:var(--tw-shadow-colored)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.\!ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.ring-0{--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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--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)}.ring-4{--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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-4,.ring-8{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-8{--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)}.\!ring-gray-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))!important}.\!ring-white{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))!important}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-black\/5{--tw-ring-color:rgba(0,0,0,.05)}.ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity))}.ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity))}.ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgb(187 247 208/var(--tw-ring-opacity))}.ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgb(252 231 243/var(--tw-ring-opacity))}.ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgb(253 242 248/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-offset-2{--tw-ring-offset-width:2px}.blur-sm{--tw-blur:blur(4px)}.blur-sm,.grayscale{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)}.grayscale{--tw-grayscale:grayscale(100%)}.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)}.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-\[background-color\]{transition-property:background-color;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}.\!duration-300{transition-duration:.3s!important}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.duration-\[0\.4s\]{transition-duration:.4s}.duration-\[280ms\]{transition-duration:.28s}.\!ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{transition-timing-function:ease}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.heightFitContent{height:-moz-fit-content;height:fit-content}.line-clamp-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.success_menuIcons{background-image:url(/_next/static/media/successfully_img.a49a6f7f.svg)}.changePassword_menuIcons,.success_menuIcons{display:inline-block;width:250px;height:200px;background-repeat:no-repeat}.changePassword_menuIcons{background-image:url(/_next/static/media/password_validity_img.2d14969b.svg)}.emailSent_menuIcons{background-image:url(/_next/static/media/sent_email.858989dd.svg)}.emailSent_menuIcons,.error_page{display:inline-block;width:250px;height:250px;background-repeat:no-repeat}.error_page{background-image:url(/_next/static/media/404_page_not_found_img.6d99e5b2.svg)}.conection_failed_page{display:inline-block;width:250px;height:250px;background-image:url(/_next/static/media/connection_failed_img.fa32fade.svg);background-repeat:no-repeat}.plan-info span{font-size:12px;color:#52525b}.loader-center{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.no-spin input::-webkit-inner-spin-button,.no-spin input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spin input:focus{box-shadow:none}.no-spin input[type=number]{-moz-appearance:textfield}.plan-hover:hover .underLineText{text-decoration:underline;color:var(--primary-color)}.plan-hover:hover .display-btn{visibility:visible}.product-layout{grid-template-columns:1fr minmax(19.375rem,1fr);grid-template-rows:auto auto 1fr;grid-column-gap:24px;grid-row-gap:1.75rem;padding:var(--layout-vertical-padding) 3rem 1.875rem}.inputFocus{border:1px solid #d5d9e0;border-radius:5px}.inputFocus ::-moz-placeholder{color:#8c8c8d!important;font-size:14px}.inputFocus ::placeholder{color:#8c8c8d!important;font-size:14px}.inputFocus input:focus{box-shadow:none!important}.pagination-container{display:flex;width:10%;list-style-type:none}.pagination-container .pagination-item{margin:auto 4px;display:flex;height:32px;min-width:32px;align-items:center;border-radius:1rem;padding-top:0;padding-bottom:0;text-align:center;font-size:.75rem;line-height:1rem}.pagination-container .pagination-item.dots:hover{cursor:default;background-color:transparent;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.pagination-container .pagination-item:hover{cursor:pointer;border-style:none}.pagination-container .pagination-item.selected,.pagination-container .pagination-item:hover{background-color:rgba(var(--theme-color),.8);--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.pagination-container .pagination-item .arrow:before{position:relative;display:inline-block;--tw-content:none;content:var(--tw-content)}.pagination-container .pagination-item.disabled{pointer-events:none}.modal-body::-webkit-scrollbar{display:none}.modal-body{-ms-overflow-style:none;scrollbar-width:none}.errorInput{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.errorInput::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.errorInput::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.errorInput:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.spinner-center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999}.page-transition-loader .transition-primary-loading:after,.page-transition-loader .transition-primary-loading:before{position:absolute;top:0;content:""}.page-transition-loader .transition-primary-loading:before{left:-19.992px}.page-transition-loader .transition-primary-loading:after{left:19.992px;animation-delay:.32s!important}.page-transition-loader .transition-primary-loading,.page-transition-loader .transition-primary-loading:after,.page-transition-loader .transition-primary-loading:before{background:#cfcfcf;animation:loading-keys-app-loading .8s ease-in-out infinite;width:13.6px;height:32px}.page-transition-loader .transition-primary-loading{text-indent:-9999em;margin:auto;position:absolute;right:calc(50% - 6.8px);top:calc(50% - 16px);animation-delay:.16s!important}@keyframes loading-keys-app-loading{0%,80%,to{opacity:.75;box-shadow:0 0 #cfcfcf;height:32px}40%{opacity:1;box-shadow:0 -8px #cfcfcf;height:40px}}.sso_error_page{display:inline-block;width:260px;height:200px;background-image:url(/_next/static/media/sso_login_failed_img.12964d84.svg);background-repeat:no-repeat}body[telecom-catalog=true] .ObInput{border-radius:0;border-width:0 0 1px;border-color:rgba(var(--theme-color),.35);--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)}body[telecom-catalog=true] .ObInput:focus{--tw-border-opacity:1;border-bottom-color:rgba(var(--theme-color),var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--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(0px + 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)}body[telecom-catalog=true] .ObInuptLabel{font-weight:600;--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity))}.header-cart-button{position:relative;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1)}.header-cart-button .cart-count{position:absolute;top:-.5rem;left:1rem;display:flex;height:1.25rem;min-width:-moz-fit-content;min-width:fit-content;--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity));padding-left:.375rem;padding-right:.375rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.discount_cycle_wrapper_for_base{margin-left:auto;margin-right:auto;margin-top:.25rem;align-items:center;justify-content:space-between;gap:.375rem;border-radius:9999px;font-size:9px}.discount_cycle_wrapper_for_base,.discount_cycle_wrapper_for_cart{display:flex;max-width:-moz-max-content;max-width:max-content;background-color:rgba(var(--secondary-theme-color),.1);padding:.5rem .625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity))}.discount_cycle_wrapper_for_cart{gap:.5rem;border-radius:1rem;text-align:center;font-size:10px;--tw-shadow:0 1px 2px 0 rgba(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)}.state-select__control{height:3rem}.state-select__value-container{margin-top:.25rem;padding-left:.5rem;padding-top:.25rem}.state-select__single-value{margin-top:.5rem;margin-left:-.1rem!important}.state-select__input{margin-top:.7rem!important}.flex-col-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.custom_minimal_plan_wrap_container_style:hover{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1);box-shadow:0 0 0 2px var(--primary-color)!important}.custom_minimal_plan_wrap_container_style:hover #custom_plan_btn{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1);box-shadow:none!important;background:var(--primary-color)!important;color:#fff!important}@media(min-width:640px){.custom_plan_wrap_container_style{width:290px!important}.custom_plan_wrap_container_style .custom_plan_img_style{height:240px!important}.custom_minimal_plan_wrap_container_style{width:340px!important}}@media(min-width:1023px){.custom_plan_horizontal_wrap_style{flex-direction:row!important}.custom_plan_horizontal_wrap_style .custom_plan_img_style{width:50%!important;height:370px!important}}.sc-theme-color{background:var(--primary-color)}.primary-text,.sc-text-color{color:var(--primary-color)}.hover-theme-color:hover{background:var(--primary-color)}.sc-border-color{border-color:var(--primary-color)}.alert{position:relative;margin-bottom:1.5rem;display:flex;align-items:flex-start;border-radius:.375rem;border-width:1px;padding:.75rem;font-size:.875rem;line-height:1.25rem}.alert.alert-dismissible{padding-left:1.25rem;padding-right:4rem}.alert.alert-dismissible:not(.show){display:none}.alert .btn-close{position:absolute;right:1rem;top:1rem}.alert-secondary{border-color:rgb(209 213 219/var(--tw-border-opacity));background-color:rgb(249 250 251/var(--tw-bg-opacity));color:rgb(75 85 99/var(--tw-text-opacity))}.alert-secondary,.alert-success{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.alert-success{border-color:rgb(134 239 172/var(--tw-border-opacity));background-color:rgb(240 253 244/var(--tw-bg-opacity));color:rgb(22 163 74/var(--tw-text-opacity))}.alert-warning{border-color:rgb(253 224 71/var(--tw-border-opacity));background-color:rgb(254 252 232/var(--tw-bg-opacity));color:rgb(202 138 4/var(--tw-text-opacity))}.alert-danger,.alert-warning{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.alert-danger{border-color:rgb(252 165 165/var(--tw-border-opacity));background-color:rgb(254 242 242/var(--tw-bg-opacity));color:rgb(185 28 28/var(--tw-text-opacity))}.alert-danger .alert-message{color:rgba(239,68,68,.8)}.alert-info{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.alert-text-secondary{color:rgb(75 85 99/var(--tw-text-opacity))}.alert-text-secondary,.alert-text-success{border-width:0;padding:0;--tw-text-opacity:1}.alert-text-success{color:rgb(22 163 74/var(--tw-text-opacity))}.alert-text-warning{color:rgb(202 138 4/var(--tw-text-opacity))}.alert-text-danger,.alert-text-warning{border-width:0;padding:0;--tw-text-opacity:1}.alert-text-danger{color:rgb(220 38 38/var(--tw-text-opacity))}.stepper-min{height:2rem;width:2rem;border-radius:9999px;padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity));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-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.loader-wrapper,.stepper-min{display:flex;align-items:center;justify-content:center}.loader-wrapper{position:fixed;top:0;z-index:50;height:100vh;width:100vw;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.loader-wrapper .loader{position:relative;display:grid;height:6rem;width:6rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem}.loader-wrapper .loader>div{position:relative;display:inline-block;height:100%;width:100%;transform-origin:center;--tw-scale-x:0;--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity));animation:loader 2s linear infinite}.loader-wrapper .loader>div:first-of-type,.loader-wrapper .loader>div:nth-of-type(5),.loader-wrapper .loader>div:nth-of-type(9){animation-delay:.4s}.loader-wrapper .loader>div:nth-of-type(4),.loader-wrapper .loader>div:nth-of-type(8){animation-delay:.2s}.loader-wrapper .loader>div:nth-of-type(2),.loader-wrapper .loader>div:nth-of-type(6){animation-delay:.6s}.loader-wrapper .loader>div:nth-of-type(3){animation-delay:.8s}@keyframes loader{0%{transform:scale(0)}40%{transform:scale(1)}80%{transform:scale(1)}to{transform:scale(0)}}.tap-top{position:fixed;bottom:3rem;right:1.75rem;z-index:10;display:none;height:3rem;width:3rem;cursor:pointer;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity));text-align:center;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@keyframes spinner{to{transform:rotate(1turn)}}.spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;animation:spinner .6s linear infinite}.sc-display-flex-button{display:flex;justify-content:flex-end}.sc-payment-information .sc-payment-information-radio-content{margin-bottom:15px}.sc-payment-information .sc-payment-information-radio-content .ui.radio.checkbox{margin-right:15px}.price-plan-details{margin-left:auto;margin-right:auto;max-width:42rem;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:2.5rem 1rem .5rem;--tw-shadow:0 1px 2px 0 rgba(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)}@media (min-width:640px){.price-plan-details{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.price-plan-details{display:grid;max-width:80rem;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:2rem;column-gap:2rem;padding-left:2rem;padding-right:2rem}}.price-plan-name{font-size:1.5rem;line-height:2rem;font-weight:800;letter-spacing:-.025em;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}@media (min-width:640px){.price-plan-name{font-size:1.875rem;line-height:2.25rem}}.price-plan-amount{font-family:Nunito,serif;font-size:1.875rem;line-height:2.25rem;font-weight:800;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.plan-breadcrumb{margin-left:auto;margin-right:auto;max-width:42rem;align-items:center;justify-content:space-between;padding-bottom:.5rem;padding-top:2.5rem}@media (min-width:1024px){.plan-breadcrumb{display:flex;max-width:80rem}}.plans-grid-view{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:1rem}@media (min-width:640px){.plans-grid-view{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:2.5rem}}@media (min-width:768px){.plans-grid-view{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.plans-grid-view{grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:1.75rem;column-gap:1.75rem}}@media (min-width:1280px){.plans-grid-view{grid-template-columns:repeat(4,minmax(0,1fr))}}.plan-item{position:relative;display:flex;cursor:pointer;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.plan-image-block{--tw-aspect-h:4;position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3}.plan-image-block>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.plan-image-block{border-top-left-radius:.5rem;border-top-right-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}@media (min-width:640px){.plan-image-block{position:static;padding-bottom:0}.plan-image-block>*{position:static;height:auto;width:auto;top:auto;right:auto;bottom:auto;left:auto}}.group:hover .plan-image-block{opacity:.75}@media (min-width:640px){.plan-image-block{height:12rem}}@media (min-width:768px){.plan-image-block{height:15rem}}@media (min-width:1024px){.plan-image-block{height:14rem}}@media (min-width:1279px){.plan-image-block{height:24rem}}@media (min-width:1280px){.plan-image-block{height:15rem}}.plan-description-info ul{margin-top:1rem;margin-bottom:1rem}.plan-description-info ul li{position:relative;margin-top:.75rem;padding-left:1.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.plan-description-info ul li>div{margin-top:.25rem;display:block}.plan-description-info ul li:before{content:"";background-image:url(/_next/static/media/checkCircle.84d565da.svg);position:absolute;left:-.25rem;top:.25rem;display:inline-block;height:1rem;width:1rem}.plan-description-info ul li:first-child{margin-top:0}.base-products .base-plans{border-radius:.75rem}.base-products .base-plans .base-plan__image{margin-top:1.5rem;display:flex;justify-content:center}.base-products .base-plans .base-plan__image--Loader{z-index:10;display:block}.base-products .base-plans .base-plan__amount-block{margin-top:1.5rem;display:flex;justify-content:center;gap:.75rem;text-align:center}@media (min-width:1279px){.base-products .base-plans .base-plan__amount-block{margin-top:3rem}}.base-products .base-plans .base-plan__amount{display:flex;justify-content:center}.base-products .base-plans .base-plan__currency--Symbol{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.base-products .base-plans .base-plan__currency{margin-left:.25rem;margin-right:.25rem;font-size:1.875rem;line-height:2.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.base-products .base-plans .select-plan__button{margin-left:auto;margin-right:auto;margin-top:1rem;padding:.5rem 2rem}@media (min-width:1279px){.base-products .base-plans .select-plan__button{margin-top:1.5rem}}.base-products .base-plans .select-plan__button-style{--tw-border-opacity:1;border-color:rgba(var(--theme-color),var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(var(--theme-color),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)}.base-products .base-plans .select-plan__button-style:hover{border-color:transparent;background-color:rgba(var(--theme-color),var(--tw-bg-opacity));--tw-bg-opacity:0;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.base-products .base-plans .select-plan__button-style{visibility:hidden;margin-top:5rem;width:100%}.plan-hover:hover .base-products .base-plans .select-plan__button-style{visibility:visible}.base-products .base-plans .plan-features{margin-bottom:4rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.base-products .base-plans .half-border:before{content:"";position:absolute;left:50%!important;right:50%!important;bottom:0;height:1px;width:25px;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-width:2px;--tw-border-opacity:1;border-color:rgba(var(--theme-color),var(--tw-border-opacity))}.base-products .base-plans .telecom-plan-features ul{list-style:disc!important;font-size:12px;text-align:left;padding:revert;margin:revert}.base-products .base-plans .telecom-plan-price{font-family:Albra}.base-products .plan-des-1{box-shadow:inset 0 0 0 3px rgb(var(--theme-color),.1)}.base-products .plan-des-2{cursor:pointer;background-color:rgba(249,250,251,.7);box-shadow:inset 0 0 0 3px hsla(0,0%,50%,.1)}.base-products .base-plans-header-1{min-height:-moz-fit-content;min-height:fit-content;border-radius:.5rem;border-bottom-width:1px;background-color:rgba(var(--theme-color),.1);padding:1.5rem;text-align:center}.base-products .base-plans-header-2{border-radius:.5rem;border-top-left-radius:.75rem;border-top-right-radius:.75rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));padding:1.5rem;text-align:center}.base-products .base-plans-title{margin-bottom:.5rem;text-align:center;font-size:1rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.base-products .base-plans-amount{font-size:1.5rem;line-height:2rem;font-weight:800;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.plan-description p{display:none}.plan-description p:first-child{display:block;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.plan-description ul,.plan-features div,.plan-features p{display:none}.plan-features ul{margin-top:1rem}.plan-features ul li{position:relative;margin-top:.75rem;padding-left:1.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.plan-features ul li>div{margin-top:.25rem;display:block}.plan-features ul li:before{content:"";background-image:url(/_next/static/media/checkCircle.84d565da.svg);position:absolute;left:-.1rem;top:.1rem;display:inline-block;height:1rem;width:1rem}.plan-features ul li:first-child{margin-top:0}.plan-desc p{display:block;line-height:1.75rem}.plan-desc ul,.plan-details div,.plan-details p{display:none}.plan-details ul{margin-top:1rem}@media (min-width:768px){.plan-details ul{padding-left:2.5rem;padding-right:2.5rem}}.plan-details ul li{position:relative;margin-top:.75rem;padding-left:1.75rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.plan-details ul li>div{margin-top:.25rem;display:block}.plan-details ul li:before{content:"";background-image:url(/_next/static/media/checkCircle.84d565da.svg);position:absolute;left:-.25rem;top:.25rem;display:inline-block;height:1rem;width:1rem}.plan-details ul li:first-child{margin-top:0}.sq-plan-description{position:relative;--tw-border-opacity:1;border-color:rgba(var(--theme-color),var(--tw-border-opacity));padding-top:.25rem;padding-bottom:.25rem;font-weight:600;--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity))}.sq-plan-ci-summary div,.sq-plan-description a#critical-info-summmary-for-base{display:none}.sq-plan-ci-summary a#critical-info-summmary-for-base{display:block;border-width:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:0;font-size:10px;--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity));text-decoration-line:underline}.sq-plan-ci-summary a#critical-info-summmary-for-base:hover{color:rgba(var(--theme-color),.8)}.sq-plan-appendix ul,.telecom-plan-features a#critical-info-summmary-for-phone{display:none}.sq-plan-appendix a#critical-info-summmary-for-phone{display:block;border-width:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:0;font-size:10px;--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity));text-decoration-line:underline}.sq-plan-appendix a#critical-info-summmary-for-phone:hover{color:rgba(var(--theme-color),.8)}.sq_base_plan_wrapper{position:relative;display:flex;width:220px;flex-direction:column}.sq_base_plan_wrapper .sq_base_name_block{border-top-left-radius:1rem;border-top-right-radius:1rem;--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity));padding:1rem .25rem;font-size:11px;text-transform:uppercase;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-duration:.3s}.sq_base_plan_wrapper .sq_base_main_block{position:relative;display:flex;flex:1 1 0%;flex-direction:column;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(var(--theme-color),var(--tw-border-opacity));padding-top:1rem;padding-bottom:1rem;transition-duration:.3s}.sq_plan_effect{transition-duration:.3s}.sq_plan_effect:hover{--tw-scale-x:1.03;--tw-scale-y:1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(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)}.sq_plan_name_container{border-top-left-radius:1rem;border-top-right-radius:1rem;--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity));padding-top:1rem;padding-bottom:1rem;text-align:center;font-size:10px;text-transform:uppercase;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-duration:.3s}.payment-info_dropDown .dropDown-item{display:block;padding:3px 1.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.payment-info_dropDown .dropDown-item:focus,.payment-info_dropDown .dropDown-item:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.payment-info_dropDown .dropDown-item:focus{outline:2px solid transparent;outline-offset:2px}.payment-info{width:100%}@media (min-width:640px){.payment-info{max-width:640px}}@media (min-width:768px){.payment-info{max-width:768px}}@media (min-width:1024px){.payment-info{max-width:1024px}}@media (min-width:1279px){.payment-info{max-width:1279px}}@media (min-width:1280px){.payment-info{max-width:1280px}}@media (min-width:1600px){.payment-info{max-width:1600px}}.payment-info{margin-left:auto;margin-right:auto;display:flex;max-width:72rem;flex:1 1 0%}.order-summary{position:relative;width:100%;padding:0}@media (min-width:1024px){.order-summary{max-width:32rem}}.order-summary:after{content:"";position:absolute;bottom:0;left:0;top:0;display:block;background-color:rgba(243,244,246,.8);width:300%;z-index:-1;box-shadow:inset 1px 0 0 #e1e1e1}.sq-payment-failed-alert-container .sq-payment-failed-alert-message>ul>li{margin-left:1rem;list-style-type:disc}.listContener .listItem{cursor:pointer}.listContener .listItem:hover{background-color:#f2f2f2}.listContener .tag{margin:2px;padding:3px 5px;border-radius:3px;cursor:pointer;background-color:#f7f7f7;border:1px solid #d3cccd;font-size:13px}.listContener .tag:hover{background-color:#f2f2f2}.listContener .tag .closeTag{padding-left:10px}.listContener input[type=number],.listContener input[type=text]{padding:5px 8px;border-radius:4px;min-height:31px}.listContener ::-moz-placeholder{color:#ddd}.listContener ::placeholder{color:#ddd}.listContener .commonMargin{margin:2px}.listContener .selectBox{border:1px solid #d7dde3}.listContener .inputBox{border:2px solid #d7dde3}.listContener .inputBoxalign{z-index:999}#payment-form{box-shadow:0 0 0 .5px rgba(50,50,93,.1),0 2px 5px 0 rgba(50,50,93,.1),0 1px 1.5px 0 rgba(0,0,0,.07);width:100%;align-self:center;border-radius:.375rem;padding:1.5rem}#payment-form #payment-message{color:#697386;font-size:16px;line-height:20px;padding-top:12px;text-align:center}#payment-form button{box-shadow:0 4px 5.5px 0 rgba(0,0,0,.07);--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))}#payment-form button:hover{background-color:rgba(var(--theme-color),.8);box-shadow:0 1px 1px 0 rgba(22,29,37,.06),inset 0 -70px 30px -50px rgba(22,29,37,.25),inset 0 2px 0 0 hsla(0,0%,100%,.04)}#payment-form button{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:.375rem;border-width:0;padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}#payment-form button:hover{--tw-contrast:contrast(115%);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)}#payment-form button:disabled{cursor:default;opacity:.5}#payment-form .Stripespinner,#payment-form .Stripespinner:after,#payment-form .Stripespinner:before{border-radius:9999px}#payment-form .Stripespinner{color:#fff;font-size:22px;text-indent:-99999px;position:relative;width:20px;height:20px;align-self:center;box-shadow:inset 0 0 0 2px;transform:translateZ(0)}@keyframes spin{to{transform:rotate(1turn)}}#payment-form .Stripespinner{animation:spin 1s linear infinite;--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))}@media only screen and (max-width:600px){#payment-form form{width:80vw;min-width:auto}}.animate-spin-custom{animation:spin 1.5s linear infinite!important}@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") format("woff");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-cube-shadow,.swiper-3d .swiper-slide{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-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.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:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{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-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev 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-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;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-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.plan-swiper{max-width:calc(100vw - 15px)}@media(min-width:1536px){.plan-swiper{max-width:1536px}}.plan_swiper_main_container .swiper-pagination-bullet-active{width:25px!important;border-radius:1rem!important;background-color:rgb(var(--theme-color))!important}.plan_swiper_main_container .swiper-pagination{bottom:-30px!important}.swiper-button-disabled{display:none!important}.swiper_custom_prev_button{position:absolute;left:1.25rem;z-index:10;display:none;align-self:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity));padding:.375rem;opacity:.6}.swiper_custom_prev_button:hover{opacity:1}@media (min-width:1024px){.swiper_custom_prev_button{display:flex}}.swiper_custom_next_button{position:absolute;right:1.25rem;z-index:10;display:none;align-self:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity));padding:.375rem;opacity:.6}.swiper_custom_next_button:hover{opacity:1}@media (min-width:1024px){.swiper_custom_next_button{display:flex}}.custom-spinner{animation:spinner .6s linear infinite}@font-face{font-family:Albra;src:url(/_next/static/media/AlbraRegular.29207241.otf) format("opentype");font-weight:400;font-style:normal}body[telecom-catalog=true]{font-family:Euclid Circular B}.placeholder\:font-semibold::-moz-placeholder{font-weight:600}.placeholder\:font-semibold::placeholder{font-weight:600}.placeholder\:\!text-gray-300::-moz-placeholder{--tw-text-opacity:1!important;color:rgb(209 213 219/var(--tw-text-opacity))!important}.placeholder\:\!text-gray-300::placeholder{--tw-text-opacity:1!important;color:rgb(209 213 219/var(--tw-text-opacity))!important}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:text-theme-text\/80::-moz-placeholder{color:rgba(var(--theme-color),.8)}.placeholder\:text-theme-text\/80::placeholder{color:rgba(var(--theme-color),.8)}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0}.focus-within\:border-transparent:focus-within{border-color:transparent}.focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-2:focus-within{--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-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.hover\:-translate-x-1:hover{--tw-translate-x:-0.25rem}.hover\:-translate-x-1:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.hover\:border-transparent:hover{border-color:transparent}.hover\:\!bg-\[\#b7248e\]:hover{--tw-bg-opacity:1!important;background-color:rgb(183 36 142/var(--tw-bg-opacity))!important}.hover\:\!bg-blue-200:hover{--tw-bg-opacity:1!important;background-color:rgb(186 230 253/var(--tw-bg-opacity))!important}.hover\:\!bg-gray-50:hover{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity))!important}.hover\:\!bg-red-200:hover{--tw-bg-opacity:1!important;background-color:rgb(254 202 202/var(--tw-bg-opacity))!important}.hover\:\!bg-theme-fill\/10:hover{background-color:rgba(var(--theme-color),.1)!important}.hover\:\!bg-theme-fill\/20:hover{background-color:rgba(var(--theme-color),.2)!important}.hover\:\!bg-theme-secondary\/75:hover{background-color:rgba(var(--secondary-theme-color),.75)!important}.hover\:\!bg-white:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.hover\:bg-\[\#D0D5DD\]:hover{--tw-bg-opacity:1;background-color:rgb(208 213 221/var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/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-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/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-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.hover\:bg-theme-fill:hover{--tw-bg-opacity:1;background-color:rgba(var(--theme-color),var(--tw-bg-opacity))}.hover\:bg-theme-fill\/10:hover{background-color:rgba(var(--theme-color),.1)}.hover\:bg-theme-fill\/5:hover{background-color:rgba(var(--theme-color),.05)}.hover\:bg-theme-secondary:hover{--tw-bg-opacity:1;background-color:rgba(var(--secondary-theme-color),var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)}.hover\:bg-opacity-0:hover{--tw-bg-opacity:0}.hover\:bg-none:hover{background-image:none}.hover\:fill-\[\#334155\]:hover{fill:#334155}.hover\:\!text-blue-600:hover{--tw-text-opacity:1!important;color:rgb(2 132 199/var(--tw-text-opacity))!important}.hover\:\!text-gray-700:hover{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity))!important}.hover\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.hover\:text-\[\#3498db\]:hover{--tw-text-opacity:1;color:rgb(52 152 219/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.hover\:text-primary-800:hover{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.hover\:text-theme-text:hover{--tw-text-opacity:1;color:rgba(var(--theme-color),var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:\!underline:hover{text-decoration-line:underline!important}.hover\:underline:hover{text-decoration-line:underline}.hover\:\!no-underline:hover{text-decoration-line:none!important}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.hover\:shadow-2xl:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:ring-gray-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.focus\:right-0:focus{right:0}.focus\:\!border-none:focus{border-style:none!important}.focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:border-b-theme-stroke:focus{--tw-border-opacity:1;border-bottom-color:rgba(var(--theme-color),var(--tw-border-opacity))}.focus\:bg-\[\#D0D5DD\]:focus{--tw-bg-opacity:1;background-color:rgb(208 213 221/var(--tw-bg-opacity))}.focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.focus\:\!outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-indigo-500:focus{outline-color:#6366f1}.focus\:\!ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{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)}.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-white:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))!important}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.focus\:\!ring-offset-0:focus{--tw-ring-offset-width:0px!important}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:border-indigo-500:focus-visible{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus-visible\:ring-2:focus-visible{--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-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.focus-visible\:ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-orange-300:focus-visible{--tw-ring-offset-color:#fdba74}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-none:disabled{border-style:none}.disabled\:\!border-gray-100:disabled{--tw-border-opacity:1!important;border-color:rgb(243 244 246/var(--tw-border-opacity))!important}.disabled\:border-\[\#EAECF0\]:disabled{--tw-border-opacity:1;border-color:rgb(234 236 240/var(--tw-border-opacity))}.disabled\:bg-\[\#EAECF0\]:disabled{--tw-bg-opacity:1;background-color:rgb(234 236 240/var(--tw-bg-opacity))}.disabled\:bg-gray-200:disabled{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.disabled\:text-\[\#98A2B3\]:disabled{--tw-text-opacity:1;color:rgb(152 162 179/var(--tw-text-opacity))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:-translate-x-0{--tw-translate-x:-0px}.group:hover .group-hover\:-translate-x-0,.group:hover .group-hover\:-translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-x-0\.5{--tw-translate-x:-0.125rem}.group:hover .group-hover\:-translate-x-1{--tw-translate-x:-0.25rem}.group:hover .group-hover\:-translate-x-1,.group:hover .group-hover\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:scale-\[0\.85\]{--tw-scale-x:0.85;--tw-scale-y:0.85;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.group:hover .group-hover\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.group:hover .group-hover\:items-center{align-items:center}.group:hover .group-hover\:border{border-width:1px}.group:hover .group-hover\:border-b{border-bottom-width:1px}.group:hover .group-hover\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.group:hover .group-hover\:border-theme-secondary{--tw-border-opacity:1;border-color:rgba(var(--secondary-theme-color),var(--tw-border-opacity))}.group:hover .group-hover\:\!bg-gray-50{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity))!important}.group:hover .group-hover\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.group:hover .group-hover\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.group:hover .group-hover\:bg-theme-secondary{--tw-bg-opacity:1;background-color:rgba(var(--secondary-theme-color),var(--tw-bg-opacity))}.group:hover .group-hover\:stroke-\[\#334155\]{stroke:#334155}.group:hover .group-hover\:stroke-white{stroke:#fff}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.group:hover .group-hover\:text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/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\:underline{text-decoration-line:underline}.group:hover .group-hover\:ring-2{--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)}.group:hover .group-hover\:ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgb(21 128 61/var(--tw-ring-opacity))}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:bottom-3{bottom:.75rem}.sm\:left-6{left:1.5rem}.sm\:right-6{right:1.5rem}.sm\:m-0{margin:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:ml-2{margin-left:.5rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-auto{margin-left:auto}.sm\:mr-auto{margin-right:auto}.sm\:mt-0{margin-top:0}.sm\:mt-3{margin-top:.75rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:\!flex{display:flex!important}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-full{height:100%}.sm\:w-1\/2{width:50%}.sm\:w-1\/6{width:16.666667%}.sm\:w-10{width:2.5rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-44{width:11rem}.sm\:w-\[294px\]{width:294px}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-full{width:100%}.sm\:min-w-\[400px\]{min-width:400px}.sm\:min-w-\[60vw\]{min-width:60vw}.sm\:min-w-\[80vw\]{min-width:80vw}.sm\:\!max-w-4xl{max-width:56rem!important}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-\[200px\]{max-width:200px}.sm\:max-w-\[294px\]{max-width:294px}.sm\:max-w-\[500px\]{max-width:500px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xs{max-width:20rem}.sm\:translate-x-0{--tw-translate-x:0px}.sm\:translate-x-0,.sm\:translate-x-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-2{--tw-translate-x:0.5rem}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:scale-100,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-stretch{align-items:stretch}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-5{gap:1.25rem}.sm\:break-normal{overflow-wrap:normal;word-break:normal}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pr-8{padding-right:2rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:align-middle{vertical-align:middle}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:duration-700{transition-duration:.7s}}@media (min-width:768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mb-2{margin-bottom:.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mr-12{margin-right:3rem}.md\:mr-3{margin-right:.75rem}.md\:mt-0{margin-top:0}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:\!inline-block{display:inline-block!important}.md\:inline{display:inline}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-\[350px\]{width:350px}.md\:w-\[400px\]{width:400px}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:max-w-2xl{max-width:42rem}.md\:max-w-7xl{max-width:80rem}.md\:max-w-md{max-width:28rem}.md\:max-w-xl{max-width:36rem}.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\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:justify-start{justify-content:flex-start}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-6{gap:1.5rem}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md\:p-10{padding:2.5rem}.md\:p-2{padding:.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pt-4{padding-top:1rem}.md\:text-right{text-align:right}}@media (min-width:1024px){.lg\:static{position:static}.lg\:sticky{position:sticky}.lg\:top-0{top:0}.lg\:top-16{top:4rem}.lg\:order-last{order:9999}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:row-span-2{grid-row:span 2/span 2}.lg\:row-start-2{grid-row-start:2}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:ml-3{margin-left:.75rem}.lg\:ml-\[90px\]{margin-left:90px}.lg\:mr-3{margin-right:.75rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mt-0{margin-top:0}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-64{margin-top:16rem}.lg\:block{display:block}.lg\:\!inline-block{display:inline-block!important}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:max-h-9{max-height:2.25rem}.lg\:\!w-136{width:34rem!important}.lg\:w-1\/2{width:50%}.lg\:w-20{width:5rem}.lg\:w-\[650px\]{width:650px}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-md{max-width:28rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\: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)))}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:border-0{border-width:0}.lg\:p-6{padding:1.5rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pl-9{padding-left:2.25rem}}@media (min-width:1279px){.\32xl\:max-w-7xl{max-width:80rem}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:mt-0{margin-top:0}.xl\:w-\[600px\]{width:600px}.xl\:w-\[800px\]{width:800px}.xl\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xl\:text-center{text-align:center}}@media (min-width:1600px){.\33xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}}