@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap";
:root{--background:#fff;--foreground:#0f172a}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Inter,Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (max-width:1024px){.about-page-layout .web-navbar-wrapper,.about-page-layout .web-footer-wrapper{display:none!important}.about-page-layout>main{width:100%!important;max-width:100%!important;padding:0!important}}@media (max-width:767px){.product-page-layout .web-footer-wrapper{display:none!important}.product-page-layout>main{width:100%!important;max-width:100%!important;padding:0!important}}
.LocationModal-module__yElG_W__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out LocationModal-module__yElG_W__fadeIn;display:flex;position:fixed;inset:0}@keyframes LocationModal-module__yElG_W__fadeIn{0%{opacity:0}to{opacity:1}}.LocationModal-module__yElG_W__modalContent{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) LocationModal-module__yElG_W__scaleIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d}@keyframes LocationModal-module__yElG_W__scaleIn{0%{transform:scale(.95)translateY(10px)}to{transform:scale(1)translateY(0)}}.LocationModal-module__yElG_W__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:24px 28px 20px;display:flex}.LocationModal-module__yElG_W__header h2{color:#0f172a;letter-spacing:-.5px;font-size:20px;font-weight:800}.LocationModal-module__yElG_W__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;font-size:28px;line-height:1;transition:all .2s}.LocationModal-module__yElG_W__closeBtn:hover{color:#0f172a;background:#0f172a0d}.LocationModal-module__yElG_W__body{flex-direction:column;gap:20px;padding:20px 28px 28px;display:flex;overflow-y:auto}.LocationModal-module__yElG_W__subtitle{color:#64748b;font-size:14px;line-height:1.5}.LocationModal-module__yElG_W__zipcodeForm{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:4px;transition:all .2s;display:flex}.LocationModal-module__yElG_W__zipcodeForm:focus-within{background:#fff;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26}.LocationModal-module__yElG_W__zipcodeInput{color:#0f172a;background:0 0;border:none;flex:1;height:44px;padding:0 16px;font-size:15px}.LocationModal-module__yElG_W__zipcodeInput:focus{outline:none}.LocationModal-module__yElG_W__zipcodeBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;height:44px;padding:0 24px;font-size:15px;font-weight:700;transition:all .2s}.LocationModal-module__yElG_W__zipcodeBtn:hover{background:#16a34a}.LocationModal-module__yElG_W__divider{text-align:center;color:#94a3b8;align-items:center;font-size:12px;font-weight:700;display:flex}.LocationModal-module__yElG_W__divider:before,.LocationModal-module__yElG_W__divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.LocationModal-module__yElG_W__divider span{padding:0 12px}.LocationModal-module__yElG_W__addressList{flex-direction:column;gap:12px;display:flex}.LocationModal-module__yElG_W__addressList h3{color:#0f172a;margin-bottom:4px;font-size:14px;font-weight:700}.LocationModal-module__yElG_W__addressCard{cursor:pointer;background:#fff;border:1.5px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:8px;padding:16px 20px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.LocationModal-module__yElG_W__addressCard:hover{border-color:#86efac;transform:translateY(-2px);box-shadow:0 8px 24px #22c55e1a}.LocationModal-module__yElG_W__activeCard{border-color:#22c55e;background:#f0fdf4!important}.LocationModal-module__yElG_W__addressHeader{justify-content:space-between;align-items:center;display:flex}.LocationModal-module__yElG_W__addressTypeBadge{text-transform:uppercase;color:#475569;letter-spacing:.5px;background:#0f172a0d;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:800}.LocationModal-module__yElG_W__activeCard .LocationModal-module__yElG_W__addressTypeBadge{color:#15803d;background:#dcfce7}.LocationModal-module__yElG_W__selectedTick{color:#15803d;font-size:12px;font-weight:700}.LocationModal-module__yElG_W__addressDetails{color:#1e293b;font-size:14px;font-weight:600;line-height:1.4}.LocationModal-module__yElG_W__landmark{color:#64748b;font-size:12px}.LocationModal-module__yElG_W__receiver{color:#475569;font-size:12px;font-weight:600}.LocationModal-module__yElG_W__addNewBtn{color:#15803d;cursor:pointer;background:#f0fdf4;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:8px;font-size:15px;font-weight:750;transition:all .2s;display:flex}.LocationModal-module__yElG_W__addNewBtn:hover{color:#16a34a;background:#dcfce7;transform:translateY(-1px)}.LocationModal-module__yElG_W__addForm{flex-direction:column;max-height:80vh;display:flex}.LocationModal-module__yElG_W__formBody{flex-direction:column;gap:16px;padding:24px;display:flex;overflow-y:auto}.LocationModal-module__yElG_W__formBody h3{color:#0f172a;font-size:18px;font-weight:800}.LocationModal-module__yElG_W__errorText{color:#ef4444;background:#fef2f2;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600}.LocationModal-module__yElG_W__formGroup{flex-direction:column;gap:8px;display:flex}.LocationModal-module__yElG_W__formGroup label{color:#475569;font-size:13px;font-weight:700}.LocationModal-module__yElG_W__typeSelector{gap:8px;display:flex}.LocationModal-module__yElG_W__typeBtn{color:#64748b;cursor:pointer;background:0 0;border:1.5px solid #cbd5e1;border-radius:10px;flex:1;height:40px;font-size:14px;font-weight:700;transition:all .2s}.LocationModal-module__yElG_W__typeBtn:hover{color:#0f172a;border-color:#475569}.LocationModal-module__yElG_W__activeTypeBtn{background:#dcfce7;color:#15803d!important;border-color:#22c55e!important}.LocationModal-module__yElG_W__formGroup input{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;height:46px;padding:0 14px;font-size:14px;transition:all .2s}.LocationModal-module__yElG_W__formGroup input:focus{border-color:#22c55e;outline:none}.LocationModal-module__yElG_W__formActions{background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 20px 20px;gap:12px;padding:16px 24px;display:flex}.LocationModal-module__yElG_W__cancelBtn,.LocationModal-module__yElG_W__saveBtn{cursor:pointer;border-radius:12px;flex:1;height:48px;font-size:15px;font-weight:700;transition:all .2s}.LocationModal-module__yElG_W__cancelBtn{color:#64748b;background:0 0;border:1.5px solid #cbd5e1}.LocationModal-module__yElG_W__cancelBtn:hover{background:#0f172a0d}.LocationModal-module__yElG_W__saveBtn{color:#fff;background:#22c55e;border:none}.LocationModal-module__yElG_W__saveBtn:hover{background:#16a34a}
.Navbar-module__cJzEcG__header{color:#fff;z-index:999;background:#0f7643;align-items:center;height:80px;padding:0 24px;display:flex;position:sticky;top:0;left:0;right:0;box-shadow:0 4px 10px #0000000d}.Navbar-module__cJzEcG__headerContainer{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1280px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__leftSection{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__logo{cursor:pointer;align-items:center;gap:8px;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;width:auto;height:40px}.Navbar-module__cJzEcG__leafIcon{font-size:26px}.Navbar-module__cJzEcG__brandName{letter-spacing:-.5px;color:#fff;font-size:20px;font-weight:900}.Navbar-module__cJzEcG__deliverySection{cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;align-items:center;gap:12px;max-width:320px;padding:6px 14px;transition:all .2s;display:flex}.Navbar-module__cJzEcG__deliverySection:hover{background:#ffffff40;transform:translateY(-1px)}.Navbar-module__cJzEcG__etaBadge{border-right:1.5px solid #ffffff4d;flex-direction:column;flex-shrink:0;padding-right:12px;display:flex}.Navbar-module__cJzEcG__deliverLabel{text-transform:uppercase;color:#bbf7d0;letter-spacing:.8px;font-size:8px;font-weight:850}.Navbar-module__cJzEcG__etaText{color:#fff;font-size:15px;font-weight:900;line-height:1.2}.Navbar-module__cJzEcG__addressBox{align-items:center;gap:6px;min-width:0;display:flex}.Navbar-module__cJzEcG__addressText{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:12px;font-weight:700;overflow:hidden}.Navbar-module__cJzEcG__chevron{color:#bbf7d0;flex-shrink:0}.Navbar-module__cJzEcG__searchSection{flex:1;max-width:480px;display:flex}.Navbar-module__cJzEcG__searchBar{background:#fff;border-radius:8px;align-items:center;gap:10px;width:100%;height:44px;padding:0 14px;display:flex}.Navbar-module__cJzEcG__searchBar input{color:#1e293b;background:0 0;border:none;flex:1;font-size:14px}.Navbar-module__cJzEcG__searchBar input:focus{outline:none}.Navbar-module__cJzEcG__searchIcon{color:#64748b}.Navbar-module__cJzEcG__micIcon{color:#475569;cursor:pointer}.Navbar-module__cJzEcG__rightSection{align-items:center;gap:20px;display:flex}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:16px;display:flex}.Navbar-module__cJzEcG__navItem{color:#dcfce7;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:700;transition:all .2s;display:flex;position:relative}.Navbar-module__cJzEcG__navItem:hover{color:#fff}.Navbar-module__cJzEcG__activeNav{color:#fff!important}.Navbar-module__cJzEcG__activeDot{background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-4px}.Navbar-module__cJzEcG__cartIconWrapper{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__cartBadge{color:#fff;background:#f97316;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}.Navbar-module__cJzEcG__pulseCart{animation:1.4s ease-in-out infinite Navbar-module__cJzEcG__cartPulse}@keyframes Navbar-module__cJzEcG__cartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.Navbar-module__cJzEcG__iconSeparator{background:#fff3;width:1px;height:24px}.Navbar-module__cJzEcG__utilityActions{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__actionBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.Navbar-module__cJzEcG__actionBtn:hover{background:#ffffff40}.Navbar-module__cJzEcG__profileBtn,.Navbar-module__cJzEcG__cartNavBtn{box-shadow:0 2px 8px #0000000f;color:#16a34a!important;background:#fff!important;border-radius:20px!important;align-items:center!important;gap:8px!important;width:auto!important;height:38px!important;padding:0 16px!important;font-size:13px!important;font-weight:750!important;display:flex!important}.Navbar-module__cJzEcG__profileText,.Navbar-module__cJzEcG__cartNavText{color:#16a34a}.Navbar-module__cJzEcG__profileCircleBtn{transition:all .2s;box-shadow:0 2px 8px #0000000f;color:#16a34a!important;cursor:pointer!important;background:#fff!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;display:flex!important}.Navbar-module__cJzEcG__profileCircleBtn:hover{transform:translateY(-1px);background:#f0fdf4!important}.Navbar-module__cJzEcG__bellWrapper{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__bellBtn{color:#fff;cursor:pointer;background:#00000026;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .2s;display:flex;position:relative}.Navbar-module__cJzEcG__bellBtn:hover{background:#00000040}.Navbar-module__cJzEcG__bellBadge{color:#fff;background:#ef4444;border:1px solid #0f7643;border-radius:50%;justify-content:center;align-items:center;min-width:15px;height:15px;font-size:9px;font-weight:850;display:flex;position:absolute;top:-2px;right:-2px}.Navbar-module__cJzEcG__bottomTabBar{z-index:999;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-around;align-items:center;height:56px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000000d}.Navbar-module__cJzEcG__tabItem{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:100%;padding-bottom:2px;font-size:10px;font-weight:600;display:flex;position:relative}.Navbar-module__cJzEcG__indicatorLine{background:0 0;height:3px;position:absolute;top:0;left:20%;right:20%}.Navbar-module__cJzEcG__activeTab{color:#22c55e!important}.Navbar-module__cJzEcG__activeTab .Navbar-module__cJzEcG__indicatorLine{background:#22c55e}@media (max-width:992px){.Navbar-module__cJzEcG__brandName{display:none}}@media (max-width:768px){.Navbar-module__cJzEcG__header{height:auto;padding:10px 14px}.Navbar-module__cJzEcG__headerContainer{grid-template-columns:1fr auto;grid-template-areas:"address profile""search search";gap:12px 8px;display:grid}.Navbar-module__cJzEcG__leftSection,.Navbar-module__cJzEcG__logo{display:none}.Navbar-module__cJzEcG__deliverySection{background:0 0;border:none;flex-direction:column;grid-area:address;align-items:flex-start;gap:4px;max-width:100%;padding:0;display:flex}.Navbar-module__cJzEcG__etaBadge{border-right:none;flex-direction:column;align-items:flex-start;gap:2px;padding-right:0;display:flex}.Navbar-module__cJzEcG__deliverLabel{color:#fffc;letter-spacing:.5px;font-size:10px;font-weight:700}.Navbar-module__cJzEcG__etaText{color:#fff;margin:0;font-size:18px;font-weight:800;line-height:1.1}.Navbar-module__cJzEcG__addressBox{align-items:center;gap:4px;margin-top:4px;display:flex}.Navbar-module__cJzEcG__addressText{color:#fff;max-width:220px;font-size:12px;font-weight:650}.Navbar-module__cJzEcG__chevron{color:#fff!important}.Navbar-module__cJzEcG__searchSection{grid-area:search;width:100%;max-width:100%}.Navbar-module__cJzEcG__searchBar{border-radius:8px;height:38px;padding:0 10px}.Navbar-module__cJzEcG__rightSection{grid-area:profile;align-self:flex-start;align-items:center;gap:12px;margin-top:4px;display:flex!important}.Navbar-module__cJzEcG__desktopNav,.Navbar-module__cJzEcG__iconSeparator,.Navbar-module__cJzEcG__profileText,.Navbar-module__cJzEcG__cartNavText{display:none!important}.Navbar-module__cJzEcG__profileBtn,.Navbar-module__cJzEcG__cartNavBtn{border-radius:50%!important;justify-content:center!important;width:38px!important;padding:0!important}.Navbar-module__cJzEcG__bottomTabBar{display:flex}.Navbar-module__cJzEcG__headerActiveCategories .Navbar-module__cJzEcG__headerContainer{display:none!important}.Navbar-module__cJzEcG__headerActiveCategories .Navbar-module__cJzEcG__categoriesHeaderMobile{display:flex!important}.Navbar-module__cJzEcG__categoryDetailsHeader,.Navbar-module__cJzEcG__desktopOnly{display:none!important}}.Navbar-module__cJzEcG__categoriesHeaderMobile{color:#fff;align-items:center;gap:16px;width:100%;height:56px;padding:0 16px;display:none}.Navbar-module__cJzEcG__headerTitle{color:#fff;flex:1;margin:0;font-size:20px;font-weight:800}.Navbar-module__cJzEcG__backBtn{display:none!important}
.Footer-module__S6Hkya__footer{color:#475569;background:#fff;border-top:1px solid #f1f5f9;margin-top:auto;padding:36px 24px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Footer-module__S6Hkya__container{width:100%;max-width:1280px;margin:0 auto}.Footer-module__S6Hkya__appBrandedHeader{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-bottom:28px;display:flex}.Footer-module__S6Hkya__appBrandedTitle{color:#94a3b8;letter-spacing:.5px;margin:0;font-size:26px;font-weight:900}.Footer-module__S6Hkya__appBrandedSub{color:#cbd5e1;letter-spacing:2px;text-transform:lowercase;margin-top:8px;font-size:16px;font-weight:800}.Footer-module__S6Hkya__brandDivider{background-color:#f1f5f9;width:85%;height:1px;margin-top:24px}.Footer-module__S6Hkya__grid{grid-template-columns:4.5fr 7.5fr;gap:48px;margin-bottom:28px;display:grid}.Footer-module__S6Hkya__usefulLinksSection,.Footer-module__S6Hkya__categoriesSection{flex-direction:column;display:flex}.Footer-module__S6Hkya__sectionHeading{color:#0f172a;letter-spacing:-.2px;align-items:center;margin-bottom:24px;font-size:15px;font-weight:700;display:flex}.Footer-module__S6Hkya__seeAllGreen{color:#0c831f;cursor:pointer;text-transform:lowercase;background:0 0;border:none;margin-left:8px;padding:0;font-size:13px;font-weight:600;transition:opacity .15s}.Footer-module__S6Hkya__seeAllGreen:hover{opacity:.85;text-decoration:underline}.Footer-module__S6Hkya__linksSubGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Footer-module__S6Hkya__linkColumn{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__linkColumn a,.Footer-module__S6Hkya__linkColumn button{color:#64748b;text-align:left;cursor:pointer;background:0 0;border:none;width:fit-content;padding:0;font-size:13.5px;line-height:1.4;text-decoration:none;transition:all .15s ease-in-out}.Footer-module__S6Hkya__linkColumn a:hover,.Footer-module__S6Hkya__linkColumn button:hover{color:#0f172a;transform:translateY(-1px)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:16px 0;display:flex}.Footer-module__S6Hkya__copyright{color:#8c96a3;font-size:13px;font-weight:500}.Footer-module__S6Hkya__downloadAppsSection{align-items:center;gap:16px;display:flex}.Footer-module__S6Hkya__downloadLabel{color:#475569;font-size:13.5px;font-weight:700}.Footer-module__S6Hkya__appBadgeRow{gap:12px;display:flex}.Footer-module__S6Hkya__appBadge{cursor:pointer;background:#0f172a;border:1px solid #1e293b;border-radius:8px;align-items:center;gap:8px;padding:6px 14px;text-decoration:none;transition:all .2s ease-in-out;display:flex;color:#fff!important}.Footer-module__S6Hkya__appBadge:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1f}.Footer-module__S6Hkya__appBadge svg{color:#fff;flex-shrink:0}.Footer-module__S6Hkya__appBadgeText{flex-direction:column;line-height:1.2;display:flex}.Footer-module__S6Hkya__appBadgeSub{text-transform:uppercase;color:#94a3b8;letter-spacing:.2px;font-size:7px;font-weight:600}.Footer-module__S6Hkya__appBadgeTitle{color:#fff;font-size:12px;font-weight:700}.Footer-module__S6Hkya__socialBadgesRow{gap:12px;display:flex}.Footer-module__S6Hkya__blackSocialBtn{background:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s ease-in-out;display:flex;color:#fff!important}.Footer-module__S6Hkya__blackSocialBtn:hover{background:#334155;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Footer-module__S6Hkya__blackSocialBtn svg{color:#fff}.Footer-module__S6Hkya__disclaimerText{color:#94a3b8;text-align:justify;border-top:1px solid #f1f5f9;margin-top:8px;padding-top:24px;font-size:12px;line-height:1.8}@media (max-width:992px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.Footer-module__S6Hkya__footer{display:none!important}}
.AppDownloadModal-module__zvxOcq__overlay{-webkit-backdrop-filter:blur(8px);z-index:999999;background-color:#0009;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out AppDownloadModal-module__zvxOcq__fadeIn;display:flex;position:fixed;inset:0}.AppDownloadModal-module__zvxOcq__modalWrapper{flex-direction:column;width:100%;max-width:380px;display:flex;position:relative}.AppDownloadModal-module__zvxOcq__modalContainer{background:#fff;border-radius:24px;flex-direction:column;width:100%;animation:.3s cubic-bezier(.34,1.56,.64,1) AppDownloadModal-module__zvxOcq__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000040}.AppDownloadModal-module__zvxOcq__closeButton{color:#fff;cursor:pointer;z-index:1000000;background:#000000d9;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex;position:absolute;top:-56px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.AppDownloadModal-module__zvxOcq__closeButton:hover{background:#000;transform:translate(-50%)scale(1.05)}.AppDownloadModal-module__zvxOcq__bannerSection{background:linear-gradient(135deg,#fcd34d 0%,#f59e0b 100%);justify-content:center;align-items:flex-end;height:180px;display:flex;position:relative;overflow:hidden}.AppDownloadModal-module__zvxOcq__bannerImage{object-fit:contain;object-position:bottom;width:90%;height:100%;transform:translateY(10px)}.AppDownloadModal-module__zvxOcq__waveSeparator{color:#fff;fill:currentColor;width:100%;height:15px;position:absolute;bottom:0;left:0}.AppDownloadModal-module__zvxOcq__logoContainer{z-index:2;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;padding:6px;display:flex;position:absolute;bottom:-32px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0000001f}.AppDownloadModal-module__zvxOcq__logo{object-fit:contain;border-radius:10px;width:100%;height:100%}.AppDownloadModal-module__zvxOcq__contentSection{text-align:center;background:#fff;padding:48px 24px 28px}.AppDownloadModal-module__zvxOcq__subHeading{color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:13px;font-weight:600}.AppDownloadModal-module__zvxOcq__heading{color:#1f2937;margin-bottom:4px;font-size:24px;font-weight:800;line-height:1.25}.AppDownloadModal-module__zvxOcq__highlightText{color:#9ca3af;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;font-size:11px;font-weight:700}.AppDownloadModal-module__zvxOcq__downloadButton{color:#fff;cursor:pointer;background-color:#0c831f;border:none;border-radius:12px;width:100%;padding:15px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 12px #0c831f33}.AppDownloadModal-module__zvxOcq__downloadButton:hover{background-color:#0a6e1a;transform:translateY(-1px);box-shadow:0 6px 16px #0c831f4d}.AppDownloadModal-module__zvxOcq__continueButton{color:#0c831f;cursor:pointer;background:0 0;border:none;margin-top:14px;padding:4px 8px;font-size:14px;font-weight:600;transition:opacity .2s;display:inline-block}.AppDownloadModal-module__zvxOcq__continueButton:hover{opacity:.8;text-decoration:underline}@keyframes AppDownloadModal-module__zvxOcq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AppDownloadModal-module__zvxOcq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.SplashScreen-module__I3M2YW__splashOverlay{z-index:999999;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);justify-content:center;align-items:center;width:100vw;height:100vh;animation:.4s 2.7s forwards SplashScreen-module__I3M2YW__fadeOut;display:flex;position:fixed;top:0;left:0;overflow:hidden}.SplashScreen-module__I3M2YW__splashContent{flex-direction:column;justify-content:center;align-items:center;gap:28px;width:100%;max-width:480px;padding:24px;display:flex;transform:translateY(-8vh)}.SplashScreen-module__I3M2YW__logoContainer{background-color:#fff;border-radius:70px;justify-content:center;align-items:center;width:140px;height:140px;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards SplashScreen-module__I3M2YW__scaleUp;display:flex;transform:scale(.85);box-shadow:0 12px 30px #0000002e}.SplashScreen-module__I3M2YW__logoImage{object-fit:contain;width:100px;height:100px}.SplashScreen-module__I3M2YW__brandingContainer{text-align:center;flex-direction:column;align-items:center;width:100%;animation:.7s cubic-bezier(.16,1,.3,1) .2s both SplashScreen-module__I3M2YW__fadeInUp;display:flex}.SplashScreen-module__I3M2YW__brandTitle{color:#fff;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 8px #00000026;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:26px;font-weight:900}.SplashScreen-module__I3M2YW__divider{background:linear-gradient(90deg,#fbbf24 0%,#f59e0b 100%);border-radius:2px;width:50px;height:4px;margin:14px 0;box-shadow:0 1px 2px #0000001a}.SplashScreen-module__I3M2YW__tagline{color:#fef3c7;letter-spacing:.3px;text-shadow:0 1px 3px #0000001a;max-width:290px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13.5px;font-weight:600;line-height:1.6}@keyframes SplashScreen-module__I3M2YW__scaleUp{to{transform:scale(1)}}@keyframes SplashScreen-module__I3M2YW__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes SplashScreen-module__I3M2YW__fadeOut{to{opacity:0;visibility:hidden}}@media (max-width:480px){.SplashScreen-module__I3M2YW__splashContent{gap:20px;transform:translateY(-10vh)}.SplashScreen-module__I3M2YW__logoContainer{border-radius:60px;width:120px;height:120px}.SplashScreen-module__I3M2YW__logoImage{width:85px;height:85px}.SplashScreen-module__I3M2YW__brandTitle{letter-spacing:1.5px;font-size:22px}.SplashScreen-module__I3M2YW__divider{width:40px;height:3.5px;margin:10px 0}.SplashScreen-module__I3M2YW__tagline{max-width:250px;font-size:12px;line-height:1.5}}
