.growth-gear-page{--gg-dark: #080E1A;--gg-dark2: #0F1B2D;--gg-dark3: #1C2E4A;--gg-accent: #22A3DF;--gg-accent-light: #5BB9E8;--gg-accent-pale: #E8F4FB;--gg-success: #0EA5E9;--gg-success-light: #E0F2FE;--gg-bg: #FFFFFF;--gg-bg-alt: #F7F8FA;--gg-border: #E2E5EB;--gg-tx: #1A1F2B;--gg-tx-sub: #4A5568;--gg-tx-hint: #8B95A5;font-family:Noto Sans JP,Inter,ui-sans-serif,system-ui,sans-serif;color:var(--gg-tx-sub);background:var(--gg-bg);position:relative;overflow-x:hidden}.growth-gear-page *{box-sizing:border-box}.growth-gear-page .gg-grain{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.32;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px}.growth-gear-page .gg-container{max-width:1120px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.growth-gear-page .gg-sec{padding:100px 0;position:relative}.growth-gear-page .gg-sec--alt{background:var(--gg-bg-alt)}.growth-gear-page .gg-sec--dark{background:linear-gradient(160deg,var(--gg-dark) 0%,var(--gg-dark3) 50%,var(--gg-dark2) 100%);color:#fff}.growth-gear-page .gg-sec-head{margin-bottom:56px}.growth-gear-page .gg-sec-head--center{text-align:center}.growth-gear-page .gg-h2{font-size:clamp(26px,3.2vw,36px);font-weight:700;color:var(--gg-tx);line-height:1.4;margin:12px 0 0}.growth-gear-page .gg-h2--light{color:#fff}.growth-gear-page .gg-sub{font-size:15px;color:var(--gg-tx-sub);line-height:1.9;margin-top:12px;max-width:620px}.growth-gear-page .gg-sec--dark .gg-sub{color:#ffffffb3}.growth-gear-page .gg-sub--center{margin-left:auto;margin-right:auto}.growth-gear-page .gg-pill{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gg-accent);background:var(--gg-accent-pale);padding:5px 16px;border-radius:9999px}.growth-gear-page .gg-pill--hero{color:var(--gg-accent);background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.growth-gear-page .gg-pill--dark{color:#fff;background:linear-gradient(135deg,var(--gg-accent-light) 0%,var(--gg-accent) 100%)}.growth-gear-page .gg-pill--wave1{color:#fff;background:var(--gg-accent)}.growth-gear-page .gg-pill--wave2{color:var(--gg-accent);background:#22a3df14;border:1px solid rgba(34,163,223,.25)}.growth-gear-page .gg-pill--wave3{color:var(--gg-tx-hint);background:transparent;border:1px dashed var(--gg-border)}.growth-gear-page .gg-pill--available{color:#fff;background:var(--gg-success)}.growth-gear-page .gg-pill--coming{color:var(--gg-tx-hint);background:var(--gg-bg-alt)}.growth-gear-page .gg-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:stretch}.growth-gear-page .gg-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.growth-gear-page .gg-grid-2>.gg-fade,.growth-gear-page .gg-grid-3>.gg-fade{display:flex}.growth-gear-page .gg-grid-2>.gg-fade>*,.growth-gear-page .gg-grid-3>.gg-fade>*{flex:1;display:flex;flex-direction:column}.growth-gear-page .gg-card{background:#ffffffb3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--gg-border);border-radius:16px;padding:32px 28px;box-shadow:0 4px 24px #0000000a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.growth-gear-page .gg-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.growth-gear-page .gg-card-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--gg-accent-pale),#D5EEF9);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:26px}.growth-gear-page .gg-card-h3{font-size:17px;font-weight:700;color:var(--gg-tx);margin-bottom:10px;line-height:1.5}.growth-gear-page .gg-card-p{font-size:13.5px;line-height:1.9;color:var(--gg-tx-sub);flex:1}.growth-gear-page .gg-btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#fff;background:var(--gg-accent);padding:15px 36px;border-radius:9999px;text-decoration:none;transition:all .25s;box-shadow:0 4px 16px #22a3df40;border:none;cursor:pointer;font-family:inherit}.growth-gear-page .gg-btn-primary:hover{background:var(--gg-accent-light);transform:translateY(-2px);box-shadow:0 8px 28px #22a3df59}.growth-gear-page .gg-btn-outline{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--gg-tx);border:1.5px solid var(--gg-border);padding:14px 30px;border-radius:9999px;text-decoration:none;transition:all .25s;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;font-family:inherit}.growth-gear-page .gg-btn-outline:hover{border-color:var(--gg-accent);color:var(--gg-accent);transform:translateY(-1px)}.growth-gear-page .gg-btn-outline--dark{color:#ffffffe6;border-color:#ffffff4d;background:#ffffff0f}.growth-gear-page .gg-btn-outline--dark:hover{border-color:var(--gg-accent);color:var(--gg-accent);background:#ffffff1f}.growth-gear-page .gg-hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;padding:140px 0 80px}.growth-gear-page .gg-hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 80% -10%,rgba(34,163,223,.18) 0%,transparent 55%),radial-gradient(ellipse at 10% 110%,rgba(34,163,223,.1) 0%,transparent 50%),linear-gradient(160deg,var(--gg-dark) 0%,var(--gg-dark3) 50%,var(--gg-dark2) 100%)}.growth-gear-page .gg-hero-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.growth-gear-page .gg-hero-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center;position:relative;z-index:2}.growth-gear-page .gg-hero-glass{background:#ffffff0f;-webkit-backdrop-filter:blur(20px) saturate(1.4);backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:48px 44px;box-shadow:0 8px 32px #0000004d}.growth-gear-page .gg-hero-logo{display:block;height:68px;width:auto;margin:0 0 8px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25))}.growth-gear-page .gg-hero-h1{font-size:clamp(30px,4.2vw,48px);font-weight:700;color:#fff;line-height:1.35;margin:16px 0 24px;letter-spacing:-.01em}.growth-gear-page .gg-grad-text{background:linear-gradient(135deg,var(--gg-accent-light) 0%,var(--gg-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.growth-gear-page .gg-hero-sub{font-size:15px;color:#ffffffb8;line-height:2;margin-bottom:36px}.growth-gear-page .gg-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.growth-gear-page .gg-hero-note{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#ffffff73;line-height:1.8}.growth-gear-page .gg-hero-mock{position:relative;z-index:2;border-radius:12px;overflow:hidden;background:#0b1423;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 72px #00000080,0 2px 8px #00000040}.growth-gear-page .gg-hero-mock img{display:block;width:100%;height:auto}.growth-gear-page .gg-chrome{display:flex;align-items:center;gap:7px;padding:10px 14px;background:#0b1423;border-bottom:1px solid rgba(255,255,255,.05)}.growth-gear-page .gg-chrome-dot{width:9px;height:9px;border-radius:50%;background:#ffffff2e}.growth-gear-page .gg-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.growth-gear-page .gg-num-card{text-align:center;padding:48px 24px;background:#ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px}.growth-gear-page .gg-num-val{display:block;font-size:clamp(40px,5vw,56px);font-weight:800;background:linear-gradient(135deg,var(--gg-accent-light),var(--gg-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;letter-spacing:-.02em;line-height:1}.growth-gear-page .gg-num-label{font-size:13px;color:#ffffffb3;line-height:1.7;margin-bottom:10px}.growth-gear-page .gg-num-src{font-size:10px;color:#ffffff59;letter-spacing:.04em}.growth-gear-page .gg-arch{margin:24px auto 0;max-width:960px;padding:40px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.growth-gear-page .gg-arch svg{width:100%;height:auto;display:block}.growth-gear-page .gg-mod{display:flex;flex-direction:column;padding:32px 28px;background:#fff;border:1px solid var(--gg-border);border-radius:18px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s;position:relative}.growth-gear-page .gg-mod:hover{transform:translateY(-4px);box-shadow:0 16px 48px #22a3df1a;border-color:#22a3df4d}.growth-gear-page .gg-mod-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.growth-gear-page .gg-mod-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--gg-accent-pale),#D5EEF9);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px}.growth-gear-page .gg-mod-title{font-size:20px;font-weight:700;color:var(--gg-tx);margin-bottom:8px;letter-spacing:.02em}.growth-gear-page .gg-mod-lead{font-size:13.5px;line-height:1.8;color:var(--gg-tx-sub);margin-bottom:18px}.growth-gear-page .gg-mod-list{list-style:none;padding:0;margin:0 0 22px}.growth-gear-page .gg-mod-list li{position:relative;padding-left:16px;font-size:12.5px;color:var(--gg-tx-sub);line-height:1.9}.growth-gear-page .gg-mod-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--gg-accent)}.growth-gear-page .gg-mod-cta{font-size:12px;font-weight:600;color:var(--gg-accent);margin-top:auto;padding-top:16px;border-top:1px solid var(--gg-border);display:inline-flex;align-items:center;gap:6px;text-decoration:none}.growth-gear-page .gg-mod-cta:hover{color:var(--gg-accent-light)}.growth-gear-page .gg-principle{padding:36px 32px;background:#fff;border:1px solid var(--gg-border);border-radius:18px;position:relative}.growth-gear-page .gg-principle-num{font-family:DM Sans,Inter,sans-serif;font-size:36px;font-weight:800;background:linear-gradient(135deg,var(--gg-accent-light),var(--gg-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:12px}.growth-gear-page .gg-principle-title{font-size:17px;font-weight:700;color:var(--gg-tx);margin-bottom:12px;line-height:1.5}.growth-gear-page .gg-principle-desc{font-size:13.5px;color:var(--gg-tx-sub);line-height:1.9}.growth-gear-page .gg-quote{margin-top:56px;padding:36px 44px;background:linear-gradient(135deg,var(--gg-accent-pale) 0%,rgba(34,163,223,.04) 100%);border-left:3px solid var(--gg-accent);border-radius:4px;font-size:16px;font-weight:500;color:var(--gg-tx);line-height:1.9;max-width:820px;margin-left:auto;margin-right:auto}.growth-gear-page .gg-why{padding:36px 32px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.growth-gear-page .gg-why-lbl{font-family:DM Sans,Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gg-accent-light);margin-bottom:8px}.growth-gear-page .gg-why-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:.02em}.growth-gear-page .gg-why-desc{font-size:13px;color:#ffffffb3;line-height:1.9}.growth-gear-page .gg-callout-dark{margin-top:56px;text-align:center;padding:32px 40px;background:#22a3df1a;border:1px solid rgba(34,163,223,.3);border-radius:12px;font-size:16px;font-weight:600;color:#fff;line-height:1.8;max-width:780px;margin-left:auto;margin-right:auto}.growth-gear-page .gg-feature{display:grid;grid-template-columns:.95fr 1.15fr;gap:72px;align-items:center}.growth-gear-page .gg-feature--reverse{grid-template-columns:1.15fr .95fr}.growth-gear-page .gg-feature--reverse .gg-feature-body{order:2}.growth-gear-page .gg-feature--reverse .gg-feature-media{order:1}.growth-gear-page .gg-feature-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:DM Sans,Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gg-accent);margin-bottom:16px}.growth-gear-page .gg-feature-eyebrow:before{content:"";width:24px;height:1px;background:var(--gg-accent)}.growth-gear-page .gg-feature-h2{font-size:clamp(22px,2.8vw,32px);font-weight:700;color:var(--gg-tx);line-height:1.4;margin:0 0 20px;letter-spacing:-.01em}.growth-gear-page .gg-feature-lead{font-size:15px;line-height:2;color:var(--gg-tx-sub);margin:0 0 28px}.growth-gear-page .gg-feature-stats{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}.growth-gear-page .gg-feature-stat{font-size:12px;font-weight:600;color:var(--gg-accent);background:var(--gg-accent-pale);padding:6px 14px;border-radius:9999px}.growth-gear-page .gg-feature-list{list-style:none;padding:0;margin:0}.growth-gear-page .gg-feature-list li{position:relative;padding-left:28px;font-size:14px;color:var(--gg-tx);line-height:1.9;margin-bottom:12px}.growth-gear-page .gg-feature-list li:before{content:"";position:absolute;left:0;top:10px;width:18px;height:8px;border-left:2px solid var(--gg-accent);border-bottom:2px solid var(--gg-accent);transform:rotate(-45deg);border-radius:1px}.growth-gear-page .gg-feature-media{display:grid;gap:16px;grid-template-columns:1fr 1fr}.growth-gear-page .gg-feature-media--single{grid-template-columns:1fr}.growth-gear-page .gg-feature-shot{border-radius:12px;overflow:hidden;border:1px solid var(--gg-border);background:#fff;box-shadow:0 12px 40px #00000014;transition:transform .3s,box-shadow .3s;position:relative}.growth-gear-page .gg-feature-shot:hover{transform:translateY(-3px);box-shadow:0 20px 56px #22a3df26}.growth-gear-page .gg-feature-shot img{display:block;width:100%;height:auto}.growth-gear-page .gg-feature-shot--hero{grid-column:span 2;box-shadow:0 20px 56px #0000001f}.growth-gear-page .gg-roadmap{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative;margin-top:32px}.growth-gear-page .gg-roadmap:before{content:"";position:absolute;top:20px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,var(--gg-accent) 0%,rgba(34,163,223,.3) 50%,rgba(255,255,255,.15) 100%);z-index:0}.growth-gear-page .gg-roadmap-item{position:relative;z-index:1;padding:52px 24px 28px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px;text-align:center}.growth-gear-page .gg-roadmap-item--active{background:#22a3df1f;border:1px solid rgba(34,163,223,.4);box-shadow:0 8px 32px #22a3df26}.growth-gear-page .gg-roadmap-dot{position:absolute;top:12px;left:50%;transform:translate(-50%);width:16px;height:16px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.3)}.growth-gear-page .gg-roadmap-item--active .gg-roadmap-dot{background:var(--gg-accent);border-color:var(--gg-accent-light);box-shadow:0 0 0 4px #22a3df33}.growth-gear-page .gg-roadmap-time{font-family:DM Sans,Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;color:var(--gg-accent-light);margin-bottom:6px}.growth-gear-page .gg-roadmap-item:not(.gg-roadmap-item--active) .gg-roadmap-time{color:#ffffff73}.growth-gear-page .gg-roadmap-wave{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:.02em}.growth-gear-page .gg-roadmap-item:not(.gg-roadmap-item--active) .gg-roadmap-wave{color:#ffffffbf}.growth-gear-page .gg-roadmap-mods{font-size:13px;color:#fff9;line-height:1.8}.growth-gear-page .gg-arch--inline{margin:40px 0 0;padding:28px 32px;background:#0000001f;border:1px solid rgba(255,255,255,.06);border-radius:16px}.growth-gear-page .gg-arch--inline .gg-arch-caption{font-size:12px;color:#ffffff8c;text-align:center;margin-bottom:16px;letter-spacing:.04em}.growth-gear-page .gg-screens{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.growth-gear-page .gg-screen{border-radius:12px;overflow:hidden;border:1px solid var(--gg-border);background:#fff;box-shadow:0 8px 32px #0000000f;transition:transform .3s,box-shadow .3s;position:relative}.growth-gear-page .gg-screen:hover{transform:translateY(-3px);box-shadow:0 16px 48px #22a3df1f}.growth-gear-page .gg-screen img{display:block;width:100%;height:auto}.growth-gear-page .gg-screen-label{position:absolute;top:10px;left:10px;font-size:10px;font-weight:600;letter-spacing:.08em;padding:4px 10px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gg-tx);border-radius:6px;border:1px solid var(--gg-border)}.growth-gear-page .gg-screen--wide,.growth-gear-page .gg-screen--half,.growth-gear-page .gg-screen--quarter{grid-column:span 3}.growth-gear-page .gg-cta-sec{position:relative;padding:100px 0;text-align:center;overflow:hidden;background:linear-gradient(160deg,var(--gg-dark) 0%,var(--gg-dark3) 50%,var(--gg-dark2) 100%)}.growth-gear-page .gg-cta-sec:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(34,163,223,.2) 0%,transparent 55%);z-index:0}.growth-gear-page .gg-cta-inner{position:relative;z-index:1}.growth-gear-page .gg-cta-h2{font-size:clamp(28px,3.5vw,42px);font-weight:700;color:#fff;line-height:1.35;margin:16px 0 20px;letter-spacing:-.01em}.growth-gear-page .gg-cta-sub{font-size:15px;color:#ffffffa6;line-height:2;margin-bottom:40px;max-width:640px;margin-left:auto;margin-right:auto}.growth-gear-page .gg-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.growth-gear-page.gg-fade-ready .gg-fade{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.growth-gear-page.gg-fade-ready .gg-fade.is-visible{opacity:1;transform:translateY(0)}.growth-gear-page .gg-crumb{display:flex;align-items:center;gap:8px;font-family:DM Sans,Inter,sans-serif;font-size:11px;letter-spacing:.12em;color:#fff6;margin-bottom:32px}.growth-gear-page .gg-crumb a{color:#fff9;text-decoration:none;transition:color .2s}.growth-gear-page .gg-crumb a:hover{color:var(--gg-accent-light)}.growth-gear-page .gg-crumb span{opacity:.35}@media(max-width:960px){.growth-gear-page .gg-container{padding:0 24px}.growth-gear-page .gg-sec{padding:72px 0}.growth-gear-page .gg-hero-inner{grid-template-columns:1fr;gap:40px;padding:0 24px}.growth-gear-page .gg-hero-glass{padding:36px 28px}.growth-gear-page .gg-hero-mock{transform:none}.growth-gear-page .gg-grid-2,.growth-gear-page .gg-grid-3{grid-template-columns:1fr}.growth-gear-page .gg-numbers{grid-template-columns:1fr;gap:16px}.growth-gear-page .gg-screens{grid-template-columns:1fr}.growth-gear-page .gg-screen--wide,.growth-gear-page .gg-screen--half,.growth-gear-page .gg-screen--quarter{grid-column:span 1}.growth-gear-page .gg-feature{grid-template-columns:1fr;gap:40px}.growth-gear-page .gg-feature--reverse .gg-feature-body{order:1}.growth-gear-page .gg-feature--reverse .gg-feature-media{order:2}.growth-gear-page .gg-roadmap{grid-template-columns:1fr;gap:12px}.growth-gear-page .gg-roadmap:before{display:none}}@media(max-width:600px){.growth-gear-page .gg-hero{padding:110px 0 48px;min-height:auto}.growth-gear-page .gg-hero-glass{padding:28px 20px;border-radius:16px}.growth-gear-page .gg-hero-h1{font-size:28px}.growth-gear-page .gg-hero-sub{font-size:14px}.growth-gear-page .gg-hero-actions{flex-direction:column;gap:10px}.growth-gear-page .gg-hero-actions .gg-btn-primary,.growth-gear-page .gg-hero-actions .gg-btn-outline{width:100%;justify-content:center}.growth-gear-page .gg-sec{padding:56px 0}.growth-gear-page .gg-h2{font-size:22px}.growth-gear-page .gg-num-card{padding:32px 18px}.growth-gear-page .gg-num-val{font-size:34px}.growth-gear-page .gg-cta-actions{flex-direction:column;align-items:center}.growth-gear-page .gg-cta-actions .gg-btn-primary,.growth-gear-page .gg-cta-actions .gg-btn-outline{width:100%;justify-content:center}.growth-gear-page .gg-quote{padding:28px 24px;font-size:14px}.growth-gear-page .gg-callout-dark{padding:24px 20px;font-size:14px}.growth-gear-page .gg-arch{padding:24px 16px}}
