#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}.progress-bar{background-color:#fff;height:2rem;padding:5px;max-width:350px;text-align:left;border-radius:1.2rem}.progress-bar span{display:inline-block;height:100%;background-color:#777;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5);transition:width .4s ease-in-out;border-radius:1rem}.blue span{background-color:#34c2e3}.orange span{background-color:#ffb100;background-image:linear-gradient(180deg,#fecf23,#fd9215)}.green span{background-color:#a5df41;background-image:linear-gradient(180deg,#a5df41,#4ca916)}.stripes span{background-size:30px 30px;background-image:linear-gradient(135deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite}@-webkit-keyframes animate-stripes{0%{background-position:0 0}to{background-position:60px 0}}.shine span{position:relative}.shine span:after{content:"";opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:3px;-webkit-animation:animate-shine 2s ease-out infinite;-moz-animation:animate-shine 2s ease-out infinite}@-webkit-keyframes animate-shine{0%{opacity:0;width:0}50%{opacity:.5}to{opacity:0;width:95%}}.glow span{box-shadow:inset 0 5px 5px hsla(0,0%,100%,.7),inset 0 -5px 5px hsla(0,0%,100%,.7);-webkit-animation:animate-glow 1s ease-out infinite;-moz-animation:animate-glow 1s ease-out infinite}@-webkit-keyframes animate-glow{0%{-webkit-box-shadow:0 5px 5px hsla(0,0%,100%,.7) inset,0 -5px 5px hsla(0,0%,100%,.7) inset}50%{-webkit-box-shadow:0 5px 5px hsla(0,0%,100%,.3) inset,0 -5px 5px hsla(0,0%,100%,.3) inset}to{-webkit-box-shadow:0 5px 5px hsla(0,0%,100%,.7) inset,0 -5px 5px hsla(0,0%,100%,.7) inset}}@supports (-webkit-appearance:none) or (-moz-appearance:none){input[type=checkbox],input[type=radio]{--active:#275efe;--active-inner:#fff;--focus:2px rgba(39,94,254,0.3);--border:#bbc1e1;--border-hover:#275efe;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}input[type=checkbox]:disabled,input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}input[type=checkbox]:not(.switchv1),input[type=radio]:not(.switchv1){width:21px}input[type=checkbox]:not(.switchv1):after,input[type=radio]:not(.switchv1):after{opacity:var(--o,0)}input[type=checkbox]:not(.switchv1):checked,input[type=radio]:not(.switchv1):checked{--o:1}input[type=checkbox]+label,input[type=radio]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}input[type=checkbox]:not(.switchv1){border-radius:3px}input[type=checkbox]:not(.switchv1):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg))}input[type=checkbox]:not(.switchv1):checked{--r:43deg}input[type=checkbox].switchv1{width:38px;border-radius:11px}input[type=checkbox].switchv1:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0))}input[type=checkbox].switchv1:checked{--ab:var(--active-inner);--x:17px}input[type=checkbox].switchv1:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7))}input[type=radio]:checked{--s:0.5}}
 
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family: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}*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.bg-gray-200{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.bg-gray-600{--bg-opacity:1;background-color:#718096;background-color:rgba(113,128,150,var(--bg-opacity))}.bg-red-300{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.bg-red-500{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.bg-orange-200{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.bg-orange-300{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.bg-green-200{--bg-opacity:1;background-color:#c6f6d5;background-color:rgba(198,246,213,var(--bg-opacity))}.bg-green-300{--bg-opacity:1;background-color:#9ae6b4;background-color:rgba(154,230,180,var(--bg-opacity))}.bg-green-500{--bg-opacity:1;background-color:#48bb78;background-color:rgba(72,187,120,var(--bg-opacity))}.bg-blue-300{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.bg-blue-400{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.bg-blue-500{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.bg-blue-600{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.hover\:bg-gray-400:hover{--bg-opacity:1;background-color:#cbd5e0;background-color:rgba(203,213,224,var(--bg-opacity))}.hover\:bg-green-400:hover{--bg-opacity:1;background-color:#68d391;background-color:rgba(104,211,145,var(--bg-opacity))}.hover\:bg-blue-100:hover{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.hover\:bg-blue-300:hover{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.hover\:bg-blue-400:hover{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.focus\:bg-green-300:focus{--bg-opacity:1;background-color:#9ae6b4;background-color:rgba(154,230,180,var(--bg-opacity))}.focus\:bg-blue-300:focus{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.border-gray-100{--border-opacity:1;border-color:#f7fafc;border-color:rgba(247,250,252,var(--border-opacity))}.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}.border-gray-300{--border-opacity:1;border-color:#e2e8f0;border-color:rgba(226,232,240,var(--border-opacity))}.rounded-none{border-radius:0}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.border-solid{border-style:solid}.border-0{border-width:0}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.self-center{align-self:center}.justify-center{justify-content:center}.content-center{align-content:center}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-shrink-0{flex-shrink:0}.float-right{float:right}.float-left{float:left}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.m-1{margin:.25rem}.mx-0{margin-left:0;margin-right:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-auto{margin-top:auto;margin-bottom:auto}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-8{margin-left:2rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-0{padding-top:0}.pr-0{padding-right:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-5{padding-top:1.25rem}.absolute{position:absolute}.relative{position:relative}.resize{resize:both}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-red-500{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.text-red-600{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.text-orange-500{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.text-orange-600{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.text-green-500{--text-opacity:1;color:#48bb78;color:rgba(72,187,120,var(--text-opacity))}.text-green-600{--text-opacity:1;color:#38a169;color:rgba(56,161,105,var(--text-opacity))}.text-blue-500{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.text-blue-700{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.align-top{vertical-align:top}.visible{visibility:visible}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-full{width:100%}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}a{color:#007aff}body{color:#6d6d72}button:focus,input:focus,select:focus,textarea:focus{outline:none}html{--scrollbarBG:#fbfbfb;--thumbBG:#90a4ae}div.cart>div.content::-webkit-scrollbar,div.main>nav::-webkit-scrollbar{width:11px}div.cart>div.content,div.main>nav{scrollbar-width:thin;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}div.cart>div.content::-webkit-scrollbar-track,div.main>nav::-webkit-scrollbar-track{background:var(--scrollbarBG)}div.cart>div.content::-webkit-scrollbar-thumb,div.main>nav::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:6px;border:3px solid var(--scrollbarBG);background-clip:padding-box}.bg-pattern{background:#efeff4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAV1BMVEXv7/XExMjJyc3s7PHq6u/Ly8/o6O3k5OnGxsrg4OXV1drm5uvZ2d7X19zu7vPi4ubBwcW/v8Pd3eLNzdHb2+C8vMDT09fR0dXPz9O5ub2zs7e2trqpqa2VaLWtAAAECUlEQVRYw+1X2XabMBDVjPbN2gXY+f/vrJw0wU5sJ7X61NM5NggEl9m4V5B5Y2sCT/6KWUTJ81+B0rAwpiSZt4OJ9UBEZPNQokAYO5kO01BScTES5hVMx1ejoeTgoSCfhKIdztWrSpJuJlOFr8U7oCOE109zUgdp6c9bYQ1VEMK4JgTCVcMVeDM04Qd4Bx+9RcCRruHTIdnLgiSepbVS144prd/BsfXkiAQD4zqnrABBdlPL4SOlQvOE4SHWkgoK4sCdXeyqANsf405OXOVuieZR9wWoC4r3eHVU9ONOSDFurTjJPs7p6B9mXuUO+v3I7FHpzVIbX3h82XBxQbydTOJxGX2F/ju0YvaIQPket9CPyZxeGqi12gMD97gnsGuu/CsaXlwqt3Q6HlNTMaTW/csRWuPNfNOrC1bHwVjGMF80F2ihh2fteEqp8AQSU9kU+6bHMnBXS8QSL6rOoJJhVHoO7fSStjVJIpL7lpw9qtU5ftWqPX4U2Ga/puNRraXlH1C97hjbVQSUQ6a781QEvyX9M35jQspr/jBR+csmkC1PqImBpkwQjFLKRE3rFOsy6TElQOQYk6fzsiK088bd5gka6j4xye6ABaFOKw7TelWBUaaVmQTLiMjtW42UnpT5Kj7oyCUvJjKF9bICFePzrgn45IhT9uk2hs+Mwd3TAg2flWR9Xqf95+VV8U9jUROvwKQKE8uQSxZmeajpBBbP+3hVnpIZLL3r7OTalKEmlLJXlvCcTGO5nDmThBY/u24LZPWOWyQC7DwW92bxK9FA5sy+Yi0ONVnNNJYmXletBAU5iUUX7MZpGUhARmbBtCnIh0X/Z0q0oMLiJf0qetpl+geZWQAWl73BxPWcbjkomRGilSXMQKcTUAYy5UP9ZRHjUM7wgQM7NvmMSmigxKr6PK+H34NzmFsYuPhslMtCGB8IDPrYVDY2UTxPBgLyCDDLN4k1NNm7uWWMPgiRy3OiCB3XiDLGHuQdv2jmEAFUl4e7WMyNe1cc47M0U8u3m29fiKmYnGtXrYh7AhFaIKSa88HAq/y43WKr3Bbx5g+VKuXbLYHv36JU1oUjYnTpK8XIZi7lrmE39fcT94hZOxXv/MIhYln6qlTnrXzBKopeBVxQQSvSKCB7EAa2CGrAmL6sCFCKMvyLXyLWTxU9q8p2AnMk+wxXniN//42/EQbElxBvrZhYK5TEC6zeAEAhAkR4/fiTeINFRcxfqibMcWvxRPbgJTiZvfdOS8Zs8BgNu7Wy49cu5VWlVIV05nqNxk3WIbteUCl0t+k4tGWfEB4SGn3jFZB+RTVQSnf6/puoYypOh5D9Ag26vUvsbBj9hh1Y5bFtWwM0ckpK9k44kP/2j5m1fw1Kb50M+wVBbjDFRFjqugAAAABJRU5ErkJggg==)}.bg-content{background-color:#f7f8f9}div.restaurant h1{font-weight:600;font-size:2rem}div.restaurant img.logo{width:10rem;margin:1.3rem auto 1.3rem auto}div.top-cart-button{padding:.4rem .7rem;border-radius:9999px;color:#fff;background-color:rgba(0,0,0,.4);position:fixed;top:.5rem;right:.5rem;text-align:right;cursor:pointer}div.main>nav#menu{width:100%}@media only screen and (min-width:900px){div.main>nav#menu{height:100%;width:22%;position:absolute;overflow-y:auto;border-right:1px solid #e2e8f0}div.main>div.content-wrapper{margin-left:22%}div.restaurant img.logo{width:80%;margin:1.3rem auto 1.3rem auto}div.top-cart-button{display:none}}ul.categories-list{background-color:#fdfdfd;border-top:1px solid #dfdfdf}ul.categories-list:hover{background-color:#ececec}ul.categories-list li a{padding:.9rem 2rem;cursor:pointer;text-align:left;font-size:1.1rem}ul.categories-list li ul{display:none}ul.items-list li{cursor:pointer;font-size:1rem}div.item{margin:0;border-radius:.8rem;background-color:#fbfbfb;width:100%}@media only screen and (min-width:900px){div.item{margin:2rem 1rem 5rem 2rem;width:70%;display:block;flex:1 1 0%}}div.item>div.header-container{border-radius:.8rem .8rem 0 0}div.item div.header{background-position:50%;background-size:cover;border-radius:.8rem .8rem 0 0}div.item div.header>div.label{padding:.8rem 1.5rem;background-color:rgba(0,0,0,.35);color:#fff;border-radius:.8rem .8rem 0 0}div.item div.header>div.label>h2{text-align:left;font-size:1.5rem;font-weight:600}div.item>div.footer-container{border-radius:0 0 .8rem .8rem}div.item div.footer>div{padding:1rem;background-color:rgba(0,0,0,.15);border-radius:0 0 .8rem .8rem}div.item>div.configuration{margin:1rem;text-align:left}@media only screen and (min-width:900px){div.item>div.configuration{margin:2rem}}div.item>div.configuration h4{background-color:#f5f5f5}div.item>div.configuration ul.list{background-color:#fff}div.item>div.configuration ul.list li{border-bottom:1px solid #f5f5f5;cursor:pointer;color:#6d6d72}div.item>div.configuration ul.list li:hover{background-color:#f5f5f5}div.item>div.configuration ul.list li label{cursor:pointer}.close-item{padding:.7rem;border-radius:9999px;color:#fff;background-color:rgba(0,0,0,.4);position:fixed;top:.5rem;right:.5rem;cursor:pointer}@media only screen and (min-width:900px){.close-item{display:none}}div.cart{display:none;position:absolute;height:100%}div.cart>div.content{padding:1rem;background-color:#fbfbfb;position:fixed;height:100%;width:100%;overflow-y:auto}li.menu-line>div{min-width:0}@media only screen and (min-width:900px){div.cart{margin-top:2rem;display:block;float:right;right:20rem;position:relative}.cart-button{display:none}div.cart>div#cart-backdrop{position:fixed;background:rgba(0,0,0,.7);width:100%;height:100%;top:0;left:0;z-index:2;cursor:w-resize}div.cart>div.content{border-radius:1rem;width:18rem;max-height:80%;position:fixed;z-index:3;height:unset}div.cart>div.content.halo{box-shadow:0 0 40px 0 #fff,0 0 7px 2px #000}@-moz-document url-prefix(){div.cart>div.content>div{padding-bottom:1rem}}div.cart-space{min-width:20rem}div.back-to-menu-button{display:none}}@media only screen and (min-width:900px){div.page-item{height:100%;width:78%;overflow-y:auto;position:absolute}}div.actions{position:fixed;width:100%;bottom:0;z-index:2;border-top:1px solid #e6e6e6}ul.set-items li{margin-left:1.2rem;list-style-type:circle;font-size:.8rem}div.pickup-time-selector select{padding:.5rem;padding-right:1.5rem;width:100%;background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.1)),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+) no-repeat 98% 50%;border:2px solid #e4e4e4;border-radius:.5rem;-moz-appearance:none;appearance:none;-webkit-appearance:none!important;cursor:pointer}ul.segmented{border:1px solid #4299e1;border-radius:.4rem;display:flex}ul.segmented li{line-height:normal;color:#4299e1;padding:.4rem .6rem;border-right:1px solid #4299e1;cursor:pointer;display:flex;justify-content:center;background-color:#fff}ul.segmented li>div{margin-top:auto;margin-bottom:auto}ul.segmented li:first-child{border-top-left-radius:.4rem;border-bottom-left-radius:.4rem}ul.segmented li:last-child{border-right:0;border-top-right-radius:.4rem;border-bottom-right-radius:.4rem}ul.segmented li.selected{background-color:#4299e1;color:#fff}ul.segmented li.value{display:flex;padding:0;color:#000;flex:1 1 0%}ul.segmented li.value input{width:100%;padding:.15rem}ul.segmented li.disabled{background-color:transparent;cursor:default;font-style:italic;text-decoration:line-through}input[type=checkbox].switch{height:0;width:0;display:none}label.switch{cursor:pointer;text-indent:-9999px;width:48px;height:27px;background:grey;display:block;border-radius:100px;position:relative;margin-top:-1.5rem}label.switch:after{content:"";position:absolute;top:3px;left:2px;width:20px;height:20px;background:#fff;border-radius:20px;transition:.3s}input.switch:checked+label{background:#4299e1}input.switch:checked+label:after{left:calc(100% - 2px);transform:translateX(-100%)}label.switch:active:after{width:40px}div.loader-container{display:none;position:fixed;text-align:center;transform:translateX(-50%);background-color:rgba(0,0,0,.7);height:100%;left:50%;width:100%;z-index:2;margin-top:-1rem}@media only screen and (min-width:900px){div.loader-container{position:absolute}}.circle-loader{top:50%;border:2px solid rgba(0,0,0,.2);border-left-color:#5cb85c;-webkit-animation:loader-spin 1.2s linear infinite;animation:loader-spin 1.2s linear infinite;position:relative;display:inline-block;border-radius:50%;width:7em;height:7em;margin-top:-25%}.load-complete{-webkit-animation:none;animation:none;border-color:#5cb85c;transition:border .5s ease-out}.checkmark{display:none}.checkmark.draw:after{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-name:checkmark;animation-name:checkmark;transform:scaleX(-1) rotate(135deg)}.checkmark:after{opacity:1;height:3.5em;width:1.75em;transform-origin:left top;border-right:3px solid #5cb85c;border-top:3px solid #5cb85c;content:"";left:1.75em;top:3.5em;position:absolute}#card-errors{color:#f56565}div.page-order{border:1px solid #000;background:rgba(0,0,0,.8);position:absolute;width:100%;height:100%;z-index:3;overflow-y:auto}div.page-order>div.close-button{position:absolute;right:1rem;top:1rem;cursor:pointer}div.page-order>div.order{padding:1rem;padding-top:2rem;max-width:400px;margin-left:auto;margin-right:auto}.bubble{background-color:#f7fafc;color:#4a5568}.bubble:before{content:"";position:absolute;left:50%;width:0;height:0;border:20px solid transparent;border-bottom-color:#f7fafc;border-top:0;margin-left:-20px;margin-top:-20px}div#home{display:none}@media only screen and (min-width:900px){div#home{display:block}}div.page-home{position:absolute;background-size:cover;height:100%;width:100%;overflow-y:auto}@media only screen and (min-width:900px){div.page-home{width:78%}}div.page-home div.content{background-color:rgba(0,0,0,.4);position:relative;padding:2rem;min-height:100%;width:100%}div.page-home div.content h1{font-size:3rem;line-height:3rem}div.page-home div.content h1,div.page-home div.content h2{color:#fff;font-weight:600;margin-top:1rem;margin-bottom:1rem}div.page-home div.content h2{font-size:1.8rem;line-height:1.8rem}div.page-home div.content div.description{margin:2rem 0 2rem 0;color:#fff;font-weight:600;font-size:1.5rem;line-height:1.5rem;font-style:italic}.schedule-block{max-width:400px;background-color:#fff;margin:0 auto;border-radius:.5rem;padding:1rem}@media only screen and (min-width:900px){li.btn-info{display:none}}.main-btn{cursor:pointer;display:flex;padding:.3rem .6rem;border-radius:9999px;background-color:rgba(9,31,103,.4);color:#fff}@media only screen and (min-width:900px){ul#menu-selector{overflow-x:auto}}ul#menu-selector li{margin-right:.4rem;font-size:.875rem}ul#menu-selector li:last-child{margin-right:0}ul#menu-selector>li>div.selected{background-color:#4a5568;color:#fff}div#promo.desktop-bottom{position:absolute;width:100%;bottom:0}.pacman{background-image:url(../img/pacman.3cf950de.gif);width:50px;height:50px;margin-top:-80px;margin-left:-20px}.pacman,.splash{position:absolute;top:50%;left:50%}.splash{background-image:url(data:image/png;base64,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);width:96px;height:23px;margin-top:-20px;margin-left:-3rem}.preview-wall{position:fixed;background-color:rgba(0,0,0,.8);color:#fff;width:100%;height:100%;z-index:4}.preview-wall>div{height:100%}.preview-wall input{font-weight:1rem;padding:.5rem;width:80%;max-width:300px;border-radius:6px;color:#000;text-transform:uppercase;text-align:center}.preview{position:fixed;padding:1.5rem;text-align:center;background-color:#fefcbf;bottom:0;width:100%;z-index:4}.preview.minimized{position:fixed;padding:.3rem .5rem;width:100px;border-radius:9999px;left:50%;margin-left:-50px;top:.5rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid #dedca9}@media only screen and (min-width:900px){.preview.minimized{width:300px}}@media (min-width:640px){.sm\:container{width:100%;max-width:640px}@media (min-width:768px){.sm\:container{max-width:768px}}@media (min-width:1024px){.sm\:container{max-width:1024px}}@media (min-width:1280px){.sm\:container{max-width:1280px}}}@media (min-width:768px){.md\:container{width:100%}@media (min-width:640px){.md\:container{max-width:640px}}@media (min-width:768px){.md\:container{max-width:768px}}@media (min-width:1024px){.md\:container{max-width:1024px}}@media (min-width:1280px){.md\:container{max-width:1280px}}}@media (min-width:1024px){.lg\:container{width:100%}@media (min-width:640px){.lg\:container{max-width:640px}}@media (min-width:768px){.lg\:container{max-width:768px}}@media (min-width:1024px){.lg\:container{max-width:1024px}}@media (min-width:1280px){.lg\:container{max-width:1280px}}}@media (min-width:1280px){.xl\:container{width:100%}@media (min-width:640px){.xl\:container{max-width:640px}}@media (min-width:768px){.xl\:container{max-width:768px}}@media (min-width:1024px){.xl\:container{max-width:1024px}}@media (min-width:1280px){.xl\:container{max-width:1280px}}}