.support-modal_backdrop__9KhOQ{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999;animation:support-modal_fadeIn__I2q81 .2s ease-in}.support-modal_modal__6nZ5B{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;animation:support-modal_slideUp__4ZhML .3s ease-out}.support-modal_modalContent__6iRuE{background:rgba(17,17,25,.6);border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.4);max-width:600px;width:90vw;max-height:90vh;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.15);overflow:hidden;backdrop-filter:blur(20px)}.support-modal_modalHeader__Spz4V{display:flex;justify-content:space-between;align-items:center;padding:28px;background:#000000;border-bottom:1px solid rgba(255,255,255,.15)}.support-modal_modalHeader__Spz4V h2{margin:0;font-size:1.5em;color:white;font-weight:700}.support-modal_closeButton__q5MXz{background:rgba(255,255,255,.2);border:none;font-size:1.5em;color:white;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.support-modal_closeButton__q5MXz:hover{background-color:rgba(255,255,255,.3);color:white}.support-modal_modalBody__1ZPBa{overflow-y:auto;padding:28px;flex:1;background:#000000}.support-modal_form__wpVU5{display:flex;flex-direction:column;gap:18px}.support-modal_formGroup___RjCl{display:flex;flex-direction:column;gap:8px}.support-modal_formGroup___RjCl label{font-weight:600;color:rgba(255,255,255,.9);font-size:.95em}.support-modal_formGroup___RjCl input,.support-modal_formGroup___RjCl select,.support-modal_formGroup___RjCl textarea{padding:12px 16px;border:1px solid rgba(255,255,255,.15);border-radius:12px;font-size:.95em;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#0a0a0a;color:rgba(255,255,255,.9)}.support-modal_formGroup___RjCl select{background-color:#0a0a0a;color:#f1f5f9;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#d4a054 0),linear-gradient(135deg,#d4a054 50%,transparent 0);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:40px}.support-modal_formGroup___RjCl select:hover{background-color:#111111}.support-modal_formGroup___RjCl select option{background:#0a0a0a;color:#f1f5f9;padding:8px}.support-modal_formGroup___RjCl select option:focus,.support-modal_formGroup___RjCl select option:hover{background:#111111}.support-modal_formGroup___RjCl input:focus,.support-modal_formGroup___RjCl select:focus,.support-modal_formGroup___RjCl textarea:focus{outline:none;border-color:#d4a054;box-shadow:0 0 0 3px rgba(212,160,84,.15);background:#111111}.support-modal_categorySelect__v8agO,.support-modal_prioritySelect__AM_Yp{transition:border-color .3s ease}.support-modal_formGroup___RjCl textarea{resize:vertical;min-height:120px}.support-modal_formRow__rvGNZ{display:grid;grid-template-columns:1fr 1fr;gap:18px}.support-modal_errorMessage__X7VfK{padding:12px 16px;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.95em;margin-bottom:8px}.support-modal_successMessage___n9j5{padding:20px 16px;background-color:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);border-radius:8px;color:#10b981;text-align:center}.support-modal_successMessage___n9j5 p{margin:0;font-size:1em;line-height:1.5}.support-modal_formActions__QdifV{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;margin-top:8px}.support-modal_submitButton__Ctv28{padding:12px 32px;background:linear-gradient(135deg,#d4a054,#b8863a);color:white;border:none;border-radius:10px;font-weight:600;font-size:.95em;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(212,160,84,.25)}.support-modal_submitButton__Ctv28:hover:not(:disabled){background:linear-gradient(135deg,#b8863a,#9a6f2e);box-shadow:0 6px 20px rgba(212,160,84,.35);transform:translateY(-2px)}.support-modal_submitButton__Ctv28:disabled{opacity:.6;cursor:not-allowed}.support-modal_cancelButton__HTihw{padding:12px 32px;background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.2);border-radius:10px;font-weight:600;font-size:.95em;cursor:pointer;transition:all .2s ease}.support-modal_cancelButton__HTihw:hover{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);color:white}@keyframes support-modal_fadeIn__I2q81{0%{opacity:0}to{opacity:1}}@keyframes support-modal_slideUp__4ZhML{0%{transform:translate(-50%,-45%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@media (max-width:600px){.support-modal_modal__6nZ5B{position:fixed;top:0;left:0;right:0;bottom:0;transform:none;width:100%;height:100%}.support-modal_modalContent__6iRuE{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;display:flex;flex-direction:column}.support-modal_modalHeader__Spz4V{padding:12px 16px;position:sticky;top:0;z-index:10;min-height:auto}.support-modal_modalHeader__Spz4V h2{font-size:1em;margin:0}.support-modal_closeButton__q5MXz{width:24px;height:24px;font-size:1.1em}.support-modal_modalBody__1ZPBa{padding:12px;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.support-modal_form__wpVU5{gap:8px}.support-modal_formGroup___RjCl{gap:3px}.support-modal_formGroup___RjCl label{font-size:.75em;margin-bottom:2px;font-weight:500;color:rgba(255,255,255,.7)}.support-modal_formGroup___RjCl input,.support-modal_formGroup___RjCl select,.support-modal_formGroup___RjCl textarea{padding:8px 10px;font-size:.85em;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#0a0a0a}.support-modal_formGroup___RjCl textarea{min-height:60px;resize:none}.support-modal_formRow__rvGNZ{display:grid;grid-template-columns:1fr 1fr;gap:8px}.support-modal_formActions__QdifV{display:flex;flex-direction:row;gap:8px;position:sticky;bottom:0;background:#000000;padding:12px;margin:8px -12px -12px;border-top:1px solid rgba(255,255,255,.15)}.support-modal_cancelButton__HTihw,.support-modal_submitButton__Ctv28{flex:1;padding:10px 16px;font-size:.85em}.support-modal_submitButton__Ctv28{order:2}.support-modal_cancelButton__HTihw{order:1}.support-modal_errorMessage__X7VfK,.support-modal_successMessage___n9j5{font-size:.75em;padding:8px 10px;margin-bottom:4px}.support-modal_successMessage___n9j5 p{margin:0;font-size:.9em}}.advertise-modal_backdrop__MbgWp{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999;animation:advertise-modal_fadeIn__yUxPv .2s ease-in}.advertise-modal_modal__2sRVu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;animation:advertise-modal_slideUp__wIXLJ .3s ease-out}.advertise-modal_modalContent__l75_O{background:rgba(17,17,25,.6);border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.4);max-width:650px;width:90vw;max-height:90vh;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.15);overflow:hidden;backdrop-filter:blur(20px)}.advertise-modal_modalHeader__d5h5h{display:flex;justify-content:space-between;align-items:center;padding:28px;background:#000000;border-bottom:1px solid rgba(255,255,255,.15)}.advertise-modal_modalHeader__d5h5h h2{margin:0;font-size:1.5em;color:white;font-weight:700}.advertise-modal_closeButton__aTOhg{background:rgba(255,255,255,.2);border:none;font-size:1.5em;color:white;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.advertise-modal_closeButton__aTOhg:hover{background-color:rgba(255,255,255,.3);color:white}.advertise-modal_modalBody__xaNaQ{overflow-y:auto;padding:16px;flex:1;background:#000000}.advertise-modal_form__EtaxF{display:flex;flex-direction:column;gap:10px}.advertise-modal_formGroup__Y0ZBr{display:flex;flex-direction:column;gap:4px}.advertise-modal_formGroup__Y0ZBr label{font-weight:600;color:rgba(255,255,255,.9);font-size:.85em}.advertise-modal_formGroup__Y0ZBr input,.advertise-modal_formGroup__Y0ZBr select,.advertise-modal_formGroup__Y0ZBr textarea{padding:8px 12px;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.88em;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#0a0a0a;color:rgba(255,255,255,.9)}.advertise-modal_formGroup__Y0ZBr select{background-color:#0a0a0a;color:#f1f5f9;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#d4a054 0),linear-gradient(135deg,#d4a054 50%,transparent 0);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:40px}.advertise-modal_formGroup__Y0ZBr select:hover{background-color:#111111}.advertise-modal_formGroup__Y0ZBr select option{background:#0a0a0a;color:#f1f5f9;padding:8px}.advertise-modal_formGroup__Y0ZBr select option:focus,.advertise-modal_formGroup__Y0ZBr select option:hover{background:#111111}.advertise-modal_formGroup__Y0ZBr input:focus,.advertise-modal_formGroup__Y0ZBr select:focus,.advertise-modal_formGroup__Y0ZBr textarea:focus{outline:none;border-color:#d4a054;box-shadow:0 0 0 3px rgba(212,160,84,.15);background:#111111}.advertise-modal_advertisingSelect__yOGkL,.advertise-modal_budgetSelect__WBYHS{transition:border-color .3s ease}.advertise-modal_formGroup__Y0ZBr textarea{resize:vertical;min-height:60px}.advertise-modal_formRow__PCouW{display:grid;grid-template-columns:1fr 1fr;gap:10px}.advertise-modal_formRowThree__Slej5{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.advertise-modal_errorMessage__aMS3w{padding:12px 16px;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.95em;margin-bottom:8px}.advertise-modal_successMessage__hzRBu{padding:20px 16px;background-color:rgba(212,160,84,.1);border:1px solid rgba(212,160,84,.3);border-radius:8px;color:#d4a054;text-align:center}.advertise-modal_successMessage__hzRBu p{margin:0;font-size:1em;line-height:1.5}.advertise-modal_formActions__hexRJ{display:flex;gap:10px;justify-content:flex-end;padding-top:8px;margin-top:4px}.advertise-modal_submitButton__qcUAQ{padding:8px 24px;background:linear-gradient(135deg,#d4a054,#b8863a);color:white;border:none;border-radius:8px;font-weight:600;font-size:.9em;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(212,160,84,.25)}.advertise-modal_submitButton__qcUAQ:hover:not(:disabled){background:linear-gradient(135deg,#b8863a,#9a6f2e);box-shadow:0 6px 20px rgba(212,160,84,.35);transform:translateY(-2px)}.advertise-modal_submitButton__qcUAQ:disabled{opacity:.6;cursor:not-allowed}.advertise-modal_cancelButton__AGeGa{padding:8px 24px;background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.2);border-radius:8px;font-weight:600;font-size:.95em;cursor:pointer;transition:all .2s ease}.advertise-modal_cancelButton__AGeGa:hover{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);color:white}@keyframes advertise-modal_fadeIn__yUxPv{0%{opacity:0}to{opacity:1}}@keyframes advertise-modal_slideUp__wIXLJ{0%{transform:translate(-50%,-45%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@media (max-width:600px){.advertise-modal_modal__2sRVu{position:fixed;top:0;left:0;right:0;bottom:0;transform:none;width:100%;height:100%}.advertise-modal_modalContent__l75_O{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;display:flex;flex-direction:column}.advertise-modal_modalHeader__d5h5h{padding:12px 16px;position:sticky;top:0;z-index:10;min-height:auto}.advertise-modal_modalHeader__d5h5h h2{font-size:1em;margin:0}.advertise-modal_closeButton__aTOhg{width:24px;height:24px;font-size:1.1em}.advertise-modal_modalBody__xaNaQ{padding:12px;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.advertise-modal_form__EtaxF{gap:8px}.advertise-modal_formGroup__Y0ZBr{gap:3px}.advertise-modal_formGroup__Y0ZBr label{font-size:.75em;margin-bottom:2px;font-weight:500;color:rgba(255,255,255,.7)}.advertise-modal_formGroup__Y0ZBr input,.advertise-modal_formGroup__Y0ZBr select,.advertise-modal_formGroup__Y0ZBr textarea{padding:8px 10px;font-size:.85em;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#0a0a0a}.advertise-modal_formGroup__Y0ZBr textarea{min-height:60px;resize:none}.advertise-modal_formRow__PCouW{display:grid;grid-template-columns:1fr 1fr;gap:8px}.advertise-modal_formRowThree__Slej5{display:grid;grid-template-columns:1fr;gap:6px}.advertise-modal_formActions__hexRJ{display:flex;flex-direction:row;gap:8px;position:sticky;bottom:0;background:#000000;padding:12px;margin:8px -12px -12px;border-top:1px solid rgba(255,255,255,.15)}.advertise-modal_cancelButton__AGeGa,.advertise-modal_submitButton__qcUAQ{flex:1;padding:10px 16px;font-size:.85em}.advertise-modal_submitButton__qcUAQ{order:2}.advertise-modal_cancelButton__AGeGa{order:1}.advertise-modal_errorMessage__aMS3w,.advertise-modal_successMessage__hzRBu{font-size:.75em;padding:8px 10px;margin-bottom:4px}.advertise-modal_successMessage__hzRBu p{margin:0;font-size:.9em}}.home_page__GybUF{background:#000000;color:#94a3b8}.home_container__QU9pT{max-width:1120px;margin:0 auto;padding:0 20px}.home_hero__jnacV{position:relative;padding:60px 0;min-height:auto;display:flex;align-items:center}.home_heroGrid__HVn4e{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.home_pill__R1ByP{display:inline-flex;align-items:center;gap:6px;color:#d4a054;font-weight:400;font-size:10px;width:-moz-fit-content;width:fit-content}.home_pillDot__ty5GE{width:10px;height:10px;border-radius:999px;background:#d4a054;box-shadow:0 0 0 8px rgba(212,160,84,.15),0 0 26px rgba(212,160,84,.25)}.home_title__1jOYr{margin:4px 0;font-weight:500;line-height:1.05;letter-spacing:-.01em;font-size:clamp(24px,3vw,36px);color:#ffffff}.home_subtitle__TDSVr{margin:6px 0 0;max-width:58ch;font-size:12px;line-height:1.4;color:#94a3b8}.home_actions__G_ZDD{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.home_btn__dXzR_{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:8px;font-weight:700;font-size:12px;border:1.5px solid transparent;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home_btnPrimary__qakRH{background:linear-gradient(135deg,#d4a054,#b8862e);color:#000000;font-weight:800;box-shadow:0 16px 44px rgba(212,160,84,.25)}.home_btnPrimary__qakRH:hover{transform:translateY(-1px);box-shadow:0 22px 60px rgba(212,160,84,.35);background:linear-gradient(135deg,#e0b46a,#d4a054)}.home_btnGhost__N1k_q{background:rgba(255,255,255,.04);color:rgba(255,255,255,.8);border-color:rgba(212,160,84,.3)}.home_btnGhost__N1k_q:hover{border-color:rgba(212,160,84,.6);color:#d4a054;background:rgba(212,160,84,.08)}.home_trustRow__2YToc{margin-top:8px;display:flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:6px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:12px}.home_avatars__FTqyq{display:flex;align-items:center;gap:6px}.home_avatar__rR3U3{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:9px;color:#fff;background:linear-gradient(135deg,#e8366d,#d42d5f)}.home_avatarGhost__qQ7Gv{background:rgba(255,255,255,.08);color:rgba(255,255,255,.8)}.home_trustTitle__PyGcW{margin:0;font-weight:800;color:rgba(255,255,255,.9);font-size:12px}.home_trustSub__P03zv{margin:2px 0 0;color:#94a3b8;font-size:11px}.home_statsBar__GXPSj{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.home_stat__w4X7i{flex:1;min-width:130px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(0,0,0,.8);padding:8px;box-shadow:0 8px 20px rgba(0,0,0,.4)}.home_statValue__DR5TJ{font-size:13px;font-weight:800;color:#ffffff;letter-spacing:-.01em}.home_statLabel__JOh_j{margin-top:2px;font-size:9px;color:#94a3b8;font-weight:600}.home_sideCard__8gh5e{border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(0,0,0,.8);box-shadow:0 26px 80px rgba(0,0,0,.5);overflow:hidden}.home_sideCardTop__j8128{padding:10px 12px 8px;background:linear-gradient(135deg,rgba(232,54,109,.12),rgba(212,160,84,.08));border-bottom:1px solid rgba(255,255,255,.06)}.home_sideBadge__alA_T{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(232,54,109,.15);color:#e8366d;font-weight:700;font-size:10px}.home_sideTitle__MiGVy{margin:6px 0 4px;font-size:16px;font-weight:800;color:#ffffff}.home_sideDesc__poikr{margin:0;color:#94a3b8;font-size:12px;line-height:1.3}.home_sideList__j_puh{list-style:none;padding:10px 12px 12px;margin:0;display:grid;gap:7px;color:#94a3b8;font-size:12px}.home_sideList__j_puh li{display:grid;grid-template-columns:14px 1fr;gap:8px;align-items:start}.home_check__o1IKv{width:14px;height:14px;border-radius:4px;background:rgba(232,54,109,.15);color:#e8366d;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:10px}.home_sideActions__behcb{padding:0 12px 12px}.home_btnBlock__OW3w0{width:100%}.home_note__VeRBW{margin:8px 0 0;font-size:11px;color:rgba(148,163,184,.7)}.home_section__Qjwqv{padding:44px 0}.home_sectionHeader__LT215{text-align:center;margin-bottom:22px}.home_kicker___Dtlr{display:inline-block;color:#d4a054;font-weight:400;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.home_h2__7OX0R{margin:10px 0 6px;font-size:30px;font-weight:500;letter-spacing:-.01em;color:#ffffff}.home_pLead__Fsba7{margin:0 auto;max-width:68ch;color:#94a3b8}.home_grid4__Gd_Oo{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home_card__u2Woy{border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(0,0,0,.8);padding:16px;box-shadow:0 12px 34px rgba(0,0,0,.4);transition:border-color .2s ease,transform .2s ease}.home_card__u2Woy:hover{transform:translateY(-2px)}.home_cardTitle__nenZS{margin:10px 0 6px;font-weight:900;color:#ffffff}.home_cardText__ECKZG{margin:0;color:#94a3b8;font-size:13px;line-height:1.6}.home_iconBox__QBxJF{width:42px;height:42px;border-radius:12px;background:rgba(232,54,109,.12);display:inline-flex;align-items:center;justify-content:center;color:#e8366d}.home_grid3__OeWFc{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home_step__x1lgx{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#e8366d,#d42d5f);color:#ffffff;font-weight:900}.home_split__4DGjp{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.home_bullets__O2B5x{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px;color:#94a3b8}.home_panel__HSBU8{border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(0,0,0,.8);padding:16px;display:grid;gap:12px}.home_panelItem__VrleQ{display:grid;gap:4px;align-items:start}.home_emoji__idQ2s{width:42px;height:42px;border-radius:12px;background:rgba(232,54,109,.12);display:flex;align-items:center;justify-content:center;font-size:18px}.home_quoteRow__GO9Iz{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home_quote__gkzUI{border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(0,0,0,.8);padding:16px;display:grid;gap:10px}.home_stars__0aUeK{color:#d4a054;font-weight:900;letter-spacing:1px}.home_quoteMeta__CUGf_{display:flex;align-items:center;gap:10px}.home_quoteName__MlHNw{font-weight:900;color:#ffffff}.home_quoteRole__F3_Me{color:#94a3b8;font-size:13px}.home_cta___lhae{padding:46px 0 66px}.home_ctaPanel__2HP8a{border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:22px;background:rgba(0,0,0,.8);display:grid;gap:12px;align-items:start}.home_ctaRow__KDV7z{display:flex;gap:12px;flex-wrap:wrap}.home_ctaNote__zudx3{margin:0;color:rgba(148,163,184,.7);font-size:13px}@media (max-width:980px){.home_heroGrid__HVn4e,.home_split__4DGjp{grid-template-columns:1fr}.home_grid4__Gd_Oo{grid-template-columns:repeat(2,1fr)}.home_quoteRow__GO9Iz{grid-template-columns:1fr}}@media (max-width:560px){.home_grid3__OeWFc,.home_grid4__Gd_Oo{grid-template-columns:1fr}.home_stat__w4X7i{min-width:100%}}