:root{--color-bg:#fff;--color-ink:#0a0a0f;--color-accent:#01371a;--color-muted:#6b6b75;--color-rule:#d1d5db;--font-sans:var(--font-apercu),"Apercu",ui-sans-serif,system-ui,-apple-system,sans-serif;--size-body:15px;--lh-body:1.5;--track-body:.01em;--size-micro:11px;--lh-micro:1.2;--track-micro:.18em;--gut:6vw}.hmf-header *{box-sizing:border-box;margin:0;padding:0}.hmf-topbar{z-index:50;padding:10px var(--gut);background:var(--color-bg);border-bottom:1px solid var(--color-rule);justify-content:flex-end;align-items:center;gap:16px;transition:transform .2s;display:flex;position:fixed;top:0;left:0;right:0}.hmf-topbar.hidden{transform:translateY(-100%)}.hmf-topbar-item{font-family:var(--font-sans);font-size:var(--size-micro);line-height:var(--lh-micro);letter-spacing:var(--track-micro);color:var(--color-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding-bottom:2px;text-decoration:none;transition:color .2s;display:flex;position:relative}.hmf-topbar-item:after{content:"";background:var(--color-ink);transform-origin:0;height:1px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hmf-topbar-item:hover{color:var(--color-ink)}.hmf-topbar-item:hover:after{transform:scaleX(1)}.hmf-mainnav{z-index:40;padding:18px var(--gut);background:var(--color-bg);border-bottom:1px solid var(--color-rule);justify-content:space-between;align-items:center;transition:top .2s;display:flex;position:fixed;left:0;right:0}.hmf-mainnav.visible{top:33px}.hmf-mainnav.offscreen{top:-80px}.hmf-logo{width:auto;height:44px;display:block}.hmf-nav-links{justify-content:flex-end;align-items:center;gap:32px;margin-left:auto;list-style:none;display:flex}.hmf-nav-item{font-family:var(--font-sans);font-size:16px;line-height:var(--lh-body);letter-spacing:.02em;color:var(--color-ink);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:2px;padding:6px 0;text-decoration:none;transition:color .2s;display:flex;position:relative}.hmf-nav-item.active{color:var(--color-accent)}.hmf-nav-item .hmf-underline{background:var(--color-ink);transform-origin:0;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.hmf-nav-item:hover .hmf-underline,.hmf-nav-item.active .hmf-underline{transform:scaleX(1)}.hmf-shelf{z-index:30;background:var(--color-bg);transition:opacity .25s,visibility .25s,top .2s;position:fixed;left:0;right:0}.hmf-shelf.visible{top:96px}.hmf-shelf.offscreen{top:-400px}.hmf-shelf.open{opacity:1;visibility:visible;border-bottom:1px solid var(--color-rule)}.hmf-shelf.closed{opacity:0;visibility:hidden;pointer-events:none;border-bottom:none}.hmf-shelf-inner{padding:48px var(--gut)40px;width:min(calc(100vw - (var(--gut)*2)),1040px);grid-template-columns:1fr 1fr;gap:40px;max-width:1040px;margin-left:auto;display:grid}.hmf-shelf-inner.has-nested{width:min(calc(100vw - (var(--gut)*2)),860px);grid-template-columns:minmax(240px,300px) minmax(240px,320px);justify-content:end;gap:28px;max-width:860px}.hmf-shelf-inner.has-nested.expanded{width:min(calc(100vw - (var(--gut)*2)),1120px);grid-template-columns:minmax(220px,280px) minmax(220px,260px) minmax(240px,300px);justify-content:end;gap:32px;max-width:1120px}.hmf-shelf-title{font-family:var(--font-sans);color:var(--color-ink);margin-bottom:16px;font-size:24px;font-weight:700}.hmf-shelf-desc{font-family:var(--font-sans);font-size:var(--size-body);line-height:var(--lh-body);color:var(--color-muted);margin-bottom:24px}.hmf-shelf-cta{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;background:var(--color-accent);color:#fff;align-items:center;gap:8px;padding:12px 24px;font-size:11px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.hmf-shelf-cta:hover{opacity:.85}.hmf-shelf-subnav,.hmf-shelf-detail{flex-direction:column;display:flex}.hmf-shelf-subnav{border-left:1px dotted var(--color-rule);gap:10px;padding-left:16px}.hmf-shelf-subnav-link,.hmf-shelf-subnav-trigger,.hmf-shelf-detail-link{font-family:var(--font-sans);font-size:var(--size-body);color:var(--color-ink);border-bottom:none;justify-content:space-between;align-items:center;padding:8px 0;text-decoration:none;transition:color .2s;display:flex}.hmf-shelf-subnav-link:hover,.hmf-shelf-subnav-trigger:hover,.hmf-shelf-detail-link:hover{color:var(--color-accent)}.hmf-shelf-subnav-trigger{cursor:pointer;text-align:left;background:0 0;border-top:none;border-left:none;border-right:none}.hmf-shelf-subnav-trigger.active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.hmf-shelf-subnav-link-main{align-items:center;gap:10px;min-width:0;display:inline-flex}.hmf-shelf-subnav-link-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.hmf-shelf-detail-link{gap:16px}.hmf-shelf-detail{gap:10px}.hmf-shelf-detail-link-main{align-items:center;gap:12px;min-width:0;display:flex}.hmf-shelf-detail-media{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.hmf-shelf-detail-logo{object-fit:contain;width:100%;height:100%}.hmf-shelf-detail-copy{line-height:1.35}.hmf-shelf-link-arrow{opacity:0;color:var(--color-accent);transition:opacity .2s}.hmf-shelf-subnav-link:hover .hmf-shelf-link-arrow,.hmf-shelf-subnav-trigger:hover .hmf-shelf-link-arrow,.hmf-shelf-subnav-trigger.active .hmf-shelf-link-arrow,.hmf-shelf-detail-link:hover .hmf-shelf-link-arrow,.hmf-shelf-link-arrow.visible{opacity:1}.hmf-mob-bar,.hmf-mob-overlay{display:none}@media (max-width:1100px){.hmf-topbar,.hmf-mainnav,.hmf-shelf{display:none!important}.hmf-mob-bar{z-index:100;padding:12px var(--gut);background:var(--color-bg);border-bottom:1px solid var(--color-rule);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.hmf-mob-bar .hmf-logo{height:36px}.hmf-mob-hamburger{cursor:pointer;color:var(--color-ink);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.hmf-mob-overlay{z-index:200;visibility:hidden;pointer-events:none;display:block;position:fixed;inset:0;overflow:hidden}.hmf-mob-overlay.open{visibility:visible;pointer-events:auto}.hmf-mob-main{background:var(--color-bg);-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:flex-end;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.hmf-mob-overlay.open .hmf-mob-main{transform:translate(0)}.hmf-mob-main.pushed{transform:translate(-100%)}.hmf-mob-sub{background:var(--color-bg);-webkit-overflow-scrolling:touch;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.hmf-mob-sub.open{transform:translate(0)}.hmf-mob-head{padding:28px var(--gut)12px;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.hmf-mob-close{cursor:pointer;color:var(--color-ink);background:0 0;border:none;align-items:center;padding:4px;display:flex}.hmf-mob-back{cursor:pointer;color:var(--color-ink);font-family:var(--font-sans);font-size:var(--size-body);letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-weight:400;display:flex}.hmf-mob-utils{padding:20px var(--gut)24px;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:16px;display:flex}.hmf-mob-util{font-family:var(--font-sans);font-size:var(--size-body);letter-spacing:.01em;color:var(--color-ink);align-items:center;gap:6px;font-weight:400;text-decoration:none;display:flex}.hmf-mob-nav{padding:12px var(--gut)40px;flex-direction:column;align-items:flex-end;display:flex}.hmf-mob-link{font-family:var(--font-sans);color:var(--color-ink);cursor:pointer;text-align:right;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:10px;width:100%;padding:12px 0;font-size:clamp(26px,7vw,36px);font-weight:700;line-height:1.15;text-decoration:none;display:flex}.hmf-mob-chev{color:var(--color-ink);flex-shrink:0;font-size:.7em;font-weight:400;line-height:1}.hmf-mob-sub-body{padding:40px var(--gut)32px;flex-direction:column;flex:1;display:flex}.hmf-mob-sub-title{font-family:var(--font-sans);color:var(--color-ink);margin-bottom:20px;font-size:clamp(26px,7vw,36px);font-weight:700;line-height:1.15}.hmf-mob-sub-desc{font-family:var(--font-sans);font-size:var(--size-body);line-height:var(--lh-body);color:var(--color-muted);margin-bottom:28px}.hmf-mob-sub-cta{background:var(--color-ink);color:#fff;font-family:var(--font-sans);font-size:var(--size-body);align-self:flex-start;align-items:center;gap:12px;margin-bottom:32px;padding:18px 28px;font-weight:400;text-decoration:none;transition:opacity .2s;display:inline-flex}.hmf-mob-sub-cta:hover{opacity:.85}.hmf-mob-sub-links{flex-direction:column;display:flex}.hmf-mob-sub-link{font-family:var(--font-sans);font-size:var(--size-body);color:var(--color-ink);justify-content:space-between;align-items:center;padding:14px 0;font-weight:700;text-decoration:none;display:flex}.hmf-mob-sub-link .hmf-mob-chev{font-size:16px}.hmf-mob-sub-link-main{align-items:center;gap:10px;min-width:0;display:inline-flex}.hmf-mob-sub-link-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.hmf-mob-sub-group{border-bottom:1px solid var(--color-rule)}.hmf-mob-sub-toggle.open{color:var(--color-accent)}.hmf-mob-sub-underlinks{flex-direction:column;gap:4px;padding:0 0 12px 16px;display:flex}.hmf-mob-sub-underlink{color:var(--color-ink);justify-content:space-between;align-items:center;gap:12px;padding:8px 0;text-decoration:none;display:flex}.hmf-mob-sub-underlink-main{align-items:center;gap:10px;min-width:0;display:flex}.hmf-mob-sub-underlink-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}}
@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/196d5f6118cb1c52-s.b3091d9c.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/55664f0a7289b762-s.87d5c289.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/f724cb2b266db11d-s.26f76220.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/58bfdf9faee08215-s.8c2c1620.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/257505a8a5531435-s.2072cdc3.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/346e8051f901134e-s.6e8f16c4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/4ee71d90e0f663bd-s.p.1d13fe46.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/196d5f6118cb1c52-s.b3091d9c.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/55664f0a7289b762-s.87d5c289.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/f724cb2b266db11d-s.26f76220.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/58bfdf9faee08215-s.8c2c1620.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/257505a8a5531435-s.2072cdc3.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/346e8051f901134e-s.6e8f16c4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/4ee71d90e0f663bd-s.p.1d13fe46.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0fec32c78403d184-s.419fec07.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9d30e1ac529a223a-s.67da7d6b.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9056bf441d45cedc-s.ee9cd5c7.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e6c3b2b7c3a61f79-s.a2c28e4c.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e557826f452dbd06-s.0576ef93.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1497d94d4ac5c969-s.33a3a36c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e4505858a30c79c2-s.p.1ea8e65d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0fec32c78403d184-s.419fec07.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9d30e1ac529a223a-s.67da7d6b.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9056bf441d45cedc-s.ee9cd5c7.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e6c3b2b7c3a61f79-s.a2c28e4c.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e557826f452dbd06-s.0576ef93.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1497d94d4ac5c969-s.33a3a36c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e4505858a30c79c2-s.p.1ea8e65d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond Fallback;src:local(Times New Roman);ascent-override:106.26%;descent-override:31.44%;line-gap-override:0.0%;size-adjust:94.77%}.eb_garamond_60b6ffe2-module__zRYLEW__className{font-family:EB Garamond,EB Garamond Fallback}.eb_garamond_60b6ffe2-module__zRYLEW__variable{--vega-font-serif:"EB Garamond","EB Garamond Fallback"}
.PlastdugnadenPosterClient-module__gVVy-a__page{--poster-header-offset:123px;color:#0d0d0d;min-height:70svh;padding-top:var(--poster-header-offset);background:#f2f7f3}.PlastdugnadenPosterClient-module__gVVy-a__finder{min-height:calc(100svh - var(--poster-header-offset));border-top:1px solid #d9e2dc;border-bottom:1px solid #d9e2dc;align-items:center;display:flex}.PlastdugnadenPosterClient-module__gVVy-a__layout{width:min(100%,1180px);margin:0 auto;padding:72px 48px 84px}.PlastdugnadenPosterClient-module__gVVy-a__searchLayout{width:min(100%,720px)}.PlastdugnadenPosterClient-module__gVVy-a__searchLayout .PlastdugnadenPosterClient-module__gVVy-a__searchPanel{text-align:center}.PlastdugnadenPosterClient-module__gVVy-a__campaignLogo{width:96px;height:auto;margin:0 auto 20px;display:block}.PlastdugnadenPosterClient-module__gVVy-a__foundationLabel{color:#01371a;font-family:var(--font-sans);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:700}.PlastdugnadenPosterClient-module__gVVy-a__title{color:#01371a;font-family:var(--font-display);text-transform:uppercase;margin:0;font-size:72px;font-weight:400;line-height:.95}.PlastdugnadenPosterClient-module__gVVy-a__form{text-align:left;max-width:430px;margin:34px auto 0}.PlastdugnadenPosterClient-module__gVVy-a__label{color:#01371a;font-family:var(--font-sans);letter-spacing:0;text-transform:uppercase;margin-bottom:9px;font-size:12px;font-weight:700;display:block}.PlastdugnadenPosterClient-module__gVVy-a__inputShell{position:relative}.PlastdugnadenPosterClient-module__gVVy-a__input{color:#0d0d0d;width:100%;height:66px;font-family:var(--font-sans);font-variant-numeric:tabular-nums;letter-spacing:0;background:#fff;border:1px solid #01371a;border-radius:0;outline:none;padding:0 64px 0 20px;font-size:28px}.PlastdugnadenPosterClient-module__gVVy-a__input::placeholder{color:#a8b1aa}.PlastdugnadenPosterClient-module__gVVy-a__input:focus-visible{box-shadow:0 0 0 3px #b5d8c1}.PlastdugnadenPosterClient-module__gVVy-a__searchIcon{color:#01371a;pointer-events:none;width:24px;height:24px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.PlastdugnadenPosterClient-module__gVVy-a__status{color:#66706a;max-width:430px;min-height:52px;font-family:var(--font-sans);text-align:left;margin:14px auto 0;font-size:14px;line-height:1.55}.PlastdugnadenPosterClient-module__gVVy-a__status p{margin:0}.PlastdugnadenPosterClient-module__gVVy-a__errorMessage{color:#67251e;border-left:3px solid #8b2a20;padding-left:14px}.PlastdugnadenPosterClient-module__gVVy-a__errorMessage p+p{margin-top:4px}.PlastdugnadenPosterClient-module__gVVy-a__errorMessage a{color:#01371a;text-underline-offset:3px;font-weight:700;text-decoration:underline}.PlastdugnadenPosterClient-module__gVVy-a__resultLayout{grid-template-columns:minmax(290px,.72fr) minmax(420px,1fr);align-items:center;gap:56px;width:min(100%,1100px);padding-top:24px;padding-bottom:28px;display:grid}.PlastdugnadenPosterClient-module__gVVy-a__resultLayout>.PlastdugnadenPosterClient-module__gVVy-a__searchPanel{display:none}.PlastdugnadenPosterClient-module__gVVy-a__result{display:contents}.PlastdugnadenPosterClient-module__gVVy-a__resultInfo{align-self:center}.PlastdugnadenPosterClient-module__gVVy-a__foundationLabel{margin-top:0;margin-bottom:8px}.PlastdugnadenPosterClient-module__gVVy-a__foundationName{color:#18231d;font-family:var(--font-sans);margin:0;font-size:21px;font-weight:700;line-height:1.4}.PlastdugnadenPosterClient-module__gVVy-a__actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:34px;display:grid}.PlastdugnadenPosterClient-module__gVVy-a__primaryAction,.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction,.PlastdugnadenPosterClient-module__gVVy-a__resetAction{min-height:54px;font-family:var(--font-sans);letter-spacing:0;cursor:pointer;border-radius:0;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.PlastdugnadenPosterClient-module__gVVy-a__primaryAction svg,.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction svg,.PlastdugnadenPosterClient-module__gVVy-a__resetAction svg{flex:none;width:18px;height:18px}.PlastdugnadenPosterClient-module__gVVy-a__primaryAction{color:#fff;background:#01371a;border:1px solid #01371a}.PlastdugnadenPosterClient-module__gVVy-a__primaryAction:hover{background:#0b4c28}.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction{color:#01371a;background:0 0;border:1px solid #01371a}.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction:hover{background:#e2eee5}.PlastdugnadenPosterClient-module__gVVy-a__primaryAction:focus-visible,.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction:focus-visible,.PlastdugnadenPosterClient-module__gVVy-a__resetAction:focus-visible{outline-offset:3px;outline:3px solid #89b99a}.PlastdugnadenPosterClient-module__gVVy-a__resetAction{color:#4f5d54;text-underline-offset:4px;background:0 0;border:0;min-height:42px;margin-top:18px;padding:0;font-size:13px;text-decoration:underline}.PlastdugnadenPosterClient-module__gVVy-a__posterFrame{box-sizing:border-box;background:#fff;border:1px solid #d7dfd9;justify-self:center;width:min(100%,480px);margin:0;padding:24px;box-shadow:10px 10px #d9e7dd}.PlastdugnadenPosterClient-module__gVVy-a__posterImage{width:100%;height:auto;max-height:calc(100svh - var(--poster-header-offset) - 100px);object-fit:contain;display:block}@media (min-width:1101px){.PlastdugnadenPosterClient-module__gVVy-a__finder{border-top:0}.PlastdugnadenPosterClient-module__gVVy-a__resultLayout{transform:translateY(-18px)}.PlastdugnadenPosterClient-module__gVVy-a__searchLayout{transform:translateY(-22px)}}@media (max-width:1100px){.PlastdugnadenPosterClient-module__gVVy-a__page{--poster-header-offset:61px}}@media (max-width:820px){.PlastdugnadenPosterClient-module__gVVy-a__finder{align-items:flex-start;min-height:calc(100svh - 61px)}.PlastdugnadenPosterClient-module__gVVy-a__layout{padding:54px 20px 68px}.PlastdugnadenPosterClient-module__gVVy-a__title{font-size:52px}.PlastdugnadenPosterClient-module__gVVy-a__campaignLogo{width:82px;margin-bottom:16px}.PlastdugnadenPosterClient-module__gVVy-a__form{margin-top:28px}.PlastdugnadenPosterClient-module__gVVy-a__resultLayout{flex-direction:column;align-items:stretch;gap:24px;padding:20px 16px 52px;display:flex}.PlastdugnadenPosterClient-module__gVVy-a__resultInfo{order:2}.PlastdugnadenPosterClient-module__gVVy-a__posterFrame{order:1;align-self:center;width:min(100%,280px);padding:10px;box-shadow:5px 5px #d9e7dd}.PlastdugnadenPosterClient-module__gVVy-a__posterImage{max-height:none}.PlastdugnadenPosterClient-module__gVVy-a__foundationLabel{margin-top:0}.PlastdugnadenPosterClient-module__gVVy-a__foundationName{font-size:18px}.PlastdugnadenPosterClient-module__gVVy-a__actions{grid-template-columns:1fr;margin-top:24px}.PlastdugnadenPosterClient-module__gVVy-a__primaryAction,.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction{min-height:48px;font-size:13px}.PlastdugnadenPosterClient-module__gVVy-a__resetAction{min-height:38px;margin-top:12px}}@media (max-width:420px){.PlastdugnadenPosterClient-module__gVVy-a__layout{padding-left:16px;padding-right:16px}.PlastdugnadenPosterClient-module__gVVy-a__title{font-size:44px}.PlastdugnadenPosterClient-module__gVVy-a__input{height:62px;font-size:25px}}@media (prefers-reduced-motion:reduce){.PlastdugnadenPosterClient-module__gVVy-a__primaryAction,.PlastdugnadenPosterClient-module__gVVy-a__secondaryAction,.PlastdugnadenPosterClient-module__gVVy-a__resetAction,.PlastdugnadenPosterClient-module__gVVy-a__input{transition:none}}@media print{:is(.hmf-header,.header-root,footer){display:none!important}.PlastdugnadenPosterClient-module__gVVy-a__page,.PlastdugnadenPosterClient-module__gVVy-a__finder,.PlastdugnadenPosterClient-module__gVVy-a__layout{background:#fff;border:0;min-height:0;padding:0}.PlastdugnadenPosterClient-module__gVVy-a__resultLayout{width:100%;display:block}.PlastdugnadenPosterClient-module__gVVy-a__resultInfo,.PlastdugnadenPosterClient-module__gVVy-a__searchPanel{display:none}.PlastdugnadenPosterClient-module__gVVy-a__posterFrame{width:100%;box-shadow:none;border:0;padding:0}.PlastdugnadenPosterClient-module__gVVy-a__posterImage{width:100%;max-height:none}}
