._root_1outs_1{border-radius:var(--radius-md,10px);font-size:var(--font-size-sm,14px);font-weight:var(--font-weight-semibold,600);cursor:pointer;transition:all var(--motion-base,.25s ease);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:inline-flex}._md_1outs_29{padding:10px 14px}._sm_1outs_37{padding:7px 10px;font-size:12px}._lg_1outs_47{padding:12px 18px}._primary_1outs_55{background:var(--color-gold,#c88c23);color:var(--color-primary,#0a1a3a);border-color:var(--color-gold,#c88c23)}._secondary_1outs_67{color:var(--color-primary,#0a1a3a);border-color:color-mix(in srgb, var(--color-primary,#0a1a3a) 25%, transparent);background:0 0}._danger_1outs_79{background:color-mix(in srgb, var(--color-danger,#dc3545) 12%, transparent);color:var(--color-danger,#dc3545);border-color:color-mix(in srgb, var(--color-danger,#dc3545) 25%, transparent)}._fullWidth_1outs_91{width:100%}._root_1outs_1:disabled{opacity:.55;cursor:not-allowed}._root_8agsn_1{background:var(--surface-card,var(--color-white,#fff));border-radius:var(--radius-lg,14px);box-shadow:var(--shadow-md,0 3px 15px #0000000f)}._paddingSm_8agsn_13{padding:12px}._paddingMd_8agsn_21{padding:16px}._paddingLg_8agsn_29{padding:20px}._root_5b2qc_1{border-radius:var(--radius-pill,999px);font-size:12px;font-weight:var(--font-weight-bold,700);align-items:center;gap:4px;padding:4px 10px;display:inline-flex}._neutral_5b2qc_21{background:color-mix(in srgb, var(--color-gray-500,#6c757d) 14%, transparent);color:var(--color-gray-500,#6c757d)}._success_5b2qc_31{background:color-mix(in srgb, var(--color-success,#28a745) 14%, transparent);color:var(--color-success,#28a745)}._danger_5b2qc_41{background:color-mix(in srgb, var(--color-danger,#dc3545) 14%, transparent);color:var(--color-danger,#dc3545)}._warning_5b2qc_51{background:color-mix(in srgb, var(--color-warning,#fd7e14) 14%, transparent);color:var(--color-warning,#fd7e14)}._info_5b2qc_61{background:color-mix(in srgb, var(--color-info,#0d6efd) 14%, transparent);color:var(--color-info,#0d6efd)}._field_25973_1{border:1px solid color-mix(in srgb, var(--color-gold,#c88c23) 35%, transparent);border-radius:var(--radius-md,10px);background:var(--surface-input,var(--color-white,#fff));width:100%;color:var(--text-strong,var(--color-primary,#0a1a3a));font-size:var(--font-size-sm,14px);transition:border-color var(--motion-fast,.15s ease), box-shadow var(--motion-fast,.15s ease);outline:none;padding:10px 12px}._field_25973_1:focus{border-color:var(--color-gold,#c88c23);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-gold,#c88c23) 20%, transparent)}._overlay_1k9oc_1{z-index:var(--z-overlay,9999);background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._content_1k9oc_23{background:var(--surface-card,var(--color-white,#fff));border-radius:var(--radius-xl,20px);width:min(520px,100%);max-height:85vh;box-shadow:var(--shadow-lg,0 10px 30px #0003);padding:20px;overflow-y:auto}._header_1k9oc_43{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}._title_1k9oc_59{color:var(--text-strong,var(--color-primary,#0a1a3a));margin:0;font-size:18px}._closeBtn_1k9oc_71{cursor:pointer;color:var(--color-gray-500,#6c757d);background:0 0;border:none;font-size:22px;line-height:1}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw}body{max-width:100vw;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}a{transition:all .3s}a:hover{color:#c88c23!important}@media (width<=768px){body{padding-bottom:70px}[class*=position-md-]{width:100%!important;margin-top:5px!important;position:static!important}.d-flex.flex-column.flex-md-row{gap:5px!important}}.page-fade-in{animation:.8s cubic-bezier(.4,0,.2,1) forwards pageFadeIn}.top-loading-bar{z-index:10002;background:linear-gradient(90deg,#c88c23,#e5a847,#c88c23);height:3px;animation:.8s ease-in-out forwards loadingBar;position:fixed;top:0;left:0}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-scanner-overlay{z-index:10001;background:#fff;flex-direction:column;justify-content:center;align-items:center;animation:.6s 2.2s forwards hideLoader;display:flex;position:fixed;inset:0}.verification-line{z-index:10002;background:linear-gradient(90deg,#0000,#c88c23,#0000);width:100%;height:2px;animation:1.5s ease-in-out infinite scanDown;position:absolute;top:0;left:0;box-shadow:0 0 15px #c88c23}.spinner-verification{border:4px solid #c88c231a;border-top-color:#c88c23;border-radius:50%;width:60px;height:60px;margin-bottom:20px;animation:.8s linear infinite spin}.verification-text{color:#0a1a3a;letter-spacing:1px;font-size:14px;font-weight:600}@keyframes scanDown{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}@keyframes hideLoader{to{opacity:0;visibility:hidden}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loadingBar{0%{opacity:1;width:0}80%{opacity:1;width:90%}to{opacity:0;width:100%}}.product-card-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#0a1a3a66;justify-content:center;align-items:center;gap:15px;transition:all .3s ease-in-out;display:flex;position:absolute;inset:0;transform:translateY(10px)}.product-card-container:hover .product-card-overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.hover-icon-btn{color:#0a1a3a;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .2s;display:flex;box-shadow:0 4px 10px #0003}.hover-icon-btn:hover{color:#fff;background:#c88c23;transform:scale(1.1)}.hover-icon-btn.wishlist-active{color:#c88c23}.hover-icon-btn.wishlist-active:hover{color:#fff;background:#c88c23}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}:root{--color-primary:#0a1a3a;--color-gold:#c88c23;--color-gold-light:#e5a847;--color-gold-dark:#b37a1e;--color-white:#fff;--color-black:#000;--color-gray-50:#f8f9fa;--color-gray-100:#f5f5f5;--color-gray-300:#dee2e6;--color-gray-500:#6c757d;--color-gray-700:#343a40;--color-success:#28a745;--color-danger:#dc3545;--color-warning:#fd7e14;--color-info:#0d6efd;--font-family-base:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-family-alt:Arial, sans-serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:22px;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 3px 15px #0000000f;--shadow-lg:0 10px 30px #0003;--container-max:1200px;--container-max-wide:1400px;--motion-fast:.15s ease;--motion-base:.25s ease;--motion-slow:.35s ease;--z-header:1000;--z-overlay:9999;--z-toast:10000;--bp-mobile:768px;--bp-tablet:1024px}.ui-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-primary:#fff;--surface-card:#151f30;--surface-input:#101827;--text-strong:#e6edf7;background:#0d1421}html[data-theme=dark] body{color:#e6edf7!important;background:#0d1421!important}html[data-theme=dark] ::selection{color:#0a1a3a;background:#c88c23}html[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=dark] select,html[data-theme=dark] textarea{color:#e6edf7;background-color:#101827;border-color:#2a3548}html[data-theme=dark] input[style*="background: transparent"],html[data-theme=dark] input[style*="background-color: transparent"],html[data-theme=dark] input[style*=background\:transparent],html[data-theme=dark] input[style*=background-color\:transparent]{background-color:#0000!important}html[data-theme=dark] input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e6edf7!important;caret-color:#e6edf7!important;-webkit-box-shadow:inset 0 0 0 30px #101827!important}html[data-theme=dark] input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e6edf7!important;caret-color:#e6edf7!important;-webkit-box-shadow:inset 0 0 0 30px #101827!important}html[data-theme=dark] input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e6edf7!important;caret-color:#e6edf7!important;-webkit-box-shadow:inset 0 0 0 30px #101827!important}html[data-theme=dark] input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#e6edf7!important;caret-color:#e6edf7!important;-webkit-box-shadow:inset 0 0 0 30px #101827!important}html[data-theme=dark] [style*="background: rgb(200, 140, 35)"]:not([style*=linear-gradient]),html[data-theme=dark] [style*="background-color: rgb(200, 140, 35)"]:not([style*=linear-gradient]),html[data-theme=dark] .btn-gold-solid{color:#0a1a3a!important}html[data-theme=dark] [style*="rgba(200, 140, 35"],html[data-theme=dark] [style*="rgba(200,140,35"]{color:#fff!important}html[data-theme=dark] ::placeholder{color:#7d8a9c;opacity:1}html[data-theme=dark] option{color:#e6edf7;background-color:#101827}html[data-theme=dark] hr{border-color:#2a3548}html[data-theme=dark] .page-scanner-overlay{background:#0d1421}html[data-theme=dark] .verification-text{color:#e6edf7}html[data-theme=dark] .sk-shimmer,html[data-theme=dark] .sk-store-shimmer{background:linear-gradient(90deg,#1a2536 25%,#24314a 50%,#1a2536 75%) 0 0/800px 100%!important}html[data-theme=dark] .bg-white{background-color:#151f30!important}html[data-theme=dark] .bg-light{background-color:#111a2b!important}html[data-theme=dark] .text-dark{color:#e6edf7!important}html[data-theme=dark] .card{color:#e6edf7;background-color:#151f30;border-color:#2a3548}html[data-theme=dark] .modal-content{color:#e6edf7;background-color:#151f30}html[data-theme=dark] .dropdown-menu{color:#e6edf7;background-color:#1a2536;border-color:#2a3548}html[data-theme=dark] .list-group-item{color:#e6edf7;background-color:#151f30;border-color:#2a3548}html[data-theme=dark] .table{color:#e6edf7}html[data-theme=dark] [style*="background: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background: white"],html[data-theme=dark] [style*="background-color: white"]{background-color:#151f30!important}html[data-theme=dark] [style*="background: rgb(252, 252, 252)"],html[data-theme=dark] [style*="background-color: rgb(252, 252, 252)"],html[data-theme=dark] [style*="background: rgb(250, 250, 250)"],html[data-theme=dark] [style*="background-color: rgb(250, 250, 250)"],html[data-theme=dark] [style*="background: rgb(249, 249, 249)"],html[data-theme=dark] [style*="background-color: rgb(249, 249, 249)"],html[data-theme=dark] [style*="background: rgb(250, 251, 253)"],html[data-theme=dark] [style*="background-color: rgb(250, 251, 253)"],html[data-theme=dark] [style*="background: rgb(248, 250, 252)"],html[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],html[data-theme=dark] [style*="background: rgb(253, 253, 253)"],html[data-theme=dark] [style*="background-color: rgb(253, 253, 253)"]{background-color:#121a29!important}html[data-theme=dark] [style*="background: rgb(248, 249, 250)"],html[data-theme=dark] [style*="background-color: rgb(248, 249, 250)"],html[data-theme=dark] [style*="background: rgb(245, 245, 245)"],html[data-theme=dark] [style*="background-color: rgb(245, 245, 245)"],html[data-theme=dark] [style*="background: rgb(241, 243, 245)"],html[data-theme=dark] [style*="background-color: rgb(241, 243, 245)"],html[data-theme=dark] [style*="background: rgb(244, 246, 248)"],html[data-theme=dark] [style*="background-color: rgb(244, 246, 248)"],html[data-theme=dark] [style*="background: rgb(240, 244, 248)"],html[data-theme=dark] [style*="background-color: rgb(240, 244, 248)"],html[data-theme=dark] [style*="background: rgb(240, 240, 240)"],html[data-theme=dark] [style*="background-color: rgb(240, 240, 240)"],html[data-theme=dark] [style*="background: rgb(242, 242, 242)"],html[data-theme=dark] [style*="background-color: rgb(242, 242, 242)"],html[data-theme=dark] [style*="background: rgb(247, 247, 247)"],html[data-theme=dark] [style*="background-color: rgb(247, 247, 247)"],html[data-theme=dark] [style*="background: rgb(246, 246, 246)"],html[data-theme=dark] [style*="background-color: rgb(246, 246, 246)"],html[data-theme=dark] [style*="background: rgb(236, 236, 236)"],html[data-theme=dark] [style*="background-color: rgb(236, 236, 236)"],html[data-theme=dark] [style*="background: rgb(233, 236, 239)"],html[data-theme=dark] [style*="background-color: rgb(233, 236, 239)"],html[data-theme=dark] [style*="background: rgb(238, 238, 238)"],html[data-theme=dark] [style*="background-color: rgb(238, 238, 238)"]{background-color:#111a2b!important}html[data-theme=dark] [style*="background: rgb(226, 232, 240)"],html[data-theme=dark] [style*="background-color: rgb(226, 232, 240)"]{background-color:#1c2637!important}html[data-theme=dark] [style*="background: rgb(221, 221, 221)"],html[data-theme=dark] [style*="background-color: rgb(221, 221, 221)"],html[data-theme=dark] [style*="background: rgb(222, 226, 230)"],html[data-theme=dark] [style*="background-color: rgb(222, 226, 230)"]{background-color:#243046!important}html[data-theme=dark] [style*="background: rgb(254, 242, 242)"],html[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],html[data-theme=dark] [style*="background: rgb(255, 245, 245)"],html[data-theme=dark] [style*="background-color: rgb(255, 245, 245)"]{background-color:#2b1719!important}html[data-theme=dark] [style*="background: rgb(240, 253, 244)"],html[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],html[data-theme=dark] [style*="background: rgb(220, 252, 231)"],html[data-theme=dark] [style*="background-color: rgb(220, 252, 231)"]{background-color:#10251a!important}html[data-theme=dark] [style*="background: rgb(255, 243, 205)"],html[data-theme=dark] [style*="background-color: rgb(255, 243, 205)"],html[data-theme=dark] [style*="background: rgb(254, 243, 205)"],html[data-theme=dark] [style*="background-color: rgb(254, 243, 205)"],html[data-theme=dark] [style*="background: rgb(252, 248, 227)"],html[data-theme=dark] [style*="background-color: rgb(252, 248, 227)"],html[data-theme=dark] [style*="background: rgb(254, 243, 199)"],html[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"]{background-color:#2a2410!important}html[data-theme=dark] [style*="background: rgb(255, 251, 235)"],html[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"],html[data-theme=dark] [style*="background: rgb(254, 249, 240)"],html[data-theme=dark] [style*="background-color: rgb(254, 249, 240)"]{background-color:#282112!important}html[data-theme=dark] [style*="background: rgb(239, 246, 255)"],html[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],html[data-theme=dark] [style*="background: rgb(240, 249, 255)"],html[data-theme=dark] [style*="background-color: rgb(240, 249, 255)"]{background-color:#142133!important}html[data-theme=dark] [style*="color: rgb(102, 102, 102)"]{color:#a3aec0!important}html[data-theme=dark] [style*="color: rgb(85, 85, 85)"]{color:#aab5c5!important}html[data-theme=dark] [style*="color: rgb(68, 68, 68)"]{color:#becadb!important}html[data-theme=dark] [style*="color: rgb(51, 51, 51)"]{color:#ccd6e4!important}html[data-theme=dark] [style*="color: rgb(34, 34, 34)"],html[data-theme=dark] [style*="color: rgb(17, 17, 17)"],html[data-theme=dark] [style*="color: rgb(0, 0, 0)"]{color:#dfe7f2!important}html[data-theme=dark] [style*="color: rgb(136, 136, 136)"]{color:#94a0b2!important}html[data-theme=dark] [style*="color: rgb(153, 153, 153)"]{color:#8d99ab!important}html[data-theme=dark] [style*="color: rgb(170, 170, 170)"]{color:#8794a6!important}html[data-theme=dark] [style*="color: rgb(10, 26, 58)"]{color:#dfe7f2!important}html[data-theme=dark] [style*="color: rgb(52, 58, 64)"]{color:#c3ccd9!important}html[data-theme=dark] [style*="color: rgb(33, 37, 41)"]{color:#d5dde9!important}html[data-theme=dark] [style*="color: rgb(73, 80, 87)"]{color:#b6c1d0!important}html[data-theme=dark] [style*="color: rgb(108, 117, 125)"]{color:#9aa5b5!important}html[data-theme=dark] [style*="color: rgb(68, 64, 60)"]{color:#cfc9c2!important}html[data-theme=dark] [style*="color: rgb(30, 41, 59)"],html[data-theme=dark] [style*="color: rgb(15, 23, 42)"]{color:#d5dde9!important}html[data-theme=dark] [style*="color: rgb(133, 100, 4)"]{color:#e8c06a!important}html[data-theme=dark] [style*="color: rgb(146, 64, 14)"]{color:#e8a95c!important}html[data-theme=dark] [style*="color: rgb(22, 101, 52)"]{color:#7ed6a0!important}html[data-theme=dark] [style*="color: rgb(153, 27, 27)"]{color:#ff9d9d!important}html[data-theme=dark] [style*="rgb(221, 221, 221)"],html[data-theme=dark] [style*="rgb(222, 226, 230)"],html[data-theme=dark] [style*="rgb(226, 232, 240)"],html[data-theme=dark] [style*="rgb(229, 231, 235)"],html[data-theme=dark] [style*="rgb(238, 238, 238)"],html[data-theme=dark] [style*="rgb(233, 236, 239)"],html[data-theme=dark] [style*="rgb(240, 240, 240)"],html[data-theme=dark] [style*="rgb(241, 243, 245)"]{border-color:#2a3548!important}html[data-theme=dark] img{filter:brightness(.92)}html[data-theme=dark] [style*="background: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"]{box-shadow:0 3px 15px #00000073!important}html[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.9"],html[data-theme=dark] [style*="background-color: rgba(255, 255, 255, 0.9"]{background-color:#151f30f2!important}html[data-theme=dark] [style*="background: rgb(248, 248, 248)"],html[data-theme=dark] [style*="background-color: rgb(248, 248, 248)"],html[data-theme=dark] [style*="background: rgb(245, 247, 250)"],html[data-theme=dark] [style*="background-color: rgb(245, 247, 250)"],html[data-theme=dark] [style*="background: rgb(244, 247, 249)"],html[data-theme=dark] [style*="background-color: rgb(244, 247, 249)"],html[data-theme=dark] [style*="background: rgb(245, 246, 250)"],html[data-theme=dark] [style*="background-color: rgb(245, 246, 250)"],html[data-theme=dark] [style*="background: rgb(244, 246, 250)"],html[data-theme=dark] [style*="background-color: rgb(244, 246, 250)"],html[data-theme=dark] [style*="background: rgb(240, 242, 247)"],html[data-theme=dark] [style*="background-color: rgb(240, 242, 247)"],html[data-theme=dark] [style*="background: rgb(238, 242, 246)"],html[data-theme=dark] [style*="background-color: rgb(238, 242, 246)"],html[data-theme=dark] [style*="background: rgb(241, 241, 241)"],html[data-theme=dark] [style*="background-color: rgb(241, 241, 241)"],html[data-theme=dark] [style*="background: rgb(238, 241, 245)"],html[data-theme=dark] [style*="background-color: rgb(238, 241, 245)"],html[data-theme=dark] [style*="background: rgb(240, 240, 245)"],html[data-theme=dark] [style*="background-color: rgb(240, 240, 245)"]{background-color:#0f1725!important}html[data-theme=dark] [style*="background: rgb(232, 236, 240)"],html[data-theme=dark] [style*="background-color: rgb(232, 236, 240)"],html[data-theme=dark] [style*="background: rgb(228, 230, 235)"],html[data-theme=dark] [style*="background-color: rgb(228, 230, 235)"],html[data-theme=dark] [style*="background: rgb(226, 230, 234)"],html[data-theme=dark] [style*="background-color: rgb(226, 230, 234)"],html[data-theme=dark] [style*="background: rgb(224, 224, 224)"],html[data-theme=dark] [style*="background-color: rgb(224, 224, 224)"],html[data-theme=dark] [style*="background: rgb(219, 221, 224)"],html[data-theme=dark] [style*="background-color: rgb(219, 221, 224)"]{background-color:#1c2637!important}html[data-theme=dark] [style*="background: rgb(203, 213, 225)"],html[data-theme=dark] [style*="background-color: rgb(203, 213, 225)"],html[data-theme=dark] [style*="background: rgb(204, 204, 204)"],html[data-theme=dark] [style*="background-color: rgb(204, 204, 204)"]{background-color:#243046!important}html[data-theme=dark] [style*="background: rgb(255, 249, 230)"],html[data-theme=dark] [style*="background-color: rgb(255, 249, 230)"],html[data-theme=dark] [style*="background: rgb(253, 248, 232)"],html[data-theme=dark] [style*="background-color: rgb(253, 248, 232)"],html[data-theme=dark] [style*="background: rgb(253, 242, 233)"],html[data-theme=dark] [style*="background-color: rgb(253, 242, 233)"],html[data-theme=dark] [style*="background: rgb(253, 241, 230)"],html[data-theme=dark] [style*="background-color: rgb(253, 241, 230)"],html[data-theme=dark] [style*="background: rgb(244, 233, 213)"],html[data-theme=dark] [style*="background-color: rgb(244, 233, 213)"],html[data-theme=dark] [style*="background: rgb(251, 238, 213)"],html[data-theme=dark] [style*="background-color: rgb(251, 238, 213)"],html[data-theme=dark] [style*="background: rgb(255, 238, 186)"],html[data-theme=dark] [style*="background-color: rgb(255, 238, 186)"]{background-color:#282112!important}html[data-theme=dark] [style*="background: rgb(236, 253, 245)"],html[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"],html[data-theme=dark] [style*="background: rgb(234, 250, 241)"],html[data-theme=dark] [style*="background-color: rgb(234, 250, 241)"],html[data-theme=dark] [style*="background: rgb(187, 247, 208)"],html[data-theme=dark] [style*="background-color: rgb(187, 247, 208)"]{background-color:#10251a!important}html[data-theme=dark] [style*="background: rgb(238, 242, 255)"],html[data-theme=dark] [style*="background-color: rgb(238, 242, 255)"],html[data-theme=dark] [style*="background: rgb(219, 234, 254)"],html[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"],html[data-theme=dark] [style*="background: rgb(224, 242, 254)"],html[data-theme=dark] [style*="background-color: rgb(224, 242, 254)"]{background-color:#16283f!important}html[data-theme=dark] [style*="background: rgb(255, 215, 215)"],html[data-theme=dark] [style*="background-color: rgb(255, 215, 215)"],html[data-theme=dark] [style*="background: rgb(255, 213, 207)"],html[data-theme=dark] [style*="background-color: rgb(255, 213, 207)"],html[data-theme=dark] [style*="background: rgb(254, 202, 202)"],html[data-theme=dark] [style*="background-color: rgb(254, 202, 202)"],html[data-theme=dark] [style*="background: rgb(255, 196, 196)"],html[data-theme=dark] [style*="background-color: rgb(255, 196, 196)"]{background-color:#3a1d1d!important}html[data-theme=dark] [style*="background: rgb(255, 204, 149)"],html[data-theme=dark] [style*="background-color: rgb(255, 204, 149)"]{background-color:#3a2a15!important}html[data-theme=dark] [style*="color: rgb(10, 26, 58)"],html[data-theme=dark] [style*="color: #0a1a3a"],html[data-theme=dark] [style*="color:#0a1a3a"]{color:#fff!important}html[data-theme=dark] [style*="color: rgb(113, 128, 150)"]{color:#a8b3c3!important}html[data-theme=dark] [style*="color: rgb(100, 116, 139)"]{color:#9aa7ba!important}html[data-theme=dark] [style*="color: rgb(90, 101, 112)"]{color:#a2adb8!important}html[data-theme=dark] [style*="color: rgb(74, 85, 104)"]{color:#aab6c8!important}html[data-theme=dark] [style*="color: rgb(26, 43, 75)"],html[data-theme=dark] [style*="color: rgb(26, 42, 74)"],html[data-theme=dark] [style*="color: rgb(22, 35, 67)"],html[data-theme=dark] [style*="color: rgb(15, 32, 64)"]{color:#fff!important}html[data-theme=dark] [style*="color: rgb(17, 24, 39)"]{color:#dfe7f2!important}html[data-theme=dark] [style*="color: rgb(26, 58, 42)"]{color:#9fd8b4!important}html[data-theme=dark] [style*="color: rgb(45, 26, 0)"]{color:#d9b98a!important}html[data-theme=dark] [style*="color: rgb(59, 0, 0)"]{color:#ffb3b3!important}html[data-theme=dark] [style*="color: rgb(0, 86, 179)"]{color:#6cb2ff!important}html[data-theme=dark] [style*="color: rgb(6, 95, 70)"]{color:#6fcfa8!important}html[data-theme=dark] [style*="color: rgb(139, 29, 42)"]{color:#ff9aa5!important}html[data-theme=dark] [style*="background: linear-gradient"],html[data-theme=dark] [style*="background-image: linear-gradient"],html[data-theme=dark] [style*="background: linear-gradient"] p,html[data-theme=dark] [style*="background-image: linear-gradient"] p,html[data-theme=dark] [style*="background: linear-gradient"] span:not([style*="color: rgb(200, 140, 35)"]):not([style*="color: #c88c23"]),html[data-theme=dark] [style*="background-image: linear-gradient"] span:not([style*="color: rgb(200, 140, 35)"]):not([style*="color: #c88c23"]){color:#fff!important}html[data-theme=dark] [style*="rgb(238, 242, 246)"],html[data-theme=dark] [style*="rgb(241, 241, 241)"],html[data-theme=dark] [style*="rgb(232, 236, 240)"],html[data-theme=dark] [style*="rgb(232, 232, 232)"],html[data-theme=dark] [style*="rgb(226, 230, 234)"],html[data-theme=dark] [style*="rgb(228, 230, 235)"],html[data-theme=dark] [style*="rgb(219, 221, 224)"],html[data-theme=dark] [style*="rgb(203, 213, 225)"],html[data-theme=dark] [style*="rgb(224, 224, 224)"],html[data-theme=dark] [style*="rgb(204, 204, 204)"],html[data-theme=dark] [style*="rgb(245, 245, 245)"]{border-color:#2a3548!important}html[data-theme=dark] [style*="rgb(251, 238, 213)"],html[data-theme=dark] [style*="rgb(255, 238, 186)"]{border-color:#54491f!important}html[data-theme=dark] [style*="rgb(254, 202, 202)"],html[data-theme=dark] [style*="rgb(255, 215, 215)"]{border-color:#5c2a2a!important}html[data-theme=dark] [style*="rgb(187, 247, 208)"]{border-color:#245c3a!important}html[data-theme=dark] [style*="rgb(219, 234, 254)"],html[data-theme=dark] [style*="rgb(224, 242, 254)"]{border-color:#274566!important}
