html input[type=text],html input[type=email],html input[type=password],html input[type=tel],html select,html textarea{background:none;padding:.5rem 1.2rem;display:block;flex:1 1}html input[type=text]:focus,html input[type=email]:focus,html input[type=password]:focus,html input[type=tel]:focus,html select:focus,html textarea:focus{outline:none}html input[type=text]:focus+.field-border:after,html input[type=email]:focus+.field-border:after,html input[type=password]:focus+.field-border:after,html input[type=tel]:focus+.field-border:after,html select:focus+.field-border:after,html textarea:focus+.field-border:after{box-shadow:0 0 0 2px #458fff}html input[type=text],html input[type=email],html input[type=password],html input[type=tel],html select,html textarea{display:block;width:100%;position:relative;z-index:10;border:1px solid rgba(0,0,0,0);margin:1px;border-radius:4px}select{-webkit-appearance:none;appearance:none}select~.field-suffix{margin-left:-1.85rem}input[type=radio]{width:0;height:0;-webkit-appearance:none;appearance:none}input[type=radio]+.radio-checked,input[type=radio]+.radio-unchecked{border:2px solid var(--formFieldBorder);border-radius:100%;width:1.9rem;height:1.9rem;display:inline-flex;box-sizing:border-box;justify-content:center;transition:border-color 1s}input[type=radio]:checked+.radio-checked{border-color:var(--interactive)}input[type=radio]:checked+.radio-checked span{align-self:center;background-color:var(--interactive);display:inline-block;border-radius:100%;width:1.1rem;height:1.1rem}input[type=checkbox]{width:0;height:0;-webkit-appearance:none;appearance:none}input[type=checkbox]+.checkbox-checked,input[type=checkbox]+.checkbox-unchecked{border:2px solid var(--formFieldBorder);border-radius:4px;width:1.8rem;height:1.8rem;display:inline-flex;box-sizing:border-box;justify-content:center;-webkit-transition:background-color 1000ms ease-in;-ms-transition:background-color 1000ms ease-in;transition:background-color 1000ms ease-in}input[type=checkbox]:checked+.checkbox-checked{border:0;background-color:var(--interactive)}input[type=checkbox]:checked+.checkbox-checked svg{fill:#fff;color:#fff}.radio-field>div{padding:.15rem 0}.field-wrapper{background-color:#fff;position:relative}.field-wrapper label{cursor:pointer}.field-wrapper.radio-field{background-color:rgba(0,0,0,0)}.field-wrapper .field-border{border-top-color:var(--formFieldBorderShadow);border-radius:4px;position:absolute;z-index:9;top:0;left:0;right:0;bottom:0}.field-wrapper .field-border:after{transition:box-shadow .1s;position:absolute;z-index:9;top:-2px;left:-2px;right:-2px;bottom:-2px;content:"";border-radius:4px}.field-instruction{color:var(--textSubdued)}.form-field-container{margin-top:2rem}.form-field-container:first-child{margin-top:0}.form-field-container label{margin-bottom:.3rem;display:inline-flex;align-items:center}.field-error{margin-top:.25rem}.field-error svg{width:22px;height:22px;fill:var(--critical);color:var(--critical);align-self:center;margin-right:.4rem}.field-error span{align-self:center;line-height:1}.form-field-container.has-error .field-border{border-color:var(--critical);background-color:#fff4f4}.field-prefix,.field-suffix{position:relative;z-index:10;padding:0 1.25rem;align-self:center;display:inline-flex}.dropdown .field-prefix,.dropdown .field-suffix{position:absolute;top:0;bottom:0;align-self:center;align-items:center;display:inline-flex}.dropdown .field-prefix{left:0;padding-left:0 0 0 1rem}.dropdown .field-suffix{right:0;padding-right:0 1rem 0 0}.form-control[disabled]+.field-border,input[readonly]+.field-border{background-color:#e2e2e2;cursor:not-allowed}.form-control[disabled]+.field-border:after,input[readonly]+.field-border:after{box-shadow:none}
.search-box{align-self:center;position:relative}.search-box .field-wrapper{background-color:#f1f2f3}.search-box .field-prefix{padding-left:.85rem}.search-box .field-suffix{padding-left:1.2rem;padding-right:.85rem}.search-box .search-input-desktop{width:35rem}.search-box .search-input-desktop .field-wrapper{background-color:#1a1a1a;border-radius:9999px;padding-right:1rem;transition:border-color .2s}.search-box .search-input-desktop .field-wrapper:focus-within{border-color:#555}.search-box .search-input-desktop input{color:#fff;background:rgba(0,0,0,0)}.search-box .search-input-desktop input::placeholder{color:#fff;font-size:1.4rem}.search-box .search-input-desktop .field-prefix{color:#fff}.search-box .search-input-container{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;background-color:#0c0c0c;width:100%;padding:2rem;display:flex;flex-direction:column}.search-box .search-input-container .overlay-header{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:10rem}.search-box .search-input-container .overlay-header .close-icon{position:absolute;top:5.5rem;left:1rem;color:#fff}.search-box .search-input-container .overlay-header .overlay-logo{margin-top:2rem}.search-box .search-input-container .search-input-form{margin-bottom:5rem;width:100%}.search-box .search-input-container .search-input-form .search-field-row{border:2px solid #fff;border-radius:9999px;background:rgba(0,0,0,0)}.search-box .search-input-container .search-input-form .search-field-row input{background:rgba(0,0,0,0);border:none;color:#fff;width:100%;font-size:1.6rem;padding:.5rem}.search-box .search-input-container .search-input-form .search-field-row input:focus{outline:none}.search-box .search-input-container .search-input-form .search-field-row input::placeholder{color:hsla(0,0%,100%,.5)}.search-box .search-input-container .search-input-form .search-btn-mobile{background-color:#dfac40;color:#000;padding:1.2rem 3.5rem;border-radius:2rem;font-size:1.8rem;font-weight:bold;white-space:nowrap;height:min-content}
.mini-cart-icon{display:flex;align-items:center;justify-content:center;background-color:#dfac40;border-radius:.5647rem;padding:8px;position:relative;width:45px;height:45px;color:#000}.mini-cart-icon svg{width:24px;height:24px}.mini-cart-icon span{position:absolute;top:66%;left:-13%;background-color:#000;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:bold;margin-top:4px}
.loader-spin{width:48px;height:48px;border:5px solid #fff;border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.category-list{color:#fff;font-size:1.8rem;font-family:"Tajawal",sans-serif;font-style:normal;font-weight:500;line-height:normal;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3.3rem;width:100%;padding:0 2rem;white-space:nowrap}@media(max-width: 1023px){.category-list{overflow-x:auto}}@media(min-width: 1024px){.category-list{overflow:visible;flex-wrap:wrap;max-width:100%}}.category-list{scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.menu-title{color:#fff;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.category-item{color:#707070;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.category-item:hover{color:#fff}.category-item:active{color:#fff}.col{width:6px;height:31px;background:#000}
.product-card{width:26.2rem;height:37.6rem;background:#000;border:.346px solid #252525;border-radius:1.7294rem;font-family:"Tajawal",sans-serif !important}.product-category{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:1.2rem !important;font-style:normal;font-weight:400;line-height:normal}.product-title{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:1.5564rem !important;font-style:normal;font-weight:700;line-height:normal}.product-description-card{color:#bebebe;font-family:"Tajawal",sans-serif !important;font-size:1.38rem !important;font-style:normal;font-weight:400;line-height:17;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3.4em;line-height:1.2em;word-break:break-word;overflow-wrap:break-word}.product-price{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:2.8rem;font-style:normal;font-weight:600;line-height:normal}.product-currency{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.add-to-cart-desktop{display:flex;width:36.857px;height:36.857px;padding:6.143px;justify-content:center;align-items:center;gap:8.19px;flex-shrink:0;border-radius:18.429px;background:#252525}.add-to-cart-desktop:disabled{background:#2a2a2a}.product-img{width:190px;height:160px}.product-status-badge{position:absolute;top:-1.5rem;left:.1rem;padding:.2rem .8rem;border-radius:999px;font-size:1.1rem;font-weight:700;color:#fff;z-index:5;letter-spacing:.2px}.product-status-badge.is-available{background:#00421f;color:#86efac}.product-status-badge.is-unavailable{background:#dfac40;color:#000}.product-icon{height:13px;border-radius:50%;z-index:50;box-shadow:0 2px 4px rgba(0,0,0,.1)}
.button{display:inline-block;position:relative;border:1px solid #babfc3;border-radius:3px;padding:.7rem 1.6rem;font-weight:600;color:inherit;background-color:#fff;border-top-color:#c9cccf;border-bottom-color:#babfc4}.button:hover{text-decoration:none;background-color:rgba(201,204,207,.05)}.button.primary{background-color:var(--primary);border:0;color:#fff;box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.2)}.button.primary:hover{background-color:#006e52}.button.critical{background-color:var(--critical);border:0;color:#fff;box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.2)}.button.critical:hover{background-color:#bc2200}.button.outline.interactive{border-color:var(--interactive);color:var(--interactive)}.button.outline.interactive:hover{background-color:#e6eef9}.button.outline.critical{background-color:rgba(0,0,0,0);box-shadow:none;border-color:var(--critical);color:var(--critical)}.button.outline.critical:hover{background-color:#fff4f4}.button.loading{background-color:var(--divider)}.button.loading:hover{background-color:var(--divider)}.button.loading span{opacity:0}.button.loading svg{position:absolute;top:50%;left:50%;margin-top:-1rem;margin-left:-1rem}
#productForm .add-to-cart .button{display:block;background-color:#000;color:#3a3a3a;border:1px solid #3a3a3a;border-radius:2px;padding:10px 18px;font-size:13px;width:100%;background-color:#fff;box-shadow:none}#productForm .add-to-cart .field-error{display:none}.toast-mini-cart{padding:2rem;border:1px solid var(--divider);box-shadow:1px 1px 10px 2px rgba(235,235,235,.5019607843);background-color:#fff}.toast-mini-cart .top-head{grid-template-columns:4fr 1fr;padding-bottom:1rem;border-bottom:1px solid var(--divider);margin-bottom:1rem}.toast-mini-cart .close{color:var(--textSubdued)}.toast-mini-cart .close svg{width:3rem;height:3rem}.toast-mini-cart .popup-thumbnail{width:6rem;height:6rem;text-align:center;display:flex;background-color:#fafafa;margin-right:1.5rem}.toast-mini-cart .popup-thumbnail img{align-self:center;display:block}.toast-mini-cart .item-info{flex-basis:100%}.toast-mini-cart .item-info .name{font-size:1.6rem}.toast-mini-cart .add-cart-popup-button{display:block;background-color:#fff;color:#3a3a3a;border:1px solid #3a3a3a;border-radius:2px;padding:12px 18px;font-size:13px;width:100%;background-color:#fff;box-shadow:none;text-align:center;margin-bottom:1rem;margin-top:1rem}
.product-single-name{text-transform:capitalize}
.topRated{display:flex;padding-top:1.966px;padding-left:5.733px;align-items:center;justify-content:center;gap:2.866px;border-radius:14.333px;background:#000}.topRated-text{color:rgba(248,248,248,.97);font-family:"Acumin Pro Condensed";font-size:1.2rem;width:5rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}
.modal-root-wrapper{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;font-family:"Tajawal",sans-serif}@media(min-width: 768px){.modal-root-wrapper{align-items:center;padding:2rem}}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85);z-index:-1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{position:relative;background:#0a0a0a;border-radius:4rem;display:flex;flex-direction:column;width:93%;max-width:67rem;max-height:98vh;overflow:hidden;box-shadow:0 -10px 40px rgba(0,0,0,.5)}@media(min-width: 768px){.modal-card{width:65rem;max-height:90vh;border-radius:4.5rem;box-shadow:0 30px 60px rgba(0,0,0,.8)}}.modal-close-btn{position:absolute;top:2rem;left:2rem;z-index:10;width:4rem;height:4rem;border-radius:50%;border:none;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:opacity .2s}.modal-close-btn:hover{opacity:.7}.modal-top{flex-shrink:0;padding-top:4rem}.modal-product-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 2.4rem}.modal-header-red{background:rgba(0,0,0,0);width:100%;display:flex;justify-content:center}.modal-product-image{width:13rem;height:8rem;object-fit:contain;filter:drop-shadow(0 15px 25px rgba(0, 0, 0, 0.6))}@media(min-width: 768px){.modal-product-image{width:22rem;height:16rem}}.modal-product-name{font-family:"Tajawal",sans-serif;font-size:2rem;font-weight:500;color:#fff;margin-bottom:1.2rem;letter-spacing:-0.01em;margin-top:3rem}@media(min-width: 768px){.modal-product-name{font-size:4rem;margin-top:0}}.modal-product-description{font-family:"Tajawal",sans-serif;font-size:1.4rem;color:#a0a0a0;line-height:1.6;max-width:62rem;margin:0 auto}@media(min-width: 768px){.modal-product-description{font-size:2rem}}.modal-middle{flex:1;overflow-y:auto;padding:2.4rem 2rem 4rem;background:#0a0a0a;scrollbar-width:thin;scrollbar-color:#333 rgba(0,0,0,0)}.modal-middle::-webkit-scrollbar{width:4px}.modal-middle::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.modal-middle::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.modal-variant-group{margin-bottom:3.2rem;margin-top:1.67rem;text-align:start}.modal-variant-label{font-family:"Tajawal",sans-serif;font-size:1.2rem;font-weight:400;color:#fff;margin-bottom:1.2rem}@media(min-width: 768px){.modal-variant-label{font-size:1.8rem}}.modal-variant-list{display:flex;flex-wrap:wrap;justify-content:start;gap:1rem}.modal-variant-option-row{background:rgba(0,0,0,0) !important;border:1.5px solid #fff !important;border-radius:5rem !important;padding:.8rem 2.4rem !important;transition:all .2s ease !important;width:auto !important;min-width:10rem;display:flex;align-items:center;justify-content:center}.modal-variant-option-row .modal-variant-option-text{font-size:1.6rem;font-weight:400;color:#fff}.modal-variant-option-row .modal-variant-radio-circle{display:none}.modal-variant-option-row--selected{background:#252525 !important;color:#dfac40 !important;border:none !important}.modal-variant-option-row--selected .modal-variant-option-text{color:#dfac40 !important;font-weight:500}.modal-price-display{display:flex;align-items:center;justify-content:start;gap:.8rem;margin:1.2rem 0 3.2rem}.modal-price-display .modal-price-currency{font-size:2.2rem;color:#edc241;font-weight:400;margin-top:1.3rem}.modal-price-display .modal-price-val{font-size:4.2rem;color:#edc241;font-weight:700;line-height:1}.modal-note-container{background:#1c1c1c;border-radius:1.2rem;padding:1rem 2rem;margin-bottom:2rem;transition:all .3s ease;border:1px solid #2a2a2a}.modal-note-header{display:flex;align-items:center;justify-content:space-between;width:100%}.modal-note-label{display:flex;align-items:center;gap:1.2rem;color:#fff;font-size:1.8rem;font-weight:500}.modal-note-summary{color:#888;padding-right:3.7rem;font-size:1.4rem;margin-top:.4rem}.modal-note-icon-v2 svg{width:2.4rem;height:2.4rem;margin-top:.5rem}.modal-note-textarea{background:#2a2a2a;border:1px solid #333;color:#fff;border-radius:1.2rem;padding:1.2rem;width:100%;margin-top:1.6rem;min-height:10rem;font-size:1.5rem;resize:none;outline:none}.modal-note-textarea:focus{border-color:#edc241}.modal-note-save-btn{background:#edc241 !important;color:#000 !important;width:10rem;height:4rem;border-radius:1rem;font-weight:600;margin-top:1.2rem;margin-right:auto;display:block}.modal-bottom{flex-shrink:0;padding:1.6rem 1rem 3.4rem;display:flex;align-items:center;gap:1.6rem;background:#0a0a0a}@media(min-width: 768px){.modal-bottom{padding:2.4rem 1rem 4rem}}.modal-qty-controller{flex:1;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,0);padding:.8rem 2rem;height:7.2rem;gap:1.6rem}.modal-qty-btn{color:#dfac40;font-size:3rem;background:#252525;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.modal-qty-value{color:#fff;font-size:2.4rem;font-weight:500}.modal-cart-action-btn{flex:1.8;background:#1f1f1f !important;width:12.8239rem;height:5.6487rem;padding:.9549rem 1.6824rem !important;color:#fff;border-radius:1.0687rem;font-size:1.4rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:1px solid #2a2a2a;transition:transform .1s}@media(min-width: 768px){.modal-cart-action-btn{font-size:1.8rem;height:7.2rem}}.modal-cart-action-btn:active{transform:scale(0.98)}.modal-cart-action-btn:disabled{opacity:.5;background:#1f1f1f !important;cursor:not-allowed}.modal-qty-btn{background:#252525 !important;color:#dfac40;cursor:pointer;width:5.7rem;height:5.7rem;padding:.5666rem 1.2488rem;display:flex;align-items:center;border-radius:.7875rem;justify-content:center;border:1.041px solid #252525;transition:background .15s}@media(min-width: 768px){.modal-qty-btn{border-radius:1.3875rem}}.modal-qty-btn:hover{background:rgba(0,0,0,.06)}.modal-qty-btn:disabled{opacity:.3;cursor:not-allowed}.modal-qty-value{font-size:2rem;font-weight:700;color:#fff;min-width:2.4rem;text-align:center}.modal-cart-action-btn{display:flex;flex:1;width:24rem;align-items:center;justify-content:space-evenly;gap:4.7rem;background:#1f1f1f !important;color:#fff;border:none;border-radius:1.6rem;padding:1.3rem 1.6rem 1.3rem 2rem;cursor:pointer;transition:opacity .2s}@media(max-width: 768px){.modal-cart-action-btn{gap:1rem;border-radius:.8rem;padding:1.3rem 1rem 1.3rem 1rem}}.modal-cart-action-btn:hover:not(:disabled){opacity:.88;border-radius:1.6rem}.modal-cart-action-btn--loading,.modal-cart-action-btn--disabled{cursor:not-allowed;opacity:.5}.modal-cart-label{font-size:1.5rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.modal-cart-price{font-size:1.4rem;font-weight:600;opacity:.85;white-space:nowrap}.modal-cart-arrow{flex-shrink:0}.modal-cart-spinner{display:inline-block;width:1.8rem;height:1.8rem;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:modal-spin .7s linear infinite}@keyframes modal-spin{to{transform:rotate(360deg)}}
.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
.product-picks{height:26rem;width:17rem;padding:1rem;border-radius:1.7294rem;background:#1c1a1b}.ProductPicks-img-mobile{aspect-ratio:16/9;width:100%;height:auto;object-fit:contain}.product-status-badge{position:absolute;top:.5rem;left:.5rem;padding:.2rem .6rem;border-radius:999px;font-size:1rem;font-weight:700;color:#fff;z-index:5;letter-spacing:.2px}.product-status-badge.is-available{background:#1f8f4a}.product-status-badge.is-unavailable{background:#5a5a5a}.productPicks-add-to-cart{display:flex;width:26.906px;height:26.906px;padding:4.484px;justify-content:center;align-items:center;gap:5.979px}.productPicks-price{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.product-picks-title{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal}.product-picks-category-mobile{color:#bebebe;font-family:"Tajawal",sans-serif !important;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.product-picks-currency-mobile{color:rgba(248,248,248,.97);font-family:"Tajawal",sans-serif !important;font-size:12.286px;font-style:normal;font-weight:500;line-height:normal}
.topRated-mobile{display:flex;padding-top:1.638px;padding-right:2.276px;padding-left:3.276px;padding-bottom:1.2px;align-items:center;border-radius:14.333px;background:#000}.topRated-text-mobile{color:rgba(248,248,248,.97);font-family:"Acumin Pro Condensed";font-size:.9rem;font-style:normal;font-weight:500;padding-top:1.638px;padding-right:3.276px;padding-bottom:1.638px;line-height:normal;text-transform:uppercase}
.product-card-mobile{height:26rem;width:17rem;padding:1rem;border-radius:1.7294rem;background:#1c1a1b;font-family:"Tajawal",sans-serif !important}.product-image-mobile{aspect-ratio:16/9;width:100%;height:auto;object-fit:contain}.product-status-badge{position:absolute;top:-1.5rem;left:.1rem;padding:.2rem .6rem;border-radius:999px;font-size:1rem;font-weight:700;color:#fff;z-index:5;letter-spacing:.2px}.product-status-badge.is-available{background:#00421f;color:#86efac}.product-status-badge.is-unavailable{background:#dfac40;color:#000}.add-to-cart-mobile{display:flex;width:26.906px;height:26.906px;padding:4.484px;justify-content:center;align-items:center;gap:5.979px}.product-price-mobile{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.product-card-title{color:#fff;font-family:"Tajawal",sans-serif !important;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal}.product-category-mobile{color:#bebebe;font-family:"Tajawal",sans-serif !important;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.product-currency-mobile{color:rgba(248,248,248,.97);font-family:"Tajawal",sans-serif !important;font-size:12.286px;font-style:normal;font-weight:500;line-height:normal}
.menu-container{width:100%;max-width:1400px;margin:0 auto;padding:1.5rem;background-color:#fff}@media(max-width: 768px){.menu-container{padding:1rem}}.menu-featured{margin-bottom:3rem}@media(max-width: 768px){.menu-featured{margin-bottom:2rem}}.menu-navigation{margin-bottom:2rem;position:sticky;top:0;z-index:10;background-color:#fff;padding:1rem 0;border-bottom:2px solid #e0e0e0}@media(max-width: 768px){.menu-navigation{margin-bottom:1.5rem}}.menu-category-header{margin-bottom:2rem;text-align:center}.menu-category-header h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}@media(max-width: 768px){.menu-category-header h2{font-size:1.5rem}}.menu-category-header p{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width: 768px){.menu-category-header p{font-size:.9rem}}.menu-products{margin-bottom:3rem}.menu-products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:2rem}@media(max-width: 1024px){.menu-products-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:1.5rem}}@media(max-width: 768px){.menu-products-grid{grid-template-columns:1fr;gap:1rem}}.menu-no-products{text-align:center;padding:3rem;color:hsl(0,0%,50%)}.menu-no-products p{font-size:1.125rem;margin:0}.menu-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.menu-loading .spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}.menu-loading p{font-size:1rem;color:#666}@keyframes spin{to{transform:rotate(360deg)}}.menu-container *:focus-visible{outline:2px solid #007bff;outline-offset:2px}.scroll-black{scrollbar-width:thin;scrollbar-color:#fff #fff}.scroll-black::-webkit-scrollbar{width:8px}.scroll-black::-webkit-scrollbar-track{background:#fff #fff}.scroll-black::-webkit-scrollbar-thumb{background-color:#fff #fff;border-radius:4px}.scroll-black{scrollbar-color:#fff;scrollbar-width:thin}
.loading-bar{background:#058c8c;height:4px;display:block;position:fixed;top:0;left:0;-webkit-transition:width 1.5s;-moz-transition:width 1.5s;-o-transition:width 1.5s;transition:width 1.5s;width:0%;z-index:1001}
:root{--primary: #3a3a3a;--secondary: #111213;--surface: #111213;--onSurface: #111213;--interactive: #2c6ecb;--critical: #d72c0d;--warning: #ffc453;--highlight: #5bcdda;--success: #008060;--decorative: #ffc96b;--border: #8c9196;--background: #f6f6f7fc;--icon: #5c5f62;--textSubdued: #6d7175;--divider: #e1e3e5;--text: #202223;--formFieldBorder: #c9cccf;--formFieldBorderShadow: #aeb4b9}html{font-size:62.5%;direction:rtl;background-color:#0c0c0c;overflow-x:clip}html input[type=email],html input[type=password],html input[type=tel],html input[type=text],html select,html textarea{padding:1rem 1.2rem}html .button{padding:1rem 2rem;font-weight:400;border-radius:2px}body{font-family:"Tajawal",sans-serif;color:#0c0c0c;overflow-x:clip}p{margin-bottom:1rem}@media screen and (max-width: 767px){body{font-size:1.4rem;line-height:1.25}body .h1,body h1{font-size:2.94rem}body .h2,body h2{font-size:2.66rem}body .h3,body h3{font-size:2.31rem}body .h4,body h4{font-size:2.03rem}body .h5,body h5{font-size:1.61rem}body .h6,body h6{font-size:1.4rem}}@media(min-width: 768px)and (max-width: 1535px){body{font-size:1.4rem;line-height:1.5}body .h1,body h1{font-size:2.94rem}body .h2,body h2{font-size:2.66rem}body .h3,body h3{font-size:2.31rem}body .h4,body h4{font-size:2.03rem}body .h5,body h5{font-size:1.61rem}body .h6,body h6{font-size:1.4rem}}@media(min-width: 1536px){body{font-size:1.6rem;line-height:2}body .h1,body h1{font-size:3.36rem}body .h2,body h2{font-size:3.04rem}body .h3,body h3{font-size:2.64rem}body .h4,body h4{font-size:2.32rem}body .h5,body h5{font-size:1.84rem}body .h6,body h6{font-size:1.6rem}}h1,h2,h3,h4,h5,h6{font-weight:600}.wrapper .content{min-height:calc(100vh - 50px);background-color:#0c0c0c}.header{padding:2.5rem;margin-bottom:3rem;background-color:#0c0c0c}@media only screen and (min-width: 1200px){.header{padding-left:50px;padding-right:50px}}.header .icon-wrapper a{color:#fff;transition:opacity .2s}.header .icon-wrapper a:hover{opacity:.8}.container{margin:0 auto}.page-width{max-width:1200px;margin:0 auto;padding:0 22px}@media screen and (min-width: 1200px){.page-width{padding:0 55px}}.footer{background-color:#0c0c0c;margin-top:9rem;padding-top:1rem;padding-block-end:1rem;color:#fff}.footer .card-icons svg{height:4rem}.footer .copyright{font-size:13px}table{width:100%;border-collapse:collapse}table td,table th{border:1px solid var(--divider);padding:.5rem;text-align:left}table th{vertical-align:top}table.listing td,table.listing th{border-left:0;border-right:0;padding:1rem}table.listing th{border:0;padding-top:2rem;padding-bottom:2rem}button.outline{outline:none}.editor__html a{color:var(--interactive);text-decoration:none}.editor__html a:hover{text-decoration:underline}html .prose{font-size:100%}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-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";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::after,::before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type="A"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type="a"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type="A" s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type="a" s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type="I"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type="i"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="I" s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type="i" s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol > li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul > li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *))::before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *))::after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:0.375em;padding-bottom:.1875em;padding-inline-start:0.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *))::before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *))::after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *))::before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *))::after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:.5714286em;padding-inline-start:0.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure > *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39 / 10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture > img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol > li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0.375em}.prose :where(ul > li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0.375em}.prose :where(.prose > ul > li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2 + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3 + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4 + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:0.5714286em;padding-bottom:.5714286em;padding-inline-start:0.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose > :first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose > :last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture > img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:0.375em;padding-bottom:.1875em;padding-inline-start:0.375em}.prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol > li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0.375em}.prose-base :where(ul > li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0.375em}.prose-base :where(.prose-base > ul > li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h2 + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h3 + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h4 + *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0.5714286em;padding-bottom:.5714286em;padding-inline-start:0.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:0.5714286em;padding-bottom:.5714286em;padding-inline-start:0.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure > *):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(.prose-base > :first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base > :last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0px}.-top-2{top:-.5rem}.bottom-\[-9px\]{bottom:-9px}.left-0{left:0}.left-3{left:.75rem}.left-\[-0\.25rem\]{left:-.25rem}.left-\[-0\.4rem\]{left:-.4rem}.left-\[-2\.5rem\]{left:-2.5rem}.left-\[-3\.5rem\]{left:-3.5rem}.left-\[-7px\]{left:-7px}.left-\[0\.4rem\]{left:.4rem}.right-0{right:0}.right-4{right:1rem}.right-\[-1\.15rem\]{right:-1.15rem}.right-\[-3\.8rem\]{right:-3.8rem}.right-\[0\.2rem\]{right:.2rem}.top-0{top:0}.top-1\/2{top:50%}.top-\[-0\.5rem\]{top:-.5rem}.top-\[-0\.6rem\]{top:-.6rem}.top-\[40\%\]{top:40%}.top-full{top:100%}.z-10{z-index:10}.z-30{z-index:30}.z-\[-1\]{z-index:-1}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[40\]{z-index:40}.z-\[90\]{z-index:90}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-start-1{grid-column-start:1}.row-start-1{grid-row-start:1}.\!m-0{margin:0!important}.m-0{margin:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mt-\[8px\]{margin-top:8px!important}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-0\.2rem\]{margin-bottom:-.2rem}.mb-\[-0\.6rem\]{margin-bottom:-.6rem}.mb-\[-1\.5px\]{margin-bottom:-1.5px}.mb-\[-1rem\]{margin-bottom:-1rem}.mb-\[-2px\]{margin-bottom:-2px}.mb-\[-4\.5rem\]{margin-bottom:-4.5rem}.mb-\[-7\.5rem\]{margin-bottom:-7.5rem}.mb-\[0\.1rem\]{margin-bottom:.1rem}.mb-\[0\.35rem\]{margin-bottom:.35rem}.mb-\[0\.4rem\]{margin-bottom:.4rem}.mb-\[1\.4px\]{margin-bottom:1.4px}.mb-\[1\.6rem\]{margin-bottom:1.6rem}.mb-\[2\.8rem\]{margin-bottom:2.8rem}.mb-\[2rem\]{margin-bottom:2rem}.mb-\[4px\]{margin-bottom:4px}.ml-1{margin-left:.25rem}.ml-\[-0\.5rem\]{margin-left:-.5rem}.ml-\[-1rem\]{margin-left:-1rem}.ml-\[1\.9rem\]{margin-left:1.9rem}.ml-auto{margin-left:auto}.mr-3{margin-right:.75rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-0\.8rem\]{margin-top:-.8rem}.mt-\[-1\.2rem\]{margin-top:-1.2rem}.mt-\[-1\.8rem\]{margin-top:-1.8rem}.mt-\[0\.1rem\]{margin-top:.1rem}.mt-\[0\.5rem\]{margin-top:.5rem}.mt-\[0\.8rem\]{margin-top:.8rem}.mt-\[1\.25rem\]{margin-top:1.25rem}.mt-\[1\.6rem\]{margin-top:1.6rem}.mt-\[1\.8rem\]{margin-top:1.8rem}.mt-\[16px\]{margin-top:16px}.mt-\[2\.4rem\]{margin-top:2.4rem}.mt-\[2\.8rem\]{margin-top:2.8rem}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[4px\]{margin-top:4px}.mt-\[5\.1rem\]{margin-top:5.1rem}.mt-\[6\.8rem\]{margin-top:6.8rem}.mt-\[6px\]{margin-top:6px}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-\[10px\]{height:10px}.h-\[1px\]{height:1px}.h-\[2\.4rem\]{height:2.4rem}.h-\[2\.8rem\]{height:2.8rem}.h-\[2rem\]{height:2rem}.h-\[38px\]{height:38px}.h-\[4\.1rem\]{height:4.1rem}.h-\[420px\]{height:420px}.h-\[4rem\]{height:4rem}.h-\[5\.1rem\]{height:5.1rem}.h-\[50px\]{height:50px}.h-\[5rem\]{height:5rem}.h-\[8\.897px\]{height:8.897px}.h-auto{height:auto}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2\/3{width:66.666667%}.w-28{width:7rem}.w-48{width:12rem}.w-6{width:1.5rem}.w-\[10px\]{width:10px}.w-\[2\.4rem\]{width:2.4rem}.w-\[2\.8rem\]{width:2.8rem}.w-\[22\%\]{width:22%}.w-\[29rem\]{width:29rem}.w-\[3\.5rem\]{width:3.5rem}.w-\[33\%\]{width:33%}.w-\[4\.1rem\]{width:4.1rem}.w-\[40\%\]{width:40%}.w-\[46\.5\%\]{width:46.5%}.w-\[48px\]{width:48px}.w-\[4rem\]{width:4rem}.w-\[5\.1rem\]{width:5.1rem}.w-\[5rem\]{width:5rem}.w-\[60rem\]{width:60rem}.w-\[67\%\]{width:67%}.w-\[8\.581px\]{width:8.581px}.w-\[90vw\]{width:90vw}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[180px\]{min-width:180px}.min-w-\[250px\]{min-width:250px}.min-w-\[2rem\]{min-width:2rem}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-\[128rem\]{max-width:128rem}.max-w-\[640px\]{max-width:640px}.max-w-\[90vw\]{max-width:90vw}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[86\%\]{--tw-scale-x:86%;--tw-scale-y:86%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[90\%\]{--tw-scale-x:90%;--tw-scale-y:90%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[0\.4rem\]{gap:.4rem}.gap-\[0\.5rem\]{gap:.5rem}.gap-\[0\.8rem\]{gap:.8rem}.gap-\[0\.9rem\]{gap:.9rem}.gap-\[14px\]{gap:14px}.gap-\[1rem\]{gap:1rem}.gap-\[2\.5rem\]{gap:2.5rem}.gap-\[3\.3rem\]{gap:3.3rem}.gap-\[3px\]{gap:3px}.gap-\[5\.4rem\]{gap:5.4rem}.gap-\[5\.63rem\]{gap:5.63rem}.gap-\[6px\]{gap:6px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-\[2\.5rem\]{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.\!rounded-\[2rem\]{border-radius:2rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[0\.5647rem\]{border-radius:.5647rem}.rounded-\[0\.6154rem\]{border-radius:.6154rem}.rounded-\[0\.66rem\]{border-radius:.66rem}.rounded-\[0\.79rem\]{border-radius:.79rem}.rounded-\[0\.8rem\]{border-radius:.8rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[11\.28px\]{border-radius:11.28px}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-\[\#FFFFFF\]{--tw-border-opacity:1!important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.\!border-white{--tw-border-opacity:1!important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-primary{--tw-border-opacity:1;border-color:rgb(58 58 58 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-white\/10{border-color:rgb(255 255 255 / .1)}.border-white\/40{border-color:rgb(255 255 255 / .4)}.\!bg-\[\#0c0c0c\]{--tw-bg-opacity:1!important;background-color:rgb(12 12 12 / var(--tw-bg-opacity))!important}.\!bg-\[\#252525\]{--tw-bg-opacity:1!important;background-color:rgb(37 37 37 / var(--tw-bg-opacity))!important}.\!bg-\[\#2A2A2A\]{--tw-bg-opacity:1!important;background-color:rgb(42 42 42 / var(--tw-bg-opacity))!important}.bg-\[\#000\]{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-\[\#052E1A\]{--tw-bg-opacity:1;background-color:rgb(5 46 26 / var(--tw-bg-opacity))}.bg-\[\#060708\]{--tw-bg-opacity:1;background-color:rgb(6 7 8 / var(--tw-bg-opacity))}.bg-\[\#0C0C0C\]{--tw-bg-opacity:1;background-color:rgb(12 12 12 / var(--tw-bg-opacity))}.bg-\[\#1D1F1D\]{--tw-bg-opacity:1;background-color:rgb(29 31 29 / var(--tw-bg-opacity))}.bg-\[\#1a1a1a\]{--tw-bg-opacity:1;background-color:rgb(26 26 26 / var(--tw-bg-opacity))}.bg-\[\#22C55E\]{--tw-bg-opacity:1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-\[\#2A2A2A\]{--tw-bg-opacity:1;background-color:rgb(42 42 42 / var(--tw-bg-opacity))}.bg-\[\#2B0B0B\]{--tw-bg-opacity:1;background-color:rgb(43 11 11 / var(--tw-bg-opacity))}.bg-\[\#8d6817\]{--tw-bg-opacity:1;background-color:rgb(141 104 23 / var(--tw-bg-opacity))}.bg-\[\#DFAC40\]{--tw-bg-opacity:1;background-color:rgb(223 172 64 / var(--tw-bg-opacity))}.bg-\[\#E5AB4B\]{--tw-bg-opacity:1;background-color:rgb(229 171 75 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/40{background-color:rgb(0 0 0 / .4)}.bg-primary{--tw-bg-opacity:1;background-color:rgb(58 58 58 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/10{background-color:rgb(255 255 255 / .1)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#1D1F1D\]{--tw-gradient-to:#1D1F1D var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-3{padding:.75rem!important}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.p-\[0\.5rem\]{padding:.5rem}.p-\[0\.7rem\]{padding:.7rem}.p-\[24px\]{padding:24px}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.px-\[13\.333px\]{padding-left:13.333px;padding-right:13.333px}.px-\[2\.2rem\]{padding-left:2.2rem;padding-right:2.2rem}.px-\[2\.7rem\]{padding-left:2.7rem;padding-right:2.7rem}.px-\[2rem\]{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[1rem\]{padding-top:1rem;padding-bottom:1rem}.py-\[4\.44px\]{padding-top:4.44px;padding-bottom:4.44px}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-\[1\.5rem\]{padding-bottom:1.5rem}.pl-12{padding-left:3rem}.pl-\[1\.5rem\]{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-\[1\.5rem\]{padding-right:1.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-7{padding-top:1.75rem}.pt-\[4rem\]{padding-top:4rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-tajawal{font-family:Tajawal,sans-serif}.\!text-\[1\.4rem\]{font-size:1.4rem!important}.\!text-\[1\.6rem\]{font-size:1.6rem!important}.\!text-\[1\.8rem\]{font-size:1.8rem!important}.\!text-\[20px\]{font-size:20px!important}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[1\.4rem\]{font-size:1.4rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[1\.8rem\]{font-size:1.8rem}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[1rem\]{font-size:1rem}.text-\[2\.2154rem\]{font-size:2.2154rem}.text-\[2\.2rem\]{font-size:2.2rem}.text-\[2\.4rem\]{font-size:2.4rem}.text-\[24px\]{font-size:24px}.text-\[2rem\]{font-size:2rem}.text-\[3rem\]{font-size:3rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-\[500\]{font-weight:500!important}.font-\[400\]{font-weight:400}.font-\[400px\]{font-weight:400px}.font-\[500\]{font-weight:500}.font-\[700\]{font-weight:700}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.not-italic{font-style:normal}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[2\.4375rem\]{line-height:2.4375rem}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#000\]{--tw-text-opacity:1!important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-black{--tw-text-opacity:1!important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#01870D\]{--tw-text-opacity:1;color:rgb(1 135 13 / var(--tw-text-opacity))}.text-\[\#16A34A\]{--tw-text-opacity:1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-\[\#2A2A2A\]{--tw-text-opacity:1;color:rgb(42 42 42 / var(--tw-text-opacity))}.text-\[\#319652\]{--tw-text-opacity:1;color:rgb(49 150 82 / var(--tw-text-opacity))}.text-\[\#4caf50\]{--tw-text-opacity:1;color:rgb(76 175 80 / var(--tw-text-opacity))}.text-\[\#6B6B6B\]{--tw-text-opacity:1;color:rgb(107 107 107 / var(--tw-text-opacity))}.text-\[\#6B7280\]{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-\[\#86EFAC\]{--tw-text-opacity:1;color:rgb(134 239 172 / var(--tw-text-opacity))}.text-\[\#C60910\]{--tw-text-opacity:1;color:rgb(198 9 16 / var(--tw-text-opacity))}.text-\[\#DFAC40\]{--tw-text-opacity:1;color:rgb(223 172 64 / var(--tw-text-opacity))}.text-\[\#F8F8F8\]{--tw-text-opacity:1;color:rgb(248 248 248 / var(--tw-text-opacity))}.text-\[\#F9F9F9\]{--tw-text-opacity:1;color:rgb(249 249 249 / var(--tw-text-opacity))}.text-\[\#FCA5A5\]{--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-\[\#FFF\]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[\#f8f8f8\]{--tw-text-opacity:1;color:rgb(248 248 248 / var(--tw-text-opacity))}.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[\#ffff\]{color:#ffff}.text-\[\#ffffff\]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[1\.rem\]{color:1.rem}.text-\[white\]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-critical{--tw-text-opacity:1;color:rgb(250 69 69 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-icon{--tw-text-opacity:1;color:rgb(92 95 98 / var(--tw-text-opacity))}.text-interactive{--tw-text-opacity:1;color:rgb(44 110 203 / var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(58 58 58 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(17 18 19 / var(--tw-text-opacity))}.text-textSubdued{--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-white\/20{color:rgb(255 255 255 / .2)}.text-white\/60{color:rgb(255 255 255 / .6)}.text-white\/80{color:rgb(255 255 255 / .8)}.underline{text-decoration-line:underline}.decoration-2{text-decoration-thickness:2px}.underline-offset-8{text-underline-offset:8px}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128 / var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 3px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(0.4,0,0.2,1)!important;transition-duration:150ms!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(0.4,0,0.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,0.2,1)}.\[grid-template-columns\:repeat\(auto-fill\2c minmax\(26\.2rem\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(26.2rem,1fr))}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Extralight.otf") format("opentype"),url("/fonts/Tajawal-Extralight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Light.otf") format("opentype"),url("/fonts/Tajawal-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Regular.otf") format("opentype"),url("/fonts/Tajawal-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Medium.otf") format("opentype"),url("/fonts/Tajawal-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Bold.otf") format("opentype"),url("/fonts/Tajawal-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Extrabold.otf") format("opentype"),url("/fonts/Tajawal-Extrabold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Tajawal;src:url("/fonts/Tajawal-Black.otf") format("opentype"),url("/fonts/Tajawal-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}.placeholder\:text-white::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.placeholder\:text-white::placeholder{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(58 58 58 / var(--tw-border-opacity))}.hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:text-\[\#707070\]:hover{--tw-text-opacity:1;color:rgb(112 112 112 / var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(58 58 58 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-95:hover{opacity:.95}.focus\:border-black:focus{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.focus\:\!bg-\[\#3A3A3A\]:focus{--tw-bg-opacity:1!important;background-color:rgb(58 58 58 / var(--tw-bg-opacity))!important}.focus\:bg-\[\#252525\]:focus{--tw-bg-opacity:1;background-color:rgb(37 37 37 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#1F1F1F\]:disabled{--tw-bg-opacity:1;background-color:rgb(31 31 31 / var(--tw-bg-opacity))}.disabled\:bg-\[\#2A2A2A\]:disabled{--tw-bg-opacity:1;background-color:rgb(42 42 42 / var(--tw-bg-opacity))}.disabled\:bg-\[\#2B0B0B\]:disabled{--tw-bg-opacity:1;background-color:rgb(43 11 11 / var(--tw-bg-opacity))}.disabled\:bg-\[\#6A6A6A\]:disabled{--tw-bg-opacity:1;background-color:rgb(106 106 106 / var(--tw-bg-opacity))}.disabled\:text-\[\#6B7280\]:disabled{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:border-gray-200:hover:disabled{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.disabled\:hover\:opacity-100:hover:disabled{opacity:1}.group:hover .group-hover\:pointer-events-auto{pointer-events:auto}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:768px){.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:left-0{left:0}.md\:right-36{right:9rem}.md\:top-auto{top:auto}.md\:mx-0{margin-left:0;margin-right:0}.md\:-mb-12{margin-bottom:-3rem}.md\:mt-0{margin-top:0}.md\:mt-3{margin-top:.75rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-\[1rem\]{margin-top:1rem}.md\:mt-\[24px\]{margin-top:24px}.md\:mt-\[3\.9rem\]{margin-top:3.9rem}.md\:mt-\[4\.3rem\]{margin-top:4.3rem}.md\:mt-\[4px\]{margin-top:4px}.md\:mt-\[8\.8rem\]{margin-top:8.8rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[18px\]{height:18px}.md\:h-\[3rem\]{height:3rem}.md\:h-\[48px\]{height:48px}.md\:w-\[13\%\]{width:13%}.md\:w-\[16px\]{width:16px}.md\:w-\[3\.5rem\]{width:3.5rem}.md\:w-\[3rem\]{width:3rem}.md\:w-\[46\%\]{width:46%}.md\:w-auto{width:auto}.md\:min-w-\[250px\]{min-width:250px}.md\:max-w-\[20\.8rem\]{max-width:20.8rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-center{justify-content:center}.md\:gap-4{gap:1rem}.md\:gap-\[6\.5rem\]{gap:6.5rem}.md\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.md\:border-t-4{border-top-width:4px}.md\:bg-transparent{background-color:transparent}.md\:p-0{padding:0}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-\[1\.9rem\]{padding-left:1.9rem;padding-right:1.9rem}.md\:px-\[24px\]{padding-left:24px;padding-right:24px}.md\:px-\[8rem\]{padding-left:8rem;padding-right:8rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-\[0\.7rem\]{padding-top:.7rem;padding-bottom:.7rem}.md\:py-\[8px\]{padding-top:8px;padding-bottom:8px}.md\:pb-4{padding-bottom:1rem}.md\:pb-\[20rem\]{padding-bottom:20rem}.md\:pr-10{padding-right:2.5rem}.md\:pr-\[8rem\]{padding-right:8rem}.md\:pt-16{padding-top:4rem}.md\:pt-8{padding-top:2rem}.md\:pt-\[9\.4rem\]{padding-top:9.4rem}.md\:text-\[1\.6rem\]{font-size:1.6rem}.md\:text-\[1\.8rem\]{font-size:1.8rem}.md\:text-\[2\.4rem\]{font-size:2.4rem}.md\:text-\[2\.6rem\]{font-size:2.6rem}.md\:text-\[2\.8rem\]{font-size:2.8rem}.md\:text-\[2rem\]{font-size:2rem}.md\:text-\[3\.2rem\]{font-size:3.2rem}.md\:text-\[3rem\]{font-size:3rem}.md\:text-\[4\.8rem\]{font-size:4.8rem}.md\:text-\[4rem\]{font-size:4rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.md\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .md\:group-hover\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .md\:group-hover\:opacity-100{opacity:1}}@media (min-width:1024px){.lg\:top-4{top:1rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:h-\[4rem\]{height:4rem}.lg\:w-\[4rem\]{width:4rem}.lg\:w-auto{width:auto}.lg\:min-w-\[49rem\]{min-width:49rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-\[15rem\]{gap:15rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:pr-\[5\.5rem\]{padding-right:5.5rem}}@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1536px){.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:pr-\[5\.5rem\]{padding-right:5.5rem}}
.mobile-burger-wrapper{display:flex;align-items:center}@media(min-width: 768px){.mobile-burger-wrapper{display:none}}.burger-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.burger-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:9999;display:flex;flex-direction:column;padding:7rem 2.5rem;overflow-y:auto}.burger-overlay .burger-overlay-header{display:flex;align-items:center;justify-content:flex-start;position:relative;margin-bottom:3rem}.burger-overlay .burger-overlay-header .burger-close-btn{position:absolute;top:13px;left:1px;background:none;border:none;cursor:pointer;padding:0;z-index:2;display:flex;align-items:center}.burger-overlay .burger-overlay-header .burger-logo{position:absolute;top:40%;left:50%;transform:translateX(-50%)}.burger-overlay .burger-nav{margin-top:7rem;padding-right:3.9rem;display:flex;flex-direction:column;gap:2rem;direction:rtl}.burger-overlay .burger-nav .burger-nav-link{color:#fff;font-family:"Tajawal",sans-serif;font-size:2.2rem;font-weight:400;text-decoration:none;display:block}.burger-overlay .burger-nav .burger-nav-link:hover{color:#dfac40}.burger-overlay .burger-nav .burger-nav-item{display:flex;flex-direction:column;gap:1rem}.burger-overlay .burger-nav .burger-sub-nav{padding-right:1.5rem;display:flex;flex-direction:column;gap:.8rem}.burger-overlay .burger-nav .burger-sub-nav .burger-sub-link{color:#aaa;font-family:"Tajawal",sans-serif;font-size:1.8rem;text-decoration:none}.burger-overlay .burger-nav .burger-sub-nav .burger-sub-link:hover{color:#fff}.burger-overlay .burger-nav .burger-extra-links{margin-top:1.5rem;font-size:1.8rem !important;padding-top:2rem;display:flex;flex-direction:column;gap:2rem}
.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0, 0, 9999px);transform:translate3d(0, 0, 9999px);position:fixed;width:380px;background-color:rgba(0,0,0,0)}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:5px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:var(--success);color:#fff}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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:translate3d(0, 0, 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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
.logo a.logo-icon svg{width:14.5623rem;height:6.4204rem}@media screen and (max-width: 767px){.logo a.logo-icon svg{width:10rem;height:4rem}}
.product-thumbnail-listing{background-color:#f6f6f6;color:rgba(51,17,51,.0666666667);min-height:250px;display:flex;justify-content:center;flex-direction:column;align-items:center}
.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:9999;display:flex;flex-direction:column;padding:2rem;overflow-y:auto}.mobile-menu-overlay .overlay-header{display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:2.5rem}.mobile-menu-overlay .overlay-header .close-icon{cursor:pointer;z-index:2}.mobile-menu-overlay .overlay-header .overlay-logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1}.mobile-menu-overlay .menu-links-list{margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-overlay .menu-links-list .menu-item .menu-link{color:#fff;font-family:"Tajawal",sans-serif;font-size:2.2rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:1rem;transition:color .3s}.mobile-menu-overlay .menu-links-list .menu-item .menu-link:hover{color:#dfac40}.mobile-menu-overlay .menu-links-list .menu-item .menu-link.active{color:#dfac40}.mobile-menu-overlay .menu-links-list .menu-item .sub-menu{margin-top:1rem;margin-right:1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu-overlay .menu-links-list .menu-item .sub-menu .sub-menu-link{color:#ccc;font-family:"Tajawal",sans-serif;font-size:1.8rem;text-decoration:none}.mobile-menu-overlay .menu-links-list .menu-item .sub-menu .sub-menu-link:hover{color:#fff}.mobile-menu-overlay .menu-links-list .extra-links{margin-top:2rem;border-top:1px solid #333;padding-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-overlay .menu-links-list .extra-links .extra-link{color:#fff;font-family:"Tajawal",sans-serif;font-size:2.2rem;font-weight:500;text-decoration:none}.mobile-menu-overlay .menu-links-list .extra-links .extra-link:hover{color:#dfac40}
.card{background-color:#fff;border-radius:6px}.card.subdued{background-color:#fafbfb}.card-title{font-size:1.6rem;font-weight:600}.card-header{padding:2rem}.card-section{border-color:var(--divider);padding:2rem}.card-section>.card-section{padding:0}.card .card-section:last-child{border-bottom:none}.card-header+.card-section{padding-top:0}.card-session-title{font-size:1.2rem;text-transform:uppercase;font-weight:600}.card-session-title+.card-session-content{padding-top:.85rem}.card-action a:hover{text-decoration:underline}
.modal-overlay{position:fixed;top:100%;left:0;bottom:0;right:0;display:flex;justify-content:center;z-index:1001;background-color:rgba(17,18,19,.3);-webkit-animation-duration:.25s;animation-duration:.25s}.modal-overlay .modal-wrapper{max-height:calc(100vh - 4rem)}.modal-overlay .modal-wrapper .modal{max-height:calc(100vh - 4rem)}.modal-overlay .modal-wrapper .modal-content{max-height:calc(100vh - 18rem);overflow-y:auto}.modal-overlay.fadeIn{top:0;-webkit-animation-name:fadeIn;animation-name:fadeIn}.modal-overlay.fadeOut{top:100%;-webkit-animation-name:fadeOut;animation-name:fadeOut}.modal-overlay .modal{min-width:50rem;max-width:50%;position:relative}.modal-overlay .modal .modal-close-button{position:absolute;top:1.5rem;left:1.5rem}@-webkit-keyframes fadeIn{0%{top:100%;opacity:0}100%{top:0%;opacity:100}}@keyframes fadeIn{0%{top:100%;opacity:0}100%{top:0%;opacity:100}}@-webkit-keyframes fadeOut{0%{opacity:100;top:0%}100%{opacity:0;top:100%}}@keyframes fadeOut{0%{opacity:100;top:0%}100%{opacity:0;top:100%}}
