@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
.postDetailModal-module-scss-module__V3miea__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;position:fixed;top:0;left:0}@media (min-width:768px){.postDetailModal-module-scss-module__V3miea__modalOverlay{padding:40px}}.postDetailModal-module-scss-module__V3miea__modalContent{background:#fff;border-radius:0;width:100%;max-width:1000px;height:100%;max-height:100vh;animation:.3s ease-out postDetailModal-module-scss-module__V3miea__modalAppear;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.postDetailModal-module-scss-module__V3miea__modalContent{border-radius:24px;height:auto;max-height:90vh}}.postDetailModal-module-scss-module__V3miea__modalContent::-webkit-scrollbar{width:6px}.postDetailModal-module-scss-module__V3miea__modalContent::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}@keyframes postDetailModal-module-scss-module__V3miea__modalAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.postDetailModal-module-scss-module__V3miea__closeBtn{cursor:pointer;z-index:100;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 2px 10px #0000001a}@media (min-width:768px){.postDetailModal-module-scss-module__V3miea__closeBtn{width:40px;height:40px;font-size:24px;top:20px;right:20px}}.postDetailModal-module-scss-module__V3miea__closeBtn:hover{background:#fff;transform:rotate(90deg)}.postDetailModal-module-scss-module__V3miea__modalBody{flex-direction:column;display:flex}@media (min-width:768px){.postDetailModal-module-scss-module__V3miea__modalBody{grid-template-columns:1fr 1fr;display:grid}}.postDetailModal-module-scss-module__V3miea__imageSection{background:#f8f9fa;justify-content:center;align-items:center;height:300px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.postDetailModal-module-scss-module__V3miea__imageSection{height:auto;min-height:500px}}.postDetailModal-module-scss-module__V3miea__imageSection img{object-fit:cover;width:100%;height:100%}.postDetailModal-module-scss-module__V3miea__imageSection .postDetailModal-module-scss-module__V3miea__placeholder{color:#adb5bd;flex-direction:column;align-items:center;gap:10px;display:flex}.postDetailModal-module-scss-module__V3miea__imageSection .postDetailModal-module-scss-module__V3miea__placeholder svg{width:48px;height:48px}@media (min-width:768px){.postDetailModal-module-scss-module__V3miea__imageSection .postDetailModal-module-scss-module__V3miea__placeholder svg{width:64px;height:64px}}.postDetailModal-module-scss-module__V3miea__infoSection{flex-direction:column;gap:25px;padding:40px;display:flex}@media (max-width:768px){.postDetailModal-module-scss-module__V3miea__infoSection{gap:20px;padding:20px}}.postDetailModal-module-scss-module__V3miea__header .postDetailModal-module-scss-module__V3miea__badges{gap:10px;margin-bottom:15px;display:flex}.postDetailModal-module-scss-module__V3miea__header .postDetailModal-module-scss-module__V3miea__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}.postDetailModal-module-scss-module__V3miea__header .postDetailModal-module-scss-module__V3miea__caseStatus{color:#0288d1;background:#e1f5fe}.postDetailModal-module-scss-module__V3miea__header .postDetailModal-module-scss-module__V3miea__postType{color:#7b1fa2;background:#f3e5f5}.postDetailModal-module-scss-module__V3miea__header h2{color:#1a1a1a;flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:32px;display:flex}@media (max-width:768px){.postDetailModal-module-scss-module__V3miea__header h2{font-size:24px}}.postDetailModal-module-scss-module__V3miea__header h2 .postDetailModal-module-scss-module__V3miea__age{color:#666;font-size:18px;font-weight:400}.postDetailModal-module-scss-module__V3miea__header h2 .postDetailModal-module-scss-module__V3miea__verifiedIcon{width:24px;height:24px}.postDetailModal-module-scss-module__V3miea__header .postDetailModal-module-scss-module__V3miea__timeAgo{color:#999;margin-top:5px;font-size:14px}.postDetailModal-module-scss-module__V3miea__detailsGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:480px){.postDetailModal-module-scss-module__V3miea__detailsGrid{grid-template-columns:1fr}}.postDetailModal-module-scss-module__V3miea__detailItem{flex-direction:column;gap:4px;display:flex}.postDetailModal-module-scss-module__V3miea__detailItem label{color:#999;text-transform:uppercase;font-size:12px;font-weight:600}.postDetailModal-module-scss-module__V3miea__detailItem span{color:#333;word-break:break-word;font-size:16px;font-weight:500}.postDetailModal-module-scss-module__V3miea__section h3{color:#111;border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:8px;font-size:16px}.postDetailModal-module-scss-module__V3miea__contactBox{background:#f8f9fa;border:1px solid #eee;border-radius:12px;padding:20px}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactInfo{margin-bottom:15px}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactInfo .postDetailModal-module-scss-module__V3miea__name{font-size:18px;font-weight:600;display:block}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactInfo .postDetailModal-module-scss-module__V3miea__relation{color:#666;font-size:14px}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions{gap:10px;display:flex}@media (max-width:480px){.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions{flex-direction:column}}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions a{text-align:center;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions a:hover{opacity:.9;transform:translateY(-2px)}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions a:active{transform:translateY(0)}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions .postDetailModal-module-scss-module__V3miea__callBtn{color:#fff;background:#27ae60}.postDetailModal-module-scss-module__V3miea__contactBox .postDetailModal-module-scss-module__V3miea__contactActions .postDetailModal-module-scss-module__V3miea__chatBtn{color:#fff;background:#2d8df5}.postDetailModal-module-scss-module__V3miea__actionButtons{gap:10px;margin-bottom:20px;display:flex}.postDetailModal-module-scss-module__V3miea__actionButtons button{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.postDetailModal-module-scss-module__V3miea__actionButtons .postDetailModal-module-scss-module__V3miea__editBtn{color:#333;background:#f0f0f0}.postDetailModal-module-scss-module__V3miea__actionButtons .postDetailModal-module-scss-module__V3miea__editBtn:hover{background:#e0e0e0}.postDetailModal-module-scss-module__V3miea__actionButtons .postDetailModal-module-scss-module__V3miea__deleteBtn{color:#e74c3c;background:#fff0f0}.postDetailModal-module-scss-module__V3miea__actionButtons .postDetailModal-module-scss-module__V3miea__deleteBtn:hover{background:#ffe0e0}.postDetailModal-module-scss-module__V3miea__editWrapper{width:100%;padding:60px 20px 20px;position:relative}.postDetailModal-module-scss-module__V3miea__editWrapper .createPostSection{width:100%!important;box-shadow:none!important;background:0 0!important;margin:0!important;padding:0!important}.postDetailModal-module-scss-module__V3miea__editWrapper .postDetailModal-module-scss-module__V3miea__cancelEditBtn{cursor:pointer;z-index:10;background:#f0f0f0;border:1px solid #ddd;border-radius:8px;padding:8px 16px;font-weight:600;position:absolute;top:20px;left:20px}.postDetailModal-module-scss-module__V3miea__editWrapper .postDetailModal-module-scss-module__V3miea__cancelEditBtn:hover{background:#e0e0e0}
.createPost-module-scss-module__rVTctG__createPostSection{width:min(1200px,100% - 28px);margin:0 auto;padding:28px 0 64px}.createPost-module-scss-module__rVTctG__heroCopy{text-align:center;margin-bottom:22px}.createPost-module-scss-module__rVTctG__kicker,.createPost-module-scss-module__rVTctG__stepEyebrow{color:#163300;background:#9ee77029;border:1px solid #9ee7704d;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:36px;padding:8px 14px;font-size:.84rem;font-weight:700;display:inline-flex}.createPost-module-scss-module__rVTctG__heading{color:#102400;margin:18px 0 10px;font-size:clamp(2.1rem,4vw,3.8rem);line-height:.98}.createPost-module-scss-module__rVTctG__title{color:#163300b8;max-width:60ch;margin:0 auto;font-size:1rem;line-height:1.72}.createPost-module-scss-module__rVTctG__createPost{background:radial-gradient(circle at 100% 0,#9ee7702e,#0000 30%),linear-gradient(#fffffff5,#f4f9eef5);border:1px solid #1633001a;border-radius:34px;overflow:hidden;box-shadow:0 28px 80px #16330014}.createPost-module-scss-module__rVTctG__stepSummary{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;padding:30px 34px 18px;display:grid}.createPost-module-scss-module__rVTctG__stepSummary h2{color:#102400;margin:14px 0 0;font-size:clamp(1.5rem,2.4vw,2.2rem)}.createPost-module-scss-module__rVTctG__stepSummary p{color:#163300a8;align-self:end;margin:0;line-height:1.7}.createPost-module-scss-module__rVTctG__stepperDiv{padding:0 34px 14px}.createPost-module-scss-module__rVTctG__stepper{align-items:center;gap:10px;display:flex}.createPost-module-scss-module__rVTctG__step{background:#fff;border:2px solid #1633001f;border-radius:50%;flex-shrink:0;width:18px;height:18px}.createPost-module-scss-module__rVTctG__step.createPost-module-scss-module__rVTctG__active{background:#9ee770;border-color:#9ee770;box-shadow:0 0 0 6px #9ee77024}.createPost-module-scss-module__rVTctG__line{background:linear-gradient(90deg,#9ee770cc,#16330014);flex:1;height:2px}.createPost-module-scss-module__rVTctG__createPost h5{color:#102400;margin:0;padding:0 34px;font-size:1.25rem}.createPost-module-scss-module__rVTctG__btnDiv{justify-content:flex-end;gap:12px;padding:0 34px 30px;display:flex}.createPost-module-scss-module__rVTctG__btnDiv button{cursor:pointer;border:none;border-radius:999px;min-height:52px;padding:0 24px;font-size:.95rem;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}.createPost-module-scss-module__rVTctG__secondaryBtn{color:#163300;background:#16330014}.createPost-module-scss-module__rVTctG__greenbtn{color:#163300;background:linear-gradient(135deg,#9ee770,#c8f4a6);box-shadow:0 18px 32px #9ee77047}.createPost-module-scss-module__rVTctG__btnDiv button:hover{transform:translateY(-1px)}.createPost-module-scss-module__rVTctG__mobileTopBar{display:none}@media (max-width:900px){.createPost-module-scss-module__rVTctG__createPostSection{width:min(100%,100% - 16px);padding:10px 0 48px}.createPost-module-scss-module__rVTctG__mobileTopBar{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #16330014;border-radius:18px;align-items:center;gap:10px;margin-bottom:14px;padding:12px 14px;transition:transform .3s;display:flex;position:sticky;top:0}.createPost-module-scss-module__rVTctG__mobileTopBarVisible{transform:translateY(0)}.createPost-module-scss-module__rVTctG__mobileTopBarHidden{transform:translateY(-120%)}.createPost-module-scss-module__rVTctG__mobileBackBtn{color:#163300;background:#fff;border:1px solid #1633001f;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.createPost-module-scss-module__rVTctG__mobileBarTitle{color:#163300;font-weight:700}.createPost-module-scss-module__rVTctG__heading{font-size:2rem}.createPost-module-scss-module__rVTctG__title{padding:0 8px;font-size:.94rem}.createPost-module-scss-module__rVTctG__createPost{border-radius:24px}.createPost-module-scss-module__rVTctG__stepSummary,.createPost-module-scss-module__rVTctG__stepperDiv,.createPost-module-scss-module__rVTctG__btnDiv{padding-left:16px;padding-right:16px}.createPost-module-scss-module__rVTctG__createPost h5{padding-left:16px;padding-right:16px}.createPost-module-scss-module__rVTctG__stepSummary{grid-template-columns:1fr;padding-top:20px}.createPost-module-scss-module__rVTctG__stepSummary h2{font-size:1.45rem}.createPost-module-scss-module__rVTctG__stepperDiv{padding-bottom:10px}.createPost-module-scss-module__rVTctG__btnDiv{flex-direction:column-reverse;padding-bottom:20px}.createPost-module-scss-module__rVTctG__btnDiv button{width:100%}}
.missingform-module-scss-module__ThF1yG__formDiv{width:calc(100% - 68px);margin:0 auto;padding:22px 0 10px}.missingform-module-scss-module__ThF1yG__alertHeading,.missingform-module-scss-module__ThF1yG__placeHolder,.missingform-module-scss-module__ThF1yG__gender{color:#163300;font-weight:800}.missingform-module-scss-module__ThF1yG__alertHeading{margin:0;font-size:.94rem}.missingform-module-scss-module__ThF1yG__options,.missingform-module-scss-module__ThF1yG__skin,.missingform-module-scss-module__ThF1yG__genderDiv{flex-wrap:wrap;gap:10px;display:flex}.missingform-module-scss-module__ThF1yG__options{margin-top:12px}.missingform-module-scss-module__ThF1yG__options button,.missingform-module-scss-module__ThF1yG__genderDiv button,.missingform-module-scss-module__ThF1yG__skin button{color:#163300b3;cursor:pointer;background:#ffffffe0;border:1px solid #1633001a;border-radius:999px;min-height:44px;padding:10px 16px;font-size:.92rem;font-weight:700;transition:transform .2s,background .2s,border-color .2s}.missingform-module-scss-module__ThF1yG__options button:hover,.missingform-module-scss-module__ThF1yG__genderDiv button:hover,.missingform-module-scss-module__ThF1yG__skin button:hover{color:#163300;background:#9ee77029;border-color:#9ee770a8;transform:translateY(-1px)}.missingform-module-scss-module__ThF1yG__options .missingform-module-scss-module__ThF1yG__active,.missingform-module-scss-module__ThF1yG__genderDiv .missingform-module-scss-module__ThF1yG__active,.missingform-module-scss-module__ThF1yG__skin .missingform-module-scss-module__ThF1yG__active{color:#163300;background:linear-gradient(135deg,#9ee77038,#ffffffeb);border-color:#9ee770cc}.missingform-module-scss-module__ThF1yG__hrTag{border:none;border-top:1px solid #16330014;margin:26px 0 0}.missingform-module-scss-module__ThF1yG__formsection{grid-template-columns:minmax(0,1fr) minmax(320px,.76fr);gap:24px;margin-top:18px;display:grid}.missingform-module-scss-module__ThF1yG__placeHolder{margin:8px 0;font-size:.92rem}.missingform-module-scss-module__ThF1yG__placeHolder span{color:#16330085;margin-left:4px;font-size:.78rem;font-weight:500}.missingform-module-scss-module__ThF1yG__inputDiv{gap:12px;display:grid}.missingform-module-scss-module__ThF1yG__input{background:#ffffffe0;border:1px solid #1633001f;border-radius:18px;align-items:center;min-height:56px;padding:0 16px;display:flex}.missingform-module-scss-module__ThF1yG__input input,.missingform-module-scss-module__ThF1yG__input select{color:#163300;background:0 0;border:none;outline:none;width:100%;font-size:.98rem}.missingform-module-scss-module__ThF1yG__input input::placeholder{color:#16330070}.missingform-module-scss-module__ThF1yG__margin{margin:0}.missingform-module-scss-module__ThF1yG__genderDiv{align-items:center;margin-top:2px}.missingform-module-scss-module__ThF1yG__gender{margin:0;font-size:.92rem}.missingform-module-scss-module__ThF1yG__uploadDiv{display:flex}.missingform-module-scss-module__ThF1yG__uploadBox{cursor:pointer;background:radial-gradient(circle at top,#9ee7702e,#0000 36%),#fffc;border:1px solid #1633001a;border-radius:28px;width:100%;min-height:360px;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff6}.missingform-module-scss-module__ThF1yG__corner{opacity:.9;border:3px solid #9ee770;width:56px;height:56px;position:absolute}.missingform-module-scss-module__ThF1yG__topLeft{border-bottom:none;border-right:none;border-top-left-radius:22px;top:14px;left:14px}.missingform-module-scss-module__ThF1yG__topRight{border-bottom:none;border-left:none;border-top-right-radius:22px;top:14px;right:14px}.missingform-module-scss-module__ThF1yG__bottomLeft{border-top:none;border-right:none;border-bottom-left-radius:22px;bottom:14px;left:14px}.missingform-module-scss-module__ThF1yG__bottomRight{border-top:none;border-left:none;border-bottom-right-radius:22px;bottom:14px;right:14px}.missingform-module-scss-module__ThF1yG__content{text-align:center;color:#163300;background:linear-gradient(#9ee77024,#ffffffe6);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:18px}.missingform-module-scss-module__ThF1yG__content p{margin:0;line-height:1.6}.missingform-module-scss-module__ThF1yG__plus{background:#ffffffe6;border:1px solid #1633001f;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;font-size:1.9rem;display:flex}.missingform-module-scss-module__ThF1yG__previewImage{object-fit:cover;border-radius:18px;width:100%;height:100%}@media (max-width:900px){.missingform-module-scss-module__ThF1yG__formDiv{width:calc(100% - 32px);padding-top:18px}.missingform-module-scss-module__ThF1yG__options,.missingform-module-scss-module__ThF1yG__skin{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.missingform-module-scss-module__ThF1yG__options::-webkit-scrollbar{display:none}.missingform-module-scss-module__ThF1yG__skin::-webkit-scrollbar{display:none}.missingform-module-scss-module__ThF1yG__options button,.missingform-module-scss-module__ThF1yG__skin button{white-space:nowrap}.missingform-module-scss-module__ThF1yG__formsection{grid-template-columns:1fr}.missingform-module-scss-module__ThF1yG__uploadBox{min-height:280px}.missingform-module-scss-module__ThF1yG__genderDiv{flex-wrap:wrap}}
.lastSeenForn-module-scss-module__6vOqyW__lastDetailDiv{width:calc(100% - 68px);margin:0 auto;padding:22px 0 10px}.lastSeenForn-module-scss-module__6vOqyW__fetchState{text-align:center;color:#1d4ed8;margin:10px auto 0;font-size:.82rem;font-weight:700;display:block}.lastSeenForn-module-scss-module__6vOqyW__errorState{color:#dc2626;background:#fef2f2e6;border:1px solid #dc262633;border-radius:999px;align-items:center;gap:10px;width:fit-content;max-width:calc(100% - 68px);margin:10px auto 0;padding:10px 14px;font-size:.82rem;font-weight:600;display:flex}.lastSeenForn-module-scss-module__6vOqyW__retryBtn,.lastSeenForn-module-scss-module__6vOqyW__locationBtn{cursor:pointer;border:none}.lastSeenForn-module-scss-module__6vOqyW__retryBtn{color:#163300;background:#9ee770;border-radius:999px;min-height:32px;padding:0 12px;font-weight:800}.lastSeenForn-module-scss-module__6vOqyW__sectionLabel{color:#163300;flex-wrap:wrap;align-items:center;gap:8px;margin:10px 0;font-size:.92rem;font-weight:800;display:flex}.lastSeenForn-module-scss-module__6vOqyW__metaText{color:#16330085;font-size:.78rem;font-weight:500}.lastSeenForn-module-scss-module__6vOqyW__locationBtn{background:#9ee7702e;border-radius:50%;width:36px;height:36px;font-size:1rem}.lastSeenForn-module-scss-module__6vOqyW__locationBtn:disabled{opacity:.5;cursor:not-allowed}.lastSeenForn-module-scss-module__6vOqyW__hrTag{background:#16330014;border:none;height:1px;margin:26px 0 0}.lastSeenForn-module-scss-module__6vOqyW__lastInputDiv{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 14px;display:grid}.lastSeenForn-module-scss-module__6vOqyW__lastinput,.lastSeenForn-module-scss-module__6vOqyW__textarealastinput{background:#ffffffe0;border:1px solid #1633001f;border-radius:18px;align-items:center;min-height:56px;padding:0 16px;display:flex}.lastSeenForn-module-scss-module__6vOqyW__lastinput input,.lastSeenForn-module-scss-module__6vOqyW__textarealastinput textarea{color:#163300;background:0 0;border:none;outline:none;width:100%;font-size:.98rem}.lastSeenForn-module-scss-module__6vOqyW__lastinput input::placeholder,.lastSeenForn-module-scss-module__6vOqyW__textarealastinput textarea::placeholder{color:#16330070}@media (max-width:900px){.lastSeenForn-module-scss-module__6vOqyW__lastDetailDiv{width:calc(100% - 32px);padding-top:18px}.lastSeenForn-module-scss-module__6vOqyW__errorState{border-radius:18px;align-items:flex-start;max-width:calc(100% - 32px)}.lastSeenForn-module-scss-module__6vOqyW__lastInputDiv{grid-template-columns:1fr}}
.contactForm-module-scss-module__PxPf9W__heading{color:#102400;margin:0;padding:0 34px;font-weight:800}.contactForm-module-scss-module__PxPf9W__contactDiv{width:calc(100% - 68px);margin:0 auto;padding:22px 0 10px}.contactForm-module-scss-module__PxPf9W__contactInputDiv{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contactForm-module-scss-module__PxPf9W__contactInput,.contactForm-module-scss-module__PxPf9W__halfInput{background:#ffffffe0;border:1px solid #1633001f;border-radius:18px;align-items:center;min-height:56px;padding:0 16px;display:flex}.contactForm-module-scss-module__PxPf9W__contactInput input,.contactForm-module-scss-module__PxPf9W__halfInput select{color:#163300;background:0 0;border:none;outline:none;width:100%;font-size:.98rem}.contactForm-module-scss-module__PxPf9W__contactInput input::placeholder{color:#16330070}.contactForm-module-scss-module__PxPf9W__phoneInputWrapper{flex-direction:column;gap:6px;display:flex}.contactForm-module-scss-module__PxPf9W__inputError{background:#fef2f2e6;border-color:#dc262680}.contactForm-module-scss-module__PxPf9W__phonePrefix,.contactForm-module-scss-module__PxPf9W__phoneSeparator{color:#1633008f;font-weight:700}.contactForm-module-scss-module__PxPf9W__phonePrefix{margin-right:6px}.contactForm-module-scss-module__PxPf9W__phoneSeparator{margin-right:10px}.contactForm-module-scss-module__PxPf9W__errorText{color:#dc2626;margin:0 0 0 4px;font-size:.78rem;font-weight:600}.contactForm-module-scss-module__PxPf9W__halfInput{width:min(360px,100%);margin-top:14px}.contactForm-module-scss-module__PxPf9W__placeHolder{color:#163300;margin:22px 0 10px;font-size:.92rem;font-weight:800}.contactForm-module-scss-module__PxPf9W__helpDiv{flex-wrap:wrap;gap:10px;display:flex}.contactForm-module-scss-module__PxPf9W__helpDiv button{color:#163300b8;cursor:pointer;background:#ffffffe0;border:1px solid #1633001a;border-radius:999px;min-height:44px;padding:10px 16px;font-size:.92rem;font-weight:700;transition:transform .2s,border-color .2s,background .2s}.contactForm-module-scss-module__PxPf9W__helpDiv button:hover{color:#163300;background:#9ee77029;border-color:#9ee7709e;transform:translateY(-1px)}.contactForm-module-scss-module__PxPf9W__helpDiv .contactForm-module-scss-module__PxPf9W__active{color:#163300;background:linear-gradient(135deg,#9ee77038,#ffffffeb);border-color:#9ee770cc}.contactForm-module-scss-module__PxPf9W__confirmCheck{color:#163300b8;cursor:pointer;background:#ffffffb8;border:1px solid #16330014;border-radius:20px;align-items:flex-start;gap:12px;margin:22px 0 8px;padding:18px;font-size:.92rem;line-height:1.6;display:flex}.contactForm-module-scss-module__PxPf9W__confirmCheck input[type=checkbox]{accent-color:#9ee770;flex-shrink:0;width:18px;height:18px;margin-top:2px}.contactForm-module-scss-module__PxPf9W__hrTag{border:none;border-top:1px solid #16330014;margin:26px 0 0}@media (max-width:900px){.contactForm-module-scss-module__PxPf9W__heading{padding-inline:16px}.contactForm-module-scss-module__PxPf9W__contactDiv{width:calc(100% - 32px);padding-top:18px}.contactForm-module-scss-module__PxPf9W__contactInputDiv{grid-template-columns:1fr}.contactForm-module-scss-module__PxPf9W__halfInput{width:100%}.contactForm-module-scss-module__PxPf9W__helpDiv{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.contactForm-module-scss-module__PxPf9W__helpDiv::-webkit-scrollbar{display:none}.contactForm-module-scss-module__PxPf9W__helpDiv button{white-space:nowrap}}
.reviewPost-module-scss-module__29jynq__alertTypeBanner{background:#fffc;border:1px solid;border-radius:999px;align-items:center;gap:10px;margin:22px 34px 0;padding:12px 16px;font-size:.92rem;font-weight:700;display:inline-flex}.reviewPost-module-scss-module__29jynq__alertTypeIcon{font-size:1.2rem}.reviewPost-module-scss-module__29jynq__cardDiv{width:calc(100% - 68px);margin:16px auto 0;padding:0 0 26px}.reviewPost-module-scss-module__29jynq__reviewHeader{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:18px;padding-bottom:18px;display:grid}.reviewPost-module-scss-module__29jynq__reviewEyebrow{color:#163300;background:#9ee77029;border:1px solid #9ee7704d;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;padding:7px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.reviewPost-module-scss-module__29jynq__reviewHeader h3{color:#102400;margin:14px 0 0;font-size:1.55rem}.reviewPost-module-scss-module__29jynq__reviewHeader p{color:#163300a8;align-self:end;margin:0;line-height:1.7}.reviewPost-module-scss-module__29jynq__card{background:#ffffffe0;border:1px solid #16330014;border-radius:30px;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:26px;padding:24px;display:grid;box-shadow:0 22px 60px #16330012}.reviewPost-module-scss-module__29jynq__imgdiv{width:100%}.reviewPost-module-scss-module__29jynq__thumbnailImg{object-fit:cover;cursor:pointer;border-radius:24px;width:100%;height:360px}.reviewPost-module-scss-module__29jynq__content{gap:10px;display:grid}.reviewPost-module-scss-module__29jynq__content h3{color:#102400;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:1.8rem;display:flex}.reviewPost-module-scss-module__29jynq__ageSuffix{color:#163300cc;font-size:1.1rem}.reviewPost-module-scss-module__29jynq__verified{width:20px;height:20px;display:inline-flex}.reviewPost-module-scss-module__29jynq__verified img{width:100%;height:100%}.reviewPost-module-scss-module__29jynq__gender{color:#163300b8;margin:0;font-weight:700}.reviewPost-module-scss-module__29jynq__content p{color:#163300;margin:0;line-height:1.65}.reviewPost-module-scss-module__29jynq__content p span{color:#1633007a}.reviewPost-module-scss-module__29jynq__timeAgo{color:#163300;background:#9ee7701f;border-radius:999px;width:fit-content;margin-top:2px;padding:8px 12px;font-weight:700;display:inline-flex}.reviewPost-module-scss-module__29jynq__hrTag{border:none;border-top:1px solid #16330014;margin:22px 0}.reviewPost-module-scss-module__29jynq__contactDiv h3{color:#102400;margin:0 0 14px;font-size:1.2rem}.reviewPost-module-scss-module__29jynq__contactGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.reviewPost-module-scss-module__29jynq__data{background:#ffffffbd;border:1px solid #16330014;border-radius:20px;padding:18px}.reviewPost-module-scss-module__29jynq__data span{color:#1633007a;margin-bottom:6px;font-size:.82rem;font-weight:600;display:block}.reviewPost-module-scss-module__29jynq__data p{color:#102400;margin:0;font-weight:700;line-height:1.55}.reviewPost-module-scss-module__29jynq__redAlert{color:#b00020;text-align:center;background:#fcf2f4f5;border:1px solid #f8909880;border-radius:20px;justify-content:center;align-items:center;gap:10px;width:min(100%,760px);margin:0 auto;padding:14px 18px;line-height:1.6;display:flex}.reviewPost-module-scss-module__29jynq__redAlert img{width:16px;height:16px}.reviewPost-module-scss-module__29jynq__btnRow{justify-content:center;padding-top:20px;display:flex}.reviewPost-module-scss-module__29jynq__postBtn{color:#163300;cursor:pointer;background:linear-gradient(135deg,#9ee770,#c6f4a4);border:none;border-radius:999px;min-height:54px;padding:0 28px;font-size:1rem;font-weight:800;box-shadow:0 18px 32px #9ee77047}.reviewPost-module-scss-module__29jynq__imageModal{z-index:1000;background:#081402d1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.reviewPost-module-scss-module__29jynq__modalContent{max-width:min(820px,100%);max-height:90vh;position:relative}.reviewPost-module-scss-module__29jynq__modalContent img{object-fit:contain;border-radius:20px;max-width:100%;max-height:90vh}.reviewPost-module-scss-module__29jynq__closeBtn{cursor:pointer;background:#fff;border:none;border-radius:50%;width:38px;height:38px;position:absolute;top:-44px;right:0}@media (max-width:900px){.reviewPost-module-scss-module__29jynq__alertTypeBanner,.reviewPost-module-scss-module__29jynq__cardDiv{width:calc(100% - 32px);margin-left:16px;margin-right:16px}.reviewPost-module-scss-module__29jynq__alertTypeBanner{margin-top:18px}.reviewPost-module-scss-module__29jynq__reviewHeader,.reviewPost-module-scss-module__29jynq__card,.reviewPost-module-scss-module__29jynq__contactGrid{grid-template-columns:1fr}.reviewPost-module-scss-module__29jynq__card{border-radius:22px;padding:16px}.reviewPost-module-scss-module__29jynq__thumbnailImg{height:280px}.reviewPost-module-scss-module__29jynq__content h3{font-size:1.45rem}}
.alertPostSection-module-scss-module__2yGjMG__alertSection{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:25px;display:flex}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__circleImg{background:linear-gradient(139.55deg,#76b74e 16.56%,#058931 89.46%);border-radius:50%;width:110px;height:110px}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__circleImg img{border-radius:50%;width:100%;height:100%}.alertPostSection-module-scss-module__2yGjMG__alertSection h4{color:#141219;margin:10px 0 5px;font-size:16px;font-weight:500}.alertPostSection-module-scss-module__2yGjMG__alertSection p{color:#686868;margin:0 0 10px;font-size:14px;font-weight:400}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__btndiv{gap:20px;margin:15px 0 25px;display:flex}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__btndiv button{color:#163300;cursor:pointer;background-color:#0000;border:1px solid #9ee770;border-radius:20px;padding:12px 20px;font-weight:600}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__btndiv button:hover{background-color:#9ee770}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__btndiv .alertPostSection-module-scss-module__2yGjMG__active{background:#9ee770}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__sharePanel{text-align:center;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:12px;width:100%;max-width:400px;margin-top:10px;padding:16px}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__shareButtons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__shareBtn{color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__shareBtn:hover{opacity:.85}@media (max-width:900px){.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__circleImg{width:70px;height:70px}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__btndiv{flex-direction:column;width:96%}.alertPostSection-module-scss-module__2yGjMG__alertSection .alertPostSection-module-scss-module__2yGjMG__btndiv button{width:100%}}
.footer-module-scss-module__f4C9_W__footer{width:100%;margin-top:40px;padding:32px 0 40px;font-family:Outfit,sans-serif}.footer-module-scss-module__f4C9_W__container{color:#c7cec5;background:radial-gradient(circle at 100% 0,#9ee77024,#0000 26%),linear-gradient(#10130f 0%,#141915 100%);border-radius:34px;width:min(1280px,92vw);margin:0 auto;padding:34px 34px 22px;box-shadow:0 24px 50px #0c110a2e}.footer-module-scss-module__f4C9_W__footerTop{grid-template-columns:minmax(0,1fr) minmax(220px,.75fr) minmax(280px,.9fr);align-items:start;gap:30px;display:grid}.footer-module-scss-module__f4C9_W__brandColumn,.footer-module-scss-module__f4C9_W__linkColumn,.footer-module-scss-module__f4C9_W__ctaColumn{flex-direction:column;display:flex}.footer-module-scss-module__f4C9_W__footerLogo{color:#9ee770;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.footer-module-scss-module__f4C9_W__logoBadge{color:#dff6ca;letter-spacing:.08em;background:#9ee77024;border:1px solid #9ee7702e;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:800;display:inline-flex}.footer-module-scss-module__f4C9_W__logoSvg{width:auto;height:28px}.footer-module-scss-module__f4C9_W__brandText{color:#9ba39a;max-width:420px;margin:16px 0 0;font-size:15px;line-height:1.7}.footer-module-scss-module__f4C9_W__columnLabel{color:#dce8d4;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700}.footer-module-scss-module__f4C9_W__footerLinks{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin-top:18px;display:grid}.footer-module-scss-module__f4C9_W__footerLinks a{color:#b0b7b1;font-size:15px;text-decoration:none;transition:color .2s,transform .2s}.footer-module-scss-module__f4C9_W__footerLinks a:hover{color:#9ee770;transform:translate(2px)}.footer-module-scss-module__f4C9_W__joinText{color:#fff;margin:14px 0 6px;font-size:22px;font-weight:600;line-height:1.2}.footer-module-scss-module__f4C9_W__subText{color:#9ba39a;margin:0;font-size:15px;line-height:1.7}.footer-module-scss-module__f4C9_W__contactBtn{color:#111;background:#9ee770;border:none;border-radius:999px;min-height:50px;margin-top:18px;padding:0 22px;font-size:15px;font-weight:700}.footer-module-scss-module__f4C9_W__storeBtns{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.footer-module-scss-module__f4C9_W__storeBtn{color:#f5f7f3;background:#ffffff0a;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-size:14px;font-weight:500;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.footer-module-scss-module__f4C9_W__storeBtn:hover{background:#9ee77014;border-color:#9ee7705c;transform:translateY(-1px)}.footer-module-scss-module__f4C9_W__footerBottom{border-top:1px solid #ffffff14;margin-top:28px;padding-top:18px}.footer-module-scss-module__f4C9_W__footerBottom p{color:#808983;margin:0;font-size:13px;line-height:1.6}@media (max-width:980px){.footer-module-scss-module__f4C9_W__footerTop{grid-template-columns:1fr}.footer-module-scss-module__f4C9_W__brandText{max-width:none}}@media (max-width:640px){.footer-module-scss-module__f4C9_W__container{border-radius:28px;width:94vw;padding:26px 20px 18px}.footer-module-scss-module__f4C9_W__footerLinks{grid-template-columns:1fr}.footer-module-scss-module__f4C9_W__storeBtns{flex-direction:column}.footer-module-scss-module__f4C9_W__storeBtn{justify-content:center}}
.bannerSection-module-scss-module__i0ay-W__bannerSection{width:100%;padding:28px 0 36px;position:relative;overflow:hidden}.bannerSection-module-scss-module__i0ay-W__bannerSection:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 35% 58%,#9ee7702e,#0000 30%),linear-gradient(90deg,#f8f9f6 0%,#eff5e9f0 52%,#f6f7f5 100%);height:78%;position:absolute;inset:4% 0 auto}.bannerSection-module-scss-module__i0ay-W__bannerShell{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:28px;width:min(1280px,90vw);min-height:720px;margin:0 auto;display:grid;position:relative}.bannerSection-module-scss-module__i0ay-W__bannerDiv{flex-direction:column;align-items:flex-start;gap:22px;padding:48px 0;display:flex}.bannerSection-module-scss-module__i0ay-W__eyebrow{color:#214b00;letter-spacing:.08em;text-transform:uppercase;background:#9ee7702e;border:1px solid #9ee7708f;border-radius:999px;align-items:center;padding:10px 18px;font-size:14px;font-weight:600;display:inline-flex}.bannerSection-module-scss-module__i0ay-W__heading{color:#08090d;letter-spacing:-.05em;margin:0;font-size:clamp(46px,6.8vw,88px);font-weight:700;line-height:.98}.bannerSection-module-scss-module__i0ay-W__para{color:#555;max-width:720px;margin:0;font-size:clamp(18px,2vw,26px);font-weight:400;line-height:1.5}.bannerSection-module-scss-module__i0ay-W__greenContent{cursor:pointer;background:linear-gradient(90deg,#9ee77040 0%,#9ee7700f 100%);border:1px solid #9ee77080;border-radius:999px;align-items:center;gap:12px;max-width:690px;padding:8px 18px 8px 8px;display:flex}.bannerSection-module-scss-module__i0ay-W__circle{background:#9ee770;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.bannerSection-module-scss-module__i0ay-W__greenCopy{flex-direction:column;justify-content:center;display:flex}.bannerSection-module-scss-module__i0ay-W__greenText{color:#103a00;margin:0;font-size:17px;font-weight:500;line-height:1.5}.bannerSection-module-scss-module__i0ay-W__statRow{grid-template-columns:minmax(280px,1fr) 220px;gap:16px;width:100%;max-width:760px;display:grid}.bannerSection-module-scss-module__i0ay-W__primaryStat,.bannerSection-module-scss-module__i0ay-W__statMiniCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff8f;border:1px solid #182c0814;box-shadow:0 14px 40px #222f1214}.bannerSection-module-scss-module__i0ay-W__primaryStat{border-radius:26px;flex-direction:column;gap:6px;padding:22px 24px;display:flex}.bannerSection-module-scss-module__i0ay-W__statLabel{color:#41612d;letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.bannerSection-module-scss-module__i0ay-W__statValue{color:#09100a;font-size:clamp(38px,5vw,56px);font-weight:700;line-height:1}.bannerSection-module-scss-module__i0ay-W__statCaption{color:#4f5550;margin:0;font-size:15px;line-height:1.5}.bannerSection-module-scss-module__i0ay-W__statMiniGrid{grid-template-rows:1fr 1fr;gap:14px;display:grid}.bannerSection-module-scss-module__i0ay-W__statMiniCard{border-radius:22px;flex-direction:column;justify-content:center;gap:6px;padding:18px;display:flex}.bannerSection-module-scss-module__i0ay-W__statMiniValue{color:#163300;font-size:28px;font-weight:700;line-height:1}.bannerSection-module-scss-module__i0ay-W__statMiniLabel{color:#5a5f5b;font-size:14px;line-height:1.4}.bannerSection-module-scss-module__i0ay-W__visualPanel{justify-content:center;align-items:center;min-height:640px;display:flex;position:relative}.bannerSection-module-scss-module__i0ay-W__visualFrame{justify-content:center;align-items:center;width:100%;height:100%;min-height:620px;display:flex;position:relative}.bannerSection-module-scss-module__i0ay-W__visualFrame:before{content:"";background:linear-gradient(#ffffffd1 0%,#ecf1e6f5 100%);border-radius:42px;position:absolute;inset:32px 18px 0;transform:perspective(1000px)rotateY(-10deg);box-shadow:inset 0 1px #ffffffa8,0 30px 50px #29302214}.bannerSection-module-scss-module__i0ay-W__targetCard{z-index:1;background:linear-gradient(#f8faf6f2 0%,#ebf0e5e6 100%);border-radius:40px;flex-direction:column;justify-content:center;align-items:center;gap:42px;width:min(460px,88%);min-height:520px;display:flex;position:relative;box-shadow:0 30px 80px #282f1e24}.bannerSection-module-scss-module__i0ay-W__targetCorners{position:absolute;inset:54px}.bannerSection-module-scss-module__i0ay-W__targetCorners:before,.bannerSection-module-scss-module__i0ay-W__targetCorners:after{content:"";border:6px solid #0000;border-radius:26px;position:absolute;inset:0}.bannerSection-module-scss-module__i0ay-W__targetCorners:before{border-top-color:#ff87876b;border-left-color:#ff87876b;width:44px;height:44px}.bannerSection-module-scss-module__i0ay-W__targetCorners:after{border-top-color:#ff87876b;border-right-color:#ff87876b;width:44px;height:44px;left:auto;right:0}.bannerSection-module-scss-module__i0ay-W__targetCore{justify-content:center;align-items:center;width:252px;height:252px;display:flex;position:relative}.bannerSection-module-scss-module__i0ay-W__targetCore:before,.bannerSection-module-scss-module__i0ay-W__targetCore:after{content:"";border-radius:50%;position:absolute;inset:0}.bannerSection-module-scss-module__i0ay-W__targetCore:before{background:#00000009;transform:scale(1.34)}.bannerSection-module-scss-module__i0ay-W__targetCore:after{background:#ffffffb8;box-shadow:0 20px 50px #181f131a}.bannerSection-module-scss-module__i0ay-W__targetRing{z-index:1;background:linear-gradient(#f7f8f5 0%,#e9ede5 100%);border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative;box-shadow:inset 0 1px #ffffffb3}.bannerSection-module-scss-module__i0ay-W__targetDot{background:linear-gradient(#ff6660 0%,#ff4d4d 100%);border-radius:50%;width:102px;height:102px;box-shadow:0 18px 34px #ff65604d}.bannerSection-module-scss-module__i0ay-W__visualActions{align-items:center;gap:18px;display:flex}.bannerSection-module-scss-module__i0ay-W__visualAction,.bannerSection-module-scss-module__i0ay-W__mobCircle{cursor:pointer;background:linear-gradient(#fff 0%,#ffffff8c 100%);border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;display:flex;box-shadow:0 18px 35px #111b081a}.bannerSection-module-scss-module__i0ay-W__visualAction img,.bannerSection-module-scss-module__i0ay-W__mobCircle img{width:30px;height:30px}.bannerSection-module-scss-module__i0ay-W__floatingBadge,.bannerSection-module-scss-module__i0ay-W__floatingBadgeSecondary{z-index:2;color:#163300;background:#fffc;border:1px solid #9ee77057;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:600;position:absolute;box-shadow:0 14px 34px #222f121a}.bannerSection-module-scss-module__i0ay-W__floatingBadge{top:94px;left:28px}.bannerSection-module-scss-module__i0ay-W__floatingBadgeSecondary{bottom:88px;right:24px}.bannerSection-module-scss-module__i0ay-W__mobDivCircle{display:none}@media (max-width:1100px){.bannerSection-module-scss-module__i0ay-W__bannerShell{grid-template-columns:1fr;gap:10px;min-height:auto}.bannerSection-module-scss-module__i0ay-W__bannerDiv{padding:18px 0 0}.bannerSection-module-scss-module__i0ay-W__visualPanel,.bannerSection-module-scss-module__i0ay-W__visualFrame{min-height:500px}.bannerSection-module-scss-module__i0ay-W__targetCard{min-height:420px}}@media (max-width:900px){.bannerSection-module-scss-module__i0ay-W__bannerSection{padding:0 0 30px}.bannerSection-module-scss-module__i0ay-W__bannerSection:before{height:100%;inset:0}.bannerSection-module-scss-module__i0ay-W__bannerShell{width:92vw}.bannerSection-module-scss-module__i0ay-W__bannerDiv{text-align:center;align-items:center;gap:18px;padding-top:28px}.bannerSection-module-scss-module__i0ay-W__heading{font-size:50px}.bannerSection-module-scss-module__i0ay-W__para{font-size:18px}.bannerSection-module-scss-module__i0ay-W__greenContent{border-radius:30px;width:100%}.bannerSection-module-scss-module__i0ay-W__statRow{grid-template-columns:1fr}.bannerSection-module-scss-module__i0ay-W__statMiniGrid{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.bannerSection-module-scss-module__i0ay-W__visualPanel,.bannerSection-module-scss-module__i0ay-W__visualFrame{min-height:auto}.bannerSection-module-scss-module__i0ay-W__visualFrame:before{inset:8px 0 0;transform:none}.bannerSection-module-scss-module__i0ay-W__targetCard{border-radius:28px;gap:20px;width:100%;min-height:280px;padding:20px}.bannerSection-module-scss-module__i0ay-W__visualActions{display:none}.bannerSection-module-scss-module__i0ay-W__targetCore{width:180px;height:180px}.bannerSection-module-scss-module__i0ay-W__targetRing{width:160px;height:160px}.bannerSection-module-scss-module__i0ay-W__targetDot{width:72px;height:72px}.bannerSection-module-scss-module__i0ay-W__floatingBadge,.bannerSection-module-scss-module__i0ay-W__floatingBadgeSecondary{display:none}.bannerSection-module-scss-module__i0ay-W__mobDivCircle{justify-content:center;gap:16px;margin-top:8px;display:flex}}@media (max-width:600px){.bannerSection-module-scss-module__i0ay-W__bannerShell{width:94vw}.bannerSection-module-scss-module__i0ay-W__heading{font-size:40px}.bannerSection-module-scss-module__i0ay-W__para{font-size:16px}.bannerSection-module-scss-module__i0ay-W__greenText{font-size:14px}.bannerSection-module-scss-module__i0ay-W__primaryStat,.bannerSection-module-scss-module__i0ay-W__statMiniCard{padding:18px}.bannerSection-module-scss-module__i0ay-W__visualFrame:before{border-radius:30px}.bannerSection-module-scss-module__i0ay-W__targetCard{gap:20px;min-height:240px;padding:16px}.bannerSection-module-scss-module__i0ay-W__targetCorners{inset:22px}.bannerSection-module-scss-module__i0ay-W__targetCore{width:150px;height:150px}.bannerSection-module-scss-module__i0ay-W__targetRing{width:132px;height:132px}.bannerSection-module-scss-module__i0ay-W__targetDot{width:58px;height:58px}.bannerSection-module-scss-module__i0ay-W__mobCircle{width:52px;height:52px}.bannerSection-module-scss-module__i0ay-W__mobCircle img{width:22px;height:22px}}
.communityCardSection-module-scss-module__0xJAFa__cardSection{width:100%;padding:24px 0 10px}.communityCardSection-module-scss-module__0xJAFa__container{background:radial-gradient(circle at 100% 0,#9ee77029,#0000 26%),linear-gradient(#9ee7701a 0%,#ffffffb8 100%);border:1px solid #9ee7706b;border-radius:34px;width:min(1280px,92vw);margin:0 auto 30px;padding:28px;box-shadow:0 24px 50px #121b0a14}.communityCardSection-module-scss-module__0xJAFa__subContainer{width:100%}.communityCardSection-module-scss-module__0xJAFa__heading{margin:0 0 20px;font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.04}.communityCardSection-module-scss-module__0xJAFa__dropDownDiv{flex-wrap:wrap;justify-content:space-between;gap:14px;width:100%;display:flex}.communityCardSection-module-scss-module__0xJAFa__dropDowns,.communityCardSection-module-scss-module__0xJAFa__dropDown{flex-wrap:wrap;gap:10px;display:flex}.communityCardSection-module-scss-module__0xJAFa__dropDowns select,.communityCardSection-module-scss-module__0xJAFa__dropDown select,.communityCardSection-module-scss-module__0xJAFa__pageSize select{color:#495048;cursor:pointer;background-color:#ffffffdb;border:1px solid #1633001f;border-radius:999px;min-height:44px;padding:0 16px;font-size:14px}.communityCardSection-module-scss-module__0xJAFa__resetBtn{color:#d43a3a;cursor:pointer;background-color:#ffffffb8;border:1px solid #eb28286b;border-radius:999px;min-height:44px;padding:0 16px;font-size:14px;font-weight:700}.communityCardSection-module-scss-module__0xJAFa__cardDiv{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:100%;margin:24px 0;display:grid}.communityCardSection-module-scss-module__0xJAFa__card,.communityCardSection-module-scss-module__0xJAFa__shimmerCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #16330014;border-radius:28px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 18px 36px #0000000d}.communityCardSection-module-scss-module__0xJAFa__card{transition:transform .25s,box-shadow .25s,border-color .25s}.communityCardSection-module-scss-module__0xJAFa__card:hover{border-color:#9ee7706b;transform:translateY(-6px);box-shadow:0 24px 42px #00000014}.communityCardSection-module-scss-module__0xJAFa__imageWrapper{border-radius:22px;width:calc(100% - 20px);margin:10px auto 0;position:relative;overflow:hidden}.communityCardSection-module-scss-module__0xJAFa__imageWrapper img{object-fit:cover;width:100%;height:300px;display:block}.communityCardSection-module-scss-module__0xJAFa__badges{flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:12px;left:12px}.communityCardSection-module-scss-module__0xJAFa__badge{color:#fff;letter-spacing:.08em;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:700}.communityCardSection-module-scss-module__0xJAFa__badge.communityCardSection-module-scss-module__0xJAFa__active{background:#ff3b3b}.communityCardSection-module-scss-module__0xJAFa__badge.communityCardSection-module-scss-module__0xJAFa__update{background:linear-gradient(135deg,#f9ab53,#de6e36)}.communityCardSection-module-scss-module__0xJAFa__content{width:100%;padding:18px 18px 20px}.communityCardSection-module-scss-module__0xJAFa__content h3{flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:22px;font-weight:700;display:flex}.communityCardSection-module-scss-module__0xJAFa__age{color:#394037;font-size:18px;font-weight:500}.communityCardSection-module-scss-module__0xJAFa__verified{width:20px;height:20px}.communityCardSection-module-scss-module__0xJAFa__verified img{width:100%;height:100%}.communityCardSection-module-scss-module__0xJAFa__status{color:#667066;margin:8px 0 0;font-size:15px}.communityCardSection-module-scss-module__0xJAFa__time{color:#7b827a;margin:6px 0 0;font-size:14px}.communityCardSection-module-scss-module__0xJAFa__details{color:#163300;border-bottom:1px solid #1633003d;align-items:center;margin:16px 0 0;padding-bottom:2px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.communityCardSection-module-scss-module__0xJAFa__shimmerCard{position:relative}.communityCardSection-module-scss-module__0xJAFa__shimmerCard:before{content:"";z-index:10;background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:150%;height:100%;animation:1.5s infinite communityCardSection-module-scss-module__0xJAFa__shimmerBackground;position:absolute;top:0;left:-150%}.communityCardSection-module-scss-module__0xJAFa__shimmerImg{background-color:#e6e9e3;border-radius:22px;width:calc(100% - 20px);height:260px;margin:10px auto 0}.communityCardSection-module-scss-module__0xJAFa__shimmerContent{flex-direction:column;gap:12px;width:90%;margin:20px auto 24px;display:flex}.communityCardSection-module-scss-module__0xJAFa__shimmerLine{background-color:#e0e5dd;border-radius:8px;height:20px}.communityCardSection-module-scss-module__0xJAFa__shimmerLine.communityCardSection-module-scss-module__0xJAFa__title{width:50%;height:26px}.communityCardSection-module-scss-module__0xJAFa__shimmerLine.communityCardSection-module-scss-module__0xJAFa__subtitle{width:85%}.communityCardSection-module-scss-module__0xJAFa__shimmerLine.communityCardSection-module-scss-module__0xJAFa__time{width:45%}.communityCardSection-module-scss-module__0xJAFa__shimmerLine.communityCardSection-module-scss-module__0xJAFa__link{width:30%;margin-top:5px}.communityCardSection-module-scss-module__0xJAFa__divButton{justify-content:center;width:100%;margin:34px 0 16px;display:flex}.communityCardSection-module-scss-module__0xJAFa__divButton button{color:#163300;background:#9ee770;border:none;border-radius:999px;min-height:50px;padding:0 28px;font-size:15px;font-weight:700}.communityCardSection-module-scss-module__0xJAFa__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:20px;display:flex}.communityCardSection-module-scss-module__0xJAFa__pageBtn{color:#1ba51b;cursor:pointer;background:#fff;border:1px solid #1ba51b4d;border-radius:999px;min-height:44px;padding:0 20px;font-weight:700}.communityCardSection-module-scss-module__0xJAFa__pageBtn:disabled{color:#ccc;cursor:not-allowed;border-color:#ccc}.communityCardSection-module-scss-module__0xJAFa__pageIndicator{color:#5e665d;font-weight:600}.communityCardSection-module-scss-module__0xJAFa__pageSize{align-items:center;gap:10px;display:flex}.communityCardSection-module-scss-module__0xJAFa__pageSize label{color:#6a7068;font-size:14px}@keyframes communityCardSection-module-scss-module__0xJAFa__shimmerBackground{0%{left:-150%}to{left:100%}}@media (max-width:1100px){.communityCardSection-module-scss-module__0xJAFa__cardDiv{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.communityCardSection-module-scss-module__0xJAFa__container{border-radius:26px;width:94vw;padding:18px}.communityCardSection-module-scss-module__0xJAFa__heading{font-size:32px}.communityCardSection-module-scss-module__0xJAFa__cardDiv{grid-template-columns:1fr;gap:18px}.communityCardSection-module-scss-module__0xJAFa__imageWrapper img,.communityCardSection-module-scss-module__0xJAFa__shimmerImg{height:240px}}
.dataNotFound-module-scss-module__UvX5mG__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:80px 20px;display:flex}.dataNotFound-module-scss-module__UvX5mG__container .dataNotFound-module-scss-module__UvX5mG__iconDiv{border:50%;width:100px;height:100px}.dataNotFound-module-scss-module__UvX5mG__container .dataNotFound-module-scss-module__UvX5mG__iconDiv img{width:100%;height:100%}.dataNotFound-module-scss-module__UvX5mG__container .dataNotFound-module-scss-module__UvX5mG__heading{letter-spacing:0%;text-align:center;color:#141219;margin:0 0 10px;font-size:18px;font-weight:500;line-height:100%}.dataNotFound-module-scss-module__UvX5mG__container .dataNotFound-module-scss-module__UvX5mG__text{letter-spacing:0%;text-align:center;color:#686868;margin:0 0 10px;font-size:14px;font-weight:400;line-height:100%}.dataNotFound-module-scss-module__UvX5mG__container button{color:#163300;letter-spacing:0;text-align:center;cursor:pointer;background-color:#9ee770;border:none;border-radius:25px;margin-top:15px;padding:15px 20px;font-size:16px;font-weight:600;line-height:100%}
.whyMater-module-scss-module__aua6na__wsection{background:#fff;justify-content:center;padding:40px 10px;font-family:Outfit,sans-serif;display:flex}.whyMater-module-scss-module__aua6na__whySection{color:#fff;text-align:center;background:#163300;border-radius:30px;width:80%;max-width:1200px;padding:42px 0 60px;position:relative;overflow:visible}.whyMater-module-scss-module__aua6na__whymatterimg{position:absolute;top:0;right:0}.whyMater-module-scss-module__aua6na__whySection h2{margin:0;font-size:40px;font-weight:700}.whyMater-module-scss-module__aua6na__defaultHero{z-index:1;text-align:left;grid-template-columns:minmax(0,1fr) 280px;align-items:end;gap:24px;padding:0 50px 34px;display:grid;position:relative}.whyMater-module-scss-module__aua6na__defaultHeroCopy{flex-direction:column;gap:14px;display:flex}.whyMater-module-scss-module__aua6na__defaultKicker{color:#d8f7c4;letter-spacing:.1em;text-transform:uppercase;background:#9ee7701f;border:1px solid #9ee77052;border-radius:999px;align-items:center;width:fit-content;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.whyMater-module-scss-module__aua6na__defaultSubcopy{color:#d1e3d0;max-width:680px;margin:0;font-size:17px;line-height:1.7}.whyMater-module-scss-module__aua6na__defaultStatCard{text-align:left;background:linear-gradient(#ffffff1f,#ffffff0a);border:1px solid #ffffff1f;border-radius:26px;padding:22px 22px 20px;box-shadow:0 18px 36px #020a0033}.whyMater-module-scss-module__aua6na__defaultStatCard p{color:#d8ead6;margin:8px 0 0;font-size:14px;line-height:1.5}.whyMater-module-scss-module__aua6na__defaultStatLabel{letter-spacing:.1em;text-transform:uppercase;color:#bfe6a4;font-size:12px;font-weight:700;display:inline-flex}.whyMater-module-scss-module__aua6na__defaultStatValue{color:#fff;margin-top:10px;font-size:48px;font-weight:700;line-height:1;display:block}.whyMater-module-scss-module__aua6na__cardsContainer{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:24px;padding:0 50px;display:flex}.whyMater-module-scss-module__aua6na__card{text-align:start;background:0 0;border:none;border-left:1px solid #ffffff26;border-radius:24px;flex-direction:column;flex:260px;width:30%;min-width:260px;padding:25px;transition:transform .25s,background .25s,border-color .25s;display:flex;position:relative;overflow:visible}.whyMater-module-scss-module__aua6na__card:hover{background:linear-gradient(#9ee7701a,#ffffff05);border-left-color:#9ee77073}.whyMater-module-scss-module__aua6na__centerCard{background:linear-gradient(139.39deg,#9ee7704d -48.73%,#9ee77000 53.7%)}.whyMater-module-scss-module__aua6na__iconBox{background:#fff;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.whyMater-module-scss-module__aua6na__iconBox img{width:50px;height:50px}.whyMater-module-scss-module__aua6na__card .whyMater-module-scss-module__aua6na__span{background-color:#fff;width:2px;height:45px;position:absolute;top:110px;left:0}.whyMater-module-scss-module__aua6na__card h3{margin-bottom:10px;font-size:18px;font-weight:600}.whyMater-module-scss-module__aua6na__card p{color:#d1e3d0;margin:0;font-size:14px;line-height:1.55}.whyMater-module-scss-module__aua6na__cardBadge{color:#bde6a8;letter-spacing:.1em;text-transform:uppercase;margin:18px 0 10px;font-size:12px;font-weight:700;display:inline-flex}.whyMater-module-scss-module__aua6na__communityFlowSection{color:#fff;background:radial-gradient(circle at 100% 0,#9ee7702e,#0000 32%),radial-gradient(circle at 0 100%,#76cb4a29,#0000 30%),linear-gradient(135deg,#163300 0%,#0d2200 55%,#112a02 100%);border-radius:36px;width:min(1240px,88vw);padding:42px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0a180238}.whyMater-module-scss-module__aua6na__communityFlowSection:before,.whyMater-module-scss-module__aua6na__communityFlowSection:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.whyMater-module-scss-module__aua6na__communityFlowSection:before{background:radial-gradient(circle,#9ee77038 0%,#9ee77000 72%);width:420px;height:420px;animation:9s ease-in-out infinite whyMater-module-scss-module__aua6na__haloFloat;top:-180px;right:-120px}.whyMater-module-scss-module__aua6na__communityFlowSection:after{background:radial-gradient(circle,#4b921d38 0%,#4b921d00 75%);width:300px;height:300px;animation:11s ease-in-out infinite reverse whyMater-module-scss-module__aua6na__haloFloat;bottom:-130px;left:-70px}.whyMater-module-scss-module__aua6na__flowGlow,.whyMater-module-scss-module__aua6na__flowGlowSecondary{pointer-events:none;filter:blur(12px);border-radius:999px;position:absolute;inset:auto}.whyMater-module-scss-module__aua6na__flowGlow{background:#9ee7702e;width:180px;height:180px;animation:5s ease-in-out infinite whyMater-module-scss-module__aua6na__pulseGlow;top:92px;left:50%;transform:translate(-50%)}.whyMater-module-scss-module__aua6na__flowGlowSecondary{background:#ffffff14;width:140px;height:140px;animation:6s ease-in-out infinite reverse whyMater-module-scss-module__aua6na__pulseGlow;bottom:90px;right:120px}.whyMater-module-scss-module__aua6na__flowHeader{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:34px;display:flex;position:relative}.whyMater-module-scss-module__aua6na__kicker{color:#d8f7c4;text-transform:uppercase;letter-spacing:.12em;background:#9ee7701f;border:1px solid #9ee77057;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;font-weight:500;display:inline-flex}.whyMater-module-scss-module__aua6na__flowHeader h2{letter-spacing:-.03em;margin:0;font-size:clamp(34px,5vw,54px);line-height:1.04}.whyMater-module-scss-module__aua6na__flowHeader p{color:#ebf8e4db;max-width:760px;margin:0;font-size:18px;line-height:1.65}.whyMater-module-scss-module__aua6na__flowBody{z-index:1;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:24px;display:grid;position:relative}.whyMater-module-scss-module__aua6na__featuredCard,.whyMater-module-scss-module__aua6na__supportCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.whyMater-module-scss-module__aua6na__featuredCard{background:linear-gradient(#ffffff1f 0%,#ffffff0a 100%),linear-gradient(145deg,#9ee77021 0%,#ffffff08 100%);border:1px solid #cff4b52e;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:440px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 20px 45px #020a0047}.whyMater-module-scss-module__aua6na__featuredCard:after{content:"";pointer-events:none;background:linear-gradient(130deg,#ffffff0a,#0000 45%,#9ee77014 100%);position:absolute;inset:0}.whyMater-module-scss-module__aua6na__featuredBadgeRow{justify-content:space-between;align-items:center;gap:18px;display:flex}.whyMater-module-scss-module__aua6na__featuredBadge{color:#e3f7d3;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:10px 14px;font-size:13px;font-weight:600;display:inline-flex}.whyMater-module-scss-module__aua6na__featuredProgress{align-items:center;gap:10px;display:flex}.whyMater-module-scss-module__aua6na__progressDot{cursor:pointer;background:#ffffff47;border:none;border-radius:999px;width:12px;height:12px;padding:0;transition:transform .25s,background .25s,box-shadow .25s}.whyMater-module-scss-module__aua6na__progressDotActive{background:#9ee770;width:42px;box-shadow:0 0 18px #9ee77073}.whyMater-module-scss-module__aua6na__featuredIconWrap{justify-content:center;align-items:center;width:132px;height:132px;margin-top:26px;display:inline-flex;position:relative}.whyMater-module-scss-module__aua6na__featuredIcon{z-index:1;background:linear-gradient(#fff 0%,#eff8e8 100%);border-radius:28px;justify-content:center;align-items:center;width:104px;height:104px;display:flex;position:relative;box-shadow:0 18px 40px #00000029}.whyMater-module-scss-module__aua6na__featuredIcon img{width:72px;height:72px}.whyMater-module-scss-module__aua6na__orbitRing{border:1px solid #9ee77040;border-radius:50%;animation:12s linear infinite whyMater-module-scss-module__aua6na__spinRing;position:absolute;inset:0}.whyMater-module-scss-module__aua6na__orbitRing:before,.whyMater-module-scss-module__aua6na__orbitRing:after{content:"";background:#9ee770;border-radius:999px;position:absolute}.whyMater-module-scss-module__aua6na__orbitRing:before{width:10px;height:10px;top:12px;left:50%;transform:translate(-50%)}.whyMater-module-scss-module__aua6na__orbitRing:after{background:#ffffffb3;width:8px;height:8px;bottom:16px;right:14px}.whyMater-module-scss-module__aua6na__featuredContent{flex-direction:column;gap:14px;max-width:560px;margin-top:24px;display:flex}.whyMater-module-scss-module__aua6na__featuredContent h3{margin:0;font-size:clamp(28px,4vw,38px);line-height:1.08}.whyMater-module-scss-module__aua6na__featuredContent p{color:#ecf8e6e6;margin:0;font-size:18px;line-height:1.75}.whyMater-module-scss-module__aua6na__featuredFooter{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:30px;display:flex}.whyMater-module-scss-module__aua6na__featuredMiniStats{flex-wrap:wrap;gap:10px;display:flex}.whyMater-module-scss-module__aua6na__statPill{color:#eff8e8;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;display:inline-flex}.whyMater-module-scss-module__aua6na__statPill:before{content:"";background:#9ee770;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #9ee77073}.whyMater-module-scss-module__aua6na__supportColumn{grid-template-columns:28px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.whyMater-module-scss-module__aua6na__timelineRail{height:100%;min-height:440px;position:relative}.whyMater-module-scss-module__aua6na__timelineRail:before{content:"";background:linear-gradient(#ffffff1f,#9ee77059,#ffffff1f);width:2px;position:absolute;top:18px;bottom:18px;left:50%;transform:translate(-50%)}.whyMater-module-scss-module__aua6na__timelineProgress{background:#9ee770;border-radius:50%;width:14px;height:14px;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 0 8px #9ee77029,0 0 18px #9ee7706b}.whyMater-module-scss-module__aua6na__supportCards{flex-direction:column;justify-content:space-between;gap:18px;display:flex}.whyMater-module-scss-module__aua6na__supportCard{text-align:left;color:#fff;cursor:pointer;background:linear-gradient(#ffffff14,#ffffff0a);border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;gap:18px;width:100%;padding:24px;transition:transform .25s,border-color .25s,background .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 16px 34px #030c012e}.whyMater-module-scss-module__aua6na__supportCard:hover,.whyMater-module-scss-module__aua6na__supportCard:focus-visible{background:linear-gradient(#9ee7701f,#ffffff0d);border-color:#9ee77052;transform:translateY(-4px);box-shadow:0 20px 40px #030c0142}.whyMater-module-scss-module__aua6na__supportCardActive{background:linear-gradient(#9ee77029,#ffffff0f);border-color:#9ee7706b}.whyMater-module-scss-module__aua6na__supportStep{color:#cbeab7;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:600}.whyMater-module-scss-module__aua6na__supportIcon{background:#fff;border-radius:22px;justify-content:center;align-items:center;width:74px;height:74px;display:flex;box-shadow:0 12px 24px #0000001f}.whyMater-module-scss-module__aua6na__supportIcon img{width:48px;height:48px}.whyMater-module-scss-module__aua6na__supportText{flex-direction:column;gap:10px;display:flex}.whyMater-module-scss-module__aua6na__supportText h3{margin:0;font-size:24px;line-height:1.15}.whyMater-module-scss-module__aua6na__supportText p{color:#ebf8e4d1;margin:0;font-size:16px;line-height:1.6}.whyMater-module-scss-module__aua6na__ctaBtn{color:#0c1e0a;cursor:pointer;background:#9ee770;border:none;border-radius:999px;margin-top:0;padding:16px 34px;font-size:18px;font-weight:700;transition:transform .25s,background .25s,filter .25s;position:relative;overflow:hidden}.whyMater-module-scss-module__aua6na__ctaBtn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff8c,#0000);width:100%;height:100%;animation:3.6s linear infinite whyMater-module-scss-module__aua6na__buttonShimmer;position:absolute;top:0;left:-140%}.whyMater-module-scss-module__aua6na__ctaBtn:hover{filter:brightness(1.05);background:#8dd65f;transform:translateY(-2px)}@keyframes whyMater-module-scss-module__aua6na__haloFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(18px)}}@keyframes whyMater-module-scss-module__aua6na__pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}@keyframes whyMater-module-scss-module__aua6na__spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes whyMater-module-scss-module__aua6na__buttonShimmer{0%{left:-140%}to{left:140%}}@media (prefers-reduced-motion:reduce){.whyMater-module-scss-module__aua6na__communityFlowSection:before,.whyMater-module-scss-module__aua6na__communityFlowSection:after,.whyMater-module-scss-module__aua6na__flowGlow,.whyMater-module-scss-module__aua6na__flowGlowSecondary,.whyMater-module-scss-module__aua6na__orbitRing,.whyMater-module-scss-module__aua6na__ctaBtn:before{animation:none}.whyMater-module-scss-module__aua6na__supportCard,.whyMater-module-scss-module__aua6na__ctaBtn,.whyMater-module-scss-module__aua6na__progressDot{transition:none}}@media (max-width:1100px){.whyMater-module-scss-module__aua6na__communityFlowSection{width:min(1240px,94vw);padding:32px}.whyMater-module-scss-module__aua6na__flowBody,.whyMater-module-scss-module__aua6na__supportColumn{grid-template-columns:1fr}.whyMater-module-scss-module__aua6na__timelineRail{display:none}.whyMater-module-scss-module__aua6na__supportCards{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.whyMater-module-scss-module__aua6na__featuredCard{min-height:400px}}@media (max-width:900px){.whyMater-module-scss-module__aua6na__cardsContainer{flex-direction:column;justify-content:center;gap:0;padding:0 15px}.whyMater-module-scss-module__aua6na__whySection{width:95%}.whyMater-module-scss-module__aua6na__defaultHero{grid-template-columns:1fr;padding:0 24px 28px}.whyMater-module-scss-module__aua6na__ctaBtn{width:auto}}@media (max-width:760px){.whyMater-module-scss-module__aua6na__communityFlowSection{border-radius:26px;padding:24px 18px}.whyMater-module-scss-module__aua6na__defaultHeroCopy{text-align:left}.whyMater-module-scss-module__aua6na__flowHeader{text-align:left;align-items:flex-start}.whyMater-module-scss-module__aua6na__flowHeader p{font-size:16px}.whyMater-module-scss-module__aua6na__featuredCard{min-height:auto;padding:22px}.whyMater-module-scss-module__aua6na__featuredBadgeRow,.whyMater-module-scss-module__aua6na__featuredFooter{flex-direction:column;align-items:flex-start}.whyMater-module-scss-module__aua6na__featuredIconWrap{width:108px;height:108px}.whyMater-module-scss-module__aua6na__featuredIcon{border-radius:22px;width:88px;height:88px}.whyMater-module-scss-module__aua6na__featuredIcon img{width:60px;height:60px}.whyMater-module-scss-module__aua6na__featuredContent h3{font-size:28px}.whyMater-module-scss-module__aua6na__featuredContent p,.whyMater-module-scss-module__aua6na__supportText p{font-size:15px}.whyMater-module-scss-module__aua6na__supportCards{grid-template-columns:1fr}.whyMater-module-scss-module__aua6na__supportCard{padding:20px}}@media (max-width:600px){.whyMater-module-scss-module__aua6na__card{width:95%;padding:10px}.whyMater-module-scss-module__aua6na__whySection h2{font-size:28px}.whyMater-module-scss-module__aua6na__defaultSubcopy{font-size:15px}.whyMater-module-scss-module__aua6na__defaultStatValue{font-size:38px}.whyMater-module-scss-module__aua6na__featuredProgress{flex-wrap:wrap}.whyMater-module-scss-module__aua6na__statPill{font-size:13px}.whyMater-module-scss-module__aua6na__ctaBtn{justify-content:center;width:100%;padding:16px 24px}}
.communityCard-module-scss-module__PwDdJG__cardSection{width:100%;padding:20px 0 32px}.communityCard-module-scss-module__PwDdJG__card{background-color:#0000;background-image:linear-gradient(105deg,#0b2100e0 0%,#0b2100ad 42%,#0b210033 100%),url(/images/cardcommunity.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:34px;width:min(1280px,92vw);min-height:420px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 28px 60px #0711032e}.communityCard-module-scss-module__PwDdJG__overlay{background:radial-gradient(circle at 100% 0,#9ee77033,#0000 24%),linear-gradient(#ffffff05,#fff0);position:absolute;inset:0}.communityCard-module-scss-module__PwDdJG__contentDiv{z-index:1;width:100%;min-height:inherit;align-items:center;padding:34px;display:flex;position:relative}.communityCard-module-scss-module__PwDdJG__content{flex-direction:column;gap:16px;width:min(620px,100%);display:flex}.communityCard-module-scss-module__PwDdJG__kicker{color:#dff6ca;letter-spacing:.08em;text-transform:uppercase;background:#9ee77024;border:1px solid #9ee77052;border-radius:999px;width:fit-content;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.communityCard-module-scss-module__PwDdJG__content h2{color:#fff;margin:0;font-size:clamp(38px,5vw,60px);font-weight:700;line-height:1}.communityCard-module-scss-module__PwDdJG__content p{color:#d4e4d0;margin:0;font-size:19px;line-height:1.65}.communityCard-module-scss-module__PwDdJG__metaRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:4px;display:grid}.communityCard-module-scss-module__PwDdJG__metaCard{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.communityCard-module-scss-module__PwDdJG__metaCard strong{color:#fff;font-size:16px}.communityCard-module-scss-module__PwDdJG__metaCard span{color:#d7e5d3;font-size:14px}.communityCard-module-scss-module__PwDdJG__btngroup{flex-wrap:wrap;gap:14px;margin-top:8px;display:flex}.communityCard-module-scss-module__PwDdJG__greenbtn,.communityCard-module-scss-module__PwDdJG__whitebtn{cursor:pointer;border:none;border-radius:999px;min-height:54px;padding:0 22px;font-size:15px;font-weight:700}.communityCard-module-scss-module__PwDdJG__greenbtn{color:#163300;background:#9ee770}.communityCard-module-scss-module__PwDdJG__whitebtn{color:#163300;background:#fffffff0}@media (max-width:900px){.communityCard-module-scss-module__PwDdJG__card{background-position:68%;width:94vw;min-height:470px}.communityCard-module-scss-module__PwDdJG__contentDiv{align-items:flex-end;padding:22px 18px}.communityCard-module-scss-module__PwDdJG__content{width:100%}.communityCard-module-scss-module__PwDdJG__content h2{font-size:34px}.communityCard-module-scss-module__PwDdJG__content p{font-size:16px}.communityCard-module-scss-module__PwDdJG__metaRow{grid-template-columns:1fr}.communityCard-module-scss-module__PwDdJG__btngroup{flex-direction:column}.communityCard-module-scss-module__PwDdJG__greenbtn,.communityCard-module-scss-module__PwDdJG__whitebtn{width:100%}}
.caseDetails-module-scss-module__PacbZa__caseDetails{width:100%;padding:24px 0 10px}.caseDetails-module-scss-module__PacbZa__container{background:radial-gradient(circle at 100% 0,#9ee77029,#0000 24%),linear-gradient(#9ee77014 0%,#ffffffbd 100%);border:1px solid #9ee7706b;border-radius:34px;width:min(1280px,92vw);margin:0 auto;padding:28px;box-shadow:0 24px 52px #121b0a14}.caseDetails-module-scss-module__PacbZa__subContainer{width:100%}.caseDetails-module-scss-module__PacbZa__pageHeader{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.caseDetails-module-scss-module__PacbZa__pageKicker{color:#214b00;letter-spacing:.08em;text-transform:uppercase;background:#9ee7702e;border:1px solid #9ee77057;border-radius:999px;width:fit-content;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.caseDetails-module-scss-module__PacbZa__pageHeader h1{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.05}.caseDetails-module-scss-module__PacbZa__pageHeader p{color:#566056;max-width:760px;margin:0;font-size:16px;line-height:1.7}.caseDetails-module-scss-module__PacbZa__loadingState,.caseDetails-module-scss-module__PacbZa__errorState,.caseDetails-module-scss-module__PacbZa__notFound{text-align:center;color:#5d655c;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:64px 0;display:flex}.caseDetails-module-scss-module__PacbZa__loadingSpinner{border:3px solid #e0e0e0;border-top-color:#9ee770;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite caseDetails-module-scss-module__PacbZa__spin}@keyframes caseDetails-module-scss-module__PacbZa__spin{to{transform:rotate(360deg)}}.caseDetails-module-scss-module__PacbZa__errorState button{color:#111;background:#9ee770;border:none;border-radius:999px;min-height:46px;margin-top:8px;padding:0 24px;font-size:15px;font-weight:700}.caseDetails-module-scss-module__PacbZa__cardDiv{background:#ffffffd6;border:1px solid #16330014;border-radius:28px;padding:24px;box-shadow:0 18px 40px #0000000f}.caseDetails-module-scss-module__PacbZa__card{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:28px;display:grid}.caseDetails-module-scss-module__PacbZa__imgdiv{width:100%}.caseDetails-module-scss-module__PacbZa__thumbnailImg{object-fit:cover;background:#f5f5f5;border-radius:22px;width:100%;height:340px;display:block}.caseDetails-module-scss-module__PacbZa__postedTime{color:#5b6358;background:#1633000f;border-radius:999px;align-items:center;gap:6px;margin-top:12px;padding:10px 14px;font-size:12px;display:inline-flex}.caseDetails-module-scss-module__PacbZa__contentdiv{min-width:0}.caseDetails-module-scss-module__PacbZa__content{flex-direction:column;gap:14px;display:flex}.caseDetails-module-scss-module__PacbZa__badges{flex-wrap:wrap;gap:8px;display:flex}.caseDetails-module-scss-module__PacbZa__badge{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:700}.caseDetails-module-scss-module__PacbZa__activeBadge{color:#fff;background:#eb2828}.caseDetails-module-scss-module__PacbZa__typeBadge{color:#fff;background:#163300}.caseDetails-module-scss-module__PacbZa__alertTypeBanner{background:#ffffff8f;border:1.5px solid;border-radius:14px;align-items:center;gap:8px;width:fit-content;padding:10px 14px;font-size:13px;font-weight:500;display:inline-flex}.caseDetails-module-scss-module__PacbZa__content h3{color:#181818;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:clamp(28px,4vw,40px);font-weight:700;display:flex}.caseDetails-module-scss-module__PacbZa__ageSuffix{color:#444;font-size:20px;font-weight:500}.caseDetails-module-scss-module__PacbZa__verified{align-items:center;display:inline-flex}.caseDetails-module-scss-module__PacbZa__gender{color:#36551c;background:#eef5e7;border-radius:999px;width:fit-content;margin:0;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.caseDetails-module-scss-module__PacbZa__infoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.caseDetails-module-scss-module__PacbZa__infoGrid p,.caseDetails-module-scss-module__PacbZa__contactGrid .caseDetails-module-scss-module__PacbZa__data p{margin:0}.caseDetails-module-scss-module__PacbZa__infoGrid p{background:#1633000a;border-radius:18px;flex-direction:column;gap:8px;padding:16px;display:flex}.caseDetails-module-scss-module__PacbZa__infoGrid p span,.caseDetails-module-scss-module__PacbZa__data span{color:#7a8478;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.caseDetails-module-scss-module__PacbZa__infoGrid p strong{color:#181818;font-size:16px}.caseDetails-module-scss-module__PacbZa__lastSeenCard{background:linear-gradient(#9ee77024,#ffffffbf);border:1px solid #9ee77057;border-radius:22px;padding:18px}.caseDetails-module-scss-module__PacbZa__lastSeenLabel{color:#36551c;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:inline-flex}.caseDetails-module-scss-module__PacbZa__lastSeenCard strong{color:#142312;font-size:18px;line-height:1.45;display:block}.caseDetails-module-scss-module__PacbZa__timeAgo,.caseDetails-module-scss-module__PacbZa__activityText{color:#586258;margin:8px 0 0;font-size:14px;line-height:1.6}.caseDetails-module-scss-module__PacbZa__hrTag{border:none;border-top:1px solid #16330014;margin:24px 0}.caseDetails-module-scss-module__PacbZa__contactDiv h3{margin:0 0 16px;font-size:20px}.caseDetails-module-scss-module__PacbZa__contactGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.caseDetails-module-scss-module__PacbZa__data{background:#ffffffb8;border:1px solid #1633000d;border-radius:18px;padding:16px}.caseDetails-module-scss-module__PacbZa__data p{color:#181818;margin-top:8px;font-size:16px;font-weight:600}.caseDetails-module-scss-module__PacbZa__btnRow{justify-content:center;padding-top:4px;display:flex}.caseDetails-module-scss-module__PacbZa__chatBtn{color:#163300;background:#9ee770;border:none;border-radius:999px;min-height:52px;padding:0 34px;font-size:15px;font-weight:700}@media (max-width:980px){.caseDetails-module-scss-module__PacbZa__card,.caseDetails-module-scss-module__PacbZa__infoGrid,.caseDetails-module-scss-module__PacbZa__contactGrid{grid-template-columns:1fr}}@media (max-width:760px){.caseDetails-module-scss-module__PacbZa__container{border-radius:26px;width:94vw;padding:18px}.caseDetails-module-scss-module__PacbZa__cardDiv{padding:16px}.caseDetails-module-scss-module__PacbZa__thumbnailImg{height:250px}.caseDetails-module-scss-module__PacbZa__content h3{font-size:28px}}
.privacyPolicySection-module-scss-module__NfDa9a__privacyPolicySection{padding-bottom:60px;font-family:Outfit,sans-serif}.privacyPolicySection-module-scss-module__NfDa9a__hero{color:#fff;text-align:center;background:#163300;padding:48px 24px 40px}.privacyPolicySection-module-scss-module__NfDa9a__heroInner{max-width:720px;margin:0 auto}.privacyPolicySection-module-scss-module__NfDa9a__heroTitle{margin:0 0 8px;font-size:clamp(28px,4vw,40px);font-weight:700}.privacyPolicySection-module-scss-module__NfDa9a__heroSub{color:#d1e3d0;margin:0 0 20px;font-size:17px}.privacyPolicySection-module-scss-module__NfDa9a__backLink{color:#9ee770;margin-top:8px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.privacyPolicySection-module-scss-module__NfDa9a__backLink:hover{opacity:.9;text-decoration:underline}.privacyPolicySection-module-scss-module__NfDa9a__section{width:100%;max-width:800px;margin:0 auto;padding:48px 24px 0}.privacyPolicySection-module-scss-module__NfDa9a__heading{color:#163300;margin:2rem 0 .75rem;font-size:1.5rem;font-weight:700}.privacyPolicySection-module-scss-module__NfDa9a__heading:first-of-type{margin-top:0}.privacyPolicySection-module-scss-module__NfDa9a__subheading{color:#163300;margin:1.5rem 0 .5rem;font-size:1.2rem;font-weight:600}.privacyPolicySection-module-scss-module__NfDa9a__subtitle{color:#163300;margin:1rem 0 .4rem;font-size:1.05rem;font-weight:600}.privacyPolicySection-module-scss-module__NfDa9a__para{color:#333;margin:0 0 .75rem;font-weight:400;line-height:1.65}.privacyPolicySection-module-scss-module__NfDa9a__para ul,.privacyPolicySection-module-scss-module__NfDa9a__para ol{margin:.5rem 0 .75rem;padding-left:1.5rem}.privacyPolicySection-module-scss-module__NfDa9a__para li{margin-bottom:.35rem}.privacyPolicySection-module-scss-module__NfDa9a__section ul.privacyPolicySection-module-scss-module__NfDa9a__para,.privacyPolicySection-module-scss-module__NfDa9a__section ol.privacyPolicySection-module-scss-module__NfDa9a__para{list-style-position:outside}.privacyPolicySection-module-scss-module__NfDa9a__section ul.privacyPolicySection-module-scss-module__NfDa9a__para{list-style-type:disc}.privacyPolicySection-module-scss-module__NfDa9a__section ol.privacyPolicySection-module-scss-module__NfDa9a__para{list-style-type:decimal}@media (max-width:600px){.privacyPolicySection-module-scss-module__NfDa9a__hero{padding:36px 16px 32px}.privacyPolicySection-module-scss-module__NfDa9a__section{padding:36px 16px 0}.privacyPolicySection-module-scss-module__NfDa9a__heading{font-size:1.35rem}}
.reportSighting-module-scss-module__KLdjTq__caseDetails{width:min(1180px,100% - 28px);margin:0 auto;padding:28px 0 64px}.reportSighting-module-scss-module__KLdjTq__mobheader{display:none}.reportSighting-module-scss-module__KLdjTq__container{background:radial-gradient(circle at 100% 0,#9ee7702e,#0000 30%),linear-gradient(#fffffff5,#f4f9eef5);border:1px solid #1633001a;border-radius:34px;box-shadow:0 28px 80px #16330014}.reportSighting-module-scss-module__KLdjTq__subContainer{padding:28px}.reportSighting-module-scss-module__KLdjTq__heroRow{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;margin-bottom:24px;display:grid}.reportSighting-module-scss-module__KLdjTq__kicker{color:#163300;background:#9ee77029;border:1px solid #9ee7704d;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:36px;padding:8px 14px;font-size:.84rem;font-weight:700;display:inline-flex}.reportSighting-module-scss-module__KLdjTq__heroRow h1{color:#102400;margin:16px 0 0;font-size:clamp(2rem,3vw,3rem);line-height:.98}.reportSighting-module-scss-module__KLdjTq__heroRow p{color:#163300ad;align-self:end;margin:0;line-height:1.7}.reportSighting-module-scss-module__KLdjTq__detailsDiv{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:24px;display:grid}.reportSighting-module-scss-module__KLdjTq__card{background:#ffffffe6;border:1px solid #16330014;border-radius:28px;overflow:hidden;box-shadow:0 22px 60px #16330012}.reportSighting-module-scss-module__KLdjTq__imageWrapper{padding:14px;position:relative}.reportSighting-module-scss-module__KLdjTq__imageWrapper>img{object-fit:cover;border-radius:22px;width:100%;height:310px}.reportSighting-module-scss-module__KLdjTq__badges{flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:26px;left:26px}.reportSighting-module-scss-module__KLdjTq__badge{color:#fff;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:800}.reportSighting-module-scss-module__KLdjTq__active{background:linear-gradient(135deg,#ff5a5a,#ff7f7f)}.reportSighting-module-scss-module__KLdjTq__update{background:linear-gradient(135deg,#ffb347,#fc3)}.reportSighting-module-scss-module__KLdjTq__content{padding:0 20px 20px}.reportSighting-module-scss-module__KLdjTq__content h3{color:#102400;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 8px;display:flex}.reportSighting-module-scss-module__KLdjTq__age{color:#163300b8;font-size:.94rem}.reportSighting-module-scss-module__KLdjTq__verified{width:16px;height:16px;display:inline-flex}.reportSighting-module-scss-module__KLdjTq__verified img{width:100%;height:100%}.reportSighting-module-scss-module__KLdjTq__detail,.reportSighting-module-scss-module__KLdjTq__time{margin:0;line-height:1.6}.reportSighting-module-scss-module__KLdjTq__detail{color:#163300}.reportSighting-module-scss-module__KLdjTq__detail span,.reportSighting-module-scss-module__KLdjTq__time{color:#16330085}.reportSighting-module-scss-module__KLdjTq__detailData{gap:18px;display:grid}.reportSighting-module-scss-module__KLdjTq__notiDiv{background:#9ee77029;border:1px solid #9ee77066;border-radius:22px;align-items:center;gap:14px;padding:16px;display:flex}.reportSighting-module-scss-module__KLdjTq__notiicon{background:#9ee7704d;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.reportSighting-module-scss-module__KLdjTq__notiicon img{width:24px;height:24px}.reportSighting-module-scss-module__KLdjTq__notiText h6,.reportSighting-module-scss-module__KLdjTq__notiText p{margin:0}.reportSighting-module-scss-module__KLdjTq__notiText h6{color:#102400;font-size:.95rem}.reportSighting-module-scss-module__KLdjTq__notiText p{color:#16330099;margin-top:4px;line-height:1.5}.reportSighting-module-scss-module__KLdjTq__uploadDiv{width:min(100%,420px)}.reportSighting-module-scss-module__KLdjTq__uploadBox{cursor:pointer;background:radial-gradient(circle at top,#9ee7702e,#0000 36%),#fffc;border:1px solid #1633001a;border-radius:28px;min-height:260px;position:relative;overflow:hidden}.reportSighting-module-scss-module__KLdjTq__corner{border:3px solid #9ee770;width:52px;height:52px;position:absolute}.reportSighting-module-scss-module__KLdjTq__topLeft{border-bottom:none;border-right:none;border-top-left-radius:20px;top:14px;left:14px}.reportSighting-module-scss-module__KLdjTq__topRight{border-bottom:none;border-left:none;border-top-right-radius:20px;top:14px;right:14px}.reportSighting-module-scss-module__KLdjTq__bottomLeft{border-top:none;border-right:none;border-bottom-left-radius:20px;bottom:14px;left:14px}.reportSighting-module-scss-module__KLdjTq__bottomRight{border-top:none;border-left:none;border-bottom-right-radius:20px;bottom:14px;right:14px}.reportSighting-module-scss-module__KLdjTq__uploadBox .reportSighting-module-scss-module__KLdjTq__content{text-align:center;background:linear-gradient(#9ee77024,#ffffffe6);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:18px}.reportSighting-module-scss-module__KLdjTq__plus{color:#163300;background:#ffffffeb;border:1px solid #1633001f;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;font-size:1.9rem;display:flex}.reportSighting-module-scss-module__KLdjTq__previewImage{object-fit:cover;border-radius:18px;width:100%;height:100%}.reportSighting-module-scss-module__KLdjTq__inputDiv{gap:10px;display:grid}.reportSighting-module-scss-module__KLdjTq__inputDiv h3,.reportSighting-module-scss-module__KLdjTq__inputDiv p{margin:0}.reportSighting-module-scss-module__KLdjTq__inputDiv h3{color:#102400}.reportSighting-module-scss-module__KLdjTq__inputDiv p{color:#1633009e;line-height:1.6}.reportSighting-module-scss-module__KLdjTq__inputDiv textarea{color:#163300;resize:vertical;background:#ffffffe0;border:1px solid #1633001f;border-radius:20px;outline:none;min-height:120px;padding:16px;font-family:inherit;font-size:.96rem}.reportSighting-module-scss-module__KLdjTq__inputDiv textarea::placeholder{color:#1633006b}.reportSighting-module-scss-module__KLdjTq__currentLoc{background:#fffc;border:1px solid #16330014;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:10px 14px;display:inline-flex}.reportSighting-module-scss-module__KLdjTq__currentLoc img{width:18px;height:18px}.reportSighting-module-scss-module__KLdjTq__currentLoc p{color:#007fff;margin:0;font-weight:700}.reportSighting-module-scss-module__KLdjTq__subContainer hr{border:none;border-top:1px solid #16330014;margin:4px 0}.reportSighting-module-scss-module__KLdjTq__btnDiv{justify-content:flex-start;padding-top:8px;display:flex}.reportSighting-module-scss-module__KLdjTq__btnDiv button{color:#163300;cursor:pointer;background:linear-gradient(135deg,#9ee770,#c6f4a4);border:none;border-radius:999px;min-height:54px;padding:0 24px;font-size:1rem;font-weight:800;box-shadow:0 18px 32px #9ee77047}.reportSighting-module-scss-module__KLdjTq__backButton{background:#fff;border:1px solid #1633001f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.reportSighting-module-scss-module__KLdjTq__backButton img{width:16px;height:16px}@media (max-width:900px){.reportSighting-module-scss-module__KLdjTq__caseDetails{width:calc(100% - 16px);padding-top:8px}.reportSighting-module-scss-module__KLdjTq__mobheader{margin-bottom:12px;display:block}.reportSighting-module-scss-module__KLdjTq__header{background:#ffffffeb;border:1px solid #16330014;border-radius:18px;align-items:center;gap:12px;padding:12px 14px;display:flex}.reportSighting-module-scss-module__KLdjTq__header h3{color:#102400;margin:0}.reportSighting-module-scss-module__KLdjTq__backIcon{display:inline-flex}.reportSighting-module-scss-module__KLdjTq__container{border-radius:24px}.reportSighting-module-scss-module__KLdjTq__subContainer{padding:18px 16px}.reportSighting-module-scss-module__KLdjTq__heroRow,.reportSighting-module-scss-module__KLdjTq__detailsDiv{grid-template-columns:1fr}.reportSighting-module-scss-module__KLdjTq__heroRow h1{font-size:1.8rem}.reportSighting-module-scss-module__KLdjTq__imageWrapper>img{height:260px}.reportSighting-module-scss-module__KLdjTq__uploadDiv,.reportSighting-module-scss-module__KLdjTq__btnDiv button{width:100%}}
.searchSection-module-scss-module__ZLgr6W__searchSection{width:100%}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container{flex-direction:column;align-items:center;width:50%;height:300px;margin:10px auto;display:flex}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container h2{letter-spacing:-1px;vertical-align:middle;margin:20px 0 10px;font-size:40px;font-weight:500;line-height:130%}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container p{font-weight:300;font-style:Light;letter-spacing:0%;text-align:center;color:#0c0407;margin:20px 0;font-size:24px;line-height:100%}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container .searchSection-module-scss-module__ZLgr6W__searchBox{border:1px solid #0003;border-radius:8px;align-items:center;width:100%;height:50px;display:flex}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container .searchSection-module-scss-module__ZLgr6W__searchBox .searchSection-module-scss-module__ZLgr6W__box{justify-content:space-between;align-items:center;width:98%;margin:0 auto;display:flex}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container .searchSection-module-scss-module__ZLgr6W__searchBox .searchSection-module-scss-module__ZLgr6W__box input{color:#7a767f;background-color:#0000;border:none;width:80%;height:40px;font-size:16px}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container .searchSection-module-scss-module__ZLgr6W__searchBox .searchSection-module-scss-module__ZLgr6W__box input:focus{outline:none}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container .searchSection-module-scss-module__ZLgr6W__searchBox .searchSection-module-scss-module__ZLgr6W__box img{cursor:pointer;width:42px;height:42px}@media (max-width:900px){.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container{text-align:center;width:90%;height:auto;margin-bottom:40px}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container h2{font-size:32px}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container p{margin:5px 0 20px;font-size:18px}.searchSection-module-scss-module__ZLgr6W__searchSection .searchSection-module-scss-module__ZLgr6W__container .searchSection-module-scss-module__ZLgr6W__searchBox .searchSection-module-scss-module__ZLgr6W__box img{width:34px;height:34px}}
.terms\&Condition-module-scss-module__B0n8BW__termssection{padding-bottom:60px;font-family:Outfit,sans-serif}.terms\&Condition-module-scss-module__B0n8BW__hero{color:#fff;text-align:center;background:#163300;padding:48px 24px 40px}.terms\&Condition-module-scss-module__B0n8BW__heroInner{max-width:720px;margin:0 auto}.terms\&Condition-module-scss-module__B0n8BW__heroTitle{margin:0 0 8px;font-size:clamp(28px,4vw,40px);font-weight:700}.terms\&Condition-module-scss-module__B0n8BW__heroSub{color:#d1e3d0;margin:0 0 20px;font-size:17px}.terms\&Condition-module-scss-module__B0n8BW__backLink{color:#9ee770;margin-top:8px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.terms\&Condition-module-scss-module__B0n8BW__backLink:hover{opacity:.9;text-decoration:underline}.terms\&Condition-module-scss-module__B0n8BW__section{width:100%;max-width:800px;margin:0 auto;padding:48px 24px 0}.terms\&Condition-module-scss-module__B0n8BW__heading{color:#163300;margin:2rem 0 .75rem;font-size:1.5rem;font-weight:700}.terms\&Condition-module-scss-module__B0n8BW__heading:first-of-type{margin-top:0}.terms\&Condition-module-scss-module__B0n8BW__subheading{color:#163300;margin:1.5rem 0 .5rem;font-size:1.2rem;font-weight:600}.terms\&Condition-module-scss-module__B0n8BW__para{color:#333;margin:0 0 .75rem;font-weight:400;line-height:1.65}.terms\&Condition-module-scss-module__B0n8BW__para ul,.terms\&Condition-module-scss-module__B0n8BW__para ol{margin:.5rem 0 .75rem;padding-left:1.5rem}.terms\&Condition-module-scss-module__B0n8BW__para li{margin-bottom:.35rem}.terms\&Condition-module-scss-module__B0n8BW__section ul.terms\&Condition-module-scss-module__B0n8BW__para,.terms\&Condition-module-scss-module__B0n8BW__section ol.terms\&Condition-module-scss-module__B0n8BW__para{list-style-position:outside}.terms\&Condition-module-scss-module__B0n8BW__section ul.terms\&Condition-module-scss-module__B0n8BW__para{list-style-type:disc}.terms\&Condition-module-scss-module__B0n8BW__section ol.terms\&Condition-module-scss-module__B0n8BW__para{list-style-type:decimal}@media (max-width:600px){.terms\&Condition-module-scss-module__B0n8BW__hero{padding:36px 16px 32px}.terms\&Condition-module-scss-module__B0n8BW__section{padding:36px 16px 0}.terms\&Condition-module-scss-module__B0n8BW__heading{font-size:1.35rem}}
body{margin:0;padding:0;font-family:Outfit,sans-serif}
body{margin:0;padding:0;font-family:Outfit,sans-serif}
body{margin:0;padding:0;font-family:Poppins,sans-serif}
.style-module-scss-module__1VUdKq__main{flex-direction:column;width:100%;min-height:calc(100vh - 80px);display:flex}.style-module-scss-module__1VUdKq__hero{background:radial-gradient(100% 100% at 50% 0,#163300 0%,#0d1e00 100%);flex:1;justify-content:center;align-items:center;padding:80px 20px;display:flex;position:relative;overflow:hidden}.style-module-scss-module__1VUdKq__hero:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#9ee77026 0%,#9ee77000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__container{z-index:2;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide{flex:1;max-width:600px}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__badge{color:#9ee770;letter-spacing:.5px;background:#9ee7701a;border:1px solid #9ee7704d;border-radius:30px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-block}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__title{color:#fff;margin-bottom:24px;font-size:56px;font-weight:700;line-height:1.1}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__title span{color:#9ee770}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__subtitle{color:#b0c2a2;margin-bottom:40px;font-size:18px;line-height:1.6}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__comingSoonWrapper{flex-wrap:wrap;gap:20px;margin-bottom:40px;display:flex}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__comingSoonWrapper .style-module-scss-module__1VUdKq__storeBtn{color:#fff;cursor:not-allowed;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:12px;padding:14px 28px;font-weight:500;display:flex;position:relative;overflow:hidden}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__comingSoonWrapper .style-module-scss-module__1VUdKq__storeBtn:after{content:"Coming Soon";color:#9ee770;opacity:0;background:#163300e6;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:opacity .3s;display:flex;position:absolute;inset:0}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__comingSoonWrapper .style-module-scss-module__1VUdKq__storeBtn:hover:after{opacity:1}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__comingSoonWrapper .style-module-scss-module__1VUdKq__storeBtn svg{width:24px;height:24px}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__exploreBtn{color:#9ee770;cursor:pointer;background:0 0;border:1px solid #9ee770;border-radius:30px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__exploreBtn:hover{color:#163300;background:#9ee770}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__lottieSide{filter:drop-shadow(0 20px 40px #0000004d);flex:1;justify-content:center;align-items:center;max-width:500px;display:flex}@media (max-width:968px){.style-module-scss-module__1VUdKq__hero{padding:60px 20px}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__container{text-align:center;flex-direction:column-reverse;gap:40px}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide{flex-direction:column;align-items:center;display:flex}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__title{font-size:40px}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__contentSide .style-module-scss-module__1VUdKq__comingSoonWrapper{justify-content:center}.style-module-scss-module__1VUdKq__hero .style-module-scss-module__1VUdKq__lottieSide{width:100%;max-width:400px}}
body{margin:0;padding:0}.style-module-scss-module__Wbpwwa__main{background:#fff;min-height:100vh;font-family:Outfit,sans-serif}.style-module-scss-module__Wbpwwa__hero{text-align:center;max-width:900px;margin:0 auto;padding:60px 24px 80px}.style-module-scss-module__Wbpwwa__heroContent{flex-direction:column;align-items:center;gap:20px;display:flex}.style-module-scss-module__Wbpwwa__badge{color:#163300;background:linear-gradient(90deg,#9ee77033 0%,#9ee7701a 100%);border:1px solid #9ee77080;border-radius:24px;align-items:center;gap:10px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.style-module-scss-module__Wbpwwa__badgeIcon{background:#9ee770;border-radius:50%;width:8px;height:8px}.style-module-scss-module__Wbpwwa__title{color:#163300;margin:0;font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2}.style-module-scss-module__Wbpwwa__subtitle{color:#555;max-width:560px;margin:0;font-size:18px;line-height:1.6}.style-module-scss-module__Wbpwwa__ctaRow{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;display:flex}.style-module-scss-module__Wbpwwa__primaryBtn{color:#163300;cursor:pointer;background:#9ee770;border:none;border-radius:30px;padding:14px 32px;font-size:16px;font-weight:600;transition:background .2s,transform .15s;display:inline-block}.style-module-scss-module__Wbpwwa__primaryBtn:hover{background:#8dd65f;transform:translateY(-1px)}.style-module-scss-module__Wbpwwa__secondaryBtn{color:#163300;cursor:pointer;background:0 0;border:2px solid #9ee770;border-radius:30px;padding:14px 32px;font-size:16px;font-weight:600;transition:background .2s,color .2s;display:inline-block}.style-module-scss-module__Wbpwwa__secondaryBtn:hover{background:#9ee77026}.style-module-scss-module__Wbpwwa__darkSection{color:#fff;background:#163300;padding:60px 24px 80px}.style-module-scss-module__Wbpwwa__darkContent{text-align:center;max-width:1000px;margin:0 auto}.style-module-scss-module__Wbpwwa__sectionTitle{margin:0 0 40px;font-size:32px;font-weight:700}.style-module-scss-module__Wbpwwa__cards{text-align:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;display:grid}.style-module-scss-module__Wbpwwa__card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;padding:32px 24px;transition:border-color .2s,background .2s}.style-module-scss-module__Wbpwwa__card:hover{background:#9ee77014;border-color:#9ee7704d}.style-module-scss-module__Wbpwwa__cardIcon{margin-bottom:16px;font-size:36px}.style-module-scss-module__Wbpwwa__card h3{color:#fff;margin:0 0 12px;font-size:20px;font-weight:600}.style-module-scss-module__Wbpwwa__card p{color:#d1e3d0;margin:0;font-size:15px;line-height:1.5}@media (max-width:600px){.style-module-scss-module__Wbpwwa__hero{padding:40px 16px 60px}.style-module-scss-module__Wbpwwa__ctaRow{flex-direction:column}.style-module-scss-module__Wbpwwa__primaryBtn,.style-module-scss-module__Wbpwwa__secondaryBtn{text-align:center;width:100%}.style-module-scss-module__Wbpwwa__darkSection{padding:40px 16px 60px}.style-module-scss-module__Wbpwwa__sectionTitle{font-size:26px}}
.style-module-scss-module__SoACZW__main{flex-direction:column;gap:36px;width:100%;min-height:calc(100vh - 80px);padding:0 20px 72px;display:flex}.style-module-scss-module__SoACZW__hero{padding-top:28px}.style-module-scss-module__SoACZW__heroContent,.style-module-scss-module__SoACZW__container{width:min(1180px,100%);margin:0 auto}.style-module-scss-module__SoACZW__heroContent{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:28px;display:grid}.style-module-scss-module__SoACZW__heroCopy,.style-module-scss-module__SoACZW__heroPanel,.style-module-scss-module__SoACZW__card,.style-module-scss-module__SoACZW__sectionIntro{background:radial-gradient(circle at 100% 0,#9ee77038,#0000 34%),linear-gradient(#fffffff0,#f5f9f0f5);border:1px solid #1633001a;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 26px 80px #16330014}.style-module-scss-module__SoACZW__heroCopy{padding:46px}.style-module-scss-module__SoACZW__heroCopy:before,.style-module-scss-module__SoACZW__heroPanel:before,.style-module-scss-module__SoACZW__card:before,.style-module-scss-module__SoACZW__sectionIntro:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff3d,#0000 55%);position:absolute;inset:0}.style-module-scss-module__SoACZW__kicker,.style-module-scss-module__SoACZW__sectionIntro span,.style-module-scss-module__SoACZW__cardEyebrow,.style-module-scss-module__SoACZW__metricLabel{color:#163300;letter-spacing:.02em;background:#9ee7702e;border:1px solid #9ee77052;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:.84rem;font-weight:700;display:inline-flex}.style-module-scss-module__SoACZW__title{color:#0f2103;max-width:12ch;margin:18px 0;font-size:clamp(2.6rem,4.7vw,4.7rem);line-height:.96}.style-module-scss-module__SoACZW__subtitle{color:#163300bd;max-width:56ch;margin:0;font-size:1.05rem;line-height:1.72}.style-module-scss-module__SoACZW__heroActions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.style-module-scss-module__SoACZW__primaryBtn,.style-module-scss-module__SoACZW__secondaryBtn,.style-module-scss-module__SoACZW__learnMoreBtn{cursor:pointer;border:none;border-radius:999px;padding:14px 24px;font-size:.98rem;font-weight:700;transition:transform .24s,box-shadow .24s,background .24s,color .24s}.style-module-scss-module__SoACZW__primaryBtn,.style-module-scss-module__SoACZW__learnMoreBtn{color:#163300;background:linear-gradient(135deg,#9ee770,#c4f0a5);box-shadow:0 16px 34px #9ee77057}.style-module-scss-module__SoACZW__secondaryBtn{color:#163300;background:#ffffffb3;border:1px solid #16330024}.style-module-scss-module__SoACZW__primaryBtn:hover,.style-module-scss-module__SoACZW__secondaryBtn:hover,.style-module-scss-module__SoACZW__learnMoreBtn:hover{transform:translateY(-2px)}.style-module-scss-module__SoACZW__heroPanel{color:#fff;background:radial-gradient(circle at 100% 0,#9ee77033,#0000 36%),linear-gradient(#143300,#0f2700);flex-direction:column;justify-content:space-between;padding:28px;display:flex}.style-module-scss-module__SoACZW__metricCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:28px;padding:24px}.style-module-scss-module__SoACZW__metricCard strong{margin-top:16px;font-size:clamp(2.6rem,5vw,4rem);line-height:1;display:block}.style-module-scss-module__SoACZW__metricCard p{color:#ffffffc7;margin:14px 0 0;line-height:1.6}.style-module-scss-module__SoACZW__metricLabel{color:#e7ffd5;background:#9ee77024;border-color:#9ee77042}.style-module-scss-module__SoACZW__featureStrip{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.style-module-scss-module__SoACZW__featureStrip div{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:22px;padding:18px 16px}.style-module-scss-module__SoACZW__featureStrip span{font-size:1.3rem;font-weight:800;display:block}.style-module-scss-module__SoACZW__featureStrip p{color:#ffffffb8;margin:6px 0 0;font-size:.92rem;line-height:1.45}.style-module-scss-module__SoACZW__productsSection{flex:1}.style-module-scss-module__SoACZW__sectionIntro{margin-bottom:24px;padding:30px}.style-module-scss-module__SoACZW__sectionIntro h2{color:#0f2103;margin:16px 0 12px;font-size:clamp(1.8rem,3vw,2.8rem)}.style-module-scss-module__SoACZW__sectionIntro p{color:#163300ad;max-width:60ch;margin:0;line-height:1.7}.style-module-scss-module__SoACZW__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.style-module-scss-module__SoACZW__card{flex-direction:column;min-height:100%;padding:28px;display:flex}.style-module-scss-module__SoACZW__card:hover{border-color:#9ee7706b;transform:translateY(-4px);box-shadow:0 28px 70px #1633001f}.style-module-scss-module__SoACZW__cardTop{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.style-module-scss-module__SoACZW__cardIcon{background:linear-gradient(135deg,#163300eb,#245206eb);border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;display:inline-flex;box-shadow:inset 0 1px #ffffff24}.style-module-scss-module__SoACZW__cardTitle{color:#102400;margin:0 0 14px;font-size:1.55rem}.style-module-scss-module__SoACZW__cardDescription{color:#163300b8;flex:1;margin:0 0 22px;line-height:1.72}.style-module-scss-module__SoACZW__featureList{gap:12px;margin:0 0 28px;padding:0;list-style:none;display:grid}.style-module-scss-module__SoACZW__featureList li{color:#163300;align-items:center;gap:10px;font-weight:600;display:flex}.style-module-scss-module__SoACZW__featureList li span{background:#9ee77038;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.style-module-scss-module__SoACZW__learnMoreBtn{align-self:flex-start}@media (max-width:1080px){.style-module-scss-module__SoACZW__heroContent,.style-module-scss-module__SoACZW__grid{grid-template-columns:1fr}.style-module-scss-module__SoACZW__featureStrip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.style-module-scss-module__SoACZW__main{gap:24px;padding:0 14px 56px}.style-module-scss-module__SoACZW__hero{padding-top:12px}.style-module-scss-module__SoACZW__heroCopy,.style-module-scss-module__SoACZW__heroPanel,.style-module-scss-module__SoACZW__sectionIntro,.style-module-scss-module__SoACZW__card{border-radius:24px;padding:22px}.style-module-scss-module__SoACZW__title{max-width:10ch;margin-top:16px}.style-module-scss-module__SoACZW__subtitle,.style-module-scss-module__SoACZW__sectionIntro p,.style-module-scss-module__SoACZW__metricCard p{font-size:.96rem}.style-module-scss-module__SoACZW__featureStrip{grid-template-columns:1fr}.style-module-scss-module__SoACZW__cardTop{flex-direction:column;align-items:flex-start}.style-module-scss-module__SoACZW__primaryBtn,.style-module-scss-module__SoACZW__secondaryBtn,.style-module-scss-module__SoACZW__learnMoreBtn{justify-content:center;width:100%}}
body{margin:0;padding:0}
body{margin:0;padding:0}
