.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{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{background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@font-face{font-family:Icons16;font-style:normal;font-weight:400;src:url(/static/media/icons-16.2368f88a078780d80145.eot?#iefix) format("embedded-opentype"),url(/static/media/icons-16.1645f50fb7f7c109f64e.woff) format("woff"),url(/static/media/icons-16.13933033991f62d6bb64.ttf) format("truetype")}@font-face{font-family:Icons20;font-style:normal;font-weight:400;src:url(/static/media/icons-20.cde033c5d3f24283f757.eot?#iefix) format("embedded-opentype"),url(/static/media/icons-20.1ef633d3a28d0986f63e.woff) format("woff"),url(/static/media/icons-20.57b3e708b232fdcb64f9.ttf) format("truetype")}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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-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{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height: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}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-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{height:auto;max-width:100%}[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{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[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{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-webkit-input-placeholder,textarea::-webkit-input-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-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%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 8 4 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;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:repeat;background-size:auto auto;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' 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{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-radius:0;border-width:0;font-size:inherit;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}html{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*,: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-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(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-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-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(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::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-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(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.tw-prose-sm{font-size:.875rem;line-height:1.7142857}.tw-prose-sm :where(p):not(:where([class~=tw-not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.tw-prose-sm :where([class~=lead]):not(:where([class~=tw-not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.tw-prose-sm :where(blockquote):not(:where([class~=tw-not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.1111111em}.tw-prose-sm :where(h1):not(:where([class~=tw-not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.tw-prose-sm :where(h2):not(:where([class~=tw-not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.tw-prose-sm :where(h3):not(:where([class~=tw-not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.tw-prose-sm :where(h4):not(:where([class~=tw-not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.tw-prose-sm :where(img):not(:where([class~=tw-not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.tw-prose-sm :where(video):not(:where([class~=tw-not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.tw-prose-sm :where(figure):not(:where([class~=tw-not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.tw-prose-sm :where(figure>*):not(:where([class~=tw-not-prose] *)){margin-bottom:0;margin-top:0}.tw-prose-sm :where(figcaption):not(:where([class~=tw-not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.tw-prose-sm :where(code):not(:where([class~=tw-not-prose] *)){font-size:.8571429em}.tw-prose-sm :where(h2 code):not(:where([class~=tw-not-prose] *)){font-size:.9em}.tw-prose-sm :where(h3 code):not(:where([class~=tw-not-prose] *)){font-size:.8888889em}.tw-prose-sm :where(pre):not(:where([class~=tw-not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding:.6666667em 1em}.tw-prose-sm :where(ol):not(:where([class~=tw-not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-left:1.5714286em}.tw-prose-sm :where(ul):not(:where([class~=tw-not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-left:1.5714286em}.tw-prose-sm :where(li):not(:where([class~=tw-not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.tw-prose-sm :where(ol>li):not(:where([class~=tw-not-prose] *)){padding-left:.4285714em}.tw-prose-sm :where(ul>li):not(:where([class~=tw-not-prose] *)){padding-left:.4285714em}.tw-prose-sm :where(.tw-prose-sm>ul>li p):not(:where([class~=tw-not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.tw-prose-sm :where(.tw-prose-sm>ul>li>:first-child):not(:where([class~=tw-not-prose] *)){margin-top:1.1428571em}.tw-prose-sm :where(.tw-prose-sm>ul>li>:last-child):not(:where([class~=tw-not-prose] *)){margin-bottom:1.1428571em}.tw-prose-sm :where(.tw-prose-sm>ol>li>:first-child):not(:where([class~=tw-not-prose] *)){margin-top:1.1428571em}.tw-prose-sm :where(.tw-prose-sm>ol>li>:last-child):not(:where([class~=tw-not-prose] *)){margin-bottom:1.1428571em}.tw-prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=tw-not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.tw-prose-sm :where(hr):not(:where([class~=tw-not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.tw-prose-sm :where(hr+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose-sm :where(h2+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose-sm :where(h3+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose-sm :where(h4+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose-sm :where(table):not(:where([class~=tw-not-prose] *)){font-size:.8571429em;line-height:1.5}.tw-prose-sm :where(thead th):not(:where([class~=tw-not-prose] *)){padding-bottom:.6666667em;padding-left:1em;padding-right:1em}.tw-prose-sm :where(thead th:first-child):not(:where([class~=tw-not-prose] *)){padding-left:0}.tw-prose-sm :where(thead th:last-child):not(:where([class~=tw-not-prose] *)){padding-right:0}.tw-prose-sm :where(tbody td,tfoot td):not(:where([class~=tw-not-prose] *)){padding:.6666667em 1em}.tw-prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=tw-not-prose] *)){padding-left:0}.tw-prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=tw-not-prose] *)){padding-right:0}.tw-prose-sm :where(.tw-prose-sm>:first-child):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose-sm :where(.tw-prose-sm>:last-child):not(:where([class~=tw-not-prose] *)){margin-bottom:0}.tw-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.tw-pointer-events-none{pointer-events:none}.tw-fixed{position:fixed}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-sticky{position:-webkit-sticky;position:sticky}.tw-inset-0{left:0;right:0}.tw-inset-0,.tw-inset-y-0{bottom:0;top:0}.tw-inset-x-0{left:0;right:0}.tw-top-0{top:0}.tw-bottom-0{bottom:0}.tw-left-0{left:0}.tw-top-\[3rem\]{top:3rem}.tw-top-4{top:1rem}.tw-right-4{right:1rem}.tw-left-2{left:.5rem}.tw-right-0{right:0}.tw-top-3{top:.75rem}.tw-z-20{z-index:20}.tw-z-50{z-index:50}.tw-z-40{z-index:40}.tw-z-10{z-index:10}.tw-order-last{order:9999}.tw-m-0{margin:0}.tw-m-4{margin:1rem}.tw-my-auto{margin-bottom:auto;margin-top:auto}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-4{margin-bottom:1rem;margin-top:1rem}.tw-my-6{margin-bottom:1.5rem;margin-top:1.5rem}.tw-mx-4{margin-left:1rem;margin-right:1rem}.tw--mx-1{margin-left:-.25rem;margin-right:-.25rem}.tw-my-1{margin-bottom:.25rem;margin-top:.25rem}.-tw-mx-2{margin-left:-.5rem;margin-right:-.5rem}.tw-my-8{margin-bottom:2rem;margin-top:2rem}.tw-mx-1{margin-left:.25rem;margin-right:.25rem}.tw-mx-0{margin-left:0;margin-right:0}.tw-mb-2{margin-bottom:.5rem}.tw-mt-4{margin-top:1rem}.tw-mt-2{margin-top:.5rem}.tw-ml-0{margin-left:0}.tw-mb-1{margin-bottom:.25rem}.tw-mr-2{margin-right:.5rem}.tw-mb-6{margin-bottom:1.5rem}.tw-mt-6{margin-top:1.5rem}.tw-mb-4{margin-bottom:1rem}.tw-ml-2{margin-left:.5rem}.tw-mt-1{margin-top:.25rem}.tw-mt-3{margin-top:.75rem}.tw-mr-4{margin-right:1rem}.tw-ml-auto{margin-left:auto}.tw-mb-5{margin-bottom:1.25rem}.tw-mb-10{margin-bottom:2.5rem}.tw-mb-2\.5{margin-bottom:.625rem}.tw-mr-8{margin-right:2rem}.tw-mt-5{margin-top:1.25rem}.-tw-mt-16{margin-top:-4rem}.tw-mt-auto{margin-top:auto}.tw-mr-6{margin-right:1.5rem}.tw-ml-1{margin-left:.25rem}.-tw-ml-2{margin-left:-.5rem}.tw-ml-3{margin-left:.75rem}.-tw-ml-px{margin-left:-1px}.-tw-mr-px{margin-right:-1px}.-tw-mt-12{margin-top:-3rem}.tw-block{display:block}.tw-flex{display:flex}.tw-inline-flex{display:inline-flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-aspect-square{aspect-ratio:1/1}.tw-aspect-\[11\/5\]{aspect-ratio:11/5}.tw-h-full{height:100%}.tw-h-8{height:2rem}.tw-h-40{height:10rem}.tw-h-3{height:.75rem}.tw-h-5{height:1.25rem}.tw-h-20{height:5rem}.tw-h-4{height:1rem}.tw-h-px{height:1px}.tw-h-6{height:1.5rem}.tw-h-3\.5{height:.875rem}.tw-h-2{height:.5rem}.tw-h-12{height:3rem}.tw-h-0{height:0}.tw-h-16{height:4rem}.tw-h-2\.5{height:.625rem}.tw-h-10{height:2.5rem}.tw-h-screen{height:100vh}.tw-h-32{height:8rem}.tw-h-24{height:6rem}.tw-w-8{width:2rem}.tw-w-28{width:7rem}.tw-w-full{width:100%}.tw-w-5{width:1.25rem}.tw-w-20{width:5rem}.tw-w-4{width:1rem}.tw-w-24{width:6rem}.tw-w-60{width:15rem}.tw-w-6{width:1.5rem}.tw-w-3{width:.75rem}.tw-w-3\.5{width:.875rem}.tw-w-2{width:.5rem}.tw-w-12{width:3rem}.tw-w-48{width:12rem}.tw-w-2\.5{width:.625rem}.tw-w-14{width:3.5rem}.tw-w-16{width:4rem}.tw-w-96{width:24rem}.tw-min-w-0{min-width:0}.tw-min-w-\[8rem\]{min-width:8rem}.tw-min-w-\[100px\]{min-width:100px}.tw-max-w-4xl{max-width:56rem}.tw-max-w-2xl{max-width:42rem}.tw-max-w-\[300px\]{max-width:300px}.tw-max-w-xs{max-width:20rem}.tw-max-w-\[100vw\]{max-width:100vw}.tw-max-w-max{max-width:-webkit-max-content;max-width:max-content}.tw-max-w-md{max-width:28rem}.tw-flex-1{flex:1 1}.tw-shrink-0{flex-shrink:0}.tw-origin-right{-webkit-transform-origin:right;transform-origin:right}.-tw-translate-x-full{--tw-translate-x:-100%}.-tw-translate-x-full,.tw-translate-x-0{-webkit-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));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-translate-x-0{--tw-translate-x:0px}.tw-translate-x-full{--tw-translate-x:100%}.tw-transform,.tw-translate-x-full{-webkit-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));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))}@-webkit-keyframes tw-pulse{50%{opacity:.5}}@keyframes tw-pulse{50%{opacity:.5}}.tw-animate-pulse{-webkit-animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@-webkit-keyframes tw-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes tw-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.tw-animate-spin{-webkit-animation:tw-spin 1s linear infinite;animation:tw-spin 1s linear infinite}.tw-cursor-pointer{cursor:pointer}.tw-select-none{-webkit-user-select:none;user-select:none}.tw-snap-mandatory{--tw-scroll-snap-strictness:mandatory}.tw-snap-center{scroll-snap-align:center}.tw-scroll-pt-28{scroll-padding-top:7rem}.tw-scroll-pt-12{scroll-padding-top:3rem}.tw-auto-cols-min{grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content}.tw-grid-flow-col{grid-auto-flow:column}.tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-flex-col{flex-direction:column}.tw-flex-wrap{flex-wrap:wrap}.tw-items-start{align-items:flex-start}.tw-items-end{align-items:flex-end}.tw-items-center{align-items:center}.tw-items-stretch{align-items:stretch}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-4{gap:1rem}.tw-gap-3{gap:.75rem}.tw-gap-8{gap:2rem}.tw-gap-1{gap:.25rem}.tw-gap-2{gap:.5rem}.tw-gap-6{gap:1.5rem}.tw-gap-x-8{-webkit-column-gap:2rem;column-gap:2rem}.tw-gap-y-4{row-gap:1rem}.tw-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.tw-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.tw-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.tw-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.tw-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.tw-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.tw-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.tw-space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.tw-space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.tw-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.tw-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.tw-divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.tw-divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(134 146 165/var(--tw-divide-opacity))}.tw-divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.tw-overflow-auto{overflow:auto}.tw-overflow-hidden{overflow:hidden}.tw-overflow-x-auto{overflow-x:auto}.tw-overflow-y-auto{overflow-y:auto}.tw-overflow-y-hidden{overflow-y:hidden}.tw-overflow-y-scroll{overflow-y:scroll}.tw-truncate{overflow:hidden;text-overflow:ellipsis}.tw-truncate,.tw-whitespace-nowrap{white-space:nowrap}.tw-rounded-full{border-radius:9999px}.tw-rounded{border-radius:.25rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-xl{border-radius:.75rem}.tw-rounded-lg{border-radius:.5rem}.tw-rounded-sm{border-radius:.125rem}.tw-rounded-\[0\.185rem\]{border-radius:.185rem}.tw-rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.tw-border{border-width:1px}.tw-border-0{border-width:0}.tw-border-t{border-top-width:1px}.tw-border-b{border-bottom-width:1px}.tw-border-b-2{border-bottom-width:2px}.tw-border-l{border-left-width:1px}.tw-border-solid{border-style:solid}.tw-border-none{border-style:none}.tw-border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.tw-border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.tw-border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.tw-border-transparent{border-color:transparent}.tw-border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.tw-border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.tw-border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity))}.tw-border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.tw-border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.\!tw-border-blue-500{--tw-border-opacity:1!important;border-color:rgb(59 130 246/var(--tw-border-opacity))!important}.tw-bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.tw-bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.tw-bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.tw-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.tw-bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.tw-bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.tw-bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.tw-bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity))}.tw-bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.tw-bg-transparent{background-color:transparent}.tw-bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.tw-bg-black\/50{background-color:rgba(0,0,0,.5)}.tw-bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.tw-bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.tw-bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.tw-bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-opacity-75{--tw-bg-opacity:0.75}.tw-bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.tw-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-from-white{--tw-gradient-from:#fff;--tw-gradient-to:hsla(0,0%,100%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.tw-fill-current{fill:currentColor}.tw-fill-white{fill:#fff}.tw-fill-rose-500{fill:#f43f5e}.tw-stroke-gray-300{stroke:#d1d5db}.tw-stroke-none{stroke:none}.tw-object-cover{object-fit:cover}.tw-p-4{padding:1rem}.tw-p-2{padding:.5rem}.tw-p-3{padding:.75rem}.tw-p-6{padding:1.5rem}.tw-p-1{padding:.25rem}.tw-p-0\.5{padding:.125rem}.tw-p-0{padding:0}.tw-p-8{padding:2rem}.\!tw-p-0{padding:0!important}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-py-1{padding-bottom:.25rem;padding-top:.25rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-py-12{padding-bottom:3rem;padding-top:3rem}.tw-py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.tw-py-0{padding-bottom:0;padding-top:0}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-py-3{padding-bottom:.75rem;padding-top:.75rem}.tw-py-6{padding-bottom:1.5rem;padding-top:1.5rem}.tw-py-2{padding-bottom:.5rem;padding-top:.5rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-py-4{padding-bottom:1rem;padding-top:1rem}.tw-px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.tw-px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-px-1{padding-left:.25rem;padding-right:.25rem}.tw-pl-2{padding-left:.5rem}.tw-pl-8{padding-left:2rem}.tw-pt-6{padding-top:1.5rem}.tw-pt-4{padding-top:1rem}.tw-pb-6{padding-bottom:1.5rem}.tw-pr-2{padding-right:.5rem}.tw-pb-12{padding-bottom:3rem}.tw-pl-3{padding-left:.75rem}.tw-pl-7{padding-left:1.75rem}.tw-pb-28{padding-bottom:7rem}.tw-pt-16{padding-top:4rem}.tw-pt-2{padding-top:.5rem}.tw-pt-0{padding-top:0}.tw-pt-5{padding-top:1.25rem}.tw-pb-4{padding-bottom:1rem}.tw-pb-3{padding-bottom:.75rem}.tw-text-left{text-align:left}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-text-base{font-size:1rem;line-height:1.5rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-2xl{font-size:1.5rem;line-height:2rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.tw-font-bold{font-weight:700}.tw-font-medium{font-weight:500}.\!tw-font-bold{font-weight:700!important}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-leading-10{line-height:2.5rem}.tw-leading-7{line-height:1.75rem}.tw-leading-6{line-height:1.5rem}.tw-leading-5{line-height:1.25rem}.tw-leading-none{line-height:1}.tw-tracking-tight{letter-spacing:-.025em}.tw-tracking-wide{letter-spacing:.025em}.tw-tracking-widest{letter-spacing:.1em}.tw-text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.tw-text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.tw-text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.tw-text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.tw-text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.tw-text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.tw-text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.tw-text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.tw-text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.tw-text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.tw-text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity))}.tw-text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.tw-text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.tw-text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.tw-text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.tw-text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.tw-text-gray-800{--tw-text-opacity:1;color:rgb(134 146 165/var(--tw-text-opacity))}.tw-text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.tw-text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.tw-text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.tw-text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.tw-text-orange-300{--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.tw-text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.tw-line-through{text-decoration-line:line-through}.tw-underline-offset-4{text-underline-offset:4px}.tw-opacity-60{opacity:.6}.tw-opacity-75{opacity:.75}.tw-opacity-0{opacity:0}.tw-opacity-100{opacity:1}.tw-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)}.tw-shadow,.tw-shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.tw-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)}.tw-shadow-lg,.tw-shadow-none{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.tw-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)}.tw-shadow-md,.tw-shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-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)}.tw-shadow-white{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}.tw-outline-none{outline:2px solid transparent;outline-offset:2px}.tw-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)}.tw-ring-1,.tw-ring-4{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.tw-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)}.tw-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),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.tw-ring-inset{--tw-ring-inset:inset}.tw-ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.tw-ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.tw-ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.tw-ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.tw-ring-opacity-5{--tw-ring-opacity:0.05}.tw-ring-offset-2{--tw-ring-offset-width:2px}.tw-drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,.05))}.tw-drop-shadow-md,.tw-drop-shadow-sm{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter: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)}.tw-drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.tw-backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.tw-transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-transition-transform{transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-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-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-duration-100{transition-duration:.1s}.tw-duration-300{transition-duration:.3s}.tw-duration-200{transition-duration:.2s}.tw-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-ease-linear{transition-timing-function:linear}.tw-line-clamp-1{-webkit-line-clamp:1}.tw-line-clamp-1,.tw-line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tw-line-clamp-2{-webkit-line-clamp:2}@-webkit-keyframes enter{0%{opacity:1;opacity:var(--tw-enter-opacity,1);-webkit-transform:translateZ(0) scaleX(1) rotate(0);transform:translateZ(0) scaleX(1) rotate(0);-webkit-transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0));transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes enter{0%{opacity:1;opacity:var(--tw-enter-opacity,1);-webkit-transform:translateZ(0) scaleX(1) rotate(0);transform:translateZ(0) scaleX(1) rotate(0);-webkit-transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0));transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@-webkit-keyframes exit{to{opacity:1;opacity:var(--tw-exit-opacity,1);-webkit-transform:translateZ(0) scaleX(1) rotate(0);transform:translateZ(0) scaleX(1) rotate(0);-webkit-transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0));transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}@keyframes exit{to{opacity:1;opacity:var(--tw-exit-opacity,1);-webkit-transform:translateZ(0) scaleX(1) rotate(0);transform:translateZ(0) scaleX(1) rotate(0);-webkit-transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0));transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.tw-animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-name:enter;animation-name:enter}.tw-fade-in{--tw-enter-opacity:0}.tw-slide-in-from-left-1{--tw-enter-translate-x:-0.25rem}.tw-duration-100{-webkit-animation-duration:.1s;animation-duration:.1s}.tw-duration-300{-webkit-animation-duration:.3s;animation-duration:.3s}.tw-duration-200{-webkit-animation-duration:.2s;animation-duration:.2s}.tw-ease-in-out{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1)}.tw-ease-linear{-webkit-animation-timing-function:linear;animation-timing-function:linear}input[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}.kl-icon{display:inline-block;flex:0 0 auto}.kl-icon>svg{display:block}.kl-icon>svg:not([fill]){fill:currentColor}.kl-button{background-color:inherit;background-color:#1cc1eb;border:1px solid #1cc1eb;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.5rem;transition:background-color 50ms linear}.kl-button:hover{background-color:#19aed4;border-color:#19aed4}.kl-button:disabled{background-color:#8ee0f5;border-color:#8ee0f5}.kl-button.kl-button-danger{background-color:#ef5251;border-color:#ef5251}.kl-button.kl-button-danger:hover{background-color:#df4e4e}.kl-button.kl-button-danger:disabled{background-color:#ef525280}.kl-button.kl-button-minimal.kl-button-danger{background-color:transparent;color:red}.kl-button.kl-button-minimal.kl-button-danger:hover{background-color:#ff000046}.kl-button.kl-button-sm{font-size:.875rem;padding:.25rem .5rem}.kl-button.kl-button-lg{font-size:1.25rem;padding:.5rem 1rem}.kl-button.kl-outlined{background-color:#fff;border:1px solid #1cc1eb;color:#1cc1eb}.kl-button.kl-button-minimal{background-color:transparent;border:none;color:#1cc1eb}.kl-button.kl-button-bold{font-weight:700}.kl-button.kl-fill{width:100%}.kl-dialog{background-color:#fafbfe!important;border-radius:4px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);padding:20px;width:600px}.kl-dialog .close-handle{background-color:#fff;color:#8392a7;position:absolute;right:10px;top:10px}@media (max-width:960px){.kl-dialog{border-radius:0!important;height:100%;margin:0!important;max-height:none!important;max-width:none!important;width:100%}}.kl-input{background-color:#fff;border:1px solid #b5beca;border-radius:4px;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;width:100%}.kl-input,.kl-input:focus{outline:none}.kl-input:focus-visible{outline:none}.kl-input:focus-within{outline:none}.kl-input.kl-fill{width:100%}.kl-phone-input.kl-input-danger{border-color:#ef5251}.kl-input-group{margin-bottom:1rem}.kl-input-group .kl-input-helper{font-size:12px;margin-top:4px}.kl-input-group .kl-input-label{display:block;margin-bottom:.25rem}.kl-input-group.kl-input-group-danger :is(.kl-input,.kl-phone-input){border-color:#ef5251}.kl-input-group.kl-input-group-danger .kl-input-helper{color:#ef5251}.order-status-tag{border-radius:1rem;color:#fff;display:inline-block;font-size:.75em;padding:.35em .65em}.order-status-tag.is-received{background-color:#2a4874}.order-status-tag.is-preparing{background-color:#fea76e}.order-status-tag.is-ready{background-color:#1cc1eb}.order-status-tag.is-delivered{background-color:#0fad85}.order-status-tag.is-cancelled-by-customer,.order-status-tag.is-cancelled-by-store,.order-status-tag.is-partially-refunded,.order-status-tag.is-refunded{background-color:#f60357}@-webkit-keyframes spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.kl-spinner{align-items:center;display:flex;justify-content:center;overflow:visible;vertical-align:middle}.kl-spinner .kl-spinner-animation{-webkit-animation:spinner-animation .5s linear infinite;animation:spinner-animation .5s linear infinite}.kl-spinner .kl-spinner-track{stroke:rgba(92,112,128,.2)}.kl-spinner .kl-spinner-head{stroke:#0069d9;stroke-linecap:round;-webkit-transform-origin:center;transform-origin:center;transition:stroke-dashoffset .2s cubic-bezier(.4,1,.75,.9)}.kl-spinner svg{display:block}.kl-spinner path{fill-opacity:0}.kl-alert{background-color:#fff;border-radius:4px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);padding:20px;width:400px}.kl-alert .close-handle{color:#8392a7;position:absolute;right:10px;top:10px}.kl-alert h1{font-size:1.15rem;font-weight:700}@media (max-width:960px){.kl-alert{width:100%}}.kl-callout{align-items:center;background-color:#6b6b6b;border-radius:4px;color:#8392a7;display:flex;padding:1rem;width:100%}.kl-callout .kl-icon+.kl-callout-body{margin-left:1rem}.kl-callout.kl-callout-warning{background-color:#d9822b26;color:#bf7326}.kl-callout.kl-callout-danger{background-color:#ef525259;color:#ef5251}.handle{align-items:center;border-radius:100%;color:#2d2d2d;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;overflow:hidden;transition:background-color .1s linear;width:24px}.handle:hover{background-color:#0000001a}nav.nav-bar{align-items:center;background-color:#fff;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);display:flex;height:75px;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:100}nav.nav-bar .location{align-items:center;display:flex;flex:1 1;justify-content:flex-end}nav.nav-bar .menu-icon{border-radius:100%;color:#8392a7;cursor:pointer;padding:5px;transition:background-color .1s linear}nav.nav-bar .menu-icon:hover{background-color:#0000001a}nav.nav-bar .location-image{border-radius:4px;flex-shrink:0;height:50px;margin-left:20px;overflow:hidden;width:50px}nav.nav-bar .location-image img{height:100%;object-fit:cover;object-position:center;width:100%}nav.nav-bar .location-info{color:#2d2d2d;margin-left:20px;text-align:right}nav.nav-bar .location-info .location-store{font-size:1.15rem}nav.nav-bar .location-info .location-name{font-size:1rem;font-weight:700;margin-top:.5rem}nav.nav-bar .location-address-handle{margin-left:10px;-webkit-transform:rotate(0);transform:rotate(0);transition:background-color .1s linear,-webkit-transform .2s linear;transition:transform .2s linear,background-color .1s linear;transition:transform .2s linear,background-color .1s linear,-webkit-transform .2s linear}nav.nav-bar .location-address-handle.showing{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.location-address{align-items:center;background-color:#fff;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);color:#2d2d2d;display:flex;left:0;padding:12px 20px;position:fixed;top:0;transition:top .15s linear;width:100%;z-index:99}.location-address.show{top:75px}.location-address a{color:#2d2d2d;margin-left:10px}.dynamic-content{padding-top:75px;width:100%}.dynamic-content.no-scroll{overflow:hidden}.dynamic-content .kl-spinner{margin-top:1rem}.navigator{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;-webkit-transform:translateX(-305px);transform:translateX(-305px);transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;width:300px;z-index:101}.navigator.open{-webkit-transform:translateX(0);transform:translateX(0)}.navigator .close-handle{color:#8392a7;position:absolute;right:15px;top:15px}.navigator .kl-logo{flex-shrink:0;height:60px;overflow:hidden;padding:0 80px;width:100%}.navigator .kl-logo img{height:100%;object-fit:contain;object-position:center;width:100%}.navigator .menu-list{cursor:pointer;display:flex;flex:1 1;flex-direction:column;padding:0 10px}.navigator .menu-list .menu-item{align-items:center;border-bottom:1px solid #0000001f;display:flex;padding:15px 20px}.navigator .menu-list .menu-item:first-of-type{border-top:1px solid #0000001f}.navigator .menu-list .menu-item a{text-decoration:none}.navigator .menu-list .menu-item.active,.navigator .menu-list .menu-item:hover{background-color:#0000001a}.navigator .menu-list .menu-item.sign-out{border-bottom:none;display:flex;justify-content:center}.navigator .menu-list .menu-item.sign-out .item-icon,.navigator .menu-list .menu-item.sign-out .item-text{color:#0069d9;font-size:14px;font-weight:700}.navigator .menu-list .menu-item .item-image{width:40px}.navigator .menu-list .menu-item .item-image img{height:40px;object-fit:contain;width:40px}.navigator .menu-list .menu-item .item-icon{color:#8392a7;text-align:center;width:40px}.navigator .menu-list .menu-item .item-text{color:#8392a7;margin-left:10px}.navigator .menu-list .menu-item .item-handle{color:#8392a7;margin-left:auto}.navigator .blank-space{border:none;cursor:default;flex:1 1;width:100%}.navigator .blank-space+.menu-item{border-top:1px solid #0000001f}.navigator .app-version{color:#8392a7;font-size:12px;padding:10px 0;text-align:center}.store-info-list{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1.5rem 1.5rem}.store-info-list__item{align-items:center;display:flex}.store-info-list__item-icon{color:#6b6b6b}.store-info-list__item-link{color:#2d2d2d;line-height:1.5;margin-left:1rem;text-decoration:none}@media (max-width:960px){.navigator{-webkit-transform:translateX(-100%);transform:translateX(-100%);width:100%}}.scene{padding-top:15px}.scene-location .location-menu{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:flex-start}.scene-location .location-menu .menu-categories-list{flex:1 1;min-width:300px}.scene-location .location-menu .menu-categories-list .menu-category-item{cursor:pointer;font-size:14px;outline:none!important;padding:15px 40px;position:relative;transition:background-color .2s linear,color .1s linear}.scene-location .location-menu .menu-categories-list .menu-category-item:before{background-color:#1cc1eb;border-radius:100%;content:"";height:5px;left:20px;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s linear;width:5px}.scene-location .location-menu .menu-categories-list .menu-category-item:hover{position:relative}.scene-location .location-menu .menu-categories-list .menu-category-item:hover:before{opacity:1}.scene-location .location-menu .menu-categories-list .menu-category-item.active{background-color:#e8f9fd}.scene-location .location-menu .menu-categories-list .menu-category-item.active:before{opacity:1}.scene-location .active-discount-expiration{align-items:center;display:flex;font-size:.8rem;font-weight:700;height:45px;justify-content:center;padding:0 5px;width:100%;z-index:99}.scene-location .active-discount-expiration+.location-menu .location-products .category-title .category-waypoint-top{height:1px;top:-165px;width:1px}.scene-location .location-menu .location-products{align-items:stretch;display:flex;flex:5 1;flex-wrap:wrap;justify-content:stretch;padding-bottom:50px}.scene-location .location-menu .location-products .category-title{border-radius:4px;color:#2d2d2d;font-size:16px;font-weight:700;margin:0 10px;padding:1.5rem 1rem .75rem;position:relative;width:100%}.scene-location .location-menu .location-products .category-title .category-waypoint-top{left:0;position:absolute;top:-120px}.scene-location .location-menu .location-products .category-waypoint-bottom{height:1px;width:1px}.scene-location .location-menu .location-products h2{color:#8392a7;font-weight:400}.scene-location .location-menu .location-products .product-list{background-color:transparent;display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));width:100%}.scene-location .open-cart-button{align-items:center;bottom:30px;display:flex;justify-content:center;position:fixed;right:30px}.scene-location .open-cart-button .kl-icon{margin-right:8px}.scene-location .cta-container{bottom:2rem;display:flex;justify-content:center;position:absolute;width:100%}@media (max-width:960px){.scene-location .active-discount-expiration{background-color:#edf8ff;display:flex;position:fixed;top:75px}.scene-location .active-discount-expiration+.location-menu{padding-top:90px}.scene-location .active-discount-expiration+.location-menu .menu-categories-list{top:120px}.scene-location .location-menu{flex-direction:column;padding:2rem 0;position:relative}.scene-location .location-menu .menu-categories-list{align-items:flex-end;align-items:center;background-color:#fafbfe;display:flex;flex-direction:row;height:45px;margin:0;overflow:auto;padding:0 5px;position:fixed;top:75px;width:100%;z-index:99}.scene-location .location-menu .menu-categories-list .menu-category-item{-webkit-tap-highlight-color:rgba(30,194,235,.692);border-radius:4px;flex-shrink:0;margin:0;padding:15px;position:relative}.scene-location .location-menu .menu-categories-list .menu-category-item+.menu-category-item{margin-left:10px}.scene-location .location-menu .menu-categories-list .menu-category-item:before{content:none}.scene-location .location-menu .menu-categories-list .menu-category-item:after{background-color:transparent;bottom:0;content:"";height:4px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 10px)}.scene-location .location-menu .menu-categories-list .menu-category-item.active{background-color:transparent;border-radius:0;font-weight:700}.scene-location .location-menu .menu-categories-list .menu-category-item.active:after{background-color:#1cc1eb}.scene-location .location-menu .location-products{overflow:auto;width:100%}.product-card,.scene-location .location-menu .location-products .category-title{border-radius:0;margin:0}.product-card{border-bottom:1px solid #efefef;box-shadow:none;width:100%}.product-card:hover{-webkit-transform:none;transform:none}.scene-location .open-cart-button{border-radius:0;bottom:0;height:50px;left:0;position:fixed;width:100%}.scene-location .location-menu .location-products .product-list{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:block;width:100%}.scene-location .cta-container{border-radius:0;bottom:0;height:50px;left:0;margin:0;position:fixed;width:100%}}.scene.scene-orders{padding-top:0}.scene-orders .scene-content{margin:0 auto;width:60%}.scene-orders .orders-list-title{color:#8392a7;margin:0;padding:1.5rem 1rem 1rem}.scene-orders .orders-list>*{margin-bottom:8px}.scene-orders .orders-list{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5)}.scene-orders .orders-list .order-list-item{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);cursor:pointer;display:flex;padding:.5rem 1rem;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear}.scene-orders .orders-list .order-list-item:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.scene-orders .orders-list .order-list-item .store-image{border-radius:4px;flex-shrink:0;height:75px;margin-right:12px;overflow:hidden;width:75px}.scene-orders .orders-list .order-list-item .store-image img{height:100%;object-fit:cover;object-position:center;width:100%}.scene-orders .orders-list .order-list-item .order-title .store-name{color:#2d2d2d;font-size:18px;margin-bottom:4px}.scene-orders .orders-list .order-list-item .order-title .order-time{color:#8392a7;font-size:14px}.scene-orders .orders-list .order-list-item .order-status{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;margin-left:auto;margin-right:.5rem}.scene-orders .orders-list .order-list-item .order-status .order-status-tag{margin-bottom:4px}.scene-orders .orders-list .order-list-item .order-status .order-summary{font-size:14px;text-align:right}.scene-orders .orders-list .order-list-item .order-status .order-summary .items-count{color:#8392a7}.scene-orders .orders-list .order-list-item .item-icon{color:#8392a7;display:none;margin-left:4px}@media (max-width:960px){.scene-orders .scene-content{margin:0;padding-bottom:2rem;width:100%}.scene-orders .orders-list .order-list-item{border-bottom:1px solid #efefef;border-radius:0;box-shadow:none;margin:0}.scene-orders .orders-list .order-list-item .order-title .store-name{font-size:16px;margin-bottom:4px}.scene-orders .orders-list .order-list-item .order-title .order-time{color:#8392a7;font-size:12px}.scene-orders .orders-list .order-list-item .item-icon{display:block}}.scene.scene-events{padding-top:0}.scene-events .scene-content{margin:0 auto;width:60%}.scene-events .event-list .event-list-title{color:#6b6b6b;font-size:1rem;padding:1rem}.scene-events .event-list .event-list-item{height:11rem;position:relative}.scene-events .event-list .event-list-item .event-link{color:#fff;display:flex;gap:.5rem;height:100%;justify-content:end;-webkit-justify-content:flex-end;text-decoration:none}.scene-events .event-list .event-list-item .event-link.event-link--centered{justify-content:center;-webkit-justify-content:center}.scene-events .event-list .event-list-item .event-cover-image{height:100%;object-fit:cover;position:absolute;width:100%}.scene-events .event-list .event-list-item .event-info{align-items:end;-webkit-align-items:flex-end;align-self:end;-webkit-align-self:flex-end;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;z-index:10}.scene-events .event-list .event-list-item .event-info.event-info--centered{align-items:center;-webkit-align-items:center;align-self:center;-webkit-align-self:center}.scene-events .event-list .event-list-item .event-title{background-color:#2d2d2d;font-size:1rem;padding:.5rem}.scene-events .event-list .event-list-item .event-date{background-color:#2d2d2d;font-size:.875rem;padding:.5rem}@media (max-width:960px){.scene-events .scene-content{margin:0;padding-bottom:2rem;width:100%}}.scene-event .event-menu{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:flex-start}.scene-event .event-menu .menu-categories-list{flex:1 1;min-width:300px;position:-webkit-sticky;position:sticky;top:120px}.scene-event .event-menu .menu-categories-list .menu-category-item{cursor:pointer;font-size:14px;outline:none!important;padding:15px 40px;position:relative;transition:background-color .2s linear,color .1s linear}.scene-event .event-menu .menu-categories-list .menu-category-item:before{background-color:#1cc1eb;border-radius:100%;content:"";height:5px;left:20px;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s linear;width:5px}.scene-event .event-menu .menu-categories-list .menu-category-item:hover{position:relative}.scene-event .event-menu .menu-categories-list .menu-category-item:hover:before{opacity:1}.scene-event .event-menu .menu-categories-list .menu-category-item.active{background-color:#e8f9fd}.scene-event .event-menu .menu-categories-list .menu-category-item.active:before{opacity:1}.scene-event .active-discount-expiration{align-items:center;display:flex;font-size:.8rem;font-weight:700;height:45px;justify-content:center;padding:0 5px;position:-webkit-sticky;position:sticky;top:75px;width:100%;z-index:99}.scene-event .event-menu .event-products{align-items:stretch;display:flex;flex:5 1;flex-wrap:wrap;justify-content:stretch;padding-bottom:50px}.scene-event .event-menu .event-products .category-title{border-radius:4px;color:#2d2d2d;font-size:16px;font-weight:700;margin:0 10px;padding:1.5rem 1rem .75rem;position:relative;width:100%}.scene-event .event-menu .event-products .category-title .category-waypoint-top{left:0;position:absolute;top:-150px}.scene-event .event-menu .event-products .category-waypoint-bottom{height:1px;width:1px}.scene-event .event-menu .event-products h2{color:#8392a7;font-weight:400}.scene-event .event-menu .event-products .product-list{background-color:transparent;display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));width:100%}.product-card{align-items:stretch;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:10px;min-height:75px;padding:1rem;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.product-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.product-card .product-details{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;margin-left:1rem}.product-card .product-details .product-title{align-items:center;color:#2d2d2d;display:flex;font-size:16px;font-weight:500;margin-bottom:4px;width:100%}.product-card .product-details .product-title .discount-name{color:#fa6;font-weight:600;margin-left:5px}.product-card .product-details .product-description{color:#8392a7;font-size:.875rem;font-weight:400;height:29px;line-height:1.15;margin-bottom:.5rem;overflow:hidden}.product-card .product-details .attributes-list{display:flex;flex-shrink:0;flex-wrap:wrap;margin:12px 0}.product-card .product-details .attributes-list>*{margin:3px}.product-card .product-details .attributes-list .attribute-tag{background-color:#14dca9;border-radius:4px;color:#fff;font-size:14px;font-weight:400;padding:3px 6px}.product-card .product-details .product-price{color:#2d2d2d;font-size:1rem;font-weight:700;margin-top:auto}.product-card .product-details .product-price .old-price{text-decoration:line-through}.product-card .product-details .product-price .price-with-discount{color:#fa6;margin-left:.5rem}.product-card .product-image{border-radius:4px;flex-shrink:0;height:5rem;overflow:hidden;width:5rem}.product-card .product-image img{height:100%;object-fit:cover;object-position:center;width:100%}.product-card .product-image .stock-image{align-items:center;background-color:#e6e6e6;color:#8392a7;display:flex;height:100%;justify-content:center;width:100%}.scene-event .open-cart-button{align-items:center;bottom:30px;display:flex;justify-content:center;position:fixed;right:30px}.scene-event .open-cart-button .kl-icon{margin-right:8px}.scene-event .cta-container{bottom:2rem;display:flex;justify-content:center;position:absolute;width:100%}.product-price .price-container{align-items:center;display:flex;flex-direction:row}.scene.scene-event{padding-top:0}.scene-event .scene-content{margin:0 auto;width:60%}.scene-event .event-list-item{height:11rem;position:relative}.scene-event .event-list-item .event-link{color:#fff;display:flex;gap:.5rem;height:100%;justify-content:end;-webkit-justify-content:flex-end;text-decoration:none}.scene-event .event-list-item .arrow-left{background:#8392a7;border-radius:100%;margin:.5rem;position:absolute;top:0;z-index:9}.scene-event .event-list-item .event-cover-image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.scene-event .event-list-item .event-info{align-items:end;-webkit-align-items:flex-end;align-self:end;-webkit-align-self:flex-end;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;z-index:10}.scene-event .event-list-item .event-title{background-color:#2d2d2d;font-size:1rem;padding:.5rem}.scene-event .event-list-item .event-date{background-color:#2d2d2d;font-size:.875rem;padding:.5rem}.scene-event .event-list-item .event-link.event-link--centered{justify-content:center;-webkit-justify-content:center}.scene-event .event-list-item .event-info.event-info--centered{align-items:center;-webkit-align-items:center;align-self:center;-webkit-align-self:center}@media (max-width:960px){.scene-event .active-discount-expiration{background-color:#edf8ff;display:flex}.scene-event .active-discount-expiration+.event-menu{padding-top:90px}.scene-event .active-discount-expiration+.event-menu .menu-categories-list{top:75px}.scene-event .event-menu{flex-direction:column;padding:0 0 2rem;position:relative}.scene-event .event-menu .menu-categories-list{align-items:flex-end;align-items:center;background-color:#fafbfe;display:flex;flex-direction:row;height:45px;overflow:auto;padding:0 5px;width:100%;z-index:99}.scene-event .event-menu .menu-categories-list .menu-category-item{-webkit-tap-highlight-color:rgba(30,194,235,.692);border-radius:4px;flex-shrink:0;margin:0;padding:15px;position:relative}.scene-event .event-menu .menu-categories-list .menu-category-item+.menu-category-item{margin-left:10px}.scene-event .event-menu .menu-categories-list .menu-category-item:before{content:none}.scene-event .event-menu .menu-categories-list .menu-category-item:after{background-color:transparent;bottom:0;content:"";height:4px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 10px)}.scene-event .event-menu .menu-categories-list .menu-category-item.active{background-color:transparent;border-radius:0;font-weight:700}.scene-event .event-menu .menu-categories-list .menu-category-item.active:after{background-color:#1cc1eb}.scene-event .event-menu .event-products{overflow:auto;width:100%}.product-card,.scene-event .event-menu .event-products .category-title{border-radius:0;margin:0}.product-card{border-bottom:1px solid #efefef;box-shadow:none;width:100%}.product-card:hover{-webkit-transform:none;transform:none}.scene-event .open-cart-button{border-radius:0;bottom:0;height:50px;left:0;position:fixed;width:100%}.scene-event .event-menu .event-products .product-list{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:block;width:100%}.scene-event .cta-container{border-radius:0;bottom:0;height:50px;left:0;margin:0;position:fixed;width:100%}}.order-details-scene{padding-top:0}.order-details-scene .kl-spinner{margin-top:1rem}.order-details-scene section header{color:#8392a7;font-weight:400;padding:1rem 1rem .75rem}.order-details-scene section div.content{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);margin-bottom:1rem;padding:1rem}.order-details-scene .order-status-timeline{margin:1rem 0}.order-details-scene .order-cancelled-callout{margin-bottom:16px}.order-details-scene section.order-number header h2{display:flex;justify-content:space-between}.order-details-scene section.order-number .content{align-items:center;display:flex;justify-content:space-between}.order-details-scene section.order-number .content .number{font-weight:700}.order-details-scene .store-feedback .content{padding:1.5rem 2rem}.order-details-scene .store-feedback .content h3{color:#8392a7;font-size:1.125rem;line-height:1.5;margin-bottom:1rem;text-align:center}.order-details-scene .store-feedback .content h3 b{color:#2d2d2d;font-weight:700}.order-details-scene .store-feedback .content .rating-stars-container{background-color:#f7f7f7;padding:1.25rem 1.5rem}.order-details-scene .store-feedback .feedback-notes{background-color:#fff;display:flex;flex-direction:column}.order-details-scene .store-feedback .feedback-notes .kl-spinner{margin:auto}.order-details-scene .store-feedback .feedback-notes .header-feedback-notes{align-items:center;display:flex;justify-content:center;padding-bottom:1rem}.order-details-scene .store-feedback .feedback-notes .feedback-notes-submit{align-self:center;color:#1cc1eb;font-size:.9rem;font-weight:700;padding:10px}.order-details-scene .store-feedback .feedback-notes .header-feedback-notes .header-title{font-size:1rem;font-weight:700;padding-right:15px}.order-details-scene .store-feedback .feedback-notes .kl-input.feedback-notes-input{margin-bottom:.5rem}.order-details-scene .store-feedback .feedback-notes .feedback-submitted-message{color:#8392a7;font-size:1rem;line-height:1.15;margin-bottom:1rem;text-align:center}.order-details-scene section.products-feedback .content{padding:1.5rem 1rem}.order-details-scene section.products-feedback .content ul.product-list{grid-row-gap:1.5rem;display:grid;row-gap:1.5rem}.order-details-scene section.products-feedback .content ul.product-list li{align-items:center;display:flex;justify-content:space-between}.order-details-scene section.products-feedback .content ul.product-list li .product-details p{color:#8392a7;margin-top:.25rem}.order-details-scene section.products-feedback .content ul.product-list h3 b{color:#2d2d2d;font-weight:700}.order-details-scene section.products-feedback .content ul.product-list .like-buttons{grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:1fr 1fr}.order-details-scene section.faq .content{align-items:center;display:flex}.order-details-scene section.faq .content .help-icon{color:#8392a7;margin-right:.5rem}.order-details-scene section.faq .content .chevron{color:#8392a7;margin-left:auto}.order-details-scene section.order-details .content .store-line{align-items:center;border-bottom:1px solid #efefef;display:flex;padding-bottom:1rem}.order-details-scene section.order-details .content .store-line figure{height:2.5rem;margin-right:1rem;width:2.5rem}.order-details-scene section.order-details .content .store-line img{border-radius:.25rem;height:100%;object-fit:cover;object-position:center;width:100%}.order-details-scene section.order-details .content .store-line h3.store-name{margin-bottom:.25rem}.order-details-scene section.order-details .content .store-line h4.location-name{font-size:1.125rem;font-weight:700}.order-details-scene section.order-details .content ul.product-lines li{align-items:center;display:flex;flex-direction:row;padding:.5rem 0}.order-details-scene section.order-details .content ul.product-lines li:first-child{padding-top:1rem}.order-details-scene section.order-details .content ul.product-lines li:last-child{padding-bottom:0}.order-details-scene section.order-details .content ul.product-lines li:last-child .items{border-bottom:none}.order-details-scene section.order-details .content ul.product-lines li .quantity{align-self:flex-start;margin-right:1.5rem}.order-details-scene section.order-details .content ul.product-lines li .items{border-bottom:1px solid #efefef;flex:1 1}.order-details-scene section.order-details .content ul.product-lines li .items .item-line{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem}.order-details-scene section.order-details .content ul.product-lines li .items .modifier-group{color:#8392a7;flex:1 1}.order-details-scene section.order-details .content ul.product-lines li .items .item-line.modifier{color:#8392a7;font-size:.85rem}.order-details-scene section.order-details .content ul.product-lines li .items .item-line:last-child{margin-bottom:0;padding-bottom:1rem}.order-details-scene section.order-details .content ul.product-lines li p.customer-notes{background:#efefef;border-radius:.25rem;color:#8392a7;font-size:.875rem;line-height:1.15;margin-bottom:1rem;padding:.5rem}.order-details-scene section.order-details .content ul.non-product-lines li{border-bottom:1px solid #efefef;padding:1rem 0;text-align:right}.order-details-scene section.order-details .content ul.non-product-lines li:first-child{border-top:1px solid #efefef}.order-details-scene section.order-details .content ul.non-product-lines li:last-child{border-bottom:none}.order-details-scene section.order-details .content ul.non-product-lines li .title{color:#8392a7;margin-right:1rem;text-align:left}.order-details-scene section.order-details .content ul.non-product-lines li .amount{display:inline-block;min-width:4.5rem}.order-details-scene section.order-details .content .total-line{border-top:1px solid #efefef;font-weight:700;padding:1rem 0 .5rem;text-align:right}.order-details-scene section.order-details .content .total-line .title{margin-right:1rem}.order-details-scene section.order-details .content .total-line .amount{display:inline-block;min-width:4.5rem}.order-details-scene .order-information .location-attribute{margin-bottom:.875rem}.order-details-scene .order-information .location-attribute:last-child{margin-bottom:0}.order-details-scene .order-information .location-attribute-name{color:#8392a7;font-size:.875rem;margin-bottom:.25rem}.order-details-scene section.pickup-info .content .pickup-info{color:#8392a7;margin-top:.5rem}.order-details-scene section.pickup-info .content .pickup-at{margin-top:.5rem}.order-details-scene section.payment-method .content{align-items:center;display:flex}.order-details-scene section.payment-method .content .wallet-icon{margin-right:1rem}.order-details-scene section.payment-method .content .card-masked-number{font-size:1rem}.order-details-scene section.room-charge .content{display:grid;grid-template-columns:repeat(2,1fr)}.order-details-scene section.room-charge .content .line{margin-bottom:.5rem}.order-details-scene section.room-charge .content .line>.label{color:#8392a7;font-size:.875rem;margin-bottom:.25rem}.order-details-scene section.room-charge .content .line>.value{margin-bottom:.5rem}.order-details-scene .cancel-section{display:flex;justify-content:center;margin:1rem 0}@media (min-width:960px){.order-details-scene .scene-content{margin:0 auto;padding:0;width:50%}.order-details-scene section .content{border-radius:.5rem}}.scene.scene-qr-scanner .scene-content{left:50%;position:fixed;text-align:center;top:calc(50% - 75px);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.scene.scene-qr-scanner .scene-content p{margin-bottom:16px}.scene-store-opening-hours{color:#2d2d2d;padding-bottom:1rem}.scene-store-opening-hours header h1{font-size:1.5rem;margin-bottom:.5rem;margin-top:1rem;text-align:center}.scene-store-opening-hours header p{color:#8392a7;margin-bottom:1.25rem;text-align:center}.scene-store-opening-hours div.content{background-color:#fff;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);padding:.5rem 1rem}.checkout-scene header{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1rem}.checkout-scene .checkout-section{margin-bottom:1rem}.checkout-scene .order-summary{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);padding:1rem}.checkout-scene .order-summary .product-item{align-items:center;display:flex;flex-direction:row;padding:.5rem 0}.checkout-scene .order-summary .product-item .quantity{align-self:flex-start;margin-right:1.5rem}.checkout-scene .order-summary .product-item .items{border-bottom:1px solid #efefef;flex:1 1}.checkout-scene .order-summary .product-item .items .item-line{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.75rem}.checkout-scene .order-summary .product-item .items .item-line .old-price{text-decoration:line-through}.checkout-scene .order-summary .product-item .items .item-line .discount-price{margin-left:.5rem}.checkout-scene .order-summary .product-item .items .item-line.modifier{color:#8392a7;font-size:.85rem}.checkout-scene .order-summary .product-item .items .item-line:last-child{margin-bottom:0;padding-bottom:1rem}.checkout-scene .order-summary .product-item .items .modifier-group{color:#8392a7;flex:1 1}.checkout-scene .order-summary .product-item .remove-item{align-self:flex-start;display:flex;margin-right:1rem;margin-top:-.5rem;padding:.25rem}.checkout-scene .order-summary .product-item p.customer-notes{background:#efefef;border-radius:.25rem;color:#8392a7;font-size:.875rem;font-style:italic;line-height:1.15;margin-bottom:1rem;padding:.5rem}.checkout-scene .order-summary .products-subtotal{border-bottom:1px solid #efefef;padding:.5rem 0 1rem;text-align:right}.checkout-scene .order-summary .products-subtotal .label{color:#6b6b6b;margin-right:1.5rem;text-align:right}.checkout-scene .order-summary .charges-line{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;margin:1rem 0;padding-bottom:1rem}.checkout-scene .order-summary .charges-line .label{align-items:center;display:flex}.checkout-scene .order-summary .charges-line .label p{margin-right:.5rem}.checkout-scene .order-summary .tips{border-bottom:1px solid #efefef;margin:1rem 0}.checkout-scene .order-summary .tips .tip-details{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.checkout-scene .order-summary .tips .tip-details .label{align-items:center;display:flex}.checkout-scene .order-summary .tips .tip-details .kl-icon{color:#8392a7;margin-left:.5rem}.checkout-scene .order-summary .tips .tip-selector{background-color:#f7f7f7;border-radius:.25rem;display:flex;flex-direction:column;height:0;justify-content:center;overflow:hidden;padding:0 1rem;transition:height .15s ease-in-out}.checkout-scene .order-summary .tips .tip-selector.visible{height:7rem}.checkout-scene .order-summary .tips .tip-selector .options{margin-bottom:.5rem}.checkout-scene .order-summary .tips .tip-selector .input,.checkout-scene .order-summary .tips .tip-selector .options,.checkout-scene .order-summary .total{align-items:center;display:flex;justify-content:space-between}.checkout-scene .order-summary .total{color:#6b6b6b;font-weight:800;text-align:right}.checkout-scene .order-summary .total .label{margin-right:1.5rem;text-align:right}.checkout-scene .pickup-details{align-items:center;background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;justify-content:space-between;padding:1rem}.checkout-scene .pickup-details .pickup-info{color:#8392a7;font-size:.875rem;line-height:1.15rem;margin-top:.25rem}.checkout-scene .pickup-details .pickup-at{font-size:.875rem;margin-top:.5rem}.checkout-scene .coupon-code,.checkout-scene .payment-method{align-items:center;background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;justify-content:space-between;padding:1rem}.checkout-scene .payment-method .card-brand-icon{margin-right:1rem}.checkout-scene .payment-method .card-details{align-items:center;display:flex}.checkout-scene .payment-method .card-details .card-masked-number{font-size:1rem}.checkout-scene .room-charge-details{align-items:center;background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;justify-content:space-between;padding:1rem}.checkout-scene .room-charge-details .line{margin-bottom:.5rem}.checkout-scene .room-charge-details .line>.label{color:#b5beca;font-size:.875rem;margin-bottom:.25rem}.checkout-scene .room-charge-details .line>.value{margin-bottom:.5rem}.checkout-scene .location-details{align-items:center;background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;justify-content:space-between;padding:1rem}.checkout-scene .location-details .name{color:#8392a7;font-size:.875rem;margin-top:.5rem}.checkout-scene .order-information{align-items:center;background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;justify-content:space-between;padding:1rem}.checkout-scene .order-information .location-attribute{margin-bottom:.875rem}.checkout-scene .order-information .location-attribute-name{color:#8392a7;font-size:.875rem;margin-bottom:.25rem}.checkout-scene .taxes-and-fees-popover{color:#6b6b6b;font-size:1rem;padding:1rem}.checkout-scene .taxes-and-fees-popover li:first-child{margin-bottom:1rem!important}.MuiPopover-paper .surcharges-popover{color:#6b6b6b;font-size:1rem;line-height:1.5;padding:1rem}.checkout-scene .tips-popover{color:#6b6b6b;font-size:.9rem;line-height:1.2;padding:1rem}.checkout-scene .cta-container{display:flex;justify-content:center;margin-top:1rem}.terms-and-conditions{color:#8392a7;font-size:12px;font-weight:300;line-height:1.15;padding:0 1rem;text-align:center}.terms-and-conditions a{color:#8392a7}@media (max-width:960px){.checkout-scene .active-discount-expiration{align-items:center;background-color:#edf8ff;display:flex;font-size:.8rem;font-weight:700;height:45px;justify-content:center;padding:0 5px;width:100%}.checkout-scene .active-discount-expiration+*{padding-top:55px}.checkout-scene .active-discount-expiration{left:0;position:absolute;top:75px}.checkout-scene .cta-container{border-radius:0;bottom:0;font-size:1rem;height:50px;left:0;margin:0;position:fixed;width:100%}}.wallet-button{bottom:0;left:0;position:absolute;width:100%}.freedompay-wallet-button iframe{-webkit-overflow-scrolling:touch;background-color:transparent;min-width:100%;overflow:auto;width:100px;*width:100%}.checkout-success-scene .main-header{background-color:#def9fd;position:relative;text-align:center}.checkout-success-scene .main-header .icon{height:10rem}.checkout-success-scene .main-header .background{left:0;padding:.5rem;position:absolute;top:2rem;width:100%}.checkout-success-scene .main-header h1{color:#1cc1eb;font-size:1.5rem;font-weight:700;padding-bottom:3rem}.checkout-success-scene .order-more-button-container{display:flex;justify-content:center;margin-top:-1.5rem;position:relative}.checkout-success-scene .kl-spinner{margin-top:2rem}.checkout-success-scene section{margin-top:1rem}.checkout-success-scene section>header{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1rem}.checkout-success-scene section>header h2{color:#8392a7;font-weight:400}@media (max-width:960px){.checkout-success-scene .scene-content{margin:0;padding:0;width:100%}.checkout-success-scene .orders-list-title{margin:0;padding:8px}}.payment-methods-scene{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:3rem;padding-top:1rem}.payment-methods-scene .header-icon{margin:2rem 0}.payment-methods-scene .header-icon img{width:100%}.payment-methods-scene h5{margin-bottom:1rem;text-align:center;width:100%}.payment-methods-scene .add-payment-method{margin:1rem;width:100%}.payment-methods-scene .empty-message{color:#b5beca}.payment-methods-scene .cta-container{text-align:center}@media (max-width:960px){.payment-methods-scene .cta-container{border-radius:0;bottom:0;height:50px;left:0;margin:0;position:fixed;width:100%}}.scene.scene-terms-of-use{display:flex}.scene.scene-terms-of-use p{line-height:26px;margin:20px 0}.scene.scene-terms-of-use ol,.scene.scene-terms-of-use ul{list-style:disc;padding:revert}.scene.scene-terms-of-use ul li{line-height:normal;padding-top:10px}.scene.scene-privacy-policy li,.scene.scene-privacy-policy p{margin:12px 0}.sign-in-dialog{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 4rem}.sign-in-dialog header{margin-top:3rem;text-align:center}.sign-in-dialog header .icon{margin-bottom:2rem;overflow:hidden}.sign-in-dialog header h5{font-size:1.15rem;margin-bottom:.5rem}.sign-in-dialog header{margin-bottom:2rem}.sign-in-dialog header p{color:#8392a7;font-size:.875rem;text-align:center}.sign-in-dialog .code-sent-message{line-height:1.5;margin-bottom:.5rem;text-align:center;vertical-align:middle}.sign-in-dialog .code-sent-message .phone-number{align-items:center;color:#1cc1eb;cursor:pointer;display:inline-flex;font-weight:700;margin-left:.25rem}.sign-in-dialog .code-sent-message .phone-number .icon{margin-left:.25rem}.sign-in-dialog .code-not-received-message .action{color:#1cc1eb;cursor:pointer;display:inline-flex;font-weight:700;margin-left:.25rem}.sign-in-dialog .kl-input-group{margin-bottom:1rem;width:100%}.sign-in-dialog .verification-code-input{margin:0 auto}.sign-in-dialog .verification-code-input+.kl-input-helper{margin-top:.5rem;text-align:center}.sign-in-dialog .verification-code-input input{caret-color:#b5beca}.sign-in-dialog .verification-code-input input:focus{border-color:#1cc1eb}.sign-in-dialog .sign-in-cta{margin-top:1rem}@media (max-width:960px){.sign-in-dialog .sign-in-cta{border-radius:0;bottom:0;height:50px;left:0;margin:0;position:fixed;width:100%}}.grecaptcha-badge{visibility:hidden}.recaptcha-attribution-messsage{bottom:3rem;color:#8392a7;font-size:14px;font-weight:300;line-height:1.25;margin-bottom:1rem;margin-top:.75rem;padding:1rem;position:absolute;text-align:center}.recaptcha-attribution-messsage a{color:#8392a7}.product-dialog{color:#2d2d2d;padding:0 0 3rem}.product-dialog .kl-spinner{margin-top:2rem}.product-dialog .main-header{background-color:#fff;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);margin-bottom:1rem}.product-dialog .product-image{cursor:pointer;display:flex;height:12rem;overflow:hidden;width:100%}.product-dialog .product-image img{object-fit:cover;width:100%}.product-dialog section{margin-bottom:1rem}.product-dialog header{padding:.75rem 1rem}.product-dialog header h2{color:#6b6b6b;font-weight:400}.product-dialog header h2 .modifier-group-description{color:#8392a7;font-size:.875rem;font-weight:400;margin-top:.25rem}.product-dialog .product-name{align-items:center;color:#2d2d2d;display:flex;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.product-dialog .product-name .discount-name{color:#fa6;font-size:1rem;margin-left:1rem}.product-dialog .product-details{padding:1rem}.product-dialog .product-details .product-description{color:#8392a7;flex:1 1;font-size:.875rem;font-weight:400;line-height:1.15;margin-bottom:10px}.product-dialog .product-details .product-price{font-size:1rem;font-weight:700}.product-dialog .product-details .product-price .old-price{text-decoration:line-through}.product-dialog .product-details .product-price .price-with-discount{color:#fa6;margin-left:.5rem}.product-dialog .modifier-group-section{margin-top:10px}.product-dialog .modifier-group-section .modifier-group-description{color:#8392a7;font-size:1rem;padding:1rem}.product-dialog .modifier-group-section .modifier-group-error{font-size:14px;font-weight:400;margin-bottom:8px}.product-dialog .modifier-list{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;flex-direction:column;padding:1rem}.product-dialog .modifier-list-item{align-items:center;display:flex;padding:.5rem 0}.product-dialog .modifier-list-item:last-child{margin-bottom:0}.product-dialog .modifier-list-item>*{margin-right:5px}.product-dialog .modifier-list-item .modifier-label{align-items:flex-start;cursor:pointer;display:flex;flex:1 1;flex-direction:column}.product-dialog .modifier-list-item .modifier-label .modifier-details{align-items:center;display:flex;width:100%}.product-dialog .modifier-list-item .modifier-label .modifier-details .modifier-name{flex:1 1;font-size:1rem;font-weight:400;width:100%}.product-dialog .modifier-list-item .modifier-label .modifier-details .modifier-price{font-size:1rem}.product-dialog .modifier-list-item .modifier-label .modifier-details .modifier-price .old-price{text-decoration:line-through}.product-dialog .modifier-list-item .modifier-label .modifier-details .modifier-price .price-with-discount{color:#fa6;margin-left:.5rem}.product-dialog .modifier-list-item .modifier-label .modifier-description{color:#8392a7;font-size:12px;font-weight:400;margin-top:4px}.product-dialog .customer-notes{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:flex;flex-direction:column;padding:1rem}.product-dialog .customer-notes-label{display:block;margin-top:16px}.product-dialog .customer-notes-input{outline:none;width:100%}.product-dialog .add-products-section{align-items:center;background-color:#fff;display:flex;height:100%;padding:.5rem;width:100%}.product-dialog .add-products-section .product-count{align-items:center;display:flex;flex:1 1;justify-content:center}.product-dialog .add-products-section .product-count>*+*{margin-left:8px}.product-dialog .add-products-section .product-count .kl-icon{color:#1cc1eb;cursor:pointer}.product-dialog .add-products-section .product-count .quantity-input{padding:4px 5px;text-align:center;width:40%}.product-dialog .add-products-section .add-product-cta{flex:1 1}.product-dialog .age-verification{margin:20px 0 25px}.order-payment-method{border-radius:3px;overflow:hidden;width:50px}.order-payment-method img{mix-blend-mode:multiply;width:100%}.order-cancel-alert .confirmation-text{font-size:18px;margin-bottom:12px;text-align:center}.order-cancel-alert .order-store{align-items:center;box-shadow:0 2px 4px 0 rgba(192,204,219,.5);display:flex;padding:8px}.order-cancel-alert .order-store .store-image{border-radius:4px;margin-right:12px;overflow:hidden;width:50px}.order-cancel-alert .order-store .store-image img{height:100%;object-fit:contain;width:100%}.order-cancel-alert .order-store .order-number{font-weight:700;margin-left:auto}.order-cancel-alert .alert-cta{display:flex;justify-content:center;margin-top:20px}.order-status-timeline{display:grid;grid-template-columns:1fr 10% 1fr 10% 1fr 10% 1fr;padding:0 1rem}.order-status-timeline .order-status-step{align-items:center;display:flex;flex-direction:column}.order-status-timeline .order-status-step.active .step-icon{background-color:#11c89a}.order-status-timeline .order-status-step.active .step-name{color:#11c89a}.order-status-timeline .order-status-step .step-icon{align-items:center;background-color:#b5beca;border-radius:100%;display:flex;height:2rem;justify-content:center;margin-bottom:.5rem;padding:0;width:2rem}.order-status-timeline .order-status-step .step-name{color:#b5beca;font-size:.875rem;white-space:nowrap}.order-status-timeline .step-trail{border-bottom:1px dashed #8392a7;height:0;margin-top:1rem}.order-status-timeline .step-trail.active{border-color:#11c89a}@media (max-width:960px){.order-status-timeline .order-status-step{justify-content:flex-start}}.scene-qr-scanner .scene-error{text-align:center}.scene-qr-scanner .qr-scanner{border-radius:4px;height:250px;margin:10px auto;overflow:hidden;width:250px}.scene-qr-scanner .qr-scanner .view-finder{border:50px solid rgba(0,0,0,.3);box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.scene-qr-scanner .qr-scanner+*{margin-top:20px}.scene-qr-scanner .qr-detected+*{margin-top:10px}.timeframe-row{align-items:center;border-bottom:1px solid #efefef;display:flex;margin:0 5px;padding:1rem 0}.timeframe-row:last-child{border-bottom:none}:not(.timeframe-row)+.timeframe-row{border-top:1px solid #6b6b6b}.timeframe-row .column-day{font-weight:600;width:50%}.timeframe-row .column-timeframes{flex:1 1}.timeframe-row .column-timeframes p+p{margin-top:8px}.timeframe-row .column-timeframes .day-open{color:#11b98f}.timeframe-row .column-timeframes .day-closed{color:#ef5251}.pickup-details-dialog{padding:1rem 1rem 3rem}.pickup-details-dialog .pickup-details-icon{margin:2rem 0;text-align:center}.pickup-details-dialog .pickup-details-icon img{width:100%}.pickup-details-dialog h5{margin-bottom:1.5rem;text-align:center;width:100%}.pickup-details-dialog .pickup-asap-message{text-align:center}.pickup-details-dialog .pickup-asap-message h4{font-weight:700;margin-bottom:.5rem}.pickup-details-dialog .pickup-asap-message p{font-size:.75rem}.pickup-details-dialog .kl-input-group,.pickup-details-dialog .pickup-at-form{width:100%}.pickup-details-dialog .pickup-at-form .kl-input-group:last-child{margin-bottom:0}.pickup-details-dialog hr{border:none;border-top:1px solid #e6e6e6;margin:1.5rem 0;width:100%}.pickup-details-dialog .pickup-at-mode-selector{border:1px solid #d6d6d6;border-radius:.25rem;display:flex;flex-direction:row;margin-bottom:1rem;width:100%}.pickup-details-dialog .pickup-at-mode-selector label{color:#8392a7;display:block;flex:1 1;font-weight:800;padding:14px 1rem;text-align:center}.pickup-details-dialog .pickup-at-mode-selector label:first-child{border-bottom-left-radius:.25rem;border-right:1px solid #dedede;border-top-left-radius:.25rem}.pickup-details-dialog .pickup-at-mode-selector label:last-child{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.pickup-details-dialog .pickup-at-mode-selector label.checked{background-color:#fff;color:#1cc1eb;font-weight:800}.pickup-details-dialog .pickup-at-mode-selector input{margin:0}.pickup-details-dialog .pickup-at-mode-selector input[type=radio]{display:none}.age-verification-dialog{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 4rem}.age-verification-dialog .age-verifiication-icon{margin:2rem 0;text-align:center}.age-verification-dialog .age-verifiication-icon img{width:100%}.age-verification-dialog header{margin-bottom:4rem;margin-top:3rem;text-align:center}.age-verification-dialog header .icon{margin-bottom:2rem;overflow:hidden}.age-verification-dialog header h5{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.age-verification-dialog header p{color:#8392a7;font-size:1rem;line-height:1.25;text-align:center}.age-verification-dialog .age-verification-input{display:flex;line-height:1.25}.age-verification-dialog .age-verification-input__label{margin-left:1rem}.select-payment-method-dialog{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 4rem}.select-payment-method-dialog .header-icon{margin:2rem 0}.select-payment-method-dialog .header-icon img{width:100%}.select-payment-method-dialog h5{margin-bottom:1rem;text-align:center;width:100%}.select-payment-method-dialog button.add-payment-method,.select-payment-method-dialog button.room-charge{margin-top:.5rem;width:100%}@media (max-width:960px){.select-payment-method-dialog .cta{border-radius:0;bottom:0;height:50px;left:0;margin:0;position:fixed;width:100%}}.create-payment-method-dialog{padding:1rem 1rem 4rem}.create-payment-method-dialog header{margin-bottom:2rem;text-align:center}.create-payment-method-dialog header .icon{margin:2rem 0}.create-payment-method-dialog h5{margin-bottom:1rem;text-align:center;width:100%}@media (max-width:960px){.create-payment-method-dialog .cta{border-radius:0;bottom:0;font-size:1rem;height:50px;left:0;margin:0;position:fixed;width:100%}}.room-charge-details-dialog{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 4rem}.room-charge-details-dialog header{margin:2rem 0}.room-charge-details-dialog header h1{font-size:1.25rem;line-height:1.5;text-align:center}.room-charge-details-dialog .kl-input-group,.room-charge-details-dialog .room-charge-details-from{width:100%}.room-charge-details-dialog .room-charge-details-from .kl-input-group:last-child{margin-bottom:0}@media (max-width:960px){.room-charge-details-dialog .pickup-details-cta{border-radius:0;bottom:0;height:50px;left:0;margin:0;position:fixed;width:100%}}.payment-method-list{width:100%}.payment-method-list .payment-method-list-item{align-items:center;display:flex;justify-content:space-between;padding:1rem}.payment-method-list .payment-method-list-item .card-number{font-family:monospace!important;font-size:1rem}.freedompay-form .kl-input-label{margin-bottom:.5rem}.freedompay-form .kl-input-group{margin-bottom:.25rem;padding:0 .5rem}.product-image-dialog.kl-dialog{padding:0}.product-image-dialog .kl-dialog-body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.product-image-dialog .product-image-icon,.product-image-dialog .product-image-icon img{width:100%}.error-alert .error-alert-icon{color:#ef5251;display:flex;justify-content:center}.error-alert .error-alert-icon svg{height:36px;margin-bottom:12px;width:36px}.error-alert .error-alert-title{font-size:18px;margin-bottom:12px;text-align:center}.error-alert .error-alert-message{font-size:14px;text-align:center}.location-scene-placeholder{padding-bottom:2rem;padding-top:1rem}.location-scene-placeholder .category-list-placeholder{display:flex;flex-direction:row;margin-bottom:1rem;padding:0 1rem}.location-scene-placeholder .category-list-placeholder .category-link-placeholder{margin:0 1rem}.location-scene-placeholder .category-placeholder .category-title-placeholder{padding:1rem 1rem .5rem}.location-scene-placeholder .category-placeholder .product-list-placeholder{box-shadow:0 1px 4px 0 rgba(192,204,219,.5);margin-bottom:1rem}.location-scene-placeholder .category-placeholder .product-list-placeholder .product-placeholder{background-color:#fff;border-bottom:1px solid #efefef;border-radius:0;box-shadow:none;margin:0;padding:1rem;width:100%}@media (min-width:960px){.location-scene-placeholder{grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:270px 1fr;padding:1rem}.location-scene-placeholder .category-list-placeholder{flex-direction:column;margin-top:1rem}.location-scene-placeholder .category-list-placeholder .category-link-placeholder{margin-bottom:2rem}.location-scene-placeholder .category-placeholder .product-list-placeholder{grid-column-gap:1.5rem;grid-row-gap:1rem;box-shadow:none;-webkit-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));row-gap:1rem}.location-scene-placeholder .category-placeholder .product-list-placeholder .product-placeholder{border-radius:.25rem;box-shadow:0 2px 4px 0 rgba(192,204,219,.5)}}.checkout-scene-placeholder{padding-bottom:2rem;padding-top:1rem}.checkout-scene-placeholder section{margin-bottom:1rem}.checkout-scene-placeholder .section-title-placeholder{padding:.75rem 1rem}.checkout-scene-placeholder .placeholder-container{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);padding:1rem;width:100%}@media (min-width:960px){.checkout-scene-placeholder{margin:0 auto;max-width:560px}}.product-dialog-placeholder .category-list-placeholder{margin-bottom:1rem;padding:0 1rem}.product-dialog-placeholder .product-header-placeholder{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);margin-bottom:1rem}.product-dialog-placeholder .modifier-group-title-placeholder{padding:1rem 1rem .75rem}.product-dialog-placeholder .modifiers-placeholder{background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);margin-bottom:1rem;padding:2rem 1rem;width:100%}.button{align-items:center;border:1px solid #1cc1eb;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;display:flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:background-color 85ms linear;-webkit-user-select:none;user-select:none;vertical-align:middle}.button:disabled{cursor:default}.button--solid{color:#fff}.button--solid.button--primary{background-color:#1cc1eb;border-color:#1cc1eb}.button--solid.button--primary:active:enabled{background-color:#19aed4;border-color:#19aed4}.button--solid.button--primary:focus{background-color:#1cc1eb;border-color:#1cc1eb}.button--solid.button--primary:disabled{background-color:#8ee0f5;border-color:#8ee0f5}.button--solid.button--danger{background-color:#ef5251;border-color:#ef5251}.button--solid.button--danger:active:enabled{background-color:#d74a49;border-color:#d74a49}.button--solid.button--danger:focus{background-color:#ef5251;border-color:#ef5251}.button--solid.button--danger:disabled{background-color:#f7a9a8;border-color:#f7a9a8}.button--outlined{background-color:#fff}.button--outlined.button--primary{border-color:#1cc1eb;color:#1cc1eb}.button--outlined.button--primary:active:enabled{background-color:#ddf6fc}.button--outlined.button--primary:focus{background-color:#fff;border-color:#1cc1eb;color:#1cc1eb}.button--outlined.button--primary:disabled{border-color:#8ee0f5;color:#8ee0f5}.button--minimal{background-color:transparent;border:none}.button--minimal.button--primary{color:#1cc1eb}.button--minimal.button--primary:active:enabled{background-color:#ddf6fc}.button--minimal.button--primary:focus{color:#1cc1eb}.button--minimal.button--primary:disabled{color:#8ee0f5}.button--minimal.button--danger{color:#ef5251}.button--minimal.button--danger:active:enabled{background-color:#fde5e5}.button--minimal.button--danger:focus{color:#ef5251}.button--minimal.button--danger:disabled{color:#f7a9a8}.button--small{font-size:.875rem;padding:.25rem}.button--normal{font-size:1rem;padding:.375rem}.button--large{font-size:1.25rem;padding:.5rem}.button--gradient{background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))}.button--full-width{width:100%}.button--full-height{height:100%}.button--sharp{border-radius:0}.button--circle{border-radius:100%}.button__icon-left{align-items:center;display:flex}.button__text{margin:0 .5rem}.dialog.MuiDialog-paper{background-color:#fafbfe;border-radius:0;height:100%;margin:0;max-height:none;max-width:none;width:100%}.dialog__close{align-items:center;background-color:#fff;border-radius:100%;color:#2d2d2d;color:#8392a7;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;overflow:hidden;position:absolute;right:15px;top:15px;transition:background-color .1s linear;width:24px}.dialog__body{overflow-y:scroll}.dialog__footer{border-radius:0;bottom:0;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);height:50px;left:0;margin:0;position:absolute;width:100%}@media (min-width:960px){.dialog.MuiDialog-paper{background-color:#fafbfe!important;border-radius:4px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);margin:2rem;max-height:calc(100% - 4rem);width:40rem}}.non-ideal-state{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:1rem;position:absolute;text-align:center;top:0;width:100%}.non-ideal-state__title{color:#2d2d2d;font-size:1.5rem;font-weight:600;margin-top:1.25rem}.non-ideal-state__description{color:#8392a7;font-size:1rem;font-weight:400;line-height:1.15;margin-top:.5rem}.non-ideal-state__action{margin-top:1.25rem}.Toastify__toast-container{padding:1rem}.Toastify__toast{border-radius:.25rem;min-height:3rem}.Toastify__toast--success{background-color:#11c89a}.rating-stars{grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-columns:repeat(5,1fr)}.rating-star__icon{fill:#dadee5;cursor:pointer;text-align:center}.rating-star__icon--filled{fill:#ffb400}.order-list{grid-row-gap:.75rem;background-color:#fff;box-shadow:0 1px 4px 0 rgba(192,204,219,.5);display:grid;padding:.75rem;row-gap:.75rem}.order-list__divider{border-bottom:1px solid #efefef}.order-list-item{cursor:pointer;display:grid;grid-template-columns:4rem 2fr 1fr auto;grid-template-rows:4rem;place-items:center}.order-list-item__avatar{border-radius:.25rem;height:100%;object-fit:cover;width:100%}.order-list-item__primary-details{max-width:100%;overflow:hidden;padding-left:.75rem;place-self:center start;white-space:nowrap}.order-list-item__store-name{font-size:1.15rem;margin-bottom:.75rem;overflow:hidden;text-overflow:ellipsis}.order-list-item__created-at{color:#8392a7;font-size:.875rem}.order-list-item__secondary-details{place-self:center end;text-align:center}.order-list-item__status-badge-container{margin-bottom:.5rem}.order-list-item__total{font-size:.875rem}.order-list-item__chevron{color:#b5beca;padding:.5rem}.badge{display:inline-block;font-size:.75em;font-weight:400;padding:.35em .5em}.badge--transparent{background-color:transparent;color:#8392a7}.input-group{margin-bottom:1rem}.input-group__label{display:block;margin-bottom:.25rem}.input-group__helper-text{font-size:.75rem;margin-top:.25rem}.input-group--has-error .input-group__helper-text{color:#ef5251}b{font-weight:600}.active-category-link{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity));font-weight:700}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.PhoneInput .PhoneInputInput{--tw-border-opacity:1;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);background-color:transparent;border-bottom-right-radius:.375rem;border-color:rgb(209 213 219/var(--tw-border-opacity));border-top-right-radius:.375rem;border-width:1px 1px 1px 0;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:flex;font-size:.875rem;line-height:1.25rem;padding:.5rem .75rem;width:100%}.PhoneInput .PhoneInputInput::-webkit-input-placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.PhoneInput .PhoneInputInput::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.PhoneInput .PhoneInputInput:focus{outline:2px solid transparent;outline-offset:2px}.PhoneInput .PhoneInputInput:disabled{cursor:not-allowed;opacity:.5}.PhoneInput .PhoneInputCountry{--tw-border-opacity:1;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);background-color:transparent;border-bottom-left-radius:.375rem;border-color:rgb(209 213 219/var(--tw-border-opacity));border-top-left-radius:.375rem;border-width:1px 0 1px 1px;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);font-size:.875rem;line-height:1.25rem;margin-right:0;padding:.5rem .75rem}.PhoneInput .PhoneInputCountry::-webkit-input-placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.PhoneInput .PhoneInputCountry::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.PhoneInput .PhoneInputCountry:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity));outline:2px solid transparent;outline-offset:2px}.PhoneInput .PhoneInputCountry:disabled{cursor:not-allowed;opacity:.5}.PhoneInput.PhoneInput--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);--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity));border-radius:.375rem;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.PhoneInputInput.PhoneInputInput-focus{border-bottom-left-radius:0;border-style:none;border-top-left-radius:0;outline:2px solid transparent;outline-offset:2px}.vi__character--selected{position:relative}.vi__character--selected:empty:after{--tw-bg-opacity:1;-webkit-animation:blink 1s step-end infinite;animation:blink 1s step-end infinite;background-color:rgb(107 114 128/var(--tw-bg-opacity));content:"";display:block;height:16px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1px}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}}@keyframes blink{0%{opacity:1}50%{opacity:0}}.placeholder\:tw-text-gray-400::-webkit-input-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:tw-text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:tw-text-slate-400::-webkit-input-placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.placeholder\:tw-text-slate-400::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.first\:tw-ml-4:first-child{margin-left:1rem}.last\:tw-mr-4:last-child{margin-right:1rem}.last\:tw-border-b-0:last-child{border-bottom-width:0}.last\:tw-border-none:last-child{border-style:none}.last\:tw-pb-0:last-child{padding-bottom:0}.hover\:tw-border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.hover\:tw-bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:tw-bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.hover\:tw-bg-rose-400:hover{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity))}.hover\:tw-bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.hover\:tw-bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.hover\:tw-bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}.hover\:tw-bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.hover\:tw-bg-transparent:hover{background-color:transparent}.hover\:tw-bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.hover\:tw-text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:tw-underline:hover{text-decoration-line:underline}.hover\:tw-no-underline:hover{text-decoration-line:none}.hover\:tw-shadow:hover{--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);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:tw-border-rose-400:focus{--tw-border-opacity:1;border-color:rgb(251 113 133/var(--tw-border-opacity))}.focus\:tw-bg-slate-100:focus{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.focus\:tw-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:tw-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)}.focus\:tw-ring-0:focus,.focus\:tw-ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:tw-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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:tw-ring-inset:focus{--tw-ring-inset:inset}.focus\:tw-ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.focus\:tw-ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity))}.focus\:tw-ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.focus\:tw-ring-rose-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}.focus\:tw-ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.focus\:tw-ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity))}.focus\:tw-ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.focus\:tw-ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity))}.focus\:tw-ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.focus\:tw-ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:tw-ring-offset-2:focus{--tw-ring-offset-width:2px}.disabled\:tw-pointer-events-none:disabled{pointer-events:none}.disabled\:tw-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:tw-opacity-20:disabled{opacity:.2}.disabled\:tw-opacity-50:disabled{opacity:.5}.tw-group:hover .group-hover\:tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-peer:disabled~.peer-disabled\:tw-cursor-not-allowed{cursor:not-allowed}.tw-peer:disabled~.peer-disabled\:tw-opacity-70{opacity:.7}.data-\[disabled\]\:tw-pointer-events-none[data-disabled]{pointer-events:none}@-webkit-keyframes tw-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes tw-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:tw-animate-accordion-down[data-state=open]{-webkit-animation:tw-accordion-down .2s ease-out;animation:tw-accordion-down .2s ease-out}@-webkit-keyframes tw-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes tw-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:tw-animate-accordion-up[data-state=closed]{-webkit-animation:tw-accordion-up .2s ease-out;animation:tw-accordion-up .2s ease-out}.data-\[state\=checked\]\:tw-border-none[data-state=checked]{border-style:none}.data-\[state\=open\]\:tw-bg-blue-100[data-state=open]{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.data-\[state\=checked\]\:tw-bg-blue-500[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.data-\[state\=open\]\:tw-bg-slate-100[data-state=open]{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.data-\[state\=active\]\:tw-bg-white[data-state=active]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.data-\[state\=checked\]\:tw-stroke-white[data-state=checked]{stroke:#fff}.data-\[state\=checked\]\:tw-text-white[data-state=checked]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.data-\[state\=active\]\:tw-text-slate-900[data-state=active]{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.data-\[disabled\]\:tw-opacity-50[data-disabled]{opacity:.5}.data-\[state\=\'open\'\]\:tw-shadow-lg[data-state=open]{--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)}.data-\[state\=\'open\'\]\:tw-shadow-lg[data-state=open],.data-\[state\=active\]\:tw-shadow-sm[data-state=active]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:tw-shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.data-\[state\=closed\]\:tw-animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-name:exit;animation-name:exit}.data-\[state\=open\]\:tw-fade-in-50[data-state=open]{--tw-enter-opacity:0.5}.data-\[state\=open\]\:tw-fade-in[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:tw-fade-out[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=open\]\:tw-fade-in-90[data-state=open]{--tw-enter-opacity:0.9}.data-\[state\=open\]\:tw-slide-in-from-top-2[data-state=open]{--tw-enter-translate-y:-0.5rem}.data-\[state\=open\]\:tw-slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}.data-\[side\=right\]\:tw-slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=left\]\:tw-slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=bottom\]\:tw-slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=top\]\:tw-slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}@media (prefers-color-scheme:dark){.dark\:focus\:tw-ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity))}.dark\:focus\:tw-ring-offset-slate-900:focus{--tw-ring-offset-color:#0f172a}.dark\:data-\[state\=open\]\:tw-bg-slate-800[data-state=open]{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}}@media print{.print\:tw-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:640px){.sm\:tw-col-span-1{grid-column:span 1/span 1}.sm\:-tw-mt-16{margin-top:-4rem}.sm\:tw-flex{display:flex}.sm\:tw-h-32{height:8rem}.sm\:tw-max-h-\[95vh\]{max-height:95vh}.sm\:tw-w-32{width:8rem}.sm\:tw-max-w-lg{max-width:32rem}.sm\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:tw-items-end{align-items:flex-end}.sm\:tw-items-center{align-items:center}.sm\:tw-justify-end{justify-content:flex-end}.sm\:tw-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.sm\:tw-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:tw-rounded-lg{border-radius:.5rem}.sm\:tw-rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sm\:tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:tw-text-base{font-size:1rem;line-height:1.5rem}.sm\:tw-text-sm{font-size:.875rem;line-height:1.25rem}.sm\:tw-text-xs{font-size:.75rem;line-height:1rem}.sm\:tw-text-2xl{font-size:1.5rem;line-height:2rem}.sm\:tw-leading-6{line-height:1.5rem}.sm\:tw-zoom-in-90{--tw-enter-scale:.9}.data-\[state\=open\]\:sm\:tw-slide-in-from-bottom-0[data-state=open]{--tw-enter-translate-y:0px}}@media (min-width:768px){.md\:tw-relative{position:relative}.md\:tw-sticky{position:-webkit-sticky;position:sticky}.md\:tw-order-1{order:1}.md\:tw-order-2{order:2}.md\:tw-m-0{margin:0}.md\:tw-mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:tw-flex{display:flex}.md\:tw-max-h-\[700px\]{max-height:700px}.md\:tw-w-\[450px\]{width:450px}.md\:tw-flex-1{flex:1 1}.md\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:tw-flex-row{flex-direction:row}.md\:tw-justify-between{justify-content:space-between}.md\:tw-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.md\:tw-overflow-hidden{overflow:hidden}.md\:tw-overflow-y-auto{overflow-y:auto}.md\:tw-border-l{border-left-width:1px}.md\:tw-px-0{padding-left:0;padding-right:0}.md\:tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:tw-pb-6{padding-bottom:1.5rem}.md\:tw-text-2xl{font-size:1.5rem;line-height:2rem}.md\:tw-text-lg{font-size:1.125rem;line-height:1.75rem}.md\:first\:tw-ml-0:first-child{margin-left:0}.md\:last\:tw-mr-0:last-child{margin-right:0}}@media (min-width:1024px){.lg\:tw-mx-0{margin-left:0;margin-right:0}.lg\:tw-block{display:block}.lg\:tw-hidden{display:none}.lg\:tw-max-w-none{max-width:none}.lg\:tw-max-w-\[500px\]{max-width:500px}.lg\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:tw-px-0{padding-left:0;padding-right:0}.lg\:tw-text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:tw-text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\[data-state\=open\]\>svg\]\:tw-rotate-90[data-state=open]>svg{--tw-rotate:90deg;-webkit-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));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))}
/*# sourceMappingURL=main.bd41b24c.css.map*/