:root{--green:#2f9e4f;--green-d:#1f7a3a;--green-dd:#15592b;--green-lt:#e8f5ec;--green-soft:#f1f9f3;--ochre:#c8902b;--ochre-lt:#e2b552;--ink:#1f2a22;--muted:#5f6b62;--line:#e7ece8;--cream:#f7f9f5;--white:#fff;--shadow:0 10px 30px rgba(20,60,30,.08);--shadow-lg:0 18px 50px rgba(20,60,30,.14);--font-h:var(--font-heading),"Prompt",sans-serif;--font-b:var(--font-sans),"Sarabun",sans-serif;--nav-h:70px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-b);color:var(--ink);background:var(--white);line-height:1.6}.fh,h1,h2,h3,h4{font-family:var(--font-h)}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.ph{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;text-align:center;background-size:cover;background-position:50%}.eyebrow{font-family:var(--font-h);font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green)}.sec-head{text-align:center;max-width:660px;margin:0 auto 38px}.sec-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;margin:.5rem 0 .4rem;color:var(--ink)}.sec-head p{color:var(--muted);font-size:.98rem}.section{padding:64px 0}.bg-cream{background:var(--cream)}.bg-soft{background:var(--green-soft)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-h);font-weight:600;font-size:.95rem;border-radius:100px;padding:.85rem 1.7rem;cursor:pointer;border:none;transition:.25s;text-align:center;justify-content:center}.btn-green{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(47,158,79,.28)}.btn-green:hover{background:var(--green-d);transform:translateY(-2px)}.btn-line{background:#06c755;color:#fff}.btn-line:hover{filter:brightness(.95)}.btn-ghost{background:#fff;color:var(--green-d);border:1.6px solid var(--line)}.btn-ghost:hover{border-color:var(--green)}.btn-sm{padding:.6rem 1.2rem;font-size:.85rem}.topnav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.topnav .row{justify-content:space-between;height:var(--nav-h)}.logo,.topnav .row{display:flex;align-items:center}.logo{font-family:var(--font-h);font-weight:800;font-size:1.35rem;gap:.5rem}.logo .mark{width:38px;height:38px;border-radius:50%;overflow:hidden;display:grid;place-items:center;color:#fff;font-size:1rem;flex:0 0 auto}.logo .mark img{width:100%;height:100%;object-fit:cover}.logo span{color:var(--green)}.navlinks{display:flex;gap:30px;list-style:none;font-family:var(--font-h);font-weight:500;font-size:.95rem}.navlinks a{color:#41504a;transition:.2s;position:relative}.navlinks a.active,.navlinks a:hover{color:var(--green)}.navlinks a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--green);border-radius:2px}.nav-actions{display:flex;align-items:center;gap:14px}.hamb{display:none;background:#fff;border:1px solid var(--line);width:42px;height:42px;border-radius:10px;font-size:1.3rem;cursor:pointer;align-items:center;justify-content:center}.drawer{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:.25s}.drawer.open{opacity:1;pointer-events:auto}.drawer__panel{position:absolute;top:0;right:0;bottom:0;width:78%;max-width:320px;background:#fff;transform:translateX(100%);transition:.3s;padding:22px;display:flex;flex-direction:column;gap:6px}.drawer.open .drawer__panel{transform:translateX(0)}.drawer__panel a{font-family:var(--font-h);font-weight:500;padding:.9rem .4rem;border-bottom:1px solid var(--line);color:#33403a}.drawer__close{align-self:flex-end;font-size:1.6rem;background:none;border:none;cursor:pointer;color:var(--muted);margin-bottom:.5rem}.pagehero{position:relative;overflow:hidden;background:#1c3a26}.pagehero__bg{position:absolute;inset:0;z-index:0}.pagehero__bg img{width:100%;height:100%;object-fit:cover}.pagehero__overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(8,30,15,.86),rgba(8,30,15,.62) 55%,rgba(8,30,15,.25));z-index:1}.pagehero__inner{position:relative;z-index:2;min-height:260px;display:flex;flex-direction:column;justify-content:center;padding:54px 0}.pagehero__inner.slim{min-height:200px;padding:38px 0}.pagehero__eyebrow{display:inline-block;color:#fff;font-family:var(--font-h);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.08);padding:.35rem .85rem;border-radius:100px;margin-bottom:14px}.pagehero h1{color:#fff;font-size:clamp(1.9rem,4.2vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.01em}.pagehero h1 .hl{color:var(--ochre-lt)}.pagehero__lead{color:rgba(255,255,255,.85);font-size:1.05rem;margin-top:.9rem;max-width:560px}.crumb{font-family:var(--font-h);font-size:.78rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-bottom:14px}.crumb a{color:rgba(255,255,255,.7)}.crumb a:hover{color:#fff}.crumb .sep{color:rgba(255,255,255,.4)}.crumb .cur{color:#fff;font-weight:600}.crumbbar{background:var(--cream);border-bottom:1px solid var(--line);padding:14px 0}.crumbbar .crumb{margin-bottom:0}.crumbbar .crumb a{color:var(--muted)}.crumbbar .crumb a:hover{color:var(--green-d)}.crumbbar .crumb .sep{color:#b9c4bc}.crumbbar .crumb .cur{color:var(--ink)}.home-hero{background:linear-gradient(180deg,var(--green-soft),#fff);padding:46px 0 56px;overflow:hidden}.home-hero .grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:40px;gap:40px;align-items:center}.home-hero .pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--green-lt);color:var(--green-d);font-family:var(--font-h);font-weight:600;font-size:.8rem;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.1rem}.home-hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.12}.home-hero h1 .hl{color:var(--green)}.home-hero .sub{color:var(--muted);font-size:1.06rem;margin:1.1rem 0 1.6rem;max-width:480px}.home-hero .cta{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center;gap:18px}.hero-visual img{border-radius:22px;box-shadow:var(--shadow-lg);object-fit:cover}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust .row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;padding:26px 0}.trust-item{display:flex;align-items:center;gap:12px;justify-content:center}.trust-item .ic{width:46px;height:46px;border-radius:12px;background:var(--green-lt);display:grid;place-items:center;font-size:1.3rem;flex:0 0 auto}.trust-item b{font-family:var(--font-h);font-size:.92rem;display:block}.trust-item small{color:var(--muted);font-size:.78rem}.products{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px;max-width:920px;margin:0 auto}.products.one{grid-template-columns:1fr;max-width:560px}.pcard{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:.25s}.pcard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.pcard .top{display:flex;gap:18px;padding:22px}.pcard .pic{width:140px;height:160px;border-radius:16px;flex:0 0 auto;position:relative;overflow:hidden}.pcard .pic img{width:100%;height:100%;object-fit:cover}.pcard .pic .tag{position:absolute;top:8px;left:8px;background:var(--ochre);color:#fff;font-size:.62rem;font-weight:700;padding:.2rem .6rem;border-radius:100px;font-family:var(--font-h);z-index:2}.pcard h3{font-size:1.2rem;font-weight:700;margin-bottom:.2rem}.pcard .en{color:var(--muted);font-size:.78rem;margin-bottom:.7rem}.pcard ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.pcard li{font-size:.84rem;color:#3d4a42;display:flex;gap:.45rem;align-items:flex-start}.pcard li:before{content:"✓";color:var(--green);font-weight:800}.pcard .foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-top:1px solid var(--line)}.price{font-family:var(--font-h)}.price b{font-size:1.5rem;color:var(--green-d)}.price small{color:var(--muted);font-size:.74rem;display:block}.pgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.gcard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.gcard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.gcard .img{aspect-ratio:4/3;position:relative;overflow:hidden}.gcard .img img{width:100%;height:100%;object-fit:cover}.gcard .body{padding:16px;display:flex;flex-direction:column;gap:.3rem;flex:1 1}.gcard .cat{font-size:.66rem;font-weight:700;color:var(--ochre);text-transform:uppercase;letter-spacing:.08em}.gcard .cat,.gcard h3{font-family:var(--font-h)}.gcard h3{font-size:1.02rem}.gcard .desc{font-size:.82rem;color:var(--muted)}.gcard .row2{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:10px}.pd-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.pd-gallery .main{aspect-ratio:1;border-radius:20px;position:relative;overflow:hidden;border:1px solid var(--line);background:var(--green-soft)}.pd-gallery .main img{width:100%;height:100%;object-fit:cover}.pd-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-top:12px}.pd-thumbs button{aspect-ratio:1;border-radius:12px;cursor:pointer;border:2px solid transparent;overflow:hidden;background:var(--green-soft);padding:0}.pd-thumbs button.active,.pd-thumbs button:hover{border-color:var(--green)}.pd-thumbs img{width:100%;height:100%;object-fit:cover}.pd-info .badge{display:inline-block;background:var(--green-lt);color:var(--green-d);font-family:var(--font-h);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:100px;margin-bottom:.6rem}.pd-info h1{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;margin-bottom:.3rem}.pd-info .en{color:var(--muted);font-size:.85rem;margin-bottom:1rem}.pd-opts{display:flex;gap:10px;flex-wrap:wrap;margin:1rem 0}.opt{border:1.5px solid var(--line);border-radius:12px;padding:.6rem 1rem;font-family:var(--font-h);font-size:.85rem;cursor:pointer;background:#fff;text-align:center;line-height:1.3}.opt small{display:block;color:var(--muted);font-size:.7rem}.opt.active{border-color:var(--green);background:var(--green-soft);color:var(--green-d)}.pd-price{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.1rem 0;margin:1.2rem 0;display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.pd-price b{font-family:var(--font-h);font-size:2.1rem;color:var(--green-d)}.pd-price s{color:var(--muted);font-size:1rem}.pd-feat{list-style:none;flex-direction:column;margin:1rem 0}.pd-feat,.pd-feat li{display:flex;gap:.5rem}.pd-feat li{font-size:.9rem}.pd-feat li:before{content:"✓";color:var(--green);font-weight:800}.pd-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:1.2rem}.stars{color:#f5b50a;font-size:1rem;letter-spacing:2px}.benefits{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:18px;gap:18px}.bitem{text-align:center;padding:14px}.bitem .ic{width:74px;height:74px;border-radius:50%;background:var(--green-lt);display:grid;place-items:center;font-size:1.9rem;margin:0 auto 14px;transition:.25s}.bitem:hover .ic{background:var(--green);transform:translateY(-4px)}.bitem b{font-family:var(--font-h);font-size:.92rem;display:block;margin-bottom:.25rem}.bitem small{color:var(--muted);font-size:.78rem}.plants{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:18px;gap:18px}.plant{text-align:center}.plant .img{aspect-ratio:1;border-radius:18px;margin-bottom:.5rem;box-shadow:var(--shadow);position:relative;overflow:hidden}.plant .img img{width:100%;height:100%;object-fit:cover}.plant b{font-family:var(--font-h);font-size:.86rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;max-width:900px;margin:0 auto}.step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 22px;text-align:center}.step .n{width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;font-weight:700;font-size:1.2rem;display:grid;place-items:center;margin:0 auto 14px}.step .n,.step b{font-family:var(--font-h)}.step b{display:block;margin-bottom:.4rem}.step small{color:var(--muted);font-size:.85rem}.blogs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.blogs.cols3{grid-template-columns:repeat(3,1fr)}.bcard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.bcard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.bcard .img{height:160px;position:relative;overflow:hidden;background:var(--green-soft)}.bcard .img img{width:100%;height:100%;object-fit:cover}.bcard .img .ico{width:100%;height:100%;display:grid;place-items:center;font-size:2rem;background:linear-gradient(160deg,#6ab06a,#2f7d3c);color:#fff}.bcard .body{padding:16px;display:flex;flex-direction:column;gap:.35rem;flex:1 1}.bcard .cat{font-size:.66rem;font-weight:700;color:var(--ochre);text-transform:uppercase;letter-spacing:.08em}.bcard .cat,.bcard h4{font-family:var(--font-h)}.bcard h4{font-size:.96rem;line-height:1.4}.bcard .ex{font-size:.82rem;color:var(--muted);line-height:1.5}.bcard .date{font-size:.74rem;color:#9aa89e}.bcard .more{margin-top:auto;color:var(--green);font-family:var(--font-h);font-weight:600;font-size:.82rem;border-bottom:2px solid var(--green);align-self:flex-start;padding-bottom:2px}.pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:30px}.pill-f{font-family:var(--font-h);font-size:.84rem;font-weight:600;padding:.5rem 1.1rem;border-radius:100px;border:1.5px solid var(--line);background:#fff;color:#41504a;cursor:pointer}.pill-f.active{background:var(--green);color:#fff;border-color:var(--green)}.reviews{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.rcard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.rcard p{font-size:.9rem;color:#3d4a42;margin:.7rem 0 1rem}.ruser{display:flex;align-items:center;gap:10px}.ruser .av{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-d));display:grid;place-items:center;color:#fff;font-weight:700}.ruser .av,.ruser b{font-family:var(--font-h)}.ruser b{font-size:.86rem;display:block}.ruser small{color:var(--muted);font-size:.74rem}.article{max-width:760px;margin:0 auto}.article__meta{display:flex;gap:18px;color:var(--muted);font-size:.82rem;margin-bottom:1.4rem;flex-wrap:wrap}.prose{color:#374239;font-size:1.02rem;line-height:1.78}.prose h1{font-size:1.7rem;margin:1.6rem 0 .8rem}.prose h1,.prose h2{font-family:var(--font-h);color:var(--ink);font-weight:700}.prose h2{font-size:1.45rem;margin:2.2rem 0 .9rem;padding-bottom:.45rem;border-bottom:2px solid var(--green-lt)}.prose h3{font-family:var(--font-h);font-size:1.12rem;font-weight:600;margin:1.4rem 0 .5rem;color:var(--green-d)}.prose p{margin-bottom:.9rem}.prose ol,.prose ul{margin:.2rem 0 1rem 1.3rem;display:flex;flex-direction:column;gap:.45rem}.prose li{padding-left:.2rem}.prose li::marker{color:var(--green);font-weight:700}.prose strong{color:var(--ink);font-weight:600}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose a{color:var(--green-d);text-decoration:underline}.prose img{border-radius:12px;margin:1rem 0}.prose blockquote{border-left:3px solid var(--green);background:var(--green-soft);padding:1rem 1.2rem;border-radius:0 10px 10px 0;margin:1.2rem 0;color:#33403a}.prose table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.prose td,.prose th{border:1px solid var(--line);padding:.5rem .7rem;text-align:left}.prose th{background:var(--green-soft)}.readmore{position:relative}.readmore__content{position:relative;overflow:hidden;transition:max-height .5s ease}.readmore__content.collapsed{max-height:340px}.readmore__fade{position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(0deg,#fff,rgba(255,255,255,.95),transparent);pointer-events:none;z-index:1}.readmore__btn-wrap{position:relative;z-index:2;text-align:center;padding:22px 0 4px}.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq__item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.faq__q{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font-h);font-weight:600;font-size:.98rem;padding:1.1rem 1.3rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--ink)}.faq__q .chev{transition:transform .25s;color:var(--green);flex:0 0 auto}.faq__item.open .faq__q .chev{transform:rotate(180deg)}.faq__a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq__item.open .faq__a{max-height:500px}.faq__a p{padding:0 1.3rem 1.2rem;color:var(--muted);font-size:.9rem;line-height:1.7}.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.field{margin-bottom:1rem}.field label{display:block;font-family:var(--font-h);font-size:.78rem;font-weight:600;color:#41504a;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem}.field input,.field select,.field textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:10px;font-size:.9rem;font-family:inherit;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green)}.frow{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-info{display:flex;flex-direction:column;gap:14px}.ci-item{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.ci-item .ic{width:46px;height:46px;border-radius:12px;background:var(--green-lt);display:grid;place-items:center;font-size:1.3rem;flex:0 0 auto}.ci-item b{font-family:var(--font-h);font-size:.92rem;display:block;margin-bottom:.15rem}.ci-item small{color:var(--muted);font-size:.84rem}.form-msg{padding:.8rem 1rem;border-radius:10px;font-size:.88rem;margin-bottom:1rem}.form-msg.err{background:#fdeaea;color:#c0392b}.form-msg.ok{background:var(--green-lt);color:var(--green-d)}.related{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.cta-band{background:linear-gradient(120deg,var(--green-d),var(--green-dd));border-radius:28px;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;flex-wrap:wrap}.cta-band h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700}.cta-band p{opacity:.85;margin-top:.4rem}.footer{background:#13301d;color:#cdd8d0;padding:54px 0 30px}.fgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:30px}.footer h5{font-family:var(--font-h);color:#fff;font-size:.95rem;margin-bottom:1rem}.footer ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer a{color:#9fb0a4;font-size:.86rem}.footer a:hover{color:#fff}.fbottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;font-size:.8rem;color:#7f9085;flex-wrap:wrap;gap:10px}.appbar{display:none}@media(max-width:980px){.home-hero .grid{grid-template-columns:1fr;text-align:center}.home-hero .cta{justify-content:center}.hero-visual{min-height:auto;margin-top:10px}.trust .row{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:repeat(3,1fr)}.plants{grid-template-columns:repeat(4,1fr)}.blogs,.related{grid-template-columns:1fr 1fr}.reviews{grid-template-columns:1fr}.fgrid,.pgrid{grid-template-columns:1fr 1fr}.pd-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:640px){:root{--nav-h:60px}.nav-actions .btn,.navlinks{display:none}.hamb{display:flex}.pgrid,.products,.products.one,.reviews,.steps{grid-template-columns:1fr}.benefits,.blogs,.blogs.cols3,.fgrid,.frow,.plants,.related{grid-template-columns:1fr 1fr}.pcard .top{flex-direction:column;align-items:center;text-align:center}.pcard ul{text-align:left}.cta-band{padding:30px;text-align:center;justify-content:center}.pagehero__inner{min-height:200px;padding:38px 0}body{padding-bottom:74px}.appbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(20,60,30,.1);padding:8px 6px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;align-items:flex-end}.ab-item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:3px;color:#8a988e;font-family:var(--font-h);font-size:.66rem;font-weight:600;padding:4px 0}.ab-item .ic{font-size:1.35rem;line-height:1}.ab-item.active{color:var(--green)}.ab-center{flex:1 1}.ab-center,.ab-center .fab{display:flex;justify-content:center}.ab-center .fab{width:60px;height:60px;border-radius:50%;margin-top:-30px;overflow:hidden;background:#fff;align-items:center;box-shadow:0 8px 20px rgba(47,158,79,.45);border:3px solid #fff}.ab-center .fab img{width:100%;height:100%;object-fit:cover}.ab-line .ic{color:#06c755}}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e9fcf2a736cc2865-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5ba6339fa8c3ef7b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7510f746b21ae7c3-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3c365cdafe49b4eb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prompt;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3d2d27a4cad47329-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Prompt;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/70c6212c0873ede2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Prompt;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1ce1ffaf105af326-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Prompt;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4642fe567cc45cd6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prompt;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/381ef99eada06d71-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Prompt;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/efb1d0d3266e2361-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Prompt;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cdca6fff670edd4c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Prompt;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d536ec48f0acd73b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prompt;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55190bc973e13381-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Prompt;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5084e176e02368e5-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Prompt;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8d0ffaba4bd77024-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Prompt;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc9a5f10ece852e7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prompt;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/2472d8148f5fb3e1-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Prompt;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/82099b10433b91d1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Prompt;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/fba85063576c67d4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Prompt;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/998fe24807a535a8-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prompt Fallback;src:local("Arial");ascent-override:97.38%;descent-override:37.70%;line-gap-override:0.00%;size-adjust:111.93%}.__className_3ccfae{font-family:Prompt,Prompt Fallback;font-style:normal}.__variable_3ccfae{--font-heading:"Prompt","Prompt Fallback"}@font-face{font-family:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6211ef845df10dad-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ae276ebc9070dd85-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/cb0cc0f907592c8f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sarabun;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/d660c4b004d35ef0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f8092a6a9ad7a44c-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/96ad5eed80b1484c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0ab56aae8cf76709-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sarabun;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a1a058a3e6543db0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7dfdf996fafd0873-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3c7225ad892364d7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8fc9138006ae4675-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sarabun;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0b53384bc8cc52db-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f33c62bdbd09f5b8-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2b74019ebf7a71b9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/33387a3e1220e613-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sarabun;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2f6258ffdaf4644f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sarabun Fallback;src:local("Arial");ascent-override:109.45%;descent-override:23.78%;line-gap-override:0.00%;size-adjust:97.58%}.__className_239bc5{font-family:Sarabun,Sarabun Fallback;font-style:normal}.__variable_239bc5{--font-sans:"Sarabun","Sarabun Fallback"}