<!DOCTYPE html><html class="en" lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1" id="viewport" name="viewport"/><meta content="AobcHP0Riuw7qx+GcJ79jLXxzvz+vbYglMh02KHK8du7LYn9e2JLytVX5ABrS3PMoEeAZ5HxTvNW05uVVfni5gEAAAByeyJvcmlnaW4iOiJodHRwczovL3BpbnRlcmVzdC5jb206NDQzIiwiZmVhdHVyZSI6IkxvbmdBbmltYXRpb25GcmFtZVRpbWluZyIsImV4cGlyeSI6MTcxNjk0MDc5OSwiaXNTdWJkb21haW4iOnRydWV9" http-equiv="origin-trial"/><meta content="Av4cdNV5Ac7XSEISAEd4RrmKRM2TMvndpFUm8P74JPncnhjJ0OwXtBxVwvFj7RmITn74iYqF1Vw7p6XF7b1zEwkAAAB9eyJvcmlnaW4iOiJodHRwczovL3BpbnRlcmVzdC5jb206NDQzIiwiZmVhdHVyZSI6IlNlcnZpY2VXb3JrZXJTdGF0aWNSb3V0ZXJUaW1pbmdJbmZvIiwiZXhwaXJ5IjoxNzUzMTQyNDAwLCJpc1N1YmRvbWFpbiI6dHJ1ZX0=" http-equiv="origin-trial"/><link as="font" crossorigin="" href="https://s.pinimg.com/webapp/Pin-Sans-MacOS-Regular-708c49dd.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="" href="https://s.pinimg.com/webapp/Pin-Sans-MacOS-Medium-704a4f34.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="" href="https://s.pinimg.com/webapp/Pin-Sans-MacOS-Bold-ce475d98.woff2" rel="preload" type="font/woff2"/><meta content="default-src 'self' blob: s.pinimg.com; font-src 'self' m.media-amazon.com *.amazon-adsystem.com s.pinimg.com data: fonts.googleapis.com fonts.gstatic.com use.typekit.net; style-src 'self' blob: 'unsafe-inline' data: *.pinimg.com *.pinterest.com accounts.google.com fonts.googleapis.com; img-src blob: data: *; base-uri 'none'; connect-src 'self' blob: m.media-amazon.com *.amazon-adsystem.com htlb.casalemedia.com *.ada.support *.pinimg.com *.pinterest.com accounts.google.com *.facebook.com www.recaptcha.net www.googleapis.com *.dropboxapi.com pinterest-media-upload.s3.amazonaws.com pinterest-media-upload.s3.us-east-1.amazonaws.com pinterest-media-upload.s3-accelerate.amazonaws.com pinterest-media-upload.s3-accelerate.us-east-1.amazonaws.com pinterest-waterloo.s3.amazonaws.com pinterest-waterloo.s3.us-east-1.amazonaws.com *.cedexis.com *.cedexis-radar.net *.tvpixel.com api.pinadmin.com *.live-video.net https://*.daily.co https://*.pluot.blue wss://*.wss.daily.co; form-action 'self'; frame-src 'self' *.ada.support *.pinimg.com *.pinterest.com *.google.com *.facebook.com www.recaptcha.net pinterest-sim-toontown.s3.amazonaws.com pinterest-sim-toontown.s3.us-east-1.amazonaws.com pinterest-waterloo.s3.amazonaws.com pinterest-waterloo.s3.us-east-1.amazonaws.com *.pinterdev.com content.googleapis.com *.youtube.com *.youtube-nocookie.com *.ytimg.com player.vimeo.com calendly.com vine.co bid.g.doubleclick.net *.fls.doubleclick.net servedby.flashtalking.com pinterest-uk.admo.tv pinterest-uk-web.admo.tv fbrpc://call *.linkedin.com px.ads.linkedin.com; media-src 'self' blob: m.media-amazon.com data: *.pinimg.com *.live-video.net; object-src 'self'; script-src 'self' blob: 'unsafe-inline' *.pinimg.com *.pinterest.com 'report-sample' *.google.com connect.facebook.net *.google-analytics.com *.facebook.com *.googleadservices.com *.doubleclick.net *.googletagmanager.com radar.cedexis.com *.cedexis-test.com www.gstatic.com/recaptcha/ www.gstatic.cn/recaptcha/ www.recaptcha.net 'wasm-unsafe-eval'; worker-src 'self' blob: 'unsafe-inline'" http-equiv="Content-Security-Policy" id="csp"/><meta content="on" http-equiv="x-dns-prefetch-control"/><link href="https://s.pinimg.com/webapp/logo_transparent_144x144-3da7a67b.png" rel="apple-touch-icon"/><link color="var(--color-red-pushpin-450)" href="https://s.pinimg.com/webapp/pinterest_favicon-70db4fa7.svg" rel="mask-icon" sizes="any"/><link href="https://s.pinimg.com/webapp/favicon_48x48-7470a30d.png" rel="icon"/><link href="https://chrome.google.com/webstore/detail/gpdjojdkbbmdfjfahjcgigfpmkopogic" rel="chrome-webstore-item"/><link href="/opensearch.xml" rel="search" title="Pinterest" type="application/opensearchdescription+xml"/><link href="https://c.aps.amazon-adsystem.com" rel="preconnect"/><link href="/manifest.json" rel="manifest"/><meta content="Pinterest" name="application-name"/><meta content="#ffffff" name="msapplication-TileColor"/><meta content="https://s.pinimg.com/webapp/logo_transparent_144x144-3da7a67b.png" name="msapplication-TileImage"/><meta content="origin" name="referrer"/><meta content="274266067164" property="fb:app_id"/><meta content="Pinterest" property="og:site_name"/><script nonce="a0ca790e44b760063d68e9c20b13b9e0">
let cspReportsCount = 0;
document.addEventListener('securitypolicyviolation', async (event) => {
if (event.originalPolicy.includes('report-uri') || cspReportsCount >= 500) {
return;
}
cspReportsCount += 1;
await fetch('/_/_/csp_report/', {
method: 'POST',
body: JSON.stringify({
'csp-report': {
'blocked-uri': event.blockedURI,
'column-number': event.columnNumber,
disposition: event.disposition,
'document-uri': event.documentURI,
'effective-directive': event.effectiveDirective,
'line-number': event.lineNumber,
'original-policy': event.originalPolicy,
referrer: event.referrer,
sample: event.sample,
'source-file': event.sourceFile,
'status-code': event.statusCode,
'violated-directive': event.violatedDirective,
'is-metatag': true,
},
}),
});
});
</script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/runtime-1cc7e697f6305828.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/polyfills-b614808833057def.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/69368-13b57be96ed2bdcd.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/58308-6a2bf1c91b3a2db3.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/46034-0b79b759587e7437.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/locale-en_US-data-js-8221a41be15de82c.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/97949-1cd7f4e903b29ec1.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/80621-1920d050ea8c89f5.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/41788-a71daa7febab0adb.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/99482-cb49dcf15ec8a404.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/80899-7aa667d2790a3549.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/74016-c14c781f5de5f3e8.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/59656-f3f0bf5ceb98a17a.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/20993-1e0be66d6d9d861d.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/1992-e10f3ee22085f762.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/36565-1da2e977ea0a5844.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/27234-58ba67cc44c66694.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/84609-6df6b461e90db6a8.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/90917-1de84b53114bfafd.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/82809-37d8bd30e4ce4d80.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/62427-1d59f18a8b97a567.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/42234-a8fc5706fe50201a.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/35532-43e7d7c79038645c.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/64302-276ac9e40992d0c9.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/53608-cf7ae3a3ee408746.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/50063-0d2667d3d86c722d.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/25987-82285df4300bd39f.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/90407-b0f1c30b093eeb13.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/www/_client-e971916bff130a11.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js"></script><script crossorigin="anonymous" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"></script><style id="gestalt">body { margin: 0; }
a, div { -webkit-tap-highlight-color: transparent; text-decoration: none; }
input::placeholder { color: #b5b5b5; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
video::-internal-media-controls-overlay-cast-button {
display: none;
}
.wW3{padding:var(--space-100)}.Xw1{isolation:isolate;position:relative}.leZ{border:2px solid var(--color-background-default);border-radius:var(--rounding-circle);box-sizing:border-box;position:absolute}html[dir=rtl] .TxJ{left:0;position:absolute;top:0}html:not([dir=rtl]) .TxJ{position:absolute;right:0;top:0}.it_{position:absolute}html[dir=rtl] .Jql{left:0;top:0}html:not([dir=rtl]) .Jql{right:0;top:0}html[dir=rtl] .E4Z{left:var(--sema-space-100);top:var(--sema-space-100)}html:not([dir=rtl]) .E4Z{right:var(--sema-space-100);top:var(--sema-space-100)}html[dir=rtl] .LEI{left:var(--sema-space-100);top:var(--sema-space-100)}html:not([dir=rtl]) .LEI{right:var(--sema-space-100);top:var(--sema-space-100)}.bbk{background-color:var(--comp-bannerupsell-color-background-default);border:var(--comp-bannerupsell-border-width-container-default) solid var(--comp-bannerupsell-color-border-default);border-radius:var(--sema-rounding-400)}html[dir=rtl] .pit{left:0;position:absolute;top:0}html:not([dir=rtl]) .pit{position:absolute;right:0;top:0}html[dir=rtl] .EXa{left:var(--sema-space-200);position:absolute;top:var(--sema-space-200)}html:not([dir=rtl]) .EXa{position:absolute;right:var(--sema-space-200);top:var(--sema-space-200)}.oLj *{color:var(--color-text-dark)!important}.bGp *,.oLj *{font-size:var(--font-size-300)!important}.bGp *{color:var(--color-text-light)!important}.yc4 *{text-align:center!important}html:not([dir=rtl]) .sZI *{text-align:left!important}html[dir=rtl] .sZI *{text-align:right!important}.rlK{align-items:center;border-radius:var(--rounding-pill);cursor:pointer;display:flex;gap:var(--space-200);height:48px;padding:var(--space-300) var(--space-1100) var(--space-300) var(--space-400);width:343px}.Nhk{background:var(--color-background-default);border:1px solid var(--color-border-interactive,#c2c2b6)}html:not([dir=ltr]) .CvR{padding:var(--space-300) var(--space-400) var(--space-300) var(--space-1100)}.wXO{background:var(--background-color-background-default,#fff);border:1px solid var(--border-color-border-default,#767676)}.un8{display:flex}.xuA{display:block}.TB_,.TB_>.xuA{margin-bottom:0;margin-top:0}.C9i,.C9i>.xuA{margin-left:0;margin-right:0}.yEQ{margin-bottom:-.5px;margin-top:-.5px}.yEQ>.xuA{margin-bottom:.5px;margin-top:.5px}.bDW{margin-left:-.5px;margin-right:-.5px}.bDW>.xuA{margin-left:.5px;margin-right:.5px}.cKt{margin-bottom:-1px;margin-top:-1px}.cKt>.xuA{margin-bottom:1px;margin-top:1px}.NUa{margin-left:-1px;margin-right:-1px}.NUa>.xuA{margin-left:1px;margin-right:1px}.yLs{margin-bottom:-2px;margin-top:-2px}.yLs>.xuA{margin-bottom:2px;margin-top:2px}.aW4{margin-left:-2px;margin-right:-2px}.aW4>.xuA{margin-left:2px;margin-right:2px}.YPD{margin-bottom:-3px;margin-top:-3px}.YPD>.xuA{margin-bottom:3px;margin-top:3px}.yID{margin-left:-3px;margin-right:-3px}.yID>.xuA{margin-left:3px;margin-right:3px}.jDD{margin-bottom:-20px;margin-top:-20px}.jDD>.xuA{margin-bottom:20px;margin-top:20px}.L4V{margin-left:-20px;margin-right:-20px}.L4V>.xuA{margin-left:20px;margin-right:20px}.JQx{margin-bottom:-22px;margin-top:-22px}.JQx>.xuA{margin-bottom:22px;margin-top:22px}.Ab3{margin-left:-22px;margin-right:-22px}.Ab3>.xuA{margin-left:22px;margin-right:22px}.yZm{margin-bottom:-24px;margin-top:-24px}.yZm>.xuA{margin-bottom:24px;margin-top:24px}.jJC{margin-left:-24px;margin-right:-24px}.jJC>.xuA{margin-left:24px;margin-right:24px}.JrK{margin-bottom:-4px;margin-top:-4px}.JrK>.xuA{margin-bottom:4px;margin-top:4px}.b23{margin-left:-4px;margin-right:-4px}.b23>.xuA{margin-left:4px;margin-right:4px}.wn_{margin-bottom:-6px;margin-top:-6px}.wn_>.xuA{margin-bottom:6px;margin-top:6px}.pQW{margin-left:-6px;margin-right:-6px}.pQW>.xuA{margin-left:6px;margin-right:6px}.qQp{margin-bottom:-8px;margin-top:-8px}.qQp>.xuA{margin-bottom:8px;margin-top:8px}.a1C{margin-left:-8px;margin-right:-8px}.a1C>.xuA{margin-left:8px;margin-right:8px}.kML{margin-bottom:-10px;margin-top:-10px}.kML>.xuA{margin-bottom:10px;margin-top:10px}.EQL{margin-left:-10px;margin-right:-10px}.EQL>.xuA{margin-left:10px;margin-right:10px}.FKv{margin-bottom:-12px;margin-top:-12px}.FKv>.xuA{margin-bottom:12px;margin-top:12px}.fvB{margin-left:-12px;margin-right:-12px}.fvB>.xuA{margin-left:12px;margin-right:12px}.mrD{margin-bottom:-14px;margin-top:-14px}.mrD>.xuA{margin-bottom:14px;margin-top:14px}.t9k{margin-left:-14px;margin-right:-14px}.t9k>.xuA{margin-left:14px;margin-right:14px}.V71{margin-bottom:-16px;margin-top:-16px}.V71>.xuA{margin-bottom:16px;margin-top:16px}._Fp{margin-left:-16px;margin-right:-16px}._Fp>.xuA{margin-left:16px;margin-right:16px}.bnw{margin-bottom:-18px;margin-top:-18px}.bnw>.xuA{margin-bottom:18px;margin-top:18px}.UsO{margin-left:-18px;margin-right:-18px}.UsO>.xuA{margin-left:18px;margin-right:18px}.OU1 *{color:var(--color-text-light)!important}.fS4 *{color:var(--color-text-dark)!important}.CQg:focus{outline:2px solid var(--sema-color-border-focus-outer-default);outline-offset:0}.Xu4{align-content:center;display:flex;height:20px;white-space:nowrap}.ubr{padding:var(--space-0) 6px}.buY{vertical-align:middle}.DP5{vertical-align:super}.Yh6{align-content:center;border-radius:var(--sema-rounding-100);display:flex;height:20px;white-space:nowrap}.jNC{border:var(--sema-space-50) solid var(--base-color-transparent)}.POs{padding:var(--space-0) var(--sema-space-100)}.Km_{padding:var(--space-0) calc(var(--sema-space-100) - var(--sema-space-50))}.hQh{border:var(--sema-space-50) solid var(--sema-color-border-focus-inner-default);outline:var(--sema-space-50) solid var(--sema-color-border-focus-outer-default)}.Ztq{border:var(--sema-space-50) solid var(--sema-color-border-focus-inner-light);outline:var(--sema-space-50) solid var(--sema-color-border-focus-outer-dark)}.HsW{border:var(--sema-space-50) solid var(--sema-color-border-focus-inner-dark);outline:var(--sema-space-50) solid var(--sema-color-border-focus-outer-light)}.Blc,.wwE{background-color:var(--color-background-badge-info-default)}.Blc:hover{background-color:var(--color-background-badge-info-hover)}.UZZ,.rtn{background-color:var(--color-background-badge-error-default)}.rtn:hover{background-color:var(--color-background-badge-error-hover)}.Tib,._9s{background-color:var(--color-background-badge-warning-default)}.Tib:hover{background-color:var(--color-background-badge-warning-hover)}.UlE,.zh0{background-color:var(--color-background-badge-success-default)}.zh0:hover{background-color:var(--color-background-badge-success-hover)}.Bzh,.mnB{background-color:var(--color-background-badge-recommendation-default)}.mnB:hover{background-color:var(--color-background-badge-recommendation-hover)}.UUL,.ZBM{background-color:var(--color-background-badge-neutral-default)}.ZBM:hover{background-color:var(--color-background-badge-neutral-hover)}.kHS,.wUC{background-color:var(--color-background-badge-darkwash-default)}.kHS:hover{background-color:var(--color-background-badge-darkwash-hover)}.kPB,.tBg{background-color:var(--color-background-badge-lightwash-default)}.kPB:hover{background-color:var(--color-background-badge-lightwash-hover)}.Fuj,.yhu{background-color:var(--comp-badge-color-background-info)}.Fuj:hover{background-color:var(--comp-badge-color-hover-background-info)}.Kv1,.Nrr{background-color:var(--comp-badge-color-background-error)}.Nrr:hover{background-color:var(--comp-badge-color-hover-background-error)}.mhu,.vKz{background-color:var(--comp-badge-color-background-warning)}.vKz:hover{background-color:var(--comp-badge-color-hover-background-warning)}.kFf,.wQs{background-color:var(--comp-badge-color-background-success)}.kFf:hover{background-color:var(--comp-badge-color-hover-background-success)}.IEg,.Tfs{background-color:var(--comp-badge-color-background-recommendation)}.IEg:hover{background-color:var(--comp-badge-color-hover-background-recommendation)}.OlA,.Qsq{background-color:var(--comp-badge-color-background-neutral)}.OlA:hover{background-color:var(--comp-badge-color-hover-background-neutral)}.FTF,.d9v{background-color:var(--comp-badge-color-hover-background-wash-dark)}.FTF:hover{background-color:var(--comp-badge-color-background-wash-dark)}.CGJ,.G25{background-color:var(--comp-badge-color-background-wash-light)}.CGJ:hover{background-color:var(--comp-badge-color-hover-background-wash-light)}.kBc{background-color:var(--comp-banneroverlay-color-background-default);border-radius:var(--sema-rounding-400);box-shadow:var(--sema-elevation-shadow-floating)}.f1j *{color:var(--color-text-dark)!important}.VyY *{color:var(--color-text-light)!important}.dix{background-color:var(--color-transparent);text-wrap:nowrap}._wN{-webkit-user-select:none;user-select:none}.CRJ{border:0;clip:rect(0 0 0 0);clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ESm{display:none}.Jea{display:flex;flex-direction:row}.oy8{display:block}.FNs{display:inline-block}@media (min-width:576px){._As{display:none}.d5Q{display:flex;flex-direction:row}.BFv{display:block}._Jd{display:inline-block}}@media (min-width:768px){.TJs{display:none}.i_c{display:flex;flex-direction:row}.PrF{display:block}.Frz{display:inline-block}}@media (min-width:1312px){.jZa{display:none}.GDP{display:flex;flex-direction:row}.V1t{display:block}.yiw{display:inline-block}}@media (min-width:1440px){.m7P{display:none}.vJL{display:flex;flex-direction:row}.hYQ{display:block}.FQu{display:inline-block}}@media (min-width:1680px){.znx{display:none}.int{display:flex;flex-direction:row}.hGs{display:block}.qJU{display:inline-block}}@media (min-width:2048px){.RFl{display:none}.wQq{display:flex;flex-direction:row}.gNN{display:block}.Y6y{display:inline-block}}.hs0{flex-direction:row}.jzS{flex-direction:column}@media (min-width:576px){.ccF{flex-direction:row}.FDl{flex-direction:column}}@media (min-width:768px){.T9f{flex-direction:row}.hqI{flex-direction:column}}@media (min-width:1312px){.IR2{flex-direction:row}.e8G{flex-direction:column}}@media (min-width:1440px){.f3U{flex-direction:row}.ELL{flex-direction:column}}@media (min-width:1680px){.mzl{flex-direction:row}.xEh{flex-direction:column}}@media (min-width:2048px){.Yo7{flex-direction:row}.SMm{flex-direction:column}}.YPQ{width:0}@media (min-width:576px){.NYp{width:0}}@media (min-width:768px){._8v{width:0}}@media (min-width:1312px){._Hm{width:0}}@media (min-width:1440px){.lK5{width:0}}@media (min-width:1680px){.xlg{width:0}}@media (min-width:2048px){.N_n{width:0}}.BfI{opacity:var(--opacity-0)}.k39{opacity:.1}.a8l{opacity:var(--opacity-200)}.BXM{opacity:.3}.ZV0{opacity:var(--opacity-300)}.yD6{opacity:.5}.zqT{opacity:.6}.RfI{opacity:.7}.tM5{opacity:var(--opacity-400)}.RBE{opacity:var(--opacity-500)}.ZZS{opacity:1}.imm{background-color:var(--color-background-box-default)}.QzN{background-color:var(--color-background-box-info-base)}.Am_{background-color:var(--color-background-box-info-weak)}.vfW{background-color:var(--color-background-box-error-base)}.UTe{background-color:var(--color-background-box-error-weak)}.CXJ{background-color:var(--color-background-box-warning-base)}.Fqp{background-color:var(--color-background-box-warning-weak)}.Zti{background-color:var(--color-background-box-success-base)}.zDc{background-color:var(--color-background-box-success-weak)}.yFU{background-color:var(--color-background-box-recommendation-base)}.kAD{background-color:var(--color-background-box-recommendation-weak)}.AAz{background-color:var(--color-background-box-shopping)}.yBD{background-color:var(--color-background-box-primary)}.haa{background-color:var(--color-background-box-secondary)}.mD2{background-color:var(--color-background-box-tertiary)}.uom{background-color:var(--color-background-box-selected)}.b0h{background-color:var(--color-background-box-inverse)}.OKu{background-color:var(--color-background-box-brand)}.Rtb{background-color:var(--color-background-box-education)}.ebZ{background-color:var(--color-background-box-transparent)}.hj2{background-color:var(--color-background-box-dark)}.GuY{background-color:var(--color-background-box-light)}.z8I{background-color:var(--color-background-box-elevation-accent)}.Rht{background-color:var(--color-background-box-elevation-floating)}.nvV{background-color:var(--color-background-box-elevation-raised)}.TzN{background-color:var(--color-background-box-lightwash)}.TMJ{background-color:var(--color-background-box-darkwash)}.Wxb{background-color:var(--color-background-box-transparentdarkgray)}.CzO,.UFw{width:100%}.UFw{border-bottom:1px solid var(--color-border-container)}.bKF *{color:var(--color-text-inverse)!important}.akY{min-width:60px}.akY,.yOG{box-sizing:border-box}.yOG{min-width:48px}.MWl{border:var(--g-border-width) solid var(--color-border-container)}.jKZ{border-radius:var(--rounding-600)}.JkZ{border-radius:var(--rounding-400)}.igh{border-radius:var(--rounding-300)}.BcD{border-radius:var(--rounding-200)}.jTw{border-radius:var(--rounding-100)}.GtQ,.xuZ{background-color:var(--color-transparent);border:0}.GtQ{cursor:pointer;padding:0}.zrI img{filter:invert(100%)}.EDb img{filter:invert(46%) brightness(99%) contrast(91%)}.dbv{cursor:default;filter:opacity(.5)}.O2c{min-height:28px;padding:var(--sema-space-100) var(--sema-space-200)}.Pen{min-height:var(--sema-space-900);padding:var(--sema-space-200) var(--sema-space-300)}.VEB{min-height:var(--sema-space-1200);padding:var(--sema-space-300) var(--sema-space-400)}.Hik{padding-bottom:2px;padding-top:var(--space-200)}.n03{border:1px solid var(--sema-color-background-secondary)}.n03:hover{border:1px solid var(--sema-color-hover-background-secondary)}.n03:active,.rL_{border:1px solid var(--sema-color-pressed-background-secondary)}.JRm{outline:2px solid var(--sema-color-border-disabled);outline-offset:2px}.ktw{outline:1px solid var(--sema-color-border-disabled);outline-offset:2px}.f9N{border:1px solid var(--sema-color-border-disabled)}.vNn{background-color:var(--color-background-button-disabled-default);cursor:default;pointer-events:none}.vGC{background-color:var(--color-background-button-tertiary-default)}.sHD{background-color:var(--color-background-button-disabled-default)}.cf8{background-color:var(--sema-color-background-disabled);border-color:var(--sema-color-background-disabled)}.BBA{background-color:var(--sema-color-background-default);border-color:var(--sema-color-border-disabled)}.mro{background-color:var(--color-background-button-selected-default);border-color:var(--color-background-selected-base)}.fdW{background-color:var(--sema-color-background-selected);border-color:var(--sema-color-background-selected)}.fdW:hover{background-color:var(--sema-color-hover-background-selected);border-color:var(--sema-color-hover-background-selected)}.fdW:active{background-color:var(--sema-color-pressed-background-selected);border-color:var(--sema-color-pressed-background-selected)}.NLH{background-color:var(--sema-color-background-default);border-color:var(--sema-color-border-interactive)}.NLH:hover{background-color:var(--sema-color-hover-background-default);border-color:var(--sema-color-hover-border-interactive)}.NLH:active{background-color:var(--sema-color-pressed-background-default);border-color:var(--sema-color-pressed-border-interactive)}.VZW{background-color:var(--color-background-button-disabled-default);border-width:var(--g-border-width-lg);margin:calc(var(--g-border-width-lg) / 2 * -1)}.Oga{outline:2px solid var(--sema-color-border-focus-outer-default);outline-offset:2px}.l9D{background-color:var(--color-background-button-primary-default)}.l9D:hover{background-color:var(--color-background-button-primary-hover)}.l9D:active{background-color:var(--color-background-button-primary-active)}.Ck8{background-color:var(--color-background-button-white-default)}.Ck8:hover{background-color:var(--color-background-button-white-hover)}.Ck8:active{background-color:var(--color-background-button-white-active)}.TJZ{background-color:var(--sema-color-background-secondary)}.TJZ:hover{background-color:var(--sema-color-hover-background-secondary)}.TJZ:active{background-color:var(--sema-color-pressed-background-secondary)}.DJ9{border-bottom:0;border-left:0}.n-U{border-color:var(--sema-color-border-decorative)}.lH1{margin-bottom:var(--space-0);margin-top:var(--space-0)}.rrU{font-size:var(--font-size-100)}.kNw{font-size:var(--font-size-200)}.LUr{font-size:var(--font-size-300)}.JW7{font-size:var(--font-size-400)}.nZx{font-size:24px}.h4h{font-size:var(--font-size-500)}.X9y{font-size:var(--font-size-600)}.FAo{margin-bottom:var(--sema-space-0);margin-top:var(--sema-space-0)}.XhH{font-family:var(--sema-font-family-heading-700);font-size:var(--sema-font-size-heading-700);font-weight:var(--sema-font-weight-heading-700);letter-spacing:var(--sema-font-letterspacing-heading-700);line-height:var(--sema-font-lineheight-heading-700);-webkit-text-decoration:var(--sema-font-textdecoration-heading-700);text-decoration:var(--sema-font-textdecoration-heading-700)}.Cc2{font-family:var(--sema-font-family-heading-600);font-size:var(--sema-font-size-heading-600);font-weight:var(--sema-font-weight-heading-600);letter-spacing:var(--sema-font-letterspacing-heading-600);line-height:var(--sema-font-lineheight-heading-600);-webkit-text-decoration:var(--sema-font-textdecoration-heading-600);text-decoration:var(--sema-font-textdecoration-heading-600)}.uJ4{font-family:var(--sema-font-family-heading-500);font-size:var(--sema-font-size-heading-500);font-weight:var(--sema-font-weight-heading-500);letter-spacing:var(--sema-font-letterspacing-heading-500);line-height:var(--sema-font-lineheight-heading-500);-webkit-text-decoration:var(--sema-font-textdecoration-heading-500);text-decoration:var(--sema-font-textdecoration-heading-500)}.c51{font-family:var(--sema-font-family-heading-400);font-size:var(--sema-font-size-heading-400);font-weight:var(--sema-font-weight-heading-400);letter-spacing:var(--sema-font-letterspacing-heading-400);line-height:var(--sema-font-lineheight-heading-400);-webkit-text-decoration:var(--sema-font-textdecoration-heading-400);text-decoration:var(--sema-font-textdecoration-heading-400)}.alK{font-family:var(--sema-font-family-heading-300);font-size:var(--sema-font-size-heading-300);font-weight:var(--sema-font-weight-heading-300);letter-spacing:var(--sema-font-letterspacing-heading-300);line-height:var(--sema-font-lineheight-heading-300);-webkit-text-decoration:var(--sema-font-textdecoration-heading-300);text-decoration:var(--sema-font-textdecoration-heading-300)}.fK9{font-family:var(--sema-font-family-heading-200);font-size:var(--sema-font-size-heading-200);font-weight:var(--sema-font-weight-heading-200);letter-spacing:var(--sema-font-letterspacing-heading-200);line-height:var(--sema-font-lineheight-heading-200);-webkit-text-decoration:var(--sema-font-textdecoration-heading-200);text-decoration:var(--sema-font-textdecoration-heading-200)}.G1E{word-wrap:break-word}.eDp{word-break:break-all}.bVj{text-align:center}.mRR,html:not([dir=rtl]) .V2L,html[dir=rtl] .VIh{text-align:left}.H-m,html:not([dir=rtl]) .VIh,html[dir=rtl] .V2L{text-align:right}.c_6{text-align:justify}.f-J{-webkit-box-orient:vertical;display:-webkit-box;max-width:100%;overflow:hidden}.QfX{max-width:320px;padding-bottom:var(--space-400)}html:not([dir=rtl]) .QfX{border-left:1px solid var(--color-border-container)}html[dir=rtl] .QfX{border-right:1px solid var(--color-border-container)}.hCL[alt]{color:transparent}.N7A{height:100%;width:100%}@media (inverted-colors){.N7A,.hCL{filter:invert(100%)}}.NIm{width:100%}.NDa{border-radius:var(--rounding-circle);height:6px;width:6px}.NDa,.jf4{background-color:var(--color-background-box-primary)}.jf4{border-radius:var(--rounding-pill);display:flex;height:16px;justify-content:center;min-width:16px;padding-left:2px;padding-right:2px}.vJV{padding-top:1px}.Wby{vertical-align:middle}.Wby,.nbR{display:inline-block}.nbR{vertical-align:top}.cQS{outline:1px solid var(--sema-color-border-inverse)}.m1e{will-change:transform}.KPc{background:var(--color-background-mask-wash);pointer-events:none}.LkD{border-radius:var(--rounding-400);margin-left:var(--space-400);margin-right:var(--space-400);max-width:min(716px,100vw)}.FKX{background-color:var(--comp-toast-color-background-success)}.bVk{background-color:var(--comp-toast-color-background-default)}.QZ_{background-color:var(--comp-toast-color-background-loading)}.zes{background-color:var(--comp-toast-color-background-error)}@media (min-width:576px){.LkD{border-radius:var(--rounding-400);display:inline-block;margin-left:var(--space-400);margin-right:var(--space-400);max-width:"min(716px, 100vw)";width:auto}}.vbI{height:100%;margin:0 auto}.Hb7{transition:transform .2s}.Fwt,.zZi{height:100%}.ZHw,.zZi{background-color:var(--color-background-overlay)}.ZHw{max-height:calc(100vh - 32px)}.ZHw:focus{outline:none}.oCZ{height:100%}.S9z{transition:transform 85ms ease-out}.yui{transform:scale(.99);transform-origin:center}.RCK{border-radius:var(--rounding-600)}.xuB{border-color:transparent;box-sizing:border-box;text-wrap:balance}.oRi{background-color:var(--color-transparent)}.uZs{min-height:24px}.uZs,.ynk{border-radius:var(--sema-rounding-200);padding:var(--sema-space-100) var(--sema-space-200)}.ynk{min-height:28px}.FID{border-radius:var(--sema-rounding-300);min-height:32px}.FID,.e-X{padding:var(--sema-space-150) var(--sema-space-300)}.e-X{border-radius:var(--rounding-300);min-height:36px}a.uZs:focus{padding:var(--sema-space-100) calc(var(--sema-space-200) + var(--g-border-width-lg))}a.ChZ:focus{padding:var(--sema-space-150) calc(var(--sema-space-300) + var(--g-border-width-lg))}.ChZ{min-height:44px}.ChZ,.qrE{border-radius:var(--sema-rounding-400);padding:var(--sema-space-200) var(--sema-space-400)}.qrE{min-height:48px}.OWt{background-color:var(--color-background-button-disabled-default);cursor:default;pointer-events:none}.G0a{background-color:var(--color-background-button-selected-default)}.vrQ:focus{border:var(--g-border-width-lg) solid;outline:var(--g-border-width-lg) solid;outline-offset:0}.dfM:focus{border-color:var(--sema-color-border-focus-inner-default);outline-color:var(--sema-color-border-focus-outer-default)}.q8O:focus{border-color:var(--sema-color-border-focus-inner-inverse);outline-color:var(--sema-color-border-focus-outer-inverse)}.Il7{background-color:var(--color-background-button-primary-default)}.Il7:hover{background-color:var(--color-background-button-primary-hover)}.Il7:active{background-color:var(--color-background-button-primary-active)}.a_A{background-color:var(--color-background-button-secondary-default)}.a_A:hover{background-color:var(--color-background-button-secondary-hover)}.a_A:active{background-color:var(--color-background-button-secondary-active)}.qQ7{background-color:var(--color-background-button-tertiary-default)}.qQ7:hover{background-color:var(--color-background-button-tertiary-hover)}.qQ7:active{background-color:var(--color-background-button-tertiary-active)}.LSX{background-color:var(--color-background-button-tertiary-default)}.LSX:hover{background-color:var(--color-background-button-semitransparentdark-hover)}.LSX:active{background-color:var(--color-background-button-semitransparentdark-active)}.sKP{background-color:var(--color-background-button-shopping-default)}.sKP:hover{background-color:var(--color-background-button-shopping-hover)}.sKP:active{background-color:var(--color-background-button-shopping-active)}.W6-{background-color:var(
--color-background-button-semitransparentdefault-default
)}.W6-:hover{background-color:var(--color-background-button-semitransparentdefault-hover)}.W6-:active{background-color:var(
--color-background-button-semitransparentdefault-active
)}.bmw{background-color:var(--color-background-button-white-default)}.bmw:hover{background-color:var(--color-background-button-white-hover)}.bmw:active{background-color:var(--color-background-button-white-active)}.N1n{background-color:var(--color-background-light)}.N1n:hover{background-color:var(--color-background-button-light-hover)}.N1n:active{background-color:var(--color-background-button-light-active)}.bOA{background-color:var(--color-background-dark)}.bOA:hover{background-color:var(--color-background-button-dark-hover)}.bOA:active{background-color:var(--color-background-button-dark-active)}.p_5{align-items:flex-start;display:flex;justify-content:flex-start}.ntw .p_5:not(:first-child){margin-top:var(--sema-space-300)}.Z1L{border-radius:var(--sema-rounding-circle);position:relative}html[dir=rtl] .Z1L{margin-left:var(--sema-space-200)}html:not([dir=rtl]) .Z1L{margin-right:var(--sema-space-200)}.VYx{margin-top:var(--sema-space-50);min-height:16px;min-width:16px}.Pok,.VYx{box-sizing:border-box}.Pok{min-height:24px;min-width:24px}.O3O{outline:2px solid var(--sema-color-border-focus-outer-default)}.jlx{border-width:0}.NnK{border:1px solid var(--sema-color-border-interactive)}.NnK:hover{border:1.5px solid var(--sema-color-hover-border-interactive)}.NnK:active{border:1.5px solid var(--sema-color-pressed-border-interactive)}.yWR{border:2px solid var(--sema-color-border-focus-inner-default)}.Gr9,.P8f{border-width:0}.vgE{border:1px solid var(--sema-color-border-interactive)}.tlM{border:1.5px solid var(--sema-color-hover-border-interactive)}.Nk-{border:1.5px solid var(--sema-color-pressed-border-interactive)}.YO2{border-radius:var(--sema-rounding-circle);box-sizing:border-box;height:100%;position:absolute;width:100%}.Mc3{border-width:0}.ncG{border-color:var(--sema-color-background-checked)}.FV4,.XOC{border-color:var(--sema-color-hover-background-checked)}.KQn{border-color:var(--sema-color-background-disabled)}.U3U{background-color:var(--sema-color-background-disabled)}.grI{border-style:solid;border-width:6px}.IcK{border-style:solid;border-width:8px}.RJ9{border-style:solid;border-width:4px}.t_A{border-style:solid;border-width:6px}.rCD{transition:border var(--comp-radiogroupbutton-motion-border-scale-duration) var(--comp-radiogroupbutton-motion-border-scale-easing) var(--comp-radiogroupbutton-motion-border-scale-duration)}.mvh{transition-duration:.15s;transition-property:opacity;transition-timing-function:var(
--comp-radiogroupbutton-motion-border-fade-easing
)}.DLj{opacity:var(--opacity-0)}.yk_{transition:none}.rvH{transition-delay:var(--sema-motion-opacity-duration-instant)}.fQw{appearance:none;box-sizing:border-box;margin:0;opacity:var(--sema-opacity-0);outline:0;position:absolute}.Rdq{height:16px;width:16px}.l7Q{height:24px;width:24px}.DgX{animation-duration:5s;animation-iteration-count:inherit;animation-name:t25;border:8px solid var(--color-border-pulsar-default);border-radius:50%;height:100%;opacity:1;width:100%}.DgX:focus,.DgX:hover{border-color:var(--color-border-pulsar-hover)}.uWM{animation-delay:.8s;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:W9B;opacity:var(--opacity-0)}@keyframes W9B{0%{opacity:var(--opacity-0)}to{opacity:1}}@keyframes t25{0%{opacity:var(--opacity-0);transform:scale(.8)}20%{opacity:1;transform:scale(1)}40%{opacity:1;transform:scale(.8)}60%{opacity:1;transform:scale(1)}80%{opacity:var(--opacity-0);transform:scale(.8)}to{opacity:var(--opacity-0)}}.l92{background-color:var(--color-background-segmentedcontrol-container);-webkit-user-select:none;user-select:none}.l92.wg1{border-radius:var(--rounding-200)}.l92.XTe,.l92.wg1{padding:var(--space-100)}.l92.XTe{border-radius:var(--rounding-300)}.l92.BXc{border-radius:var(--rounding-400);padding:var(--space-100)}.ope{flex-basis:0;flex-shrink:1}.ope.wg1{border-radius:var(--rounding-100);padding:var(--space-0) var(--space-200)}.ope.XTe{border-radius:var(--rounding-200);padding:var(--space-100) var(--space-300)}.ope.BXc{border-radius:var(--rounding-300);padding:var(--space-200) var(--space-400)}.izI{background:transparent}.zHr{background-color:var(--color-background-segmentedcontrol-tab-selected)}.fm6{border:0;border-radius:var(--rounding-600);cursor:pointer;display:flex;height:48px;min-width:60px;padding:var(--space-0) var(--space-100)}.fm6,.juA{box-sizing:border-box;isolation:isolate}.juA{background:transparent;border:2px solid transparent;border-radius:var(--sema-rounding-400);display:inherit;padding:var(--sema-space-0) var(--sema-space-0);text-wrap:balance}.wu-{border-width:0;margin:var(--sema-space-25)}.zOt{background-color:var(--color-transparent)}.nOy{border-radius:var(--rounding-400);min-height:48px}.EHh{border-radius:var(--sema-rounding-400)}.EHh,.GZi{overflow:hidden}.GZi{background-color:var(--opacity-100);border-radius:99px;height:40px;width:40px}.kvJ{height:48px;position:relative;width:44px}.kvJ:before{background-color:var(--sema-color-background-wash-image-tint);content:"";display:block;height:100%;position:absolute;width:100%}.qXB{background-color:var(--opacity-100);border-radius:99px;height:40px;overflow:hidden;width:40px}.qXB,.ujx{padding:0 var(--sema-space-150) 0 var(--sema-space-300)}.ujx{height:24px;position:relative;width:24px}.ujx:before{content:"";display:block;height:100%;position:absolute;width:100%}.Rjv,.ujx:before{border-radius:var(--sema-rounding-400)}.Rjv{align-items:center;display:flex;justify-content:center;overflow:hidden}.g7R{background-color:var(--color-background-selected-base)}.Izy{background-color:var(--sema-color-background-selected)}.kvJ.Izy,.nOy.Izy{height:44px;min-height:44px}.juA.Izy{margin-bottom:2px;margin-top:2px}.Izy:hover{background-color:var(--sema-color-hover-background-selected)}.Izy:active{background-color:var(--sema-color-pressed-background-selected)}.yib:focus{border:var(--g-border-width-lg) solid;border-color:var(--sema-color-border-focus-inner-default);outline:var(--g-border-width-lg) solid;outline-color:var(--sema-color-border-focus-outer-default);outline-offset:0}.grJ{background-color:var(--color-background-searchguide-default-01)}.grJ:hover{background-color:var(--color-background-searchguide-hover-01)}.grJ:active{background-color:var(--color-background-searchguide-active-01)}.CX3{background-color:var(--color-background-searchguide-default-02)}.CX3:hover{background-color:var(--color-background-searchguide-hover-02)}.CX3:active{background-color:var(--color-background-searchguide-active-02)}.RtL{background-color:var(--color-background-searchguide-default-03)}.RtL:hover{background-color:var(--color-background-searchguide-hover-03)}.RtL:active{background-color:var(--color-background-searchguide-active-03)}.TVr{background-color:var(--color-background-searchguide-default-04)}.TVr:hover{background-color:var(--color-background-searchguide-hover-04)}.TVr:active{background-color:var(--color-background-searchguide-active-04)}.s13{background-color:var(--color-background-searchguide-default-05)}.s13:hover{background-color:var(--color-background-searchguide-hover-05)}.s13:active{background-color:var(--color-background-searchguide-active-05)}.LwP{background-color:var(--color-background-searchguide-default-06)}.LwP:hover{background-color:var(--color-background-searchguide-hover-06)}.LwP:active{background-color:var(--color-background-searchguide-active-06)}.sA-{background-color:var(--color-background-searchguide-default-07)}.sA-:hover{background-color:var(--color-background-searchguide-hover-07)}.sA-:active{background-color:var(--color-background-searchguide-active-07)}.iK-{background-color:var(--color-background-searchguide-default-08)}.iK-:hover{background-color:var(--color-background-searchguide-hover-08)}.iK-:active{background-color:var(--color-background-searchguide-active-08)}._5W{background-color:var(--color-background-searchguide-default-09)}._5W:hover{background-color:var(--color-background-searchguide-hover-09)}._5W:active{background-color:var(--color-background-searchguide-active-09)}.cYI{background-color:var(--color-background-searchguide-default-10)}.cYI:hover{background-color:var(--color-background-searchguide-hover-10)}.cYI:active{background-color:var(--color-background-searchguide-active-10)}.cRT{background-color:var(--color-background-searchguide-default-11)}.cRT:hover{background-color:var(--color-background-searchguide-hover-11)}.cRT:active{background-color:var(--color-background-searchguide-active-11)}@keyframes jfh{0%{opacity:1;transform:rotate(0deg)}to{opacity:1;transform:rotate(1turn)}}.YHq{animation-composition:add;animation-duration:1.2s;animation-iteration-count:infinite;animation-name:jfh;animation-timing-function:linear}.O-T{animation-delay:.3s;opacity:var(--opacity-0)}:root{--g-switch-height:24px;--g-slider-height-on-classic:18px;--g-slider-height-off-classic:16px;--g-slider-height-on:20px;--g-slider-height-off:22px;--g-switch-width:40px;--g-switch-border:1px}.jPl{border-radius:calc(var(--g-switch-height) * 2);border-style:solid;border-width:var(--g-switch-border);flex-shrink:0;height:var(--g-switch-height);width:var(--g-switch-width)}.Tny{transition:background-color .25s cubic-bezier(.25,.375,.1,.975),border-color .25s cubic-bezier(.25,.375,.1,.975)}html[dir=rtl] .jPl{transform:rotateY(180deg)}.XTE{background-color:var(--color-background-switch-default-unselected);border-color:var(--color-border-switch-default-unselected)}.XTE:hover{background-color:var(--color-background-switch-hover-unselected);border-color:var(--color-border-switch-hover-unselected)}.XTE:active{background-color:var(--color-background-switch-pressed-unselected);border-color:var(--color-border-switch-pressed-unselected)}.RrQ{background-color:var(--base-color-grayscale-200);border:none}.RrQ:hover{background-color:var(--base-color-hover-grayscale-200)}.RrQ:active{background-color:var(--base-color-pressed-grayscale-200);border:none}.kiO{background-color:var(--color-background-switch-default-selected);border-color:var(--color-background-switch-default-selected)}.kiO:hover{background-color:var(--color-background-switch-hover-selected)}.kiO:active{background-color:var(--color-background-switch-pressed-selected)}.kxW{background-color:var(--sema-color-background-checked);border-color:var(--sema-color-background-checked)}.kxW:hover{background-color:var(--sema-color-hover-background-checked);border-color:var(--sema-color-hover-background-checked)}.kxW:active{background-color:var(--sema-color-pressed-background-checked);border-color:var(--sema-color-pressed-background-checked)}.cQT{border:1px solid;border-color:var(--color-border-switch-focus-inner);outline:2px solid var(--color-border-switch-focus-outer);outline-offset:0}.rBm{background-color:var(--color-background-switch-disabled-unselected);border-color:var(--color-border-switch-disabled-unselected)}.BRG{background-color:var(--sema-color-background-disabled);border:none}.axa{background-color:var(--color-background-switch-disabled-selected)}.ECt,.axa{border-color:var(--color-transparent)}.ECt{background-color:var(--sema-color-background-disabled)}.U7Q{background-color:var(--color-background-switch-default-unselected);border-style:solid;border-width:1px;height:var(--g-switch-height);margin:-1px;transition:left .2s ease;width:var(--g-switch-height)}.usk{left:0;transition-property:transform,width,height,background-color}.rRv{height:var(--g-slider-height-on);margin:var(--sema-space-25);transform:translateX(16px);transition-duration:var(--base-motion-duration-300),var(--base-motion-duration-200);transition-timing-function:var(--base-motion-easing-bounce),var(--base-motion-easing-linear);width:var(--g-slider-height-on)}.lv3,.rRv{background-color:var(--sema-color-background-default)}.lv3{height:var(--g-slider-height-off);transition-duration:var(--base-motion-duration-200);transition-timing-function:cubic-bezier(0,0,0,1),linear;width:var(--g-slider-height-off)}.yBf{margin:var(--sema-space-25)}.E-2{margin:0}.taI{right:0}.RDh{left:0}.sAX{height:100%;opacity:var(--opacity-0);z-index:2}@media (prefers-reduced-motion){.usk{transition:none}}.pbE{border-collapse:separate;border-spacing:0;isolation:isolate;width:100%}.Wai,.Wai tr th{top:0}.wmf,.wmf tr td{bottom:0}.atw{left:0;z-index:1}.Wai,.Wai tr th,.wmf,.wmf tr td{z-index:2}.Wai,.Wai tr th,.atw,.wmf,.wmf tr td{background-color:var(--color-background-table-footer);position:sticky}.Wai .atw,.wmf .atw{z-index:3}.cTB .HKv{box-shadow:8px 0 8px -8px var(--color-border-container)}.mtx .HKv{box-shadow:-8px 0 8px -8px var(--color-border-container)}.gOI tr td{border-top:2px solid var(--color-border-container)}.Hw2 tr:first-child th{border-bottom:1px solid var(--color-border-container)}.Hw2 tr:not(:first-child) th,.e7B tr td{border-top:1px solid var(--color-border-container)}.e7B tr td.m-Z{border-top:none}.Jn1:hover,.Jn1:hover .atw{background-color:var(--color-background-table-row-hover)}.Q0p{background-color:var(--color-background-table-row-selected)}html:not([dir=rtl]) .Q0p td:first-child{border-left:3px solid var(--color-border-table-row-selected)}html[dir=rtl] .Q0p td:first-child{border-right:3px solid var(--color-border-table-row-selected)}html:not([dir=rtl]) .F3l td:first-child{border-left:3px solid var(--color-background-elevation-floating)}html[dir=rtl] .F3l td:first-child{border-right:3px solid var(--color-background-elevation-floating)}.m3n{background-color:var(--color-background-tag-primary-default)}.m3n:hover{background-color:var(--color-background-tag-primary-hover)}.m3n:active{background-color:var(--color-background-tag-primary-active)}.G5j{background-color:var(--color-background-tag-error-default)}.G5j:hover{background-color:var(--color-background-tag-error-hover)}.G5j:active{background-color:var(--color-background-tag-error-active)}.Rbb{background-color:var(--color-background-tag-warning-default)}.Rbb:hover{background-color:var(--color-background-tag-warning-hover)}.Rbb:active{background-color:var(--color-background-tag-warning-active)}.EHo{height:100%;outline:none;position:absolute}html[dir=rtl] .EHo{left:0;right:unset;top:0}html:not([dir=rtl]) .EHo{left:unset;right:0;top:0}.bIW{width:20px}.UMs{width:24px}.HWu{width:32px}html[dir=rtl] .bIW{border-radius:var(--rounding-100) 0 0 var(--rounding-100)}html:not([dir=rtl]) .bIW{border-radius:0 var(--rounding-100) var(--rounding-100) 0}html[dir=rtl] .UMs{border-radius:var(--rounding-200) 0 0 var(--rounding-200)}html:not([dir=rtl]) .UMs{border-radius:0 var(--rounding-200) var(--rounding-200) 0}html[dir=rtl] .HWu{border-radius:var(--rounding-300) 0 0 var(--rounding-300)}html:not([dir=rtl]) .HWu{border-radius:0 var(--rounding-300) var(--rounding-300) 0}.wyV{height:48px;padding-bottom:14px;padding-top:14px}.QE0{height:40px}.M3c{height:32px}.nRf{border-width:var(--g-border-width-lg)}.a9r{background-color:var(--color-background-tagdata-primary)}.snf{background-color:var(--color-background-tagdata-secondary)}.MsM{background-color:var(--color-background-tagdata-disabled);cursor:default;pointer-events:none}.WjL{backdrop-filter:brightness(1.1);height:100%;outline:none;position:absolute;width:24px}html[dir=rtl] .L-P{left:0;right:unset;top:0}html:not([dir=rtl]) .L-P{left:unset;right:0;top:0}html[dir=rtl] .v4P{border-radius:var(--rounding-200) 0 0 var(--rounding-200);border-width:var(--g-border-width-lg) 0 var(--g-border-width-lg) var(--g-border-width-lg)}html:not([dir=rtl]) .v4P{border-radius:0 var(--rounding-200) var(--rounding-200) 0;border-width:var(--g-border-width-lg) var(--g-border-width-lg) var(--g-border-width-lg) 0}.WjL:hover{backdrop-filter:brightness(.9);background-color:var(--color-border-container)}.sP4{font-family:var(--sema-font-family-compact-100);font-size:var(--sema-font-size-compact-100);letter-spacing:var(--sema-font-letterspacing-compact-100);line-height:var(--sema-font-lineheight-compact-100);-webkit-text-decoration:var(--sema-font-textdecoration-compact-100-default);text-decoration:var(--sema-font-textdecoration-compact-100-default)}.V0Z{font-weight:var(--sema-font-weight-compact-100-default)}.BUm{font-weight:var(--sema-font-weight-compact-100-emphasis)}.Dp0{box-sizing:border-box}.Qyg{background-color:var(--color-background-tiledata-hover)}.iWp{background-color:var(--color-background-tiledata-disabled)}.tVN{background-color:var(--color-background-tiledata-01)}.kNO{background-color:var(--color-background-tiledata-02)}.xPy{background-color:var(--color-background-tiledata-03)}.ojT{background-color:var(--color-background-tiledata-04)}.yHQ{background-color:var(--color-background-tiledata-05)}.UQ-{background-color:var(--color-background-tiledata-06)}.lD_{background-color:var(--color-background-tiledata-07)}.HiQ{background-color:var(--color-background-tiledata-08)}.nHc{background-color:var(--color-background-tiledata-09)}.Jgp{background-color:var(--color-background-tiledata-10)}.S_n{background-color:var(--color-background-tiledata-11)}.wzh{background-color:var(--color-background-tiledata-12)}.hwa{height:100%}.QCH{height:100%}.hoF{background-image:linear-gradient(180deg,hsla(0,0%,71%,0),rgba(0,0,0,.2) 33%,rgba(0,0,0,.5) 66%,rgba(0,0,0,.7))}.wUN{background-color:var(--color-background-video-container-primary)}.pa9{background-color:var(--color-background-video-container-secondary)}.T3r{background:rgba(0,0,0,.064);height:100%;opacity:var(--opacity-0);pointer-events:none;width:100%}.wMk{animation:oqM .2s cubic-bezier(.31,1,.34,1) forwards}html[dir=rtl] .wMk{animation:dyq .2s cubic-bezier(.31,1,.34,1) forwards}@keyframes oqM{to{opacity:1;padding:8px;transform:translateY(-8px) translateX(-8px)}}@keyframes dyq{to{opacity:1;padding:8px;transform:translateY(-8px) translateX(8px)}}.ta7{appearance:none;background-color:var(--color-background-formfield-primary);color:var(--color-text-formfield-default);min-width:180px;padding:var(--space-200) calc(var(--space-800) + var(--space-200))}.ta7::-webkit-search-cancel-button,.ta7::-webkit-search-decoration,.ta7::-webkit-search-results-button,.ta7::-webkit-search-results-decoration{appearance:none}.ta7:focus{cursor:text}.ta7::-ms-clear{display:none}.ta7::placeholder{color:var(--color-text-formfield-placeholder)}html:not([dir=rtl]) .uKU{padding:var(--space-200) var(--space-800) var(--space-200) var(--space-400)}html[dir=rtl] .uKU{padding:var(--space-200) var(--space-400) var(--space-200) var(--space-800)}.StA{position:absolute;top:50%;transform:translateY(-50%)}html:not([dir=rtl]) .StA{right:var(--space-0)}html[dir=rtl] .StA{left:var(--space-0)}.eMC{color:var(--color-text-formfield-default);padding:0 35px 0 16px}.YNJ{color:var(--color-text-formfield-placeholder)}.jA0{color:var(--color-text-formfield-default)}.yur{background-color:var(--color-transparent)}.eMC::-ms-expand{display:none}.Gnj{line-height:1.5;padding:var(--space-200) var(--space-400);resize:none}.Gnj::placeholder{color:var(--color-text-formfield-placeholder)}.L2q,.Q2i{line-height:1.5;resize:none}.L2q{height:100%;padding:var(--space-100) var(--space-200);width:100%}.L2q:focus{outline:0}.Q2i{padding:var(--space-100) var(--space-0);visibility:hidden;word-break:break-word}.vTx{align-content:flex-start;border-radius:var(--rounding-200);display:flex;flex-wrap:wrap;overflow-y:auto;padding-bottom:var(--space-100)}.U-T,.mPu{width:100%}.mPu:not(:first-child){margin-top:var(--space-400)}.U-T:not(:first-child){margin-top:var(--sema-space-200)}.JzF:hover{background-color:var(--sema-color-hover-background-elevation)}.JzF:active{background-color:var(--sema-color-pressed-background-elevation)}.oeK{appearance:none;background:none;border:none;color:inherit;padding:0}.pp-{margin:0}.KvG{margin-left:0;margin-right:0}html:not([dir=rtl]) .KvG{padding-left:var(--space-400)}html[dir=rtl] .KvG{padding-right:var(--space-400)}html:not([dir=rtl]) .s69:first-child{padding-left:var(--space-800)}html[dir=rtl] .s69:first-child{padding-right:var(--space-800)}.Czi{margin-bottom:var(--space-400)}.Czi,.Czi:last-child{margin-top:var(--space-400)}.Czi:last-child{margin-bottom:0}.Czi:first-child{margin-bottom:var(--space-400);margin-top:0}.lWm{margin-bottom:var(--space-200)}.lWm,.lWm:last-child{margin-top:var(--space-200)}.lWm:last-child{margin-bottom:0}.lWm:first-child{margin-bottom:var(--space-200);margin-top:0}.KvG .KvG>.Czi:first-child,.KvG .KvG>.Czi:last-child{margin-bottom:var(--space-400);margin-top:var(--space-400)}.KvG .KvG>.lWm:first-child,.KvG .KvG>.lWm:last-child{margin-bottom:var(--space-200);margin-top:var(--space-200)}.am2{list-style-type:none}.y1w{list-style-type:disc}.bwM{list-style-type:circle}.rRX{list-style-type:decimal}.XmT{list-style-type:upper-latin}.G_y{list-style-type:lower-latin}.ke7 *{color:var(--color-text-light)!important}.MlF *{color:var(--color-text-dark)!important}.p_1{list-style:none;margin:0;padding:0}.rp6{margin-bottom:0;margin-top:0}.fk9{border:1px solid var(--color-black-cosmicore-900)}.pOA{height:100%}.X45{transition:width .2s}.B3O{margin-bottom:var(--space-600);margin-top:var(--space-600)}.B3O:first-child{margin-top:0}.B3O:last-child{margin-bottom:0}.oRn{display:none;margin-bottom:var(--space-600)}.txr{margin-top:var(--space-600)}.rp6:not(.B3O)+.B3O .oRn{display:block}.B3O:last-child .txr{display:none}:root{--elevation-datepicker:0px 0px 8px 0px rgba(0,0,0,.1);--elevation-raised-bottom:0px -2px 8px 0px rgba(0,0,0,.12);--elevation-raised-top:0px 2px 8px 0px rgba(0,0,0,.12);--elevation-floating:0px 0px 8px 0px rgba(0,0,0,.1);--space-negative-1600:-64px;--space-negative-1500:-60px;--space-negative-1400:-56px;--space-negative-1300:-52px;--space-negative-1200:-48px;--space-negative-1100:-44px;--space-negative-1000:-40px;--space-negative-900:-36px;--space-negative-800:-32px;--space-negative-700:-28px;--space-negative-600:-24px;--space-negative-500:-20px;--space-negative-400:-16px;--space-negative-300:-12px;--space-negative-200:-8px;--space-negative-100:-4px;--space-1600:64px;--space-1500:60px;--space-1400:56px;--space-1300:52px;--space-1200:48px;--space-1100:44px;--space-1000:40px;--space-900:36px;--space-800:32px;--space-700:28px;--space-600:24px;--space-500:20px;--space-400:16px;--space-300:12px;--space-200:8px;--space-100:4px;--space-0:0px;--rounding-circle:50%;--rounding-pill:999px;--rounding-800:32px;--rounding-700:28px;--rounding-600:24px;--rounding-500:20px;--rounding-400:16px;--rounding-300:12px;--rounding-200:8px;--rounding-100:4px;--rounding-0:0px;--opacity-500:0.9;--opacity-400:0.8;--opacity-300:0.4;--opacity-200:0.2;--opacity-100:0.04;--opacity-0:0;--font-textdecoration-datepicker-heading:none;--font-textdecoration-datepicker-date:none;--font-lineheight-datepicker-heading:normal;--font-lineheight-datepicker-date:22px;--font-letterspacing-datepicker-heading:normal;--font-letterspacing-datepicker-date:normal;--font-family-code:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;--font-family-default-japanese:"SF Pro JP",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Arial,sans-serif;--font-family-default-latin:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"MS Pゴシック",Arial,sans-serif;--font-weight-bold:700;--font-weight-semibold:600;--font-weight-normal:400;--font-size-600:36px;--font-size-500:28px;--font-size-400:20px;--font-size-300:16px;--font-size-200:14px;--font-size-100:12px;--color-data-visualization-error-graph:#ed0000;--color-data-visualization-09:#f2681f;--color-data-visualization-07:#00ab55;--color-data-visualization-06:#ff5383;--color-data-visualization-05:#0081fe;--color-data-visualization-04:#d17711;--color-data-visualization-03:#924af7;--color-data-visualization-02:#11a69c;--color-border-pulsar-hover:#dce9fa;--color-border-pulsar-default:#0074e8;--color-border-popover-secondary:#111;--color-border-popover-primary:#fff;--color-border-formfield-disabled:#efefef;--color-border-formfield-error-hover:#ad081b;--color-border-avatar:#fff;--color-border-focus:rgba(0,132,255,.5);--color-background-tiledata-disabled:#efefef;--color-background-tagdata-disabled:#efefef;--color-background-table-row-selected:#efefef;--color-background-table-row-hover:#efefef;--color-background-table-footer:#fff;--color-background-switch-pressed-unselected:#fff;--color-background-switch-pressed-selected:#111;--color-background-switch-hover-unselected:#fff;--color-background-switch-hover-selected:#111;--color-background-switch-disabled-unselected:#efefef;--color-background-switch-default-unselected:#fff;--color-background-switch-default-selected:#111;--color-background-segmentedcontrol-tab-selected:#fff;--color-background-segmentedcontrol-container:#efefef;--color-background-tag-error-active:#a3081a;--color-background-tag-error-hover:#ad081b;--color-background-tag-primary-active:#dadada;--color-background-tag-primary-hover:#e2e2e2;--color-background-tabs-transparent-active:rgba(0,0,0,.1);--color-background-tabs-transparent-hover:rgba(0,0,0,.06);--color-background-tabs-default-active:#e2e2e2;--color-background-popover-secondary:#111;--color-background-mask-wash:rgba(0,0,0,.04);--color-background-iconbutton-semitransparentdark-active:#1f1f1f;--color-background-iconbutton-semitransparentdark-hover:#121212;--color-background-iconbutton-semitransparentdark-default:rgba(51,51,51,.8);--color-background-formfield-selected:#111;--color-background-formfield-disabled:#efefef;--color-background-formfield-primary:#fff;--color-background-datepicker-button-selected-active:#111;--color-background-datepicker-button-selected-hover:#111;--color-background-datepicker-button-selected-default:#111;--color-background-datepicker-button-unselected-active:rgba(0,0,0,.06);--color-background-datepicker-button-unselected-hover:rgba(0,0,0,.06);--color-background-datepicker-button-unselected-default:#fff;--color-background-datepicker-range-active:rgba(0,0,0,.06);--color-background-datepicker-range-hover:rgba(0,0,0,.06);--color-background-datepicker-range-default:rgba(0,0,0,.06);--color-background-datepicker-container:#fff;--color-background-combobox-item-hover:#efefef;--color-background-chartgraph-neutral:#767676;--color-background-button-transparentdarkbackground-active:rgba(0,0,0,.1);--color-background-button-transparentdarkbackground-hover:rgba(0,0,0,.06);--color-background-button-semitransparentdark-active:#1f1f1f;--color-background-button-semitransparentdark-hover:#121212;--color-background-button-semitransparentdark-default:rgba(51,51,51,.8);--color-background-button-semitransparentwhite-active:hsla(0,0%,100%,.8);--color-background-button-semitransparentwhite-hover:#f0f0f0;--color-background-button-semitransparentwhite-default:hsla(0,0%,100%,.8);--color-background-button-semitransparentdefault-active:#e0e0e0;--color-background-button-semitransparentdefault-hover:#f0f0f0;--color-background-button-semitransparentdefault-default:hsla(0,0%,100%,.8);--color-background-button-gray-active:#828282;--color-background-button-gray-hover:#878787;--color-background-button-light-active:#f8f7f2;--color-background-button-light-hover:#f8f7f2;--color-background-button-dark-active:#000;--color-background-button-dark-hover:#000;--color-background-button-white-active:#e0e0e0;--color-background-button-white-hover:#f0f0f0;--color-background-button-shopping-active:#4a85c9;--color-background-button-shopping-hover:#4a8ad4;--color-background-button-elevation-active:rgba(0,0,0,.1);--color-background-button-elevation-hover:rgba(0,0,0,.06);--color-background-button-tertiary-active:rgba(0,0,0,.1);--color-background-button-tertiary-hover:rgba(0,0,0,.06);--color-background-button-secondary-active:#dadada;--color-background-button-secondary-hover:#e2e2e2;--color-background-button-primary-active:#a3081a;--color-background-box-transparentdarkgray:rgba(51,51,51,.8);--color-background-box-darkwash:#dadada;--color-background-box-lightwash:#e2e2e2;--color-background-avatar-wash:rgba(0,0,0,.06);--color-background-avatar-placeholder:#efefef;--color-background-wash-light:hsla(0,0%,100%,.9);--color-background-wash-dark:rgba(0,0,0,.8);--color-icon-avatar-default:#111;--color-text-formfield-default:#111;--color-transparent:transparent;--color-black-cosmicore-900:#111;--color-gray-roboflow-800:#191919;--color-gray-roboflow-700:#2b2b2b;--color-gray-roboflow-600:#4a4a4a;--color-gray-roboflow-550:#5f5f5f;--color-gray-roboflow-500:#767676;--color-gray-roboflow-400:#a5a5a5;--color-gray-roboflow-300:#cdcdcd;--color-gray-roboflow-200:#e9e9e9;--color-gray-roboflow-100:#f1f1f1;--color-gray-roboflow-50:#f9f9f9;--color-white-mochimalist-0:#fff;--color-yellow-caramellow-900:#662400;--color-yellow-caramellow-800:#7c2d00;--color-yellow-caramellow-700:#943a00;--color-yellow-caramellow-600:#aa4900;--color-yellow-caramellow-500:#bd5b00;--color-yellow-caramellow-450:#d86800;--color-yellow-caramellow-400:#e18d00;--color-yellow-caramellow-300:#fdc900;--color-yellow-caramellow-200:#fae600;--color-yellow-caramellow-100:#fffd92;--color-yellow-caramellow-50:#fffebb;--color-yellow-caramellow-0:#fffedb;--color-orange-firetini-900:#660e00;--color-orange-firetini-800:#842000;--color-orange-firetini-700:#a42700;--color-orange-firetini-600:#c32f00;--color-orange-firetini-500:#de3700;--color-orange-firetini-450:#ff5b45;--color-orange-firetini-400:#f77a38;--color-orange-firetini-300:#fda161;--color-orange-firetini-200:#ffc58f;--color-orange-firetini-100:#ffe4c1;--color-orange-firetini-50:#fff0db;--color-orange-firetini-0:#fff6eb;--color-purple-mysticool-900:#2c0066;--color-purple-mysticool-800:#400387;--color-purple-mysticool-700:#550aa9;--color-purple-mysticool-600:#6b16ca;--color-purple-mysticool-500:#812ae7;--color-purple-mysticool-450:#8a39fa;--color-purple-mysticool-400:#9e68ff;--color-purple-mysticool-300:#b190ff;--color-purple-mysticool-200:#d5c7ff;--color-purple-mysticool-100:#e9e4ff;--color-purple-mysticool-50:#f0edff;--color-purple-mysticool-0:#f8f7ff;--color-green-matchacado-900:#00261a;--color-green-matchacado-800:#003020;--color-green-matchacado-700:#00422c;--color-green-matchacado-600:#005f3e;--color-green-matchacado-500:#008753;--color-green-matchacado-450:#1dad65;--color-green-matchacado-400:#39d377;--color-green-matchacado-300:#6bec8c;--color-green-matchacado-200:#a4f9ac;--color-green-matchacado-100:#c3f9c2;--color-green-matchacado-50:#e3fae1;--color-green-matchacado-0:#f6fdf5;--color-teal-spabattical-900:#003440;--color-teal-spabattical-800:#005062;--color-teal-spabattical-700:#005c62;--color-teal-spabattical-600:#006b6c;--color-teal-spabattical-500:#00857c;--color-teal-spabattical-450:#009990;--color-teal-spabattical-400:#26c0b4;--color-teal-spabattical-300:#48d5c6;--color-teal-spabattical-200:#75e4d5;--color-teal-spabattical-100:#ccf6ee;--color-teal-spabattical-50:#e6faf5;--color-teal-spabattical-0:#f7fdfc;--color-blue-skycicle-900:#002966;--color-blue-skycicle-800:#003c96;--color-blue-skycicle-700:#004ba9;--color-blue-skycicle-600:#005fcb;--color-blue-skycicle-500:#0074e8;--color-blue-skycicle-450:#007cff;--color-blue-skycicle-400:#45a3fe;--color-blue-skycicle-300:#75bfff;--color-blue-skycicle-200:#abdbff;--color-blue-skycicle-100:#d7edff;--color-blue-skycicle-50:#e6f4ff;--color-blue-skycicle-0:#f7fbff;--color-pink-flaminglow-900:#630233;--color-pink-flaminglow-800:#82053e;--color-pink-flaminglow-700:#a30c4a;--color-pink-flaminglow-600:#c31952;--color-pink-flaminglow-500:#de2c62;--color-pink-flaminglow-450:#ee376a;--color-pink-flaminglow-400:#f76593;--color-pink-flaminglow-300:#fe8eb1;--color-pink-flaminglow-200:#ffbed2;--color-pink-flaminglow-100:#ffdfe9;--color-pink-flaminglow-50:#ffebf1;--color-pink-flaminglow-0:#fff8fa;--color-red-pushpin-900:#600;--color-red-pushpin-800:maroon;--color-red-pushpin-700:#9b0000;--color-red-pushpin-600:#b60000;--color-red-pushpin-500:#c00;--color-red-pushpin-450:#e60023;--color-red-pushpin-400:#eb4242;--color-red-pushpin-300:#f47171;--color-red-pushpin-200:#fcbbbb;--color-red-pushpin-100:#ffe0e0;--color-red-pushpin-50:#ffebeb;--color-red-pushpin-0:#fff7f7;--rounding-datepicker-range-end:var(--rounding-0) var(--rounding-circle) var(--rounding-circle) var(--rounding-0);--rounding-datepicker-range-middle:var(--rounding-0);--rounding-datepicker-range-start:var(--rounding-circle) var(--rounding-0) var(--rounding-0) var(--rounding-circle);--rounding-datepicker-navigation:var(--rounding-circle);--rounding-datepicker-days:var(--rounding-circle);--rounding-datepicker-container:var(--rounding-400);--font-family-datepicker-heading:var(--font-family-default-latin);--font-family-datepicker-date:var(--font-family-default-latin);--font-weight-datepicker-heading:var(--font-weight-bold);--font-weight-datepicker-date:var(--font-weight-normal);--font-size-datepicker-heading:var(--font-size-400);--font-size-datepicker-date:var(--font-size-300);--color-data-visualization-error-text:var(--color-red-pushpin-500);--color-data-visualization-success-text:var(--color-green-matchacado-600);--color-data-visualization-success-graph:var(--color-green-matchacado-500);--color-data-visualization-primary:var(--color-data-visualization-05);--color-data-visualization-08:var(--color-purple-mysticool-800);--color-data-visualization-01:var(--color-blue-skycicle-800);--color-data-visualization-12:var(--color-orange-firetini-900);--color-data-visualization-11:var(--color-pink-flaminglow-500);--color-data-visualization-10:var(--color-teal-spabattical-800);--color-border-tag-disabled:var(--color-gray-roboflow-500);--color-border-table-row-selected:var(--color-black-cosmicore-900);--color-border-indicator:var(--color-white-mochimalist-0);--color-border-checkbox-unchecked-pressed:var(--color-gray-roboflow-400);--color-border-checkbox-unchecked-hover:var(--color-gray-roboflow-400);--color-border-checkbox-disabled:var(--color-border-formfield-disabled);--color-border-badge-dark:var(--color-black-cosmicore-900);--color-border-badge-light:var(--color-white-mochimalist-0);--color-border-badge-default:var(--color-white-mochimalist-0);--color-border-error:var(--color-red-pushpin-500);--color-border-default:var(--color-gray-roboflow-500);--color-border-container:var(--color-gray-roboflow-300);--color-background-video-container-secondary:var(--color-transparent);--color-background-tiledata-neutral:var(--color-background-chartgraph-neutral)1A;--color-background-tiledata-09:var(--color-data-visualization-09)1A;--color-background-tiledata-07:var(--color-data-visualization-07)1A;--color-background-tiledata-06:var(--color-data-visualization-06)1A;--color-background-tiledata-05:var(--color-data-visualization-05)1A;--color-background-tiledata-04:var(--color-data-visualization-04)1A;--color-background-tiledata-03:var(--color-data-visualization-03)1A;--color-background-tiledata-02:var(--color-data-visualization-02)1A;--color-background-tableofcontents-item-default:var(--color-transparent);--color-background-switch-disabled-selected:var(--color-gray-roboflow-500);--color-background-searchguide-active-09:var(--color-red-pushpin-200);--color-background-searchguide-active-08:var(--color-orange-firetini-100);--color-background-searchguide-active-07:var(--color-green-matchacado-100);--color-background-searchguide-active-06:var(--color-blue-skycicle-100);--color-background-searchguide-active-05:var(--color-purple-mysticool-200);--color-background-searchguide-active-04:var(--color-red-pushpin-200);--color-background-searchguide-active-03:var(--color-orange-firetini-200);--color-background-searchguide-active-02:var(--color-green-matchacado-200);--color-background-searchguide-active-01:var(--color-blue-skycicle-200);--color-background-searchguide-active-10:var(--color-purple-mysticool-100);--color-background-searchguide-hover-09:var(--color-red-pushpin-200);--color-background-searchguide-hover-08:var(--color-orange-firetini-100);--color-background-searchguide-hover-07:var(--color-green-matchacado-100);--color-background-searchguide-hover-06:var(--color-blue-skycicle-100);--color-background-searchguide-hover-05:var(--color-purple-mysticool-200);--color-background-searchguide-hover-04:var(--color-red-pushpin-200);--color-background-searchguide-hover-03:var(--color-orange-firetini-200);--color-background-searchguide-hover-02:var(--color-green-matchacado-200);--color-background-searchguide-hover-01:var(--color-blue-skycicle-200);--color-background-searchguide-hover-10:var(--color-purple-mysticool-100);--color-background-searchguide-default-09:var(--color-red-pushpin-200);--color-background-searchguide-default-08:var(--color-orange-firetini-100);--color-background-searchguide-default-07:var(--color-green-matchacado-100);--color-background-searchguide-default-06:var(--color-blue-skycicle-100);--color-background-searchguide-default-05:var(--color-purple-mysticool-200);--color-background-searchguide-default-04:var(--color-red-pushpin-200);--color-background-searchguide-default-03:var(--color-orange-firetini-200);--color-background-searchguide-default-02:var(--color-green-matchacado-200);--color-background-searchguide-default-01:var(--color-blue-skycicle-200);--color-background-searchguide-default-10:var(--color-purple-mysticool-100);--color-background-tag-warning-active:var(--color-yellow-caramellow-700);--color-background-tag-warning-hover:var(--color-yellow-caramellow-600);--color-background-tabs-transparent-base:var(--color-transparent);--color-background-checkbox-unchecked-error:var(--color-background-formfield-primary);--color-background-checkbox-unchecked-default:var(--color-background-formfield-primary);--color-background-checkbox-checked-error:var(--color-background-formfield-selected);--color-background-checkbox-checked-default:var(--color-background-formfield-selected);--color-background-checkbox-disabled:var(--color-background-formfield-disabled);--color-background-combobox-item-default:var(--color-transparent);--color-background-button-transparentdarkbackground-default:var(--color-transparent);--color-background-button-white-default:var(--color-white-mochimalist-0);--color-background-button-elevation-default:var(--color-transparent);--color-background-button-tertiary-default:var(--color-transparent);--color-background-box-transparent:var(--color-transparent);--color-background-badge-darkwash-hover:var(--color-background-wash-dark);--color-background-badge-darkwash-default:var(--color-background-wash-dark);--color-background-badge-lightwash-hover:var(--color-background-wash-light);--color-background-badge-lightwash-default:var(--color-background-wash-light);--color-background-elevation-raised:var(--color-transparent);--color-background-elevation-floating:var(--color-transparent);--color-background-elevation-accent:var(--color-gray-roboflow-100);--color-background-light:var(--color-white-mochimalist-0);--color-background-dark:var(--color-black-cosmicore-900);--color-background-education:var(--color-blue-skycicle-500);--color-background-brand:var(--color-red-pushpin-450);--color-background-inverse-strong:var(--color-gray-roboflow-200);--color-background-inverse-base:var(--color-black-cosmicore-900);--color-background-selected-weak:var(--color-gray-roboflow-400);--color-background-selected-strong:var(--color-gray-roboflow-700);--color-background-selected-base:var(--color-black-cosmicore-900);--color-background-tertiary-weak:var(--color-gray-roboflow-300);--color-background-tertiary-strong:var(--color-gray-roboflow-700);--color-background-tertiary-base:var(--color-gray-roboflow-500);--color-background-secondary-weak:var(--color-gray-roboflow-300);--color-background-secondary-strong:var(--color-gray-roboflow-400);--color-background-secondary-base:var(--color-gray-roboflow-200);--color-background-primary-weak:var(--color-red-pushpin-300);--color-background-primary-strong:var(--color-red-pushpin-600);--color-background-primary-base:var(--color-red-pushpin-450);--color-background-shopping:var(--color-blue-skycicle-500);--color-background-neutral:var(--color-gray-roboflow-500);--color-background-recommendation-weak:var(--color-purple-mysticool-100);--color-background-recommendation-base:var(--color-purple-mysticool-500);--color-background-success-weak:var(--color-green-matchacado-100);--color-background-success-base:var(--color-green-matchacado-500);--color-background-warning-weak:var(--color-orange-firetini-100);--color-background-warning-base:var(--color-yellow-caramellow-500);--color-background-error-weak:var(--color-red-pushpin-100);--color-background-error-base:var(--color-red-pushpin-500);--color-background-info-strong:var(--color-blue-skycicle-600);--color-background-info-weak:var(--color-blue-skycicle-100);--color-background-info-base:var(--color-blue-skycicle-500);--color-background-default:var(--color-white-mochimalist-0);--color-icon-dark:var(--color-black-cosmicore-900);--color-icon-light:var(--color-white-mochimalist-0);--color-icon-brand-primary:var(--color-red-pushpin-450);--color-icon-shopping:var(--color-blue-skycicle-500);--color-icon-inverse:var(--color-white-mochimalist-0);--color-icon-recommendation:var(--color-purple-mysticool-500);--color-icon-info:var(--color-blue-skycicle-500);--color-icon-warning:var(--color-yellow-caramellow-500);--color-icon-error:var(--color-red-pushpin-500);--color-icon-disabled:var(--color-gray-roboflow-400);--color-icon-success:var(--color-green-matchacado-600);--color-icon-subtle-accent:var(--color-gray-roboflow-550);--color-icon-subtle:var(--color-gray-roboflow-500);--color-icon-default:var(--color-black-cosmicore-900);--color-text-formfield-placeholder:var(--color-gray-roboflow-500);--color-text-formfield-disabled:var(--color-gray-roboflow-500);--color-text-link:var(--color-blue-skycicle-700);--color-text-shopping:var(--color-blue-skycicle-500);--color-text-light:var(--color-white-mochimalist-0);--color-text-dark:var(--color-black-cosmicore-900);--color-text-inverse:var(--color-white-mochimalist-0);--color-text-warning:var(--color-yellow-caramellow-500);--color-text-error:var(--color-red-pushpin-500);--color-text-disabled:var(--color-gray-roboflow-400);--color-text-success:var(--color-green-matchacado-600);--color-text-subtle:var(--color-gray-roboflow-500);--color-text-default:var(--color-black-cosmicore-900);--color-border-switch-pressed-unselected:var(--color-border-default);--color-border-switch-hover-unselected:var(--color-border-default);--color-border-switch-focus-outer:var(--color-border-default);--color-border-switch-focus-inner:var(--color-border-default);--color-border-switch-disabled-unselected:var(--color-border-container);--color-border-switch-disabled-selected:var(--color-background-default);--color-border-switch-default-unselected:var(--color-border-default);--color-border-switch-default-selected:var(--color-background-selected-base);--color-border-popover-education:var(--color-background-education);--color-border-formfield-error-default:var(--color-border-error);--color-border-checkbox-unchecked-error:var(--color-border-error);--color-border-checkbox-unchecked-default:var(--color-border-default);--color-border-checkbox-checked-error:var(--color-border-error);--color-border-checkbox-checked-default:var(--color-background-selected-base);--color-border-button-pressed:var(--color-border-container);--color-border-button-hover:var(--color-border-container);--color-background-video-container-primary:var(--color-background-inverse-base);--color-background-tiledata-hover:var(--color-background-secondary-base);--color-background-tiledata-08:var(--color-data-visualization-08)1A;--color-background-tiledata-01:var(--color-data-visualization-01)1A;--color-background-tiledata-12:var(--color-data-visualization-12)1A;--color-background-tiledata-11:var(--color-data-visualization-11)1A;--color-background-tiledata-10:var(--color-data-visualization-10)1A;--color-background-tableofcontents-item-hover:var(--color-background-secondary-base);--color-background-tagdata-secondary:var(--color-background-default);--color-background-tagdata-primary:var(--color-background-secondary-base);--color-background-searchguide-active-11:var(--color-background-secondary-base);--color-background-searchguide-hover-11:var(--color-background-secondary-base);--color-background-searchguide-default-11:var(--color-background-secondary-base);--color-background-tag-warning-default:var(--color-background-warning-base);--color-background-tag-error-default:var(--color-background-error-base);--color-background-tag-primary-default:var(--color-background-secondary-base);--color-background-tabs-default-hover:var(--color-background-secondary-base);--color-background-tabs-default-base:var(--color-background-default);--color-background-popover-education:var(--color-background-education);--color-background-popover-primary:var(--color-background-default);--color-background-overlay:var(--color-background-default);--color-background-indicator:var(--color-background-primary-base);--color-background-iconbutton-semitransparentdark-disabled-selected:var(--color-background-secondary-base);--color-background-iconbutton-semitransparentdark-disabled-default:var(--color-background-secondary-base);--color-background-button-selected-disabled:var(--color-background-selected-base);--color-background-button-selected-default:var(--color-background-selected-base);--color-background-button-disabled-default:var(--color-background-secondary-base);--color-background-button-transparentdarkbackground-disabled:var(--color-background-secondary-base);--color-background-button-semitransparentdark-disabled:var(--color-background-secondary-base);--color-background-button-semitransparentwhite-disabled:var(--color-background-secondary-base);--color-background-button-gray-disabled:var(--color-background-secondary-base);--color-background-button-gray-default:var(--color-background-neutral);--color-background-button-light-default:var(--color-background-light);--color-background-button-dark-default:var(--color-background-dark);--color-background-button-white-disabled:var(--color-background-secondary-base);--color-background-button-shopping-default:var(--color-background-shopping);--color-background-button-elevation-disabled:var(--color-background-secondary-base);--color-background-button-tertiary-disabled:var(--color-background-secondary-base);--color-background-button-secondary-disabled:var(--color-background-secondary-base);--color-background-button-secondary-default:var(--color-background-secondary-base);--color-background-button-primary-disabled:var(--color-background-secondary-base);--color-background-button-primary-hover:var(--color-background-primary-strong);--color-background-button-primary-default:var(--color-background-primary-base);--color-background-box-light:var(--color-background-light);--color-background-box-dark:var(--color-background-dark);--color-background-box-elevation-raised:var(--color-background-elevation-raised);--color-background-box-elevation-floating:var(--color-background-elevation-floating);--color-background-box-elevation-accent:var(--color-background-elevation-accent);--color-background-box-education:var(--color-background-education);--color-background-box-brand:var(--color-background-brand);--color-background-box-inverse:var(--color-background-inverse-base);--color-background-box-selected:var(--color-background-selected-base);--color-background-box-tertiary:var(--color-background-tertiary-base);--color-background-box-secondary:var(--color-background-secondary-base);--color-background-box-primary:var(--color-background-primary-base);--color-background-box-shopping:var(--color-background-shopping);--color-background-box-recommendation-weak:var(--color-background-recommendation-weak);--color-background-box-recommendation-base:var(--color-background-recommendation-base);--color-background-box-success-weak:var(--color-background-success-weak);--color-background-box-success-base:var(--color-background-success-base);--color-background-box-warning-weak:var(--color-background-warning-weak);--color-background-box-warning-base:var(--color-background-warning-base);--color-background-box-error-weak:var(--color-background-error-weak);--color-background-box-error-base:var(--color-background-error-base);--color-background-box-info-weak:var(--color-background-info-weak);--color-background-box-info-base:var(--color-background-info-base);--color-background-box-default:var(--color-background-default);--color-background-badge-recommendation-hover:var(--color-background-recommendation-base);--color-background-badge-recommendation-default:var(--color-background-recommendation-base);--color-background-badge-success-hover:var(--color-background-success-base);--color-background-badge-success-default:var(--color-background-success-base);--color-background-badge-warning-hover:var(--color-background-warning-base);--color-background-badge-warning-default:var(--color-background-warning-base);--color-background-badge-error-hover:var(--color-background-error-base);--color-background-badge-error-default:var(--color-background-error-base);--color-background-badge-info-hover:var(--color-background-info-strong);--color-background-badge-info-default:var(--color-background-info-base);--color-background-badge-neutral-hover:var(--color-background-tertiary-base);--color-background-badge-neutral-default:var(--color-background-tertiary-base)}.iQD{background:var(--color-background-combobox-item-default)}.q9L{background-color:var(--color-background-combobox-item-hover)}@keyframes UVU{0%{opacity:var(--opacity-0)}to{opacity:var(--opacity-500)}}@keyframes Wl2{0%{opacity:var(--opacity-500)}to{opacity:var(--opacity-0)}}.JJV{background:rgba(0,0,0,.8);height:100%}.UxA{opacity:var(--opacity-0)}.hkP{animation:UVU .4s linear}.tb3{animation:Wl2 .4s linear}.wOU{appearance:none;opacity:var(--opacity-0);outline:0}.XbG{height:var(--space-400);width:var(--space-400)}.r3a{height:var(--space-600);width:var(--space-600)}.bT7{border-width:6px}.bx1{border-width:8px}.w4g{outline:2px solid var(--sema-color-border-focus-outer-default)}.N_f{border:2px solid var(--sema-color-border-focus-inner-default)}.CQv{border:2px solid var(--sema-color-background-disabled)}.YxF{border:2px solid var(--sema-color-background-selected)}.rlR{border:2px solid var(--sema-color-border-focus-inner-default)}.Ico{background-color:var(--color-background-formfield-disabled)}.ysd{background-color:var(--color-background-formfield-primary)}._0M{border-radius:var(--sema-rounding-400)}.Qzv{background-color:var(--comp-bannercallout-color-background-default);border:var(--comp-bannercallout-border-width-container-default) solid var(--comp-bannercallout-color-border-default)}.M7M{background-color:var(--comp-bannercallout-color-background-neutral);border:var(--comp-bannercallout-border-width-container-neutral) solid var(--comp-bannercallout-color-border-neutral)}.S1U{background-color:var(--comp-bannercallout-color-background-info);border:var(--comp-bannercallout-border-width-container-info) solid var(--comp-bannercallout-color-border-info)}.NRT{background-color:var(--comp-bannercallout-color-background-success);border:var(--comp-bannercallout-border-width-container-success) solid var(--comp-bannercallout-color-border-success)}.GOq{background-color:var(--comp-bannercallout-color-background-warning);border:var(--comp-bannercallout-border-width-container-warning) solid var(--comp-bannercallout-color-border-warning)}.ypa{background-color:var(--comp-bannercallout-color-background-error);border:var(--comp-bannercallout-border-width-container-error) solid var(--comp-bannercallout-color-border-error)}.EU_{background-color:var(--comp-bannercallout-color-background-recommendation);border:var(--comp-bannercallout-border-width-container-recommendation) solid var(--comp-bannercallout-color-border-recommendation)}.C96{border-radius:var(--sema-rounding-400)}.P1A{background-color:var(--comp-bannerslim-color-background-default-expanded);border:var(--comp-bannerslim-border-width-container-default-expanded) solid var(--comp-bannerslim-color-border-default-expanded)}.bHP{background-color:var(--comp-bannerslim-color-background-neutral-expanded);border:var(--comp-bannerslim-border-width-container-neutral-expanded) solid var(--comp-bannerslim-color-border-neutral-expanded)}.mmk{background-color:var(--comp-bannerslim-color-background-info-expanded);border:var(--comp-bannerslim-border-width-container-info-expanded) solid var(--comp-bannerslim-color-border-info-expanded)}.JWU{background-color:var(--comp-bannerslim-color-background-success-expanded);border:var(--comp-bannerslim-border-width-container-success-expanded) solid var(--comp-bannerslim-color-border-success-expanded)}.cH6{background-color:var(--comp-bannerslim-color-background-warning-expanded);border:var(--comp-bannerslim-border-width-container-warning-expanded) solid var(--comp-bannerslim-color-border-warning-expanded)}.eMe{background-color:var(--comp-bannerslim-color-background-error-expanded);border:var(--comp-bannerslim-border-width-container-error-expanded) solid var(--comp-bannerslim-color-border-error-expanded)}.OG4{background-color:var(
--comp-bannerslim-color-background-recommendation-expanded
);border:var(--comp-bannerslim-border-width-container-recommendation-expanded) solid var(--comp-bannerslim-color-border-recommendation-expanded)}.uh9{background-color:var(--comp-bannerslim-color-background-default-compact);border:var(--comp-bannerslim-border-width-container-default-compact) solid var(--comp-bannerslim-color-border-default-compact)}.S7K{background-color:var(--comp-bannerslim-color-background-neutral-compact);border:var(--comp-bannerslim-border-width-container-neutral-compact) solid var(--comp-bannerslim-color-border-neutral-compact)}.Ubw{background-color:var(--comp-bannerslim-color-background-info-compact);border:var(--comp-bannerslim-border-width-container-info-compact) solid var(--comp-bannerslim-color-border-info-compact)}.Jpj{background-color:var(--comp-bannerslim-color-background-success-compact);border:var(--comp-bannerslim-border-width-container-success-compact) solid var(--comp-bannerslim-color-border-success-compact)}.lYN{background-color:var(--comp-bannerslim-color-background-warning-compact);border:var(--comp-bannerslim-border-width-container-warning-compact) solid var(--comp-bannerslim-color-border-warning-compact)}.eUr{background-color:var(--comp-bannerslim-color-background-error-compact);border:var(--comp-bannerslim-border-width-container-error-compact) solid var(--comp-bannerslim-color-border-error-compact)}.slw{background-color:var(
--comp-bannerslim-color-background-recommendation-compact
);border:var(--comp-bannerslim-border-width-container-recommendation-compact) solid var(--comp-bannerslim-color-border-recommendation-compact)}.iki{align-items:center;border-radius:var(--sema-rounding-400,16px);display:flex;gap:var(--sema-space-200,8px);height:48px;padding:var(--sema-space-200,8px) var(--sema-space-1100,44px) var(--sema-space-200,8px) var(--sema-space-400,16px);width:343px}html:not([dir=ltr]) .YkS{padding:var(--space-300) var(--space-400) var(--space-300) var(--space-1100)}.KlX{background:var(--sema-color-background-default,#000);border:1px solid var(--sema-color-border-interactive,#c2c2b6)}.GXu{background:var(--background-color-background-default,#fff);border:1px solid var(--border-color-border-default,#767676)}.iki:hover{background:var(--sema-color-hover-background-default,#f8f7f2);border:1px solid var(--sema-color-hover-border-interactive,#626260)}.iki:active{background:var(--sema-color-pressed-background-default,#ebebe5);border:1px solid var(--sema-color-pressed-border-interactive,#585856)}.Sqz{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden}._eX{animation:K2e calc(var(--base-motion-duration-150) / 2) var(--base-motion-easing-linear) forwards}.t53{animation:fun calc(var(--base-motion-duration-150) / 2) var(--base-motion-easing-linear) forwards}@keyframes K2e{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes fun{0%{transform:scale(.95)}to{transform:scale(1)}}@media (prefers-reduced-motion){._eX,.t53{animation:none}}@keyframes FuY{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes _Ud{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes Pmg{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes JYg{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes YAI{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Yls{0%{transform:translateY(0)}to{transform:translateY(100%)}}.Xjn{transform:translateX(100%)}.Ve3{animation:FuY .4s ease-in-out}html[dir=rtl] .Ve3{animation:_Ud .4s ease-in-out}.TC3{animation:Pmg .4s ease-in-out}html[dir=rtl] .TC3{animation:JYg .4s ease-in-out}.D_U{transform:translateY(100%)}.BND{animation:YAI .4s ease-in-out}.k78{animation:Yls .4s ease-in-out}.aQn{height:100%}.TjE{height:100%;max-height:100%}.A2V,.TjE{background-color:var(--color-background-overlay)}.A2V{border-radius:32px 32px 0 0}.lpe{height:50%}.pZq{max-height:90%;min-height:30%}.gUZ{fill:currentColor;stroke-width:0;vertical-align:middle}html[dir=rtl] .Hn_{transform:scaleX(-1);transform-origin:center}.hdS{color:inherit}.AR6{color:var(--color-icon-inverse)}.X7a{color:var(--color-icon-error)}.Uvi{color:var(--color-icon-default)}.m9E{color:var(--color-icon-disabled)}.BNH{color:var(--color-icon-subtle)}.W53{color:var(--color-icon-warning)}.AiB{color:var(--color-icon-success)}.U3K{color:var(--color-icon-recommendation)}.vvo{color:var(--color-icon-shopping)}.gYu{color:var(--color-icon-info)}.g_1{color:var(--color-icon-brand-primary)}.ePF{color:var(--color-icon-light)}.bW6{color:var(--color-icon-dark)}.taJ{--g-enter-delay:0ms;--g-intro-duration:var(--comp-spinner-motion-enter-duration);--g-size:40px;animation-composition:add;animation-delay:var(--g-enter-delay),0s;animation-duration:1s,var(--comp-spinner-motion-exit-duration);animation-fill-mode:forwards;animation-iteration-count:infinite,1;animation-name:_iM;animation-timing-function:linear,ease-out;height:var(--g-size);width:var(--g-size)}.taJ.N4A{animation-name:_iM,Z-E}svg *{transform-box:fill-box}.taJ circle{--g-start-x:0;--g-start-y:0;--g-base-delay:calc(var(--g-intro-duration) + var(--g-enter-delay));animation-composition:add;animation-duration:.8s,1.8s,var(--g-intro-duration);animation-fill-mode:both;animation-iteration-count:infinite,infinite,1;animation-name:XtE,t8P,hy7;animation-timing-function:linear,linear,ease-in-out;transform-origin:center center}.taJ circle:first-child{animation-delay:calc(var(--g-base-delay) + 0ms),var(--g-base-delay),var(--g-enter-delay)}.taJ circle:nth-child(2){animation-delay:calc(var(--g-base-delay) + .1s),var(--g-base-delay),calc(var(--g-enter-delay) + .15s)}.taJ circle:nth-child(3){animation-delay:calc(var(--g-base-delay) + .2s),var(--g-base-delay),calc(var(--g-enter-delay) + .3s)}@keyframes hy7{0%{transform:translate(var(--g-start-x),var(--g-start-y)) scale(0)}to{transform:translate(0) scale(1)}}@keyframes Z-E{to{transform:scale(0)}}@keyframes _iM{to{transform:rotate(1turn)}}@keyframes XtE{50%{transform:scale(.666)}to{transform:scale(1)}}@keyframes t8P{0%{fill:var(--comp-spinner-color-background-1)}33.333%{fill:var(--comp-spinner-color-background-2)}66.666%{fill:var(--comp-spinner-color-background-3)}to{fill:var(--comp-spinner-color-background-1)}}.cNb,.yxg{height:100%}.yxg{background-color:var(--color-background-overlay);max-height:100%}.yxg:focus{outline:none}.eEH{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._g0{padding-left:var(--space-0);padding-right:var(--space-0)}._Bv{margin-top:var(--space-300)}.DYw{padding-top:var(--space-100)}html[dir=rtl] .eSk{padding-right:var(--space-0)}html:not([dir=rtl]) .eSk{padding-left:var(--space-0)}.GY6{padding-top:var(--sema-space-100)}html[dir=rtl] .PN4{padding-right:var(--sema-space-200)}html:not([dir=rtl]) .PN4{padding-left:var(--sema-space-200)}.VgP{padding-top:var(--space-100)}html[dir=rtl] .LP6{padding-right:var(--space-0)}html:not([dir=rtl]) .LP6{padding-left:var(--space-0)}.G0M{padding-top:var(--sema-space-200)}html[dir=rtl] .cOA{padding-right:var(--sema-space-300)}html:not([dir=rtl]) .cOA{padding-left:var(--sema-space-300)}.lh1{padding-top:var(--space-200)}html[dir=rtl] .soS{padding-right:var(--space-0)}html:not([dir=rtl]) .soS{padding-left:var(--space-0)}.xen{padding-top:var(--sema-space-200)}html[dir=rtl] .Jb0{padding-right:var(--sema-space-400)}html:not([dir=rtl]) .Jb0{padding-left:var(--sema-space-400)}.__A{border-radius:var(--sema-rounding-400);outline:2px solid var(--sema-color-border-focus-outer-default)}.MFi *{color:var(--color-text-error)!important;font-size:var(--font-size-100)!important}.MZd{padding-bottom:100%;position:relative}.F_Z,.MZd{border-radius:50%}.F_Z{outline:1px solid #fff}.MCe{border-radius:var(--sema-rounding-circle);outline:2px solid var(--sema-color-border-inverse)}.eKX{border:2px solid var(--sema-color-border-focus-inner-default);border-radius:50%;outline:2px solid var(--sema-color-border-focus-outer-default)}.Ij3{background:var(--sema-color-hover-background-wash-image-tint)}.BaB{background:var(--sema-color-pressed-background-wash-image-tint)}.xIj{display:flex;inset:0;justify-content:center;position:absolute}.XAd{stroke-width:0;vertical-align:middle}.r0-{fill:var(--color-icon-avatar-default)}.x-f{fill:var(--color-icon-light)}.p5q{padding-bottom:var(--space-100)}.w5i{padding-bottom:var(--space-300)}.vhU{padding-bottom:var(--space-200)}.KuF,.yfm{background-color:var(--color-transparent)}.hW-{max-width:16ch;padding-top:var(--space-200)}.yfm:focus{outline:0}.v07{opacity:.5}.jjx,.v07{cursor:default}.D3G div{color:var(--sema-color-pressed-text-default)!important}.TGY div{color:var(--sema-color-hover-text-default)!important}.e43{margin:0}.yQo{padding:0}:root{--g-size-sm:var(--space-400);--g-size-md:var(--space-600)}.n_6{height:var(--g-size-sm);width:var(--g-size-sm)}.rKi{height:var(--g-size-md);width:var(--g-size-md)}.LnX{background-color:var(--color-background-checkbox-unchecked-default)}.mCN{background-color:var(--color-background-checkbox-disabled)}.ovY{background-color:var(--color-background-checkbox-checked-default)}.GE5{background-color:var(--sema-color-background-checked)}.tHS{background-color:var(--color-background-checkbox-checked-error)}.XaH{background-color:var(--color-background-checkbox-unchecked-error)}.Q9m{border-color:var(--color-border-checkbox-unchecked-default)}.PO8{border-color:var(--color-border-checkbox-checked-default)}.mkX{border-color:var(--sema-color-background-checked)}.t4K{border-color:var(--color-border-checkbox-disabled)}.UuW{border-color:var(--color-border-checkbox-checked-error)}.egs{border-color:var(--color-border-checkbox-unchecked-error)}.Wqy{border-color:var(--color-border-checkbox-unchecked-hover)}.TbM{border-color:var(--sema-color-hover-border-error)}.ecS{border-color:var(--sema-color-pressed-border-interactive)}.TJ3{border-color:var(--sema-color-pressed-border-error)}.jX2{background-color:var(--sema-color-hover-background-selected);border-color:var(--sema-color-hover-background-selected)}.Vu2{background-color:var(--sema-color-hover-background-checked);border-color:var(--sema-color-hover-background-checked)}.yKe{border-color:var(--sema-color-border-focus-inner-default);border-style:solid;border-width:2px;outline:2px solid var(--sema-color-border-focus-outer-default);outline-offset:0}.R9K{background-color:var(--sema-color-hover-background-error-default);border-color:var(--sema-color-hover-background-error-default)}.UNR{background-color:var(--sema-color-pressed-background-selected);border-color:var(--sema-color-pressed-background-selected)}.Cai{background-color:var(--sema-color-pressed-background-checked);border-color:var(--sema-color-pressed-background-checked)}.GJu{background-color:var(--sema-color-pressed-background-error-default);border-color:var(--sema-color-pressed-background-error-default)}.MgF{border-radius:var(--sema-rounding-100)}.yDE{border-radius:var(--sema-rounding-200)}.hWu{transition-duration:var(
--comp-checkbox-motion-background-colorchange-duration
);transition-property:background-color,border-color;transition-timing-function:var(
--comp-checkbox-motion-background-colorchange-easing
)}.hWu.yKe,.hWu:not(.ovY){transition-property:background-color}.QRS{transition:width var(--comp-checkbox-icon-motion-collapse-in-duration) var(--comp-checkbox-icon-motion-collapse-in-easing)}.HHG{transition:width var(--comp-checkbox-icon-motion-collapse-out-duration) var(--comp-checkbox-icon-motion-collapse-out-easing)}.Wd9{height:var(--space-600);width:var(--space-600)}.BSN{pointer-events:none}.sGt{appearance:none;opacity:var(--opacity-0);outline:0}.n8y{position:relative}.z8V{padding-top:var(--sema-space-50)}html:not([dir=rtl]) .xIz{padding-left:var(--sema-space-200)}html[dir=rtl] .xIz{padding-right:var(--sema-space-200)}.u4S{padding-top:var(--sema-space-25)}.rsl{padding-bottom:var(--space-200);padding-left:var(--space-0);padding-right:var(--space-0)}.BG7{cursor:pointer}.LIa{cursor:zoom-in}.Smz{cursor:zoom-out}.q-D{cursor:copy}.c8z{cursor:move}.rEw{cursor:no-drop}.K8T{cursor:grab}.RMk{cursor:grabbing}:import("./Focus.css"){i__imported_accessibilityOutlineFocus_3:accessibilityOutlineFocus}.SPw{perspective:1px}.Tti{border-radius:var(--rounding-0)}.qdx{border-radius:var(--rounding-100)}.hrh{border-radius:var(--rounding-200)}.ufJ{border-radius:var(--rounding-300)}.AAn{border-radius:var(--rounding-400)}.smj{border-radius:var(--rounding-500)}.K1k{border-radius:var(--rounding-circle)}.G4l{background-color:var(--color-background-button-selected-disabled)}.cLA{background-color:var(--color-background-button-selected-default)}.bP7{border:2px solid;border-color:var(--sema-color-border-focus-inner-default);box-sizing:border-box;outline:2px solid var(--sema-color-border-focus-outer-default);outline-offset:0;padding:var(--space-0) var(--space-0)}.bP7.Lmt{outline:2px solid var(--sema-color-border-focus-outer-light)}.bP7.Fqo{outline:2px solid var(--sema-color-border-focus-outer-inverse)}.bP7.t4x{border-color:transparent}.bP7.Dp5{border:2px solid var(--sema-color-border-focus-inner-dark)}.wXM svg{opacity:.4}.WqF{background-color:var(--color-background-button-primary-default)}.WqF.JEu,.WqF.jEe{background-color:var(--color-background-button-primary-hover)}.WqF.goL{background-color:var(--color-background-button-primary-active)}.WqF.Owy{background-color:var(--color-background-button-primary-disabled)}.Wqj{background-color:var(--color-background-button-secondary-default)}.Wqj.JEu,.Wqj.jEe{background-color:var(--color-background-button-secondary-hover)}.Wqj.goL{background-color:var(--color-background-button-secondary-active)}.Wqj.Owy{background-color:var(--color-background-button-secondary-disabled)}.uPZ{background-color:var(--color-background-button-tertiary-default)}.uPZ.JEu,.uPZ.jEe{background-color:var(--color-background-button-tertiary-hover)}.uPZ.goL{background-color:var(--color-background-button-tertiary-active)}.uPZ.Owy{background-color:var(--color-background-button-tertiary-disabled)}.M5w{background-color:var(
--color-background-button-transparentdarkbackground-default
)}.M5w.JEu,.M5w.jEe{background-color:var(
--color-background-button-transparentdarkbackground-hover
)}.M5w.goL{background-color:var(
--color-background-button-transparentdarkbackground-active
)}.M5w.Owy{background-color:var(
--color-background-button-transparentdarkbackground-disabled
)}.eBH{background-color:var(--color-background-button-semitransparentwhite-default)}.eBH.JEu,.eBH.jEe{background-color:var(--color-background-button-semitransparentwhite-hover)}.eBH.goL{background-color:var(--color-background-button-semitransparentwhite-active)}.eBH.Owy{background-color:var(
--color-background-button-semitransparentwhite-disabled
)}.U7n{background-color:var(--color-background-button-white-default)}.U7n.JEu,.U7n.jEe{background-color:var(--color-background-button-white-hover)}.U7n.goL{background-color:var(--color-background-button-white-active)}.U7n.Owy{background-color:var(--color-background-button-white-disabled)}.fT7{background-color:var(
--color-background-iconbutton-semitransparentdark-default
)}.fT7.JEu,.fT7.jEe{background-color:var(
--color-background-iconbutton-semitransparentdark-hover
)}.fT7.goL{background-color:var(
--color-background-iconbutton-semitransparentdark-active
)}.fT7.Owy{background-color:var(
--color-background-iconbutton-semitransparentdark-disabled-default
)}.fT7.Owy.cLA{background-color:var(
--color-background-iconbutton-semitransparentdark-disabled-selected
)}.iHp{background-color:var(--color-background-button-gray-default)}.iHp.JEu,.iHp.jEe{background-color:var(--color-background-button-gray-hover)}.iHp.goL{background-color:var(--color-background-button-gray-active)}.iHp.Owy{background-color:var(--color-background-button-gray-disabled)}.sZj{background-color:var(--color-background-button-elevation-default)}.sZj.JEu,.sZj.jEe{background-color:var(--color-background-button-elevation-hover)}.sZj.goL{background-color:var(--color-background-button-elevation-active)}.sZj.Owy{background-color:var(--color-background-button-elevation-disabled)}.rIw{font-family:var(--sema-font-family-ui-400);font-size:var(--sema-font-size-ui-400);font-weight:var(--sema-font-weight-ui-400);letter-spacing:var(--sema-font-letterspacing-ui-400);line-height:var(--sema-font-lineheight-ui-400);-webkit-text-decoration:var(--sema-font-textdecoration-ui-400);text-decoration:var(--sema-font-textdecoration-ui-400)}.wm0{font-family:var(--sema-font-family-ui-300);font-size:var(--sema-font-size-ui-300);font-weight:var(--sema-font-weight-ui-300);letter-spacing:var(--sema-font-letterspacing-ui-300);line-height:var(--sema-font-lineheight-ui-300);-webkit-text-decoration:var(--sema-font-textdecoration-ui-300);text-decoration:var(--sema-font-textdecoration-ui-300)}.xl9{font-family:var(--sema-font-family-ui-200);font-size:var(--sema-font-size-ui-200);font-weight:var(--sema-font-weight-ui-200);letter-spacing:var(--sema-font-letterspacing-ui-200);line-height:var(--sema-font-lineheight-ui-200);-webkit-text-decoration:var(--sema-font-textdecoration-ui-200);text-decoration:var(--sema-font-textdecoration-ui-200)}.ES4{font-family:var(--sema-font-family-ui-100);font-size:var(--sema-font-size-ui-100);font-weight:var(--sema-font-weight-ui-100);letter-spacing:var(--sema-font-letterspacing-ui-100);line-height:var(--sema-font-lineheight-ui-100);-webkit-text-decoration:var(--sema-font-textdecoration-ui-100);text-decoration:var(--sema-font-textdecoration-ui-100)}.w9A{padding:var(--sema-space-50)}.ARl{color:var(--color-icon-brand-primary)}.TRu{color:var(--color-icon-info)}.ST7{color:var(--sema-color-pressed-text-primary)}.tgK{color:var(--sema-color-pressed-background-info-default)}.bm4{color:var(--sema-color-hover-background-primary)}.nZa{color:var(--sema-color-hover-background-info-default)}.Lu8{color:var(--sema-color-text-subtle)}.y4b{color:var(--sema-color-hover-text-subtle)}.y4b,.yGG{text-decoration-line:underline!important}.yGG{color:var(--sema-color-pressed-text-subtle)}.gkA{padding-left:var(--sema-space-50)}.KhH{padding-right:var(--sema-space-50)}.YLL,.Ygy{margin-top:var(--sema-space-100)}.YLL{color:var(--sema-color-pressed-text-subtle)}._jn{color:var(--sema-color-hover-text-subtle);margin-top:var(--sema-space-100)}.PbW{color:var(--sema-color-hover-text-default);text-decoration-line:underline!important;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto}.im9{color:var(--sema-color-pressed-text-default);text-decoration-line:underline!important;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto}.VfO{margin-right:var(--sema-space-100);margin-top:var(--sema-space-50)}.iyn:focus{outline:4px solid var(--color-border-focus);outline-offset:0}._uh:focus{outline:2px solid var(--color-border-focus);outline-offset:0}.xBA:focus{border:1px solid var(--sema-color-border-focus-outer-default);outline:1px solid var(--sema-color-border-focus-outer-default);outline-offset:0}.WTf:focus{border:1px solid var(--color-border-focus);outline:2px solid var(--color-border-focus);outline-offset:0}.n9p:focus{outline:2px solid var(--sema-color-border-focus-outer-default);outline-offset:0}.lFB:focus{outline:2px solid var(--sema-color-border-focus-outer-default);outline-offset:2px}.iHx:focus{outline:2px solid var(--sema-color-border-focus-outer-light);outline-offset:0}.Om1:focus{outline:2px solid var(--sema-color-border-focus-outer-light);outline-offset:2px}.LI1 .iyn:focus-within{outline:4px solid var(--color-border-focus);outline-offset:0}.fin:focus{border:2px solid var(--sema-color-border-focus-inner-default)}.HDv{border:2px solid var(--base-color-transparent)}.lVk:focus{border:2px solid var(--sema-color-border-focus-inner-inverse)}.LI1:focus{outline:0}.C1J{outline:4px solid var(--color-border-focus);outline-offset:0}.mdb{outline:2px solid var(--color-border-focus);outline-offset:0}.CCY:focus,.Fuc a:focus{outline:0}:root{--g-border-width:1px;--g-border-width-lg:2px}.KI_{border:var(--g-border-width) solid var(--color-border-container)}.gaK{border-color:var(--color-transparent)}.gSJ{border-color:var(--color-background-selected-base)}.nG5{border-color:var(--color-border-default)}.LJB{border-color:var(--color-border-container)}.xbp{border-color:var(--color-border-error)}.dPY{border-color:var(--color-gray-roboflow-400)}.Fvo{border-color:var(--color-border-formfield-disabled)}.uNu{border-top:var(--g-border-width) solid var(--color-border-container)}html:not([dir=rtl]) .w7l{border-right:var(--g-border-width) solid var(--color-border-container)}html[dir=rtl] .w7l{border-left:var(--g-border-width) solid var(--color-border-container)}.vCE{border-bottom:var(--g-border-width) solid var(--color-border-container)}html:not([dir=rtl]) .mQC{border-left:var(--g-border-width) solid var(--color-border-container)}html[dir=rtl] .mQC{border-right:var(--g-border-width) solid var(--color-border-container)}.INd{border-radius:var(--rounding-circle)}.Lfz{border-radius:var(--rounding-pill)}.eEj{border-radius:var(--rounding-0)}.Pja{border-radius:var(--rounding-100)}.DUt{border-radius:var(--rounding-200)}.s2n{border-radius:var(--rounding-300)}.ho-{border-radius:var(--rounding-400)}.PcK{border-radius:var(--rounding-500)}.fev{border-radius:var(--rounding-600)}.v_3{border-radius:var(--rounding-700)}.OVX{border-radius:var(--rounding-800)}.adn{border:0}.daS{border-width:var(--g-border-width)}.XgI{border-width:var(--g-border-width-lg)}.Pw5{border-style:solid}.ALa{box-shadow:var(--elevation-floating)}.vEU{box-shadow:var(--elevation-raised-top)}.Hx-{box-shadow:var(--elevation-raised-bottom)}.mbr{appearance:none;border-style:solid;border-width:2px}.mbr.e0w{border-radius:var(--rounding-200);font-size:var(--font-size-200)}.mbr.zlS{border-radius:var(--rounding-300)}.mbr.oVz,.mbr.zlS{font-size:var(--font-size-300)}.mbr.oVz{border-radius:var(--rounding-400)}.Et3:hover:not(:focus):not(.FOU){border-color:var(--color-gray-roboflow-400)}.ykM{border-color:var(--color-border-formfield-error-default);outline:none}.ykM:focus{border-color:var(--color-border-container)}.ykM:hover:not(:focus){border-color:var(--color-border-formfield-error-hover)}.fSK{background-color:var(--color-background-formfield-primary)}.VvI,.fSK{color:var(--color-text-formfield-default)}.VvI{background-color:var(--color-transparent)}.FOU{background-color:var(--color-background-formfield-disabled);color:var(--color-text-formfield-disabled)}.YMx{appearance:none;background:none;border:none;border-radius:var(--rounding-200);color:inherit}:root{--g-ncols:12}.pjY{vertical-align:top}.wA7{width:calc(1 / var(--g-ncols) * 100%)}.sxy{width:calc(2 / var(--g-ncols) * 100%)}.xEW{width:calc(3 / var(--g-ncols) * 100%)}.MRE{width:calc(4 / var(--g-ncols) * 100%)}.tYG{width:calc(5 / var(--g-ncols) * 100%)}.UHc{width:calc(6 / var(--g-ncols) * 100%)}.ojd{width:calc(7 / var(--g-ncols) * 100%)}.PX-{width:calc(8 / var(--g-ncols) * 100%)}.Qfr{width:calc(9 / var(--g-ncols) * 100%)}.vdP{width:calc(10 / var(--g-ncols) * 100%)}.kaP{width:calc(11 / var(--g-ncols) * 100%)}.L4E{width:calc(12 / var(--g-ncols) * 100%)}@media (min-width:576px){.Djc{width:calc(1 / var(--g-ncols) * 100%)}.tar{width:calc(2 / var(--g-ncols) * 100%)}.QS3{width:calc(3 / var(--g-ncols) * 100%)}.V_L{width:calc(4 / var(--g-ncols) * 100%)}.kh1{width:calc(5 / var(--g-ncols) * 100%)}.Fue{width:calc(6 / var(--g-ncols) * 100%)}.cgB{width:calc(7 / var(--g-ncols) * 100%)}.DkM{width:calc(8 / var(--g-ncols) * 100%)}.AXh{width:calc(9 / var(--g-ncols) * 100%)}.UtM{width:calc(10 / var(--g-ncols) * 100%)}.Wyy{width:calc(11 / var(--g-ncols) * 100%)}.dXC{width:calc(12 / var(--g-ncols) * 100%)}}@media (min-width:768px){.U8q{width:calc(1 / var(--g-ncols) * 100%)}.shx{width:calc(2 / var(--g-ncols) * 100%)}.EGm{width:calc(3 / var(--g-ncols) * 100%)}.XMp{width:calc(4 / var(--g-ncols) * 100%)}.H2Q{width:calc(5 / var(--g-ncols) * 100%)}.HHc{width:calc(6 / var(--g-ncols) * 100%)}.JWr{width:calc(7 / var(--g-ncols) * 100%)}.h5B{width:calc(8 / var(--g-ncols) * 100%)}.Eeb{width:calc(9 / var(--g-ncols) * 100%)}.TIo{width:calc(10 / var(--g-ncols) * 100%)}.rPE{width:calc(11 / var(--g-ncols) * 100%)}.QwK{width:calc(12 / var(--g-ncols) * 100%)}}@media (min-width:1312px){.VSa{width:calc(1 / var(--g-ncols) * 100%)}.aml{width:calc(2 / var(--g-ncols) * 100%)}.huk{width:calc(3 / var(--g-ncols) * 100%)}.Vnj{width:calc(4 / var(--g-ncols) * 100%)}.KgZ{width:calc(5 / var(--g-ncols) * 100%)}.c2A{width:calc(6 / var(--g-ncols) * 100%)}.IGd{width:calc(7 / var(--g-ncols) * 100%)}.hMf{width:calc(8 / var(--g-ncols) * 100%)}.swh{width:calc(9 / var(--g-ncols) * 100%)}.Hs0{width:calc(10 / var(--g-ncols) * 100%)}.YXE{width:calc(11 / var(--g-ncols) * 100%)}.XTp{width:calc(12 / var(--g-ncols) * 100%)}}@media (min-width:1440px){.Rbp{width:calc(1 / var(--g-ncols) * 100%)}.bhd{width:calc(2 / var(--g-ncols) * 100%)}.Tgb{width:calc(3 / var(--g-ncols) * 100%)}.P-H{width:calc(4 / var(--g-ncols) * 100%)}.K3i{width:calc(5 / var(--g-ncols) * 100%)}.RyG{width:calc(6 / var(--g-ncols) * 100%)}.WzR{width:calc(7 / var(--g-ncols) * 100%)}.bZ4{width:calc(8 / var(--g-ncols) * 100%)}.JT3{width:calc(9 / var(--g-ncols) * 100%)}.uM1{width:calc(10 / var(--g-ncols) * 100%)}.N06{width:calc(11 / var(--g-ncols) * 100%)}.m3O{width:calc(12 / var(--g-ncols) * 100%)}}@media (min-width:1680px){.T-w{width:calc(1 / var(--g-ncols) * 100%)}.Zzn{width:calc(2 / var(--g-ncols) * 100%)}.fyh{width:calc(3 / var(--g-ncols) * 100%)}.zed{width:calc(4 / var(--g-ncols) * 100%)}.YCR{width:calc(5 / var(--g-ncols) * 100%)}.NVW{width:calc(6 / var(--g-ncols) * 100%)}.lzY{width:calc(7 / var(--g-ncols) * 100%)}.LRR{width:calc(8 / var(--g-ncols) * 100%)}.r-n{width:calc(9 / var(--g-ncols) * 100%)}.jok{width:calc(10 / var(--g-ncols) * 100%)}.q_q{width:calc(11 / var(--g-ncols) * 100%)}.O9z{width:calc(12 / var(--g-ncols) * 100%)}}@media (min-width:2048px){.E6-{width:calc(1 / var(--g-ncols) * 100%)}.Fy3{width:calc(2 / var(--g-ncols) * 100%)}.NqJ{width:calc(3 / var(--g-ncols) * 100%)}.NYc{width:calc(4 / var(--g-ncols) * 100%)}.Ukz{width:calc(5 / var(--g-ncols) * 100%)}.MOR{width:calc(6 / var(--g-ncols) * 100%)}.UUt{width:calc(7 / var(--g-ncols) * 100%)}.a_B{width:calc(8 / var(--g-ncols) * 100%)}.o5I{width:calc(9 / var(--g-ncols) * 100%)}._xZ{width:calc(10 / var(--g-ncols) * 100%)}.ZBO{width:calc(11 / var(--g-ncols) * 100%)}.U2z{width:calc(12 / var(--g-ncols) * 100%)}}.D8X.LaU{padding:var(--space-100) var(--space-200)}.D8X.O2L{padding:var(--space-200) var(--space-300)}.D8X.ybQ{padding:var(--space-300) var(--space-400)}.D8X::placeholder{color:var(--color-text-formfield-placeholder)}.IWB,._2W{margin-bottom:var(--space-100);padding:var(--space-100) var(--space-0)}._2W{width:100%}._2W:focus{outline:0}.IWB{visibility:hidden;white-space:nowrap}.rNx{display:flex;flex-wrap:wrap}.LaU.rNx{padding-bottom:var(--space-0)!important;padding-top:2px!important}.O2L.rNx{padding-bottom:var(--space-100)!important}.O2L.rNx,.ybQ.rNx{padding-top:6px!important}.ybQ.rNx{padding-bottom:var(--space-0)!important}html:not([dir=rtl]) .BMi{padding-right:var(--space-800)}html[dir=rtl] .BMi{padding-left:var(--space-800)}.DmS{bottom:var(--space-0);position:absolute;top:var(--space-0)}html:not([dir=rtl]) .DmS{right:var(--space-0)}html[dir=rtl] .DmS{left:var(--space-0)}.Bbb{color:var(--sema-color-text-default)}.mey{color:var(--sema-color-text-disabled)}.GrY{background:var(--sema-color-background-default)}.oy1{background-color:var(--sema-color-background-disabled)}.XAs{border:1px solid var(--sema-color-border-interactive)}.Yei{border:1.5px solid var(--sema-color-border-error)}.XAs:focus,.Yei:focus{border:1px solid var(--sema-color-border-focus-inner-default);outline:2px solid var(--sema-color-border-focus-outer-default)}.XAs:not(:focus):hover{border:1px solid var(--sema-color-hover-border-interactive)}.Yei:not(:focus):hover{border:1.5px solid var(--sema-color-hover-border-error)}.BNX{border:1px solid var(--sema-color-border-disabled)}.zjZ{isolation:isolate}.sj_,.zjZ{position:relative}.sj_{box-sizing:border-box;display:block;width:100%}.rRt{padding:0;position:absolute;z-index:1}.C5Q{position:relative}.InA{align-items:center;bottom:var(--sema-space-0);display:flex;height:100%;position:absolute;top:var(--sema-space-0)}.uJQ{border-radius:var(--sema-rounding-200);min-height:28px}.P9S{padding-top:calc(var(--sema-space-100) + var(--sema-space-50) + var(--sema-font-lineheight-ui-xs) - var(--sema-space-50) - var(--sema-space-25))}.P9S,.d7q{padding-bottom:calc(var(--sema-space-100) - var(--sema-space-25))}.d7q{padding-top:calc(var(--sema-space-100) - var(--sema-space-25))}html[dir=rtl] .Ch7{padding-right:var(--sema-space-200)}html:not([dir=rtl]) .Ch7{padding-left:var(--sema-space-200)}html[dir=rtl] .vda{padding-left:var(--sema-space-100)}html:not([dir=rtl]) .vda{padding-right:var(--sema-space-100)}html[dir=rtl] .DmD{padding-left:calc(var(--sema-space-100) + var(--sema-space-600))}html:not([dir=rtl]) .DmD{padding-right:calc(var(--sema-space-100) + var(--sema-space-600))}.p5Y{top:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25))}html[dir=rtl] .RWL{left:calc(var(--sema-space-100) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-200) + var(--sema-space-25))}html:not([dir=rtl]) .RWL{left:calc(var(--sema-space-200) + var(--sema-space-25));right:calc(var(--sema-space-100) + var(--sema-space-600) + var(--sema-space-25))}html:not([dir=rtl]) .jqK{right:var(--sema-space-200)}html[dir=rtl] .jqK{left:var(--sema-space-200)}._AK{border-radius:var(--sema-rounding-300);min-height:36px}._DV{padding-bottom:calc(var(--sema-space-200) - var(--sema-space-25));padding-top:calc(var(--sema-space-100) + var(--sema-space-150) + var(--sema-font-lineheight-ui-xs) - var(--sema-space-25))}.et2{padding-bottom:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25));padding-top:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25))}html[dir=rtl] .DIv{padding-right:var(--sema-space-300)}html:not([dir=rtl]) .DIv{padding-left:var(--sema-space-300)}html[dir=rtl] .VtI{padding-left:var(--sema-space-200)}html:not([dir=rtl]) .VtI{padding-right:var(--sema-space-200)}html[dir=rtl] .CiX{padding-left:calc(var(--sema-space-200) + var(--sema-space-600))}html:not([dir=rtl]) .CiX{padding-right:calc(var(--sema-space-200) + var(--sema-space-600))}.C0Y{top:calc(var(--sema-space-100) + var(--sema-space-150) - var(--sema-space-25))}html[dir=rtl] .Kci{left:calc(var(--sema-space-200) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-300) + var(--sema-space-25))}html:not([dir=rtl]) .Kci{left:calc(var(--sema-space-300) + var(--sema-space-25));right:calc(var(--sema-space-200) + var(--sema-space-600) + var(--sema-space-25))}html:not([dir=rtl]) .cJ1{right:var(--sema-space-300)}html[dir=rtl] .cJ1{left:var(--sema-space-300)}.eyl{border-radius:var(--sema-rounding-400);min-height:48px}.lKP{padding-bottom:calc(var(--sema-space-300) + var(--sema-space-50) - var(--sema-space-25));padding-top:calc(var(--sema-space-300) + var(--sema-space-100) + var(--sema-font-lineheight-ui-xs) + var(--sema-space-100) - var(--sema-space-25))}.xvy{padding-bottom:calc(var(--sema-space-300) + var(--sema-space-25) - var(--sema-space-25));padding-top:calc(var(--sema-space-300) + var(--sema-space-25) - var(--sema-space-25))}html[dir=rtl] .w8q{padding-right:var(--sema-space-400)}html:not([dir=rtl]) .w8q{padding-left:var(--sema-space-400)}html[dir=rtl] .qZi{padding-left:var(--sema-space-300)}html:not([dir=rtl]) .qZi{padding-right:var(--sema-space-300)}html[dir=rtl] .r8T{padding-left:calc(var(--sema-space-300) + var(--sema-space-600))}html:not([dir=rtl]) .r8T{padding-right:calc(var(--sema-space-300) + var(--sema-space-600))}.bg4{top:calc(var(--sema-space-300) + var(--sema-space-100) - var(--sema-space-25))}html[dir=rtl] .pru{left:calc(var(--sema-space-300) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-400) + var(--sema-space-25))}html:not([dir=rtl]) .pru{left:calc(var(--sema-space-400) + var(--sema-space-25));right:calc(var(--sema-space-300) + var(--sema-space-600) + var(--sema-space-25))}html:not([dir=rtl]) .OcR{right:var(--sema-space-300)}html[dir=rtl] .OcR{left:var(--sema-space-300)}.XQM{color:var(--sema-color-text-default)}.Bdl{color:var(--sema-color-text-disabled)}.r4p{background-color:var(--sema-color-background-default)}.aZF{border:1px solid var(--sema-color-border-interactive)}.xVo{border:1.5px solid var(--sema-color-border-error)}.aZF:focus{border:1px solid var(--sema-color-border-focus-inner-default)}.aZF:focus,.xVo:focus{outline:2px solid var(--sema-color-border-focus-outer-default)}.xVo:focus{border:1.5px solid var(--sema-color-border-focus-inner-default)}.aZF:not(:focus):hover{border:1px solid var(--sema-color-hover-border-interactive);outline:.5px solid var(--sema-color-hover-border-interactive)}.xVo:not(:focus):hover{border:1.5px solid var(--sema-color-hover-border-error)}.ikv{isolation:isolate}.ikv,.m72{position:relative}.m72{box-sizing:border-box;display:block;width:100%}.vby{padding:var(--sema-space-0);position:absolute;z-index:1}.Z2A{position:relative}.XxZ{align-items:center;display:flex;height:var(--sema-font-lineheight-body-md);position:absolute;z-index:1}.LZf{z-index:1}.LZf,.aUQ{align-items:center;bottom:var(--sema-space-0);display:flex;position:absolute;top:var(--sema-space-0)}.hW_{border-radius:var(--sema-rounding-300);min-height:36px}.xkw{padding-bottom:calc(var(--sema-space-200) - var(--sema-space-25));padding-top:calc(var(--sema-space-100) + var(--sema-space-150) + var(--sema-font-lineheight-ui-xs) - var(--sema-space-25))}.JMX{padding-bottom:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25));padding-top:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25))}html[dir=rtl] .ZNI{padding-right:calc(var(--sema-space-300) + var(--sema-space-200) + var(--sema-space-400) - var(--sema-space-25))}html:not([dir=rtl]) .ZNI{padding-left:calc(var(--sema-space-300) + var(--sema-space-200) + var(--sema-space-400) - var(--sema-space-25))}html[dir=rtl] .cks{padding-left:var(--sema-space-200)}html:not([dir=rtl]) .cks{padding-right:var(--sema-space-200)}html[dir=rtl] .KGk{padding-left:calc(var(--sema-space-200) + var(--sema-space-600))}html:not([dir=rtl]) .KGk{padding-right:calc(var(--sema-space-200) + var(--sema-space-600))}.Nvu{top:calc(var(--sema-space-100) + var(--sema-space-150) - var(--sema-space-25))}html[dir=rtl] .Jmd{left:calc(var(--sema-space-200) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-300) + var(--sema-space-25))}html:not([dir=rtl]) .Jmd{left:calc(var(--sema-space-300) + var(--sema-space-25));right:calc(var(--sema-space-200) + var(--sema-space-600) + var(--sema-space-25))}.r4m{top:calc(var(--sema-space-100) + var(--sema-space-150) + var(--sema-font-lineheight-ui-xs) - var(--sema-space-25))}html:not([dir=rtl]) .np6{left:calc(var(--sema-space-300) + var(--sema-space-25))}html[dir=rtl] .np6{right:calc(var(--sema-space-300) + var(--sema-space-25))}html:not([dir=rtl]) .TDM{right:calc(var(--sema-space-300) - var(--sema-space-150))}html[dir=rtl] .TDM{left:calc(var(--sema-space-300) - var(--sema-space-150))}.fvn{border-radius:var(--sema-rounding-400);min-height:48px}.drc{padding-bottom:calc(var(--sema-space-300) + var(--sema-space-50) - var(--sema-space-25));padding-top:calc(var(--sema-space-300) + var(--sema-space-100) + var(--sema-font-lineheight-ui-xs) + var(--sema-space-100) - var(--sema-space-25))}.Yn5{padding-bottom:calc(var(--sema-space-300) + var(--sema-space-25) - var(--sema-space-25));padding-top:calc(var(--sema-space-300) + var(--sema-space-25) - var(--sema-space-25))}html[dir=rtl] .NPE{padding-right:calc(var(--sema-space-400) + var(--sema-space-200) + var(--sema-space-400))}html:not([dir=rtl]) .NPE{padding-left:calc(var(--sema-space-400) + var(--sema-space-200) + var(--sema-space-400))}html[dir=rtl] .hwr{padding-left:var(--sema-space-300)}html:not([dir=rtl]) .hwr{padding-right:var(--sema-space-300)}html[dir=rtl] .npd{padding-left:calc(var(--sema-space-300) + var(--sema-space-600))}html:not([dir=rtl]) .npd{padding-right:calc(var(--sema-space-300) + var(--sema-space-600))}.yNV{top:calc(var(--sema-space-300) + var(--sema-space-100) - var(--sema-space-25))}html[dir=rtl] .ehQ{left:calc(var(--sema-space-300) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-400) + var(--sema-space-25))}html:not([dir=rtl]) .ehQ{left:calc(var(--sema-space-400) + var(--sema-space-25));right:calc(var(--sema-space-300) + var(--sema-space-600) + var(--sema-space-25))}.cdt{top:calc(var(--sema-space-300) + var(--sema-space-100) + var(--sema-font-lineheight-ui-xs) + var(--sema-space-100) - var(--sema-space-25))}html:not([dir=rtl]) .j0z{left:calc(var(--sema-space-400) + var(--sema-space-25))}html[dir=rtl] .j0z{right:calc(var(--sema-space-400) + var(--sema-space-25))}html:not([dir=rtl]) .XLo{right:calc(var(--sema-space-400) - var(--sema-space-150))}html[dir=rtl] .XLo{left:calc(var(--sema-space-400) - var(--sema-space-150))}.REf{appearance:none;background-color:var(--base-color-transparent)}.UpH{color:var(--sema-color-text-subtle)}.AEx{color:var(--sema-color-text-default)}.VTS{color:var(--sema-color-text-disabled)}.khZ{background:var(--sema-color-background-default)}.a8S{background-color:var(--sema-color-background-disabled)}.x7d{border:1px solid var(--sema-color-border-interactive)}.Arg{border:1.5px solid var(--sema-color-border-error)}.Arg:focus,.x7d:focus{border:1px solid var(--sema-color-border-focus-inner-default);outline:2px solid var(--sema-color-border-focus-outer-default)}.x7d:not(:focus):hover{border:1px solid var(--sema-color-hover-border-interactive)}.Arg:not(:focus):hover{border:1.5px solid var(--sema-color-hover-border-error)}.OUV{border:1px solid var(--sema-color-border-disabled)}.BLm{border-radius:var(--sema-rounding-300);isolation:isolate}.BLm,.bC1{position:relative}.bC1{box-sizing:border-box;display:block;width:100%}.n8P{padding:var(--sema-space-0);position:absolute;z-index:1}.faD{position:relative}.Tbi{bottom:var(--sema-space-0);position:absolute;top:var(--sema-space-0)}.qJQ{border-radius:var(--sema-rounding-300);min-height:36px}.BAE{padding-bottom:calc(var(--sema-space-200) - var(--sema-space-25));padding-top:calc(var(--sema-space-100) + var(--sema-space-150) + var(--sema-font-lineheight-ui-xs) - var(--sema-space-25))}.yr3{padding-bottom:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25));padding-top:calc(var(--sema-space-100) + var(--sema-space-50) - var(--sema-space-25))}html[dir=rtl] .ugm{padding-right:var(--sema-space-300)}html:not([dir=rtl]) .ugm{padding-left:var(--sema-space-300)}html[dir=rtl] .Ezn{padding-left:calc(var(--sema-space-200) + var(--sema-space-600))}html:not([dir=rtl]) .Ezn{padding-right:calc(var(--sema-space-200) + var(--sema-space-600))}.dtB{top:calc(var(--sema-space-100) + var(--sema-space-150) - var(--sema-space-25))}html[dir=rtl] .ccR{left:calc(var(--sema-space-200) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-300) + var(--sema-space-25))}html:not([dir=rtl]) .ccR{left:calc(var(--sema-space-300) + var(--sema-space-25));right:calc(var(--sema-space-200) + var(--sema-space-600) + var(--sema-space-25))}html:not([dir=rtl]) .mRX{right:var(--sema-space-300)}html[dir=rtl] .mRX{left:var(--sema-space-300)}.Shn{border-radius:var(--sema-rounding-400);min-height:48px}.N2F{padding-bottom:calc(var(--sema-space-300) + var(--sema-space-50) - var(--sema-space-25));padding-top:calc(var(--sema-space-300) + var(--sema-space-100) + var(--sema-font-lineheight-ui-xs) + var(--sema-space-100) - var(--sema-space-25))}.kD1{padding-bottom:calc(var(--sema-space-300) + var(--sema-space-25) - var(--sema-space-25));padding-top:calc(var(--sema-space-300) + var(--sema-space-25) - var(--sema-space-25))}html[dir=rtl] .fmK{padding-right:var(--sema-space-400)}html:not([dir=rtl]) .fmK{padding-left:var(--sema-space-400)}html[dir=rtl] .mLH{padding-left:calc(var(--sema-space-300) + var(--sema-space-600))}html:not([dir=rtl]) .mLH{padding-right:calc(var(--sema-space-300) + var(--sema-space-600))}.DTf{top:calc(var(--sema-space-300) + var(--sema-space-100) - var(--sema-space-25))}html[dir=rtl] .mhD{left:calc(var(--sema-space-300) + var(--sema-space-600) + var(--sema-space-25));right:calc(var(--sema-space-400) + var(--sema-space-25))}html:not([dir=rtl]) .mhD{left:calc(var(--sema-space-400) + var(--sema-space-25));right:calc(var(--sema-space-300) + var(--sema-space-600) + var(--sema-space-25))}html:not([dir=rtl]) .PY6{right:var(--sema-space-400)}html[dir=rtl] .PY6{left:var(--sema-space-400)}.LNh{appearance:none;background:none;border:none;color:inherit;outline:0;padding:0;resize:none}.LNh,.c7Q{display:block;width:100%}.c7Q{box-sizing:border-box;isolation:isolate;position:relative}.V8K{color:var(--sema-color-text-default)}.pZW{color:var(--sema-color-text-disabled)}.bDX{border:1px solid var(--sema-color-border-focus-inner-default);outline:2px solid var(--sema-color-border-focus-outer-default)}.ElC{background:var(--sema-color-background-default)}.Md_{border:1px solid var(--sema-color-border-interactive)}.PRX{border:1px solid var(--sema-color-hover-border-interactive)}.kD5{border:1.5px solid var(--sema-color-border-error)}.RdO{border:1.5px solid var(--sema-color-hover-border-error)}.ekg{border:1.5px solid var(--sema-color-border-focus-inner-default);outline:2px solid var(--sema-color-border-focus-outer-default)}.kCD{background-color:var(--sema-color-background-disabled);border:1px solid var(--sema-color-border-disabled)}.f7N{color:inherit;padding:0;position:absolute;z-index:1}.XtU{border-radius:var(--sema-rounding-400);min-height:36px;padding-bottom:var(--sema-space-400)}.RRV{padding-top:calc(var(--sema-space-400) + var(--sema-space-100) + var(--sema-font-lineheight-ui-xs))}.byu{padding-top:var(--sema-space-400)}html:not([dir=rtl]) .mz7,html[dir=rtl] .mz7{padding-left:var(--sema-space-400);padding-right:var(--sema-space-400)}html[dir=rtl] .F51{left:calc(var(--sema-space-400));right:calc(var(--sema-space-400) + var(--sema-space-25))}html:not([dir=rtl]) .F51{left:calc(var(--sema-space-400) + var(--sema-space-25));right:calc(var(--sema-space-400))}.aWm{top:var(--sema-space-400)}.dyH{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.dR0{font-size:var(--font-size-100)}.j1A{font-size:var(--font-size-200)}.sAJ{font-size:var(--font-size-300)}.bwj{font-size:var(--font-size-400)}.GTB{font-size:var(--font-size-500)}.R-d{font-size:var(--font-size-600)}.D6W *{font-size:var(--font-size-100)!important}._fT *{font-size:var(--font-size-200)!important}.IQJ *{font-size:var(--font-size-300)!important}.nkh *{font-size:var(--font-size-400)!important}.ORN *{font-size:var(--font-size-500)!important}.biO *{font-size:var(--font-size-600)!important}.iFc{font-family:var(--font-family-default-latin)}:lang(ja) .iFc{font-family:var(--font-family-default-japanese);quotes:"「" "」"}.swG{font-weight:var(--font-weight-normal)}.H2s{font-weight:var(--font-weight-semibold)}.VEk{font-style:normal}.SVm{font-style:italic}.IZT{word-wrap:break-word}.Sxk{word-break:break-all}.UK7,.z-6{white-space:nowrap}.z-6{max-width:100%;overflow:hidden;text-overflow:ellipsis}.Oii,html:not([dir=rtl]) .zDA,html[dir=rtl] .PON{text-align:left}.KVK,html:not([dir=rtl]) .PON,html[dir=rtl] .zDA{text-align:right}.tg7{text-align:center}.sdb{text-align:justify}.CKL{-webkit-box-orient:vertical;display:-webkit-box;max-width:100%;overflow:hidden}.eSP svg,.tBJ svg{vertical-align:unset}.U5U{font-family:var(--sema-font-family-body-400);font-size:var(--sema-font-size-body-400);letter-spacing:var(--sema-font-letterspacing-body-400);line-height:var(--sema-font-lineheight-body-400)}.uIJ{font-weight:var(--sema-font-weight-body-400-default);-webkit-text-decoration:var(--sema-font-textdecoration-body-400-default);text-decoration:var(--sema-font-textdecoration-body-400-default)}.hIK{font-weight:var(--sema-font-weight-body-400-emphasis);-webkit-text-decoration:var(--sema-font-textdecoration-body-400-emphasis);text-decoration:var(--sema-font-textdecoration-body-400-emphasis)}.llN{font-family:var(--sema-font-family-body-300);font-size:var(--sema-font-size-body-300);letter-spacing:var(--sema-font-letterspacing-body-300);line-height:var(--sema-font-lineheight-body-300)}.ryr{font-weight:var(--sema-font-weight-body-300-default);-webkit-text-decoration:var(--sema-font-textdecoration-body-300-default);text-decoration:var(--sema-font-textdecoration-body-300-default)}.Kv8{font-weight:var(--sema-font-weight-body-300-emphasis);-webkit-text-decoration:var(--sema-font-textdecoration-body-300-emphasis);text-decoration:var(--sema-font-textdecoration-body-300-emphasis)}.bB3{font-family:var(--sema-font-family-body-200);font-size:var(--sema-font-size-body-200);letter-spacing:var(--sema-font-letterspacing-body-200)}.LTB{line-height:var(--sema-font-lineheight-body-200)}.t5G{font-weight:var(--sema-font-weight-body-200-default);-webkit-text-decoration:var(--sema-font-textdecoration-body-200-default);text-decoration:var(--sema-font-textdecoration-body-200-default)}.mvk{font-weight:var(--sema-font-weight-body-200-emphasis);-webkit-text-decoration:var(--sema-font-textdecoration-body-200-emphasis);text-decoration:var(--sema-font-textdecoration-body-200-emphasis)}.bkV{font-family:var(--sema-font-family-body-100);font-size:var(--sema-font-size-body-100);letter-spacing:var(--sema-font-letterspacing-body-100);line-height:var(--sema-font-lineheight-body-100)}.NoJ{font-weight:var(--sema-font-weight-body-100-default);-webkit-text-decoration:var(--sema-font-textdecoration-body-100-default);text-decoration:var(--sema-font-textdecoration-body-100-default)}.m0S{font-weight:var(--sema-font-weight-body-100-emphasis);-webkit-text-decoration:var(--sema-font-textdecoration-body-100-emphasis);text-decoration:var(--sema-font-textdecoration-body-100-emphasis)}.nrl{outline:none}.WB7:focus,.WB7:hover{text-decoration:none}.uTl:focus,.uTl:hover{text-decoration:underline}.afV:focus{outline:4px solid var(--color-border-focus);outline-offset:0}.K1L:focus{border-radius:var(--rounding-100);outline:2px solid var(--color-border-focus);outline-offset:2px}.PUS,._74{color:inherit}a.PUS{color:var(--sema-color-text-link)}a.PUS:hover{color:var(--sema-color-hover-text-link)}a.PUS:active{color:var(--sema-color-pressed-text-link)}.NP-{color:inherit}.Ch2 a.NP-:hover{color:var(--sema-color-hover-text-dark)}.Ch2 a.NP-:active{color:var(--sema-color-pressed-text-dark)}.X8m a.NP-:hover{color:var(--sema-color-hover-text-default)}.X8m a.NP-:active{color:var(--sema-color-pressed-text-default)}.B1n a.NP-:hover{color:var(--sema-color-hover-text-inverse)}.B1n a.NP-:active{color:var(--sema-color-pressed-text-inverse)}.sOY a.NP-:hover{color:var(--sema-color-hover-text-error)}.sOY a.NP-:active{color:var(--sema-color-pressed-text-error)}.qX7 a.NP-:hover{color:var(--sema-color-hover-text-light)}.qX7 a.NP-:active{color:var(--sema-color-pressed-text-light)}.bw- a.NP-:hover{color:var(--sema-color-hover-text-link)}.bw- a.NP-:active{color:var(--sema-color-pressed-text-link)}.GbA a.NP-:hover{color:var(--sema-color-hover-text-recommendation)}.GbA a.NP-:active{color:var(--sema-color-pressed-text-recommendation)}.d4- a.NP-:hover{color:var(--sema-color-hover-text-link)}.d4- a.NP-:active{color:var(--sema-color-pressed-text-link)}.JlN a.NP-:hover{color:var(--sema-color-hover-text-subtle)}.JlN a.NP-:active{color:var(--sema-color-pressed-text-subtle)}.MHs a.NP-:hover{color:var(--sema-color-hover-text-success)}.MHs a.NP-:active{color:var(--sema-color-pressed-text-success)}._9L a.NP-:hover{color:var(--sema-color-hover-text-warning)}._9L a.NP-:active{color:var(--sema-color-pressed-text-warning)}.q0F{text-decoration:underline}.NtY{text-decoration:none}.Ch2{color:var(--color-text-dark)}.cna *{color:var(--color-text-dark)!important}.X8m{color:var(--color-text-default)}.MLI{color:var(--color-text-disabled)}.sOY{color:var(--color-text-error)}.rKr *{color:var(--color-text-light)!important;font-weight:var(--font-weight-semibold)!important}.B1n{color:var(--color-text-inverse)}.qX7{color:var(--color-text-light)}.z7C *{color:var(--color-text-light)!important}.bw-{color:var(--color-text-link)}.GbA{color:var(--color-icon-recommendation)}.d4-{color:var(--color-text-shopping)}.JlN{color:var(--color-text-subtle)}.MHs{color:var(--color-text-success)}._9L{color:var(--color-text-warning)}.W0H *{color:var(--color-text-light)!important}.LSa{line-height:var(--sema-font-lineheight-body-100)}.BzO{border-radius:var(--sema-rounding-300);box-sizing:border-box;isolation:isolate;position:relative}.BzO,.qJm{display:block;width:100%}.qJm{appearance:none;background:none;border:none;color:inherit;outline:0;padding:0}.xnj{display:flex;flex-wrap:wrap}.tjR{background-color:var(--sema-color-background-disabled);border:1px solid var(--sema-color-border-disabled)}.N7Q{color:var(--sema-color-text-disabled)}.dAg{color:var(--sema-color-text-default)}.lPb{background:var(--sema-color-background-default)}.Orw{border:1px solid var(--sema-color-border-focus-inner-default)}.Orw,.iaU{outline:2px solid var(--sema-color-border-focus-outer-default)}.iaU{border:1.5px solid var(--sema-color-border-focus-inner-default)}.QxL{border:1px solid var(--sema-color-border-interactive)}.Szt{border:1px solid var(--sema-color-hover-border-interactive)}.A4G{border:1.5px solid var(--sema-color-border-error)}.Z1j{border:1.5px solid var(--sema-color-hover-border-error)}.jG_{color:inherit;padding:0;position:absolute;z-index:1}.Hvi{min-height:28px;padding-bottom:var(--sema-space-100)}html[dir=rtl] .wTF{padding-left:var(--sema-space-100);padding-right:var(--sema-space-200)}html:not([dir=rtl]) .wTF{padding-left:var(--sema-space-200);padding-right:var(--sema-space-100)}.yqe{padding-top:calc(var(--sema-space-100) + (var(--sema-font-size-ui-sm) * 1.1))}.Ubd{padding-top:var(--sema-space-100)}html:not([dir=rtl]) .DVi{padding-right:var(--space-800)}html[dir=rtl] .DVi{padding-left:var(--space-800)}.xfm{min-height:36px;padding-bottom:var(--sema-space-200)}html[dir=rtl] .O0N{padding-left:var(--sema-space-200);padding-right:var(--sema-space-300)}html:not([dir=rtl]) .O0N{padding-left:var(--sema-space-300);padding-right:var(--sema-space-200)}.N5i{padding-top:calc(var(--sema-space-300) + (var(--sema-font-size-ui-md) * 1.1))}.LOq{padding-top:var(--sema-space-200)}html[dir=rtl] .WJk{left:calc(var(--sema-space-300));right:calc(var(--sema-space-300) + 1px)}html:not([dir=rtl]) .WJk{left:calc(var(--sema-space-300) + 1px);right:calc(var(--sema-space-300))}.ih3{top:var(--sema-space-200)}html[dir=rtl] .RGi{left:calc(var(--sema-space-200));right:calc(var(--sema-space-200) + 1px)}html:not([dir=rtl]) .RGi{left:calc(var(--sema-space-200) + 1px);right:calc(var(--sema-space-200))}.EDy{top:var(--sema-space-100)}html:not([dir=rtl]) .sfy{padding-right:var(--space-800)}html[dir=rtl] .sfy{padding-left:var(--space-800)}.bH9{min-height:48px;padding-bottom:var(--sema-space-300)}html[dir=rtl] .YT4{padding-left:var(--sema-space-300);padding-right:var(--sema-space-400)}html:not([dir=rtl]) .YT4{padding-left:var(--sema-space-400);padding-right:var(--sema-space-300)}.F_8{padding-top:calc(var(--sema-space-400) + (var(--sema-font-size-ui-md) * 1.1))}.Pzb{padding-top:var(--sema-space-300)}html[dir=rtl] .Fsn{left:calc(var(--sema-space-400));right:calc(var(--sema-space-400) + 1px)}html:not([dir=rtl]) .Fsn{left:calc(var(--sema-space-400) + 1px);right:calc(var(--sema-space-400))}.hZ9{top:var(--sema-space-300)}html:not([dir=rtl]) .gdC{padding-right:var(--space-800)}html[dir=rtl] .gdC{padding-left:var(--space-800)}.G9U{position:relative}.G9U,.G9U:after{height:100%;width:100%}.G9U:after{background:var(--color-background-avatar-wash);border-radius:50%;content:"";display:block;position:absolute;top:0;z-index:1}.CKy{transform:translateX(-10%)}html[dir=rtl] .CKy{transform:translateX(10%)}html:not([dir=rtl]) .s7I{margin-left:auto}html:not([dir=rtl]) .feh,html[dir=rtl] .s7I{margin-right:auto}html[dir=rtl] .feh{margin-left:auto}.MMh{margin-top:auto}._Y5{margin-bottom:auto}html:not([dir=rtl]) .Ll2{margin-left:var(--space-0)}html:not([dir=rtl]) .MtH,html[dir=rtl] .Ll2{margin-right:var(--space-0)}html[dir=rtl] .MtH{margin-left:var(--space-0)}.a3i{margin-top:var(--space-0)}.zmN{margin-bottom:var(--space-0)}.wsz{padding-bottom:var(--space-0);padding-top:var(--space-0)}.lnZ{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .Diu{margin-left:1px}html:not([dir=rtl]) .Oys,html[dir=rtl] .Diu{margin-right:1px}html[dir=rtl] .Oys{margin-left:1px}html:not([dir=rtl]) .Eux{margin-left:-1px}html:not([dir=rtl]) .CMx,html[dir=rtl] .Eux{margin-right:-1px}html[dir=rtl] .CMx{margin-left:-1px}.HQs{margin-top:1px}.k-t{margin-bottom:1px}.u8w{margin-top:-1px}.IVs{margin-bottom:-1px}.aZP{padding-bottom:1px;padding-top:1px}.Y9X{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .iCb{margin-left:2px}html:not([dir=rtl]) .kVB,html[dir=rtl] .iCb{margin-right:2px}html[dir=rtl] .kVB{margin-left:2px}html:not([dir=rtl]) .Lzn{margin-left:-2px}html:not([dir=rtl]) .gyC,html[dir=rtl] .Lzn{margin-right:-2px}html[dir=rtl] .gyC{margin-left:-2px}.a4F{margin-top:2px}.czD{margin-bottom:2px}.rGO{margin-top:-2px}.RYf{margin-bottom:-2px}.N0W{padding-bottom:2px;padding-top:2px}.beZ{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .kyp{margin-left:var(--space-100)}html:not([dir=rtl]) .MmN,html[dir=rtl] .kyp{margin-right:var(--space-100)}html[dir=rtl] .MmN{margin-left:var(--space-100)}html:not([dir=rtl]) ._mp{margin-left:var(--space-negative-100)}html:not([dir=rtl]) .H_D,html[dir=rtl] ._mp{margin-right:var(--space-negative-100)}html[dir=rtl] .H_D{margin-left:var(--space-negative-100)}.zX-{margin-top:var(--space-100)}.C00{margin-bottom:var(--space-100)}.AkL{margin-top:var(--space-negative-100)}.Eqb{margin-bottom:var(--space-negative-100)}.C7G{padding-bottom:var(--space-100);padding-top:var(--space-100)}.S7o{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .PsI{margin-left:6px}html:not([dir=rtl]) .aSy,html[dir=rtl] .PsI{margin-right:6px}html[dir=rtl] .aSy{margin-left:6px}html:not([dir=rtl]) .OVa{margin-left:-6px}html:not([dir=rtl]) .Fv5,html[dir=rtl] .OVa{margin-right:-6px}html[dir=rtl] .Fv5{margin-left:-6px}.rxC{margin-top:6px}.SXe{margin-bottom:6px}.fdU{margin-top:-6px}.EZl{margin-bottom:-6px}.Do9{padding-bottom:6px;padding-top:6px}.Shu{padding-left:6px;padding-right:6px}html:not([dir=rtl]) .KnO{margin-left:var(--space-1000)}html:not([dir=rtl]) .fWK,html[dir=rtl] .KnO{margin-right:var(--space-1000)}html[dir=rtl] .fWK{margin-left:var(--space-1000)}html:not([dir=rtl]) ._gF{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .uf5,html[dir=rtl] ._gF{margin-right:var(--space-negative-1000)}html[dir=rtl] .uf5{margin-left:var(--space-negative-1000)}.keq{margin-top:var(--space-1000)}.p9K{margin-bottom:var(--space-1000)}.JWT{margin-top:var(--space-negative-1000)}.XM_{margin-bottom:var(--space-negative-1000)}.cYJ{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.ZAR{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .boM{margin-left:var(--space-1100)}html:not([dir=rtl]) .rho,html[dir=rtl] .boM{margin-right:var(--space-1100)}html[dir=rtl] .rho{margin-left:var(--space-1100)}html:not([dir=rtl]) .cAL{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .N7z,html[dir=rtl] .cAL{margin-right:var(--space-negative-1100)}html[dir=rtl] .N7z{margin-left:var(--space-negative-1100)}.g0E{margin-top:var(--space-1100)}.ox-{margin-bottom:var(--space-1100)}.STE{margin-top:var(--space-negative-1100)}.D4u{margin-bottom:var(--space-negative-1100)}.Ktu{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.J22{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .j-j{margin-left:var(--space-1200)}html:not([dir=rtl]) .Mf2,html[dir=rtl] .j-j{margin-right:var(--space-1200)}html[dir=rtl] .Mf2{margin-left:var(--space-1200)}html:not([dir=rtl]) .hED{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .bS3,html[dir=rtl] .hED{margin-right:var(--space-negative-1200)}html[dir=rtl] .bS3{margin-left:var(--space-negative-1200)}.kfz{margin-top:var(--space-1200)}.wOW{margin-bottom:var(--space-1200)}.gb5{margin-top:var(--space-negative-1200)}.Gk4{margin-bottom:var(--space-negative-1200)}.uiV{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.x_n{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .kxI{margin-left:var(--space-1300)}html:not([dir=rtl]) .x2d,html[dir=rtl] .kxI{margin-right:var(--space-1300)}html[dir=rtl] .x2d{margin-left:var(--space-1300)}html:not([dir=rtl]) .BOz{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .h2M,html[dir=rtl] .BOz{margin-right:var(--space-negative-1300)}html[dir=rtl] .h2M{margin-left:var(--space-negative-1300)}.GLe{margin-top:var(--space-1300)}.jnb{margin-bottom:var(--space-1300)}.S7z{margin-top:var(--space-negative-1300)}.KNr{margin-bottom:var(--space-negative-1300)}.qtr{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.G5p{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .Skv{margin-left:var(--space-1400)}html:not([dir=rtl]) .NtP,html[dir=rtl] .Skv{margin-right:var(--space-1400)}html[dir=rtl] .NtP{margin-left:var(--space-1400)}html:not([dir=rtl]) .uUV{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .Aon,html[dir=rtl] .uUV{margin-right:var(--space-negative-1400)}html[dir=rtl] .Aon{margin-left:var(--space-negative-1400)}.ns1{margin-top:var(--space-1400)}.pdb{margin-bottom:var(--space-1400)}.yDx{margin-top:var(--space-negative-1400)}.p2z{margin-bottom:var(--space-negative-1400)}.Jth{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.foN{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .WaV{margin-left:var(--space-1500)}html:not([dir=rtl]) .n2e,html[dir=rtl] .WaV{margin-right:var(--space-1500)}html[dir=rtl] .n2e{margin-left:var(--space-1500)}html:not([dir=rtl]) .yOL{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .itI,html[dir=rtl] .yOL{margin-right:var(--space-negative-1500)}html[dir=rtl] .itI{margin-left:var(--space-negative-1500)}.kbk{margin-top:var(--space-1500)}.P3P{margin-bottom:var(--space-1500)}.cXU{margin-top:var(--space-negative-1500)}.T9D{margin-bottom:var(--space-negative-1500)}.Amd{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.kMG{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .m9q{margin-left:var(--space-1600)}html:not([dir=rtl]) .xZ1,html[dir=rtl] .m9q{margin-right:var(--space-1600)}html[dir=rtl] .xZ1{margin-left:var(--space-1600)}html:not([dir=rtl]) .GGc{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .ERM,html[dir=rtl] .GGc{margin-right:var(--space-negative-1600)}html[dir=rtl] .ERM{margin-left:var(--space-negative-1600)}.tor{margin-top:var(--space-1600)}.yuQ{margin-bottom:var(--space-1600)}.LO0{margin-top:var(--space-negative-1600)}.gcK{margin-bottom:var(--space-negative-1600)}.r6w{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.ebX{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .Yo2{margin-left:var(--space-200)}html:not([dir=rtl]) .H-G,html[dir=rtl] .Yo2{margin-right:var(--space-200)}html[dir=rtl] .H-G{margin-left:var(--space-200)}html:not([dir=rtl]) .tZ1{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .wCF,html[dir=rtl] .tZ1{margin-right:var(--space-negative-200)}html[dir=rtl] .wCF{margin-left:var(--space-negative-200)}.qGb{margin-top:var(--space-200)}.u8x{margin-bottom:var(--space-200)}.yZW{margin-top:var(--space-negative-200)}.PoD{margin-bottom:var(--space-negative-200)}._co{padding-bottom:var(--space-200);padding-top:var(--space-200)}.hjq{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .BTb{margin-left:var(--space-300)}html:not([dir=rtl]) .L9n,html[dir=rtl] .BTb{margin-right:var(--space-300)}html[dir=rtl] .L9n{margin-left:var(--space-300)}html:not([dir=rtl]) .tOm{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .NZa,html[dir=rtl] .tOm{margin-right:var(--space-negative-300)}html[dir=rtl] .NZa{margin-left:var(--space-negative-300)}.mjS{margin-top:var(--space-300)}.v35{margin-bottom:var(--space-300)}.oWa{margin-top:var(--space-negative-300)}.fN_{margin-bottom:var(--space-negative-300)}.V92{padding-bottom:var(--space-300);padding-top:var(--space-300)}.pXK{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .ueq{margin-left:var(--space-400)}html:not([dir=rtl]) .J8R,html[dir=rtl] .ueq{margin-right:var(--space-400)}html[dir=rtl] .J8R{margin-left:var(--space-400)}html:not([dir=rtl]) .k9j{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .y1h,html[dir=rtl] .k9j{margin-right:var(--space-negative-400)}html[dir=rtl] .y1h{margin-left:var(--space-negative-400)}.tNl{margin-top:var(--space-400)}.k9Z{margin-bottom:var(--space-400)}.kkH{margin-top:var(--space-negative-400)}.Var{margin-bottom:var(--space-negative-400)}.Kzl{padding-bottom:var(--space-400);padding-top:var(--space-400)}.i1W{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .sMx{margin-left:var(--space-500)}html:not([dir=rtl]) .NyI,html[dir=rtl] .sMx{margin-right:var(--space-500)}html[dir=rtl] .NyI{margin-left:var(--space-500)}html:not([dir=rtl]) .Gum{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .Ejo,html[dir=rtl] .Gum{margin-right:var(--space-negative-500)}html[dir=rtl] .Ejo{margin-left:var(--space-negative-500)}.WuW{margin-top:var(--space-500)}.HCz{margin-bottom:var(--space-500)}.MjE{margin-top:var(--space-negative-500)}.cON{margin-bottom:var(--space-negative-500)}.Upd{padding-bottom:var(--space-500);padding-top:var(--space-500)}.BAC{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) .Ubc{margin-left:var(--space-600)}html:not([dir=rtl]) .QLU,html[dir=rtl] .Ubc{margin-right:var(--space-600)}html[dir=rtl] .QLU{margin-left:var(--space-600)}html:not([dir=rtl]) .EDE{margin-left:var(--space-negative-600)}html:not([dir=rtl]) .pAd,html[dir=rtl] .EDE{margin-right:var(--space-negative-600)}html[dir=rtl] .pAd{margin-left:var(--space-negative-600)}.jX8{margin-top:var(--space-600)}.gcw{margin-bottom:var(--space-600)}._7S{margin-top:var(--space-negative-600)}.tlO{margin-bottom:var(--space-negative-600)}.S36{padding-bottom:var(--space-600);padding-top:var(--space-600)}.fXN{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .LqC{margin-left:var(--space-700)}html:not([dir=rtl]) .RE9,html[dir=rtl] .LqC{margin-right:var(--space-700)}html[dir=rtl] .RE9{margin-left:var(--space-700)}html:not([dir=rtl]) .ufi{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .obf,html[dir=rtl] .ufi{margin-right:var(--space-negative-700)}html[dir=rtl] .obf{margin-left:var(--space-negative-700)}.PHd{margin-top:var(--space-700)}.h3A{margin-bottom:var(--space-700)}.cM3{margin-top:var(--space-negative-700)}.gmN{margin-bottom:var(--space-negative-700)}.cht{padding-bottom:var(--space-700);padding-top:var(--space-700)}.POt{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .JyM{margin-left:var(--space-800)}html:not([dir=rtl]) .qtH,html[dir=rtl] .JyM{margin-right:var(--space-800)}html[dir=rtl] .qtH{margin-left:var(--space-800)}html:not([dir=rtl]) .SG3{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .XWS,html[dir=rtl] .SG3{margin-right:var(--space-negative-800)}html[dir=rtl] .XWS{margin-left:var(--space-negative-800)}.azc{margin-top:var(--space-800)}.HtR{margin-bottom:var(--space-800)}.zzV{margin-top:var(--space-negative-800)}.MjU{margin-bottom:var(--space-negative-800)}.Pa4{padding-bottom:var(--space-800);padding-top:var(--space-800)}.CXk{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .ign{margin-left:var(--space-900)}html:not([dir=rtl]) .Bi0,html[dir=rtl] .ign{margin-right:var(--space-900)}html[dir=rtl] .Bi0{margin-left:var(--space-900)}html:not([dir=rtl]) .zJ7{margin-left:var(--space-negative-900)}html:not([dir=rtl]) ._iD,html[dir=rtl] .zJ7{margin-right:var(--space-negative-900)}html[dir=rtl] ._iD{margin-left:var(--space-negative-900)}.Hu0{margin-top:var(--space-900)}.rUm{margin-bottom:var(--space-900)}.iPp{margin-top:var(--space-negative-900)}.W73{margin-bottom:var(--space-negative-900)}.qI7{padding-bottom:var(--space-900);padding-top:var(--space-900)}.vnv{padding-left:var(--space-900);padding-right:var(--space-900)}@media (min-width:576px){html:not([dir=rtl]) .mo5{margin-left:auto}html:not([dir=rtl]) .rFn,html[dir=rtl] .mo5{margin-right:auto}html[dir=rtl] .rFn{margin-left:auto}.jOT{margin-top:auto}.Vfe{margin-bottom:auto}html:not([dir=rtl]) .Eap{margin-left:var(--space-0)}html:not([dir=rtl]) .H10,html[dir=rtl] .Eap{margin-right:var(--space-0)}html[dir=rtl] .H10{margin-left:var(--space-0)}.TTc{margin-top:var(--space-0)}.Yov{margin-bottom:var(--space-0)}.UjT{padding-bottom:var(--space-0);padding-top:var(--space-0)}.ksp{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .VPX{margin-left:1px}html:not([dir=rtl]) ._z-,html[dir=rtl] .VPX{margin-right:1px}html[dir=rtl] ._z-{margin-left:1px}html:not([dir=rtl]) .t8Q{margin-left:-1px}html:not([dir=rtl]) .J7-,html[dir=rtl] .t8Q{margin-right:-1px}html[dir=rtl] .J7-{margin-left:-1px}.cD2{margin-top:1px}.FBl{margin-bottom:1px}.HPi{margin-top:-1px}.ryX{margin-bottom:-1px}.LUa{padding-bottom:1px;padding-top:1px}.uU7{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .u1S{margin-left:2px}html:not([dir=rtl]) .oHo,html[dir=rtl] .u1S{margin-right:2px}html[dir=rtl] .oHo{margin-left:2px}html:not([dir=rtl]) .bnl{margin-left:-2px}html:not([dir=rtl]) .z9a,html[dir=rtl] .bnl{margin-right:-2px}html[dir=rtl] .z9a{margin-left:-2px}.dWn{margin-top:2px}.rD_{margin-bottom:2px}.CPA{margin-top:-2px}.tdu{margin-bottom:-2px}.kMq{padding-bottom:2px;padding-top:2px}.iyP{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .fHG{margin-left:var(--space-100)}html:not([dir=rtl]) .lcX,html[dir=rtl] .fHG{margin-right:var(--space-100)}html[dir=rtl] .lcX{margin-left:var(--space-100)}html:not([dir=rtl]) .qck{margin-left:var(--space-negative-100)}html:not([dir=rtl]) .FJb,html[dir=rtl] .qck{margin-right:var(--space-negative-100)}html[dir=rtl] .FJb{margin-left:var(--space-negative-100)}.rSu{margin-top:var(--space-100)}.Ri3{margin-bottom:var(--space-100)}.dZC{margin-top:var(--space-negative-100)}.P0-{margin-bottom:var(--space-negative-100)}.WAp{padding-bottom:var(--space-100);padding-top:var(--space-100)}.JL8{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .xY7{margin-left:6px}html:not([dir=rtl]) .wdt,html[dir=rtl] .xY7{margin-right:6px}html[dir=rtl] .wdt{margin-left:6px}html:not([dir=rtl]) .r5c{margin-left:-6px}html:not([dir=rtl]) .odB,html[dir=rtl] .r5c{margin-right:-6px}html[dir=rtl] .odB{margin-left:-6px}.BYi{margin-top:6px}.lwI{margin-bottom:6px}.SiV{margin-top:-6px}.FlI{margin-bottom:-6px}.DiC{padding-bottom:6px;padding-top:6px}.oqT{padding-left:6px;padding-right:6px}html:not([dir=rtl]) ._eb{margin-left:var(--space-1000)}html:not([dir=rtl]) .dv2,html[dir=rtl] ._eb{margin-right:var(--space-1000)}html[dir=rtl] .dv2{margin-left:var(--space-1000)}html:not([dir=rtl]) .hSx{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .JIj,html[dir=rtl] .hSx{margin-right:var(--space-negative-1000)}html[dir=rtl] .JIj{margin-left:var(--space-negative-1000)}.vGq{margin-top:var(--space-1000)}.heS{margin-bottom:var(--space-1000)}.Qdt{margin-top:var(--space-negative-1000)}.lN-{margin-bottom:var(--space-negative-1000)}.Ily{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.mq_{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .QuF{margin-left:var(--space-1100)}html:not([dir=rtl]) .b4w,html[dir=rtl] .QuF{margin-right:var(--space-1100)}html[dir=rtl] .b4w{margin-left:var(--space-1100)}html:not([dir=rtl]) .VO_{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .nFj,html[dir=rtl] .VO_{margin-right:var(--space-negative-1100)}html[dir=rtl] .nFj{margin-left:var(--space-negative-1100)}.UDb{margin-top:var(--space-1100)}.pTD{margin-bottom:var(--space-1100)}.p0q{margin-top:var(--space-negative-1100)}.LwN{margin-bottom:var(--space-negative-1100)}.kXW{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.k0V{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .x0h{margin-left:var(--space-1200)}html:not([dir=rtl]) ._nt,html[dir=rtl] .x0h{margin-right:var(--space-1200)}html[dir=rtl] ._nt{margin-left:var(--space-1200)}html:not([dir=rtl]) .PGy{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .zhc,html[dir=rtl] .PGy{margin-right:var(--space-negative-1200)}html[dir=rtl] .zhc{margin-left:var(--space-negative-1200)}.xWT{margin-top:var(--space-1200)}.tZK{margin-bottom:var(--space-1200)}.RH6{margin-top:var(--space-negative-1200)}.qWz{margin-bottom:var(--space-negative-1200)}.b_A{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.DwD{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .gkY{margin-left:var(--space-1300)}html:not([dir=rtl]) .vee,html[dir=rtl] .gkY{margin-right:var(--space-1300)}html[dir=rtl] .vee{margin-left:var(--space-1300)}html:not([dir=rtl]) .LBn{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .KTU,html[dir=rtl] .LBn{margin-right:var(--space-negative-1300)}html[dir=rtl] .KTU{margin-left:var(--space-negative-1300)}.Gn7{margin-top:var(--space-1300)}.k-1{margin-bottom:var(--space-1300)}.tOk{margin-top:var(--space-negative-1300)}.Q56{margin-bottom:var(--space-negative-1300)}.__d{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.Xt3{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .fRQ{margin-left:var(--space-1400)}html:not([dir=rtl]) .o9a,html[dir=rtl] .fRQ{margin-right:var(--space-1400)}html[dir=rtl] .o9a{margin-left:var(--space-1400)}html:not([dir=rtl]) .Us8{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .pN8,html[dir=rtl] .Us8{margin-right:var(--space-negative-1400)}html[dir=rtl] .pN8{margin-left:var(--space-negative-1400)}.W23{margin-top:var(--space-1400)}.NR-{margin-bottom:var(--space-1400)}.aXK{margin-top:var(--space-negative-1400)}.wS2{margin-bottom:var(--space-negative-1400)}.ykf{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.bFO{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .a7L{margin-left:var(--space-1500)}html:not([dir=rtl]) .eWl,html[dir=rtl] .a7L{margin-right:var(--space-1500)}html[dir=rtl] .eWl{margin-left:var(--space-1500)}html:not([dir=rtl]) .cBJ{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .BX3,html[dir=rtl] .cBJ{margin-right:var(--space-negative-1500)}html[dir=rtl] .BX3{margin-left:var(--space-negative-1500)}.O1O{margin-top:var(--space-1500)}.InJ{margin-bottom:var(--space-1500)}.YDM{margin-top:var(--space-negative-1500)}.gLe{margin-bottom:var(--space-negative-1500)}.GIR{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.A_m{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .nue{margin-left:var(--space-1600)}html:not([dir=rtl]) .B1s,html[dir=rtl] .nue{margin-right:var(--space-1600)}html[dir=rtl] .B1s{margin-left:var(--space-1600)}html:not([dir=rtl]) .sG3{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .Hjr,html[dir=rtl] .sG3{margin-right:var(--space-negative-1600)}html[dir=rtl] .Hjr{margin-left:var(--space-negative-1600)}.OpQ{margin-top:var(--space-1600)}.xxB{margin-bottom:var(--space-1600)}.L6J{margin-top:var(--space-negative-1600)}.YZC{margin-bottom:var(--space-negative-1600)}.XBz{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.mOg{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .DSW{margin-left:var(--space-200)}html:not([dir=rtl]) .NOk,html[dir=rtl] .DSW{margin-right:var(--space-200)}html[dir=rtl] .NOk{margin-left:var(--space-200)}html:not([dir=rtl]) .T9h{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .dW1,html[dir=rtl] .T9h{margin-right:var(--space-negative-200)}html[dir=rtl] .dW1{margin-left:var(--space-negative-200)}.HG0{margin-top:var(--space-200)}.xgA{margin-bottom:var(--space-200)}.Ofn{margin-top:var(--space-negative-200)}.kvi{margin-bottom:var(--space-negative-200)}.sEu{padding-bottom:var(--space-200);padding-top:var(--space-200)}.ld2{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .JY-{margin-left:var(--space-300)}html:not([dir=rtl]) .z2g,html[dir=rtl] .JY-{margin-right:var(--space-300)}html[dir=rtl] .z2g{margin-left:var(--space-300)}html:not([dir=rtl]) .RV0{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .HnV,html[dir=rtl] .RV0{margin-right:var(--space-negative-300)}html[dir=rtl] .HnV{margin-left:var(--space-negative-300)}.gZX{margin-top:var(--space-300)}.F7b{margin-bottom:var(--space-300)}.dZU{margin-top:var(--space-negative-300)}.gQg{margin-bottom:var(--space-negative-300)}.DJh{padding-bottom:var(--space-300);padding-top:var(--space-300)}.Yq8{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .oRy{margin-left:var(--space-400)}html:not([dir=rtl]) .H7d,html[dir=rtl] .oRy{margin-right:var(--space-400)}html[dir=rtl] .H7d{margin-left:var(--space-400)}html:not([dir=rtl]) .zhK{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .Qbi,html[dir=rtl] .zhK{margin-right:var(--space-negative-400)}html[dir=rtl] .Qbi{margin-left:var(--space-negative-400)}.rlF{margin-top:var(--space-400)}.kiP{margin-bottom:var(--space-400)}.K7T{margin-top:var(--space-negative-400)}.Ul4{margin-bottom:var(--space-negative-400)}.VfL{padding-bottom:var(--space-400);padding-top:var(--space-400)}.WnX{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .Itw{margin-left:var(--space-500)}html:not([dir=rtl]) .iEV,html[dir=rtl] .Itw{margin-right:var(--space-500)}html[dir=rtl] .iEV{margin-left:var(--space-500)}html:not([dir=rtl]) .r19{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .jAG,html[dir=rtl] .r19{margin-right:var(--space-negative-500)}html[dir=rtl] .jAG{margin-left:var(--space-negative-500)}.ghC{margin-top:var(--space-500)}.ltM{margin-bottom:var(--space-500)}.uuP{margin-top:var(--space-negative-500)}.XTP{margin-bottom:var(--space-negative-500)}.QMO{padding-bottom:var(--space-500);padding-top:var(--space-500)}.ZPb{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) .O0R{margin-left:var(--space-600)}html:not([dir=rtl]) .BUo,html[dir=rtl] .O0R{margin-right:var(--space-600)}html[dir=rtl] .BUo{margin-left:var(--space-600)}html:not([dir=rtl]) .BW_{margin-left:var(--space-negative-600)}html:not([dir=rtl]) .ORU,html[dir=rtl] .BW_{margin-right:var(--space-negative-600)}html[dir=rtl] .ORU{margin-left:var(--space-negative-600)}.p-1{margin-top:var(--space-600)}.GpN{margin-bottom:var(--space-600)}.ZAn{margin-top:var(--space-negative-600)}.Sk6{margin-bottom:var(--space-negative-600)}.kYg{padding-bottom:var(--space-600);padding-top:var(--space-600)}.S7R{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .B8d{margin-left:var(--space-700)}html:not([dir=rtl]) .pzs,html[dir=rtl] .B8d{margin-right:var(--space-700)}html[dir=rtl] .pzs{margin-left:var(--space-700)}html:not([dir=rtl]) .hJf{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .tKX,html[dir=rtl] .hJf{margin-right:var(--space-negative-700)}html[dir=rtl] .tKX{margin-left:var(--space-negative-700)}.PSQ{margin-top:var(--space-700)}._oF{margin-bottom:var(--space-700)}.KmI{margin-top:var(--space-negative-700)}.NJp{margin-bottom:var(--space-negative-700)}.ueh{padding-bottom:var(--space-700);padding-top:var(--space-700)}.x_m{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .Bqh{margin-left:var(--space-800)}html:not([dir=rtl]) .M_m,html[dir=rtl] .Bqh{margin-right:var(--space-800)}html[dir=rtl] .M_m{margin-left:var(--space-800)}html:not([dir=rtl]) .v-8{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .iOt,html[dir=rtl] .v-8{margin-right:var(--space-negative-800)}html[dir=rtl] .iOt{margin-left:var(--space-negative-800)}.ZwO{margin-top:var(--space-800)}._K4{margin-bottom:var(--space-800)}.r7z{margin-top:var(--space-negative-800)}.fUI{margin-bottom:var(--space-negative-800)}.qfI{padding-bottom:var(--space-800);padding-top:var(--space-800)}.pEI{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .IMj{margin-left:var(--space-900)}html:not([dir=rtl]) .WcR,html[dir=rtl] .IMj{margin-right:var(--space-900)}html[dir=rtl] .WcR{margin-left:var(--space-900)}html:not([dir=rtl]) .DGU{margin-left:var(--space-negative-900)}html:not([dir=rtl]) .HB2,html[dir=rtl] .DGU{margin-right:var(--space-negative-900)}html[dir=rtl] .HB2{margin-left:var(--space-negative-900)}.pZH{margin-top:var(--space-900)}.Oqd{margin-bottom:var(--space-900)}.k2c{margin-top:var(--space-negative-900)}._kN{margin-bottom:var(--space-negative-900)}.iKn{padding-bottom:var(--space-900);padding-top:var(--space-900)}.rUK{padding-left:var(--space-900);padding-right:var(--space-900)}}@media (min-width:768px){html:not([dir=rtl]) .WC8{margin-left:auto}html:not([dir=rtl]) .V49,html[dir=rtl] .WC8{margin-right:auto}html[dir=rtl] .V49{margin-left:auto}.OHp{margin-top:auto}.db5{margin-bottom:auto}html:not([dir=rtl]) .zlb{margin-left:var(--space-0)}html:not([dir=rtl]) .I6C,html[dir=rtl] .zlb{margin-right:var(--space-0)}html[dir=rtl] .I6C{margin-left:var(--space-0)}.J6u{margin-top:var(--space-0)}.sjc{margin-bottom:var(--space-0)}.uEl{padding-bottom:var(--space-0);padding-top:var(--space-0)}.Hxi{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .MHC{margin-left:1px}html:not([dir=rtl]) .fvL,html[dir=rtl] .MHC{margin-right:1px}html[dir=rtl] .fvL{margin-left:1px}html:not([dir=rtl]) .CmL{margin-left:-1px}html:not([dir=rtl]) .qnV,html[dir=rtl] .CmL{margin-right:-1px}html[dir=rtl] .qnV{margin-left:-1px}.vEE{margin-top:1px}.qju{margin-bottom:1px}.K73{margin-top:-1px}.r8y{margin-bottom:-1px}.qo7{padding-bottom:1px;padding-top:1px}.kr5{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .zFf{margin-left:2px}html:not([dir=rtl]) .KcX,html[dir=rtl] .zFf{margin-right:2px}html[dir=rtl] .KcX{margin-left:2px}html:not([dir=rtl]) ._8L{margin-left:-2px}html:not([dir=rtl]) .SgI,html[dir=rtl] ._8L{margin-right:-2px}html[dir=rtl] .SgI{margin-left:-2px}.X_m{margin-top:2px}.Y9p{margin-bottom:2px}.N2J{margin-top:-2px}.ego{margin-bottom:-2px}.oDh{padding-bottom:2px;padding-top:2px}.MEy{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .vcd{margin-left:var(--space-100)}html:not([dir=rtl]) .WUW,html[dir=rtl] .vcd{margin-right:var(--space-100)}html[dir=rtl] .WUW{margin-left:var(--space-100)}html:not([dir=rtl]) .p2-{margin-left:var(--space-negative-100)}html:not([dir=rtl]) .k6z,html[dir=rtl] .p2-{margin-right:var(--space-negative-100)}html[dir=rtl] .k6z{margin-left:var(--space-negative-100)}.aQ0{margin-top:var(--space-100)}.R8n{margin-bottom:var(--space-100)}.d9Z{margin-top:var(--space-negative-100)}.xiB{margin-bottom:var(--space-negative-100)}.fjU{padding-bottom:var(--space-100);padding-top:var(--space-100)}.XaX{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .x6_{margin-left:6px}html:not([dir=rtl]) .WKz,html[dir=rtl] .x6_{margin-right:6px}html[dir=rtl] .WKz{margin-left:6px}html:not([dir=rtl]) .Gkq{margin-left:-6px}html:not([dir=rtl]) .J3a,html[dir=rtl] .Gkq{margin-right:-6px}html[dir=rtl] .J3a{margin-left:-6px}.PtT{margin-top:6px}.ayD{margin-bottom:6px}.pxZ{margin-top:-6px}.SKC{margin-bottom:-6px}.wTH{padding-bottom:6px;padding-top:6px}.R7J{padding-left:6px;padding-right:6px}html:not([dir=rtl]) .obg{margin-left:var(--space-1000)}html:not([dir=rtl]) .ltg,html[dir=rtl] .obg{margin-right:var(--space-1000)}html[dir=rtl] .ltg{margin-left:var(--space-1000)}html:not([dir=rtl]) .NVs{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .omx,html[dir=rtl] .NVs{margin-right:var(--space-negative-1000)}html[dir=rtl] .omx{margin-left:var(--space-negative-1000)}.cDM{margin-top:var(--space-1000)}.xke{margin-bottom:var(--space-1000)}.zs0{margin-top:var(--space-negative-1000)}.QL2{margin-bottom:var(--space-negative-1000)}.z5l{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.IVV{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .cgO{margin-left:var(--space-1100)}html:not([dir=rtl]) .Yq9,html[dir=rtl] .cgO{margin-right:var(--space-1100)}html[dir=rtl] .Yq9{margin-left:var(--space-1100)}html:not([dir=rtl]) .cYS{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .CCK,html[dir=rtl] .cYS{margin-right:var(--space-negative-1100)}html[dir=rtl] .CCK{margin-left:var(--space-negative-1100)}.tp9{margin-top:var(--space-1100)}.Zl1{margin-bottom:var(--space-1100)}.Bof{margin-top:var(--space-negative-1100)}.m0L{margin-bottom:var(--space-negative-1100)}.zy-{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.hhr{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .er2{margin-left:var(--space-1200)}html:not([dir=rtl]) .iO0,html[dir=rtl] .er2{margin-right:var(--space-1200)}html[dir=rtl] .iO0{margin-left:var(--space-1200)}html:not([dir=rtl]) .sr3{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .U_Y,html[dir=rtl] .sr3{margin-right:var(--space-negative-1200)}html[dir=rtl] .U_Y{margin-left:var(--space-negative-1200)}.qhA{margin-top:var(--space-1200)}.d-c{margin-bottom:var(--space-1200)}.ttt{margin-top:var(--space-negative-1200)}.mZ7{margin-bottom:var(--space-negative-1200)}.FPz{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.OcY{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .tpa{margin-left:var(--space-1300)}html:not([dir=rtl]) .MXX,html[dir=rtl] .tpa{margin-right:var(--space-1300)}html[dir=rtl] .MXX{margin-left:var(--space-1300)}html:not([dir=rtl]) .BgZ{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .LQ8,html[dir=rtl] .BgZ{margin-right:var(--space-negative-1300)}html[dir=rtl] .LQ8{margin-left:var(--space-negative-1300)}.aX4{margin-top:var(--space-1300)}.PhF{margin-bottom:var(--space-1300)}.iKy{margin-top:var(--space-negative-1300)}.Bm4{margin-bottom:var(--space-negative-1300)}.M39{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.cGg{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .u_q{margin-left:var(--space-1400)}html:not([dir=rtl]) .SWf,html[dir=rtl] .u_q{margin-right:var(--space-1400)}html[dir=rtl] .SWf{margin-left:var(--space-1400)}html:not([dir=rtl]) .XdK{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .p6I,html[dir=rtl] .XdK{margin-right:var(--space-negative-1400)}html[dir=rtl] .p6I{margin-left:var(--space-negative-1400)}.E4C{margin-top:var(--space-1400)}.ThW{margin-bottom:var(--space-1400)}.DsF{margin-top:var(--space-negative-1400)}.xCW{margin-bottom:var(--space-negative-1400)}.Bin{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.vDZ{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .rHF{margin-left:var(--space-1500)}html:not([dir=rtl]) .Qrn,html[dir=rtl] .rHF{margin-right:var(--space-1500)}html[dir=rtl] .Qrn{margin-left:var(--space-1500)}html:not([dir=rtl]) .QcO{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .FZi,html[dir=rtl] .QcO{margin-right:var(--space-negative-1500)}html[dir=rtl] .FZi{margin-left:var(--space-negative-1500)}.CSU{margin-top:var(--space-1500)}.va4{margin-bottom:var(--space-1500)}.tCE{margin-top:var(--space-negative-1500)}.bXh{margin-bottom:var(--space-negative-1500)}.Q1g{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.F7R{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .LEV{margin-left:var(--space-1600)}html:not([dir=rtl]) .veA,html[dir=rtl] .LEV{margin-right:var(--space-1600)}html[dir=rtl] .veA{margin-left:var(--space-1600)}html:not([dir=rtl]) .vm9{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .iUG,html[dir=rtl] .vm9{margin-right:var(--space-negative-1600)}html[dir=rtl] .iUG{margin-left:var(--space-negative-1600)}.qf3{margin-top:var(--space-1600)}.fxc{margin-bottom:var(--space-1600)}.ygL{margin-top:var(--space-negative-1600)}.XYC{margin-bottom:var(--space-negative-1600)}.Dou{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.a8v{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .Kt4{margin-left:var(--space-200)}html:not([dir=rtl]) .HJW,html[dir=rtl] .Kt4{margin-right:var(--space-200)}html[dir=rtl] .HJW{margin-left:var(--space-200)}html:not([dir=rtl]) .aUS{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .cv8,html[dir=rtl] .aUS{margin-right:var(--space-negative-200)}html[dir=rtl] .cv8{margin-left:var(--space-negative-200)}.TFx{margin-top:var(--space-200)}.e_z{margin-bottom:var(--space-200)}.aH9{margin-top:var(--space-negative-200)}.JKU{margin-bottom:var(--space-negative-200)}.GfI{padding-bottom:var(--space-200);padding-top:var(--space-200)}.Chw{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .O-l{margin-left:var(--space-300)}html:not([dir=rtl]) .z3Z,html[dir=rtl] .O-l{margin-right:var(--space-300)}html[dir=rtl] .z3Z{margin-left:var(--space-300)}html:not([dir=rtl]) .n4j{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .woz,html[dir=rtl] .n4j{margin-right:var(--space-negative-300)}html[dir=rtl] .woz{margin-left:var(--space-negative-300)}.ytb{margin-top:var(--space-300)}.Spo{margin-bottom:var(--space-300)}.j_R{margin-top:var(--space-negative-300)}.UDJ{margin-bottom:var(--space-negative-300)}.Ii4{padding-bottom:var(--space-300);padding-top:var(--space-300)}.m41{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .rV7{margin-left:var(--space-400)}html:not([dir=rtl]) .nZ7,html[dir=rtl] .rV7{margin-right:var(--space-400)}html[dir=rtl] .nZ7{margin-left:var(--space-400)}html:not([dir=rtl]) .ScU{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .FzQ,html[dir=rtl] .ScU{margin-right:var(--space-negative-400)}html[dir=rtl] .FzQ{margin-left:var(--space-negative-400)}.vra{margin-top:var(--space-400)}.BWt{margin-bottom:var(--space-400)}.Ey4{margin-top:var(--space-negative-400)}.w1x{margin-bottom:var(--space-negative-400)}.hEF{padding-bottom:var(--space-400);padding-top:var(--space-400)}.aPG{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .l8Z{margin-left:var(--space-500)}html:not([dir=rtl]) .iwc,html[dir=rtl] .l8Z{margin-right:var(--space-500)}html[dir=rtl] .iwc{margin-left:var(--space-500)}html:not([dir=rtl]) .VFl{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .g2Q,html[dir=rtl] .VFl{margin-right:var(--space-negative-500)}html[dir=rtl] .g2Q{margin-left:var(--space-negative-500)}.fDz{margin-top:var(--space-500)}.KWb{margin-bottom:var(--space-500)}.Auz{margin-top:var(--space-negative-500)}.a6r{margin-bottom:var(--space-negative-500)}.H0R{padding-bottom:var(--space-500);padding-top:var(--space-500)}.mWu{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) .A5J{margin-left:var(--space-600)}html:not([dir=rtl]) .zZe,html[dir=rtl] .A5J{margin-right:var(--space-600)}html[dir=rtl] .zZe{margin-left:var(--space-600)}html:not([dir=rtl]) .iQF{margin-left:var(--space-negative-600)}html:not([dir=rtl]) .l2e,html[dir=rtl] .iQF{margin-right:var(--space-negative-600)}html[dir=rtl] .l2e{margin-left:var(--space-negative-600)}.cvs{margin-top:var(--space-600)}.aKg{margin-bottom:var(--space-600)}.R-P{margin-top:var(--space-negative-600)}.fmu{margin-bottom:var(--space-negative-600)}.LHy{padding-bottom:var(--space-600);padding-top:var(--space-600)}.gXv{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .sYb{margin-left:var(--space-700)}html:not([dir=rtl]) .fqv,html[dir=rtl] .sYb{margin-right:var(--space-700)}html[dir=rtl] .fqv{margin-left:var(--space-700)}html:not([dir=rtl]) .FxB{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .uY6,html[dir=rtl] .FxB{margin-right:var(--space-negative-700)}html[dir=rtl] .uY6{margin-left:var(--space-negative-700)}.h2l{margin-top:var(--space-700)}.iX3{margin-bottom:var(--space-700)}.JZW{margin-top:var(--space-negative-700)}.IVE{margin-bottom:var(--space-negative-700)}.ctq{padding-bottom:var(--space-700);padding-top:var(--space-700)}.Vu9{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .UYJ{margin-left:var(--space-800)}html:not([dir=rtl]) .w5s,html[dir=rtl] .UYJ{margin-right:var(--space-800)}html[dir=rtl] .w5s{margin-left:var(--space-800)}html:not([dir=rtl]) .CvW{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .EVj,html[dir=rtl] .CvW{margin-right:var(--space-negative-800)}html[dir=rtl] .EVj{margin-left:var(--space-negative-800)}.EkZ{margin-top:var(--space-800)}.J3A{margin-bottom:var(--space-800)}.O_9{margin-top:var(--space-negative-800)}.W6K{margin-bottom:var(--space-negative-800)}.E-5{padding-bottom:var(--space-800);padding-top:var(--space-800)}.Z_P{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .Q2r{margin-left:var(--space-900)}html:not([dir=rtl]) .hu3,html[dir=rtl] .Q2r{margin-right:var(--space-900)}html[dir=rtl] .hu3{margin-left:var(--space-900)}html:not([dir=rtl]) .HV-{margin-left:var(--space-negative-900)}html:not([dir=rtl]) .ah0,html[dir=rtl] .HV-{margin-right:var(--space-negative-900)}html[dir=rtl] .ah0{margin-left:var(--space-negative-900)}.shK{margin-top:var(--space-900)}.SWq{margin-bottom:var(--space-900)}.PPU{margin-top:var(--space-negative-900)}.evE{margin-bottom:var(--space-negative-900)}.bk-{padding-bottom:var(--space-900);padding-top:var(--space-900)}.ZT0{padding-left:var(--space-900);padding-right:var(--space-900)}}@media (min-width:1312px){html:not([dir=rtl]) .EzO{margin-left:auto}html:not([dir=rtl]) .Xqy,html[dir=rtl] .EzO{margin-right:auto}html[dir=rtl] .Xqy{margin-left:auto}.XhV{margin-top:auto}.XsV{margin-bottom:auto}html:not([dir=rtl]) .yNv{margin-left:var(--space-0)}html:not([dir=rtl]) .K11,html[dir=rtl] .yNv{margin-right:var(--space-0)}html[dir=rtl] .K11{margin-left:var(--space-0)}.vOt{margin-top:var(--space-0)}.pEy{margin-bottom:var(--space-0)}.m-x{padding-bottom:var(--space-0);padding-top:var(--space-0)}.sVI{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .Mlq{margin-left:1px}html:not([dir=rtl]) ._u0,html[dir=rtl] .Mlq{margin-right:1px}html[dir=rtl] ._u0{margin-left:1px}html:not([dir=rtl]) .ZVK{margin-left:-1px}html:not([dir=rtl]) .OGf,html[dir=rtl] .ZVK{margin-right:-1px}html[dir=rtl] .OGf{margin-left:-1px}.g1x{margin-top:1px}.NuV{margin-bottom:1px}.Yhp{margin-top:-1px}.w49{margin-bottom:-1px}.DQ4{padding-bottom:1px;padding-top:1px}.irG{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .qcC{margin-left:2px}html:not([dir=rtl]) .MWv,html[dir=rtl] .qcC{margin-right:2px}html[dir=rtl] .MWv{margin-left:2px}html:not([dir=rtl]) .WWA{margin-left:-2px}html:not([dir=rtl]) .EOP,html[dir=rtl] .WWA{margin-right:-2px}html[dir=rtl] .EOP{margin-left:-2px}.Esz{margin-top:2px}.DfQ{margin-bottom:2px}.oxa{margin-top:-2px}.c_y{margin-bottom:-2px}.UIw{padding-bottom:2px;padding-top:2px}.mjF{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .Tk5{margin-left:var(--space-100)}html:not([dir=rtl]) .V3q,html[dir=rtl] .Tk5{margin-right:var(--space-100)}html[dir=rtl] .V3q{margin-left:var(--space-100)}html:not([dir=rtl]) .CFV{margin-left:var(--space-negative-100)}html:not([dir=rtl]) .A0f,html[dir=rtl] .CFV{margin-right:var(--space-negative-100)}html[dir=rtl] .A0f{margin-left:var(--space-negative-100)}.y3k{margin-top:var(--space-100)}.Kk9{margin-bottom:var(--space-100)}.RxG{margin-top:var(--space-negative-100)}.k98{margin-bottom:var(--space-negative-100)}.hiQ{padding-bottom:var(--space-100);padding-top:var(--space-100)}.W1H{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .RCJ{margin-left:6px}html:not([dir=rtl]) .kPe,html[dir=rtl] .RCJ{margin-right:6px}html[dir=rtl] .kPe{margin-left:6px}html:not([dir=rtl]) .Xuj{margin-left:-6px}html:not([dir=rtl]) .u__,html[dir=rtl] .Xuj{margin-right:-6px}html[dir=rtl] .u__{margin-left:-6px}.JaZ{margin-top:6px}.iJ8{margin-bottom:6px}.aTM{margin-top:-6px}.WDO{margin-bottom:-6px}.isM{padding-bottom:6px;padding-top:6px}.gc-{padding-left:6px;padding-right:6px}html:not([dir=rtl]) .wbY{margin-left:var(--space-1000)}html:not([dir=rtl]) .KlA,html[dir=rtl] .wbY{margin-right:var(--space-1000)}html[dir=rtl] .KlA{margin-left:var(--space-1000)}html:not([dir=rtl]) .Cr8{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .aIW,html[dir=rtl] .Cr8{margin-right:var(--space-negative-1000)}html[dir=rtl] .aIW{margin-left:var(--space-negative-1000)}.sul{margin-top:var(--space-1000)}.BJE{margin-bottom:var(--space-1000)}.mIS{margin-top:var(--space-negative-1000)}.b4C{margin-bottom:var(--space-negative-1000)}.P6U{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.GEu{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .bG1{margin-left:var(--space-1100)}html:not([dir=rtl]) .fsq,html[dir=rtl] .bG1{margin-right:var(--space-1100)}html[dir=rtl] .fsq{margin-left:var(--space-1100)}html:not([dir=rtl]) .cug{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .kZ1,html[dir=rtl] .cug{margin-right:var(--space-negative-1100)}html[dir=rtl] .kZ1{margin-left:var(--space-negative-1100)}.KzE{margin-top:var(--space-1100)}.ldL{margin-bottom:var(--space-1100)}.QUm{margin-top:var(--space-negative-1100)}.QMs{margin-bottom:var(--space-negative-1100)}.Rbd{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.aSV{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .dCv{margin-left:var(--space-1200)}html:not([dir=rtl]) .A0v,html[dir=rtl] .dCv{margin-right:var(--space-1200)}html[dir=rtl] .A0v{margin-left:var(--space-1200)}html:not([dir=rtl]) .yhG{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .UxN,html[dir=rtl] .yhG{margin-right:var(--space-negative-1200)}html[dir=rtl] .UxN{margin-left:var(--space-negative-1200)}.Lgs{margin-top:var(--space-1200)}.INe{margin-bottom:var(--space-1200)}.phH{margin-top:var(--space-negative-1200)}.Vwr{margin-bottom:var(--space-negative-1200)}.uqK{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.shV{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .XLq{margin-left:var(--space-1300)}html:not([dir=rtl]) .zXe,html[dir=rtl] .XLq{margin-right:var(--space-1300)}html[dir=rtl] .zXe{margin-left:var(--space-1300)}html:not([dir=rtl]) .hA-{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .fzd,html[dir=rtl] .hA-{margin-right:var(--space-negative-1300)}html[dir=rtl] .fzd{margin-left:var(--space-negative-1300)}.DKQ{margin-top:var(--space-1300)}.HIi{margin-bottom:var(--space-1300)}.xfR{margin-top:var(--space-negative-1300)}.lh6{margin-bottom:var(--space-negative-1300)}.KJY{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.gsi{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .A7Z{margin-left:var(--space-1400)}html:not([dir=rtl]) .kr8,html[dir=rtl] .A7Z{margin-right:var(--space-1400)}html[dir=rtl] .kr8{margin-left:var(--space-1400)}html:not([dir=rtl]) .Nxm{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .H_0,html[dir=rtl] .Nxm{margin-right:var(--space-negative-1400)}html[dir=rtl] .H_0{margin-left:var(--space-negative-1400)}.Pqw{margin-top:var(--space-1400)}.Ypn{margin-bottom:var(--space-1400)}.Axi{margin-top:var(--space-negative-1400)}.uhP{margin-bottom:var(--space-negative-1400)}.WFz{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.d27{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .DnK{margin-left:var(--space-1500)}html:not([dir=rtl]) .qqQ,html[dir=rtl] .DnK{margin-right:var(--space-1500)}html[dir=rtl] .qqQ{margin-left:var(--space-1500)}html:not([dir=rtl]) .a2U{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .L9r,html[dir=rtl] .a2U{margin-right:var(--space-negative-1500)}html[dir=rtl] .L9r{margin-left:var(--space-negative-1500)}.bNq{margin-top:var(--space-1500)}.Gn_{margin-bottom:var(--space-1500)}.Mq0{margin-top:var(--space-negative-1500)}.NQ2{margin-bottom:var(--space-negative-1500)}.CHD{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.sfu{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .hRL{margin-left:var(--space-1600)}html:not([dir=rtl]) .GSm,html[dir=rtl] .hRL{margin-right:var(--space-1600)}html[dir=rtl] .GSm{margin-left:var(--space-1600)}html:not([dir=rtl]) .Xs8{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .ef_,html[dir=rtl] .Xs8{margin-right:var(--space-negative-1600)}html[dir=rtl] .ef_{margin-left:var(--space-negative-1600)}.W3a{margin-top:var(--space-1600)}.ynp{margin-bottom:var(--space-1600)}.kqd{margin-top:var(--space-negative-1600)}.lAg{margin-bottom:var(--space-negative-1600)}.nFH{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.g1b{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .Qfz{margin-left:var(--space-200)}html:not([dir=rtl]) .IGZ,html[dir=rtl] .Qfz{margin-right:var(--space-200)}html[dir=rtl] .IGZ{margin-left:var(--space-200)}html:not([dir=rtl]) .UUH{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .ncp,html[dir=rtl] .UUH{margin-right:var(--space-negative-200)}html[dir=rtl] .ncp{margin-left:var(--space-negative-200)}.wpk{margin-top:var(--space-200)}.h5N{margin-bottom:var(--space-200)}.e3n{margin-top:var(--space-negative-200)}.YbX{margin-bottom:var(--space-negative-200)}.od9{padding-bottom:var(--space-200);padding-top:var(--space-200)}.d1M{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .n67{margin-left:var(--space-300)}html:not([dir=rtl]) .Tm5,html[dir=rtl] .n67{margin-right:var(--space-300)}html[dir=rtl] .Tm5{margin-left:var(--space-300)}html:not([dir=rtl]) .GfL{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .nRi,html[dir=rtl] .GfL{margin-right:var(--space-negative-300)}html[dir=rtl] .nRi{margin-left:var(--space-negative-300)}.vnn{margin-top:var(--space-300)}.fna{margin-bottom:var(--space-300)}.Fux{margin-top:var(--space-negative-300)}.c4k{margin-bottom:var(--space-negative-300)}.rdM{padding-bottom:var(--space-300);padding-top:var(--space-300)}.ybx{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .Epk{margin-left:var(--space-400)}html:not([dir=rtl]) .IgA,html[dir=rtl] .Epk{margin-right:var(--space-400)}html[dir=rtl] .IgA{margin-left:var(--space-400)}html:not([dir=rtl]) .FiT{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .oiW,html[dir=rtl] .FiT{margin-right:var(--space-negative-400)}html[dir=rtl] .oiW{margin-left:var(--space-negative-400)}.gpI{margin-top:var(--space-400)}.FWX{margin-bottom:var(--space-400)}.Uv9{margin-top:var(--space-negative-400)}.Rop{margin-bottom:var(--space-negative-400)}.O5Z{padding-bottom:var(--space-400);padding-top:var(--space-400)}.pVD{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .CQY{margin-left:var(--space-500)}html:not([dir=rtl]) .rOG,html[dir=rtl] .CQY{margin-right:var(--space-500)}html[dir=rtl] .rOG{margin-left:var(--space-500)}html:not([dir=rtl]) .tJ3{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .abj,html[dir=rtl] .tJ3{margin-right:var(--space-negative-500)}html[dir=rtl] .abj{margin-left:var(--space-negative-500)}.Bgt{margin-top:var(--space-500)}.MCu{margin-bottom:var(--space-500)}.oY0{margin-top:var(--space-negative-500)}.K30{margin-bottom:var(--space-negative-500)}.N6H{padding-bottom:var(--space-500);padding-top:var(--space-500)}.USy{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) .r0A{margin-left:var(--space-600)}html:not([dir=rtl]) .gI5,html[dir=rtl] .r0A{margin-right:var(--space-600)}html[dir=rtl] .gI5{margin-left:var(--space-600)}html:not([dir=rtl]) .aA4{margin-left:var(--space-negative-600)}html:not([dir=rtl]) .IfL,html[dir=rtl] .aA4{margin-right:var(--space-negative-600)}html[dir=rtl] .IfL{margin-left:var(--space-negative-600)}.dwF{margin-top:var(--space-600)}.Pp2{margin-bottom:var(--space-600)}.KA5{margin-top:var(--space-negative-600)}.nPG{margin-bottom:var(--space-negative-600)}.aag{padding-bottom:var(--space-600);padding-top:var(--space-600)}.c4b{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .sVa{margin-left:var(--space-700)}html:not([dir=rtl]) .PDp,html[dir=rtl] .sVa{margin-right:var(--space-700)}html[dir=rtl] .PDp{margin-left:var(--space-700)}html:not([dir=rtl]) .Xf8{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .Ztm,html[dir=rtl] .Xf8{margin-right:var(--space-negative-700)}html[dir=rtl] .Ztm{margin-left:var(--space-negative-700)}._Wk{margin-top:var(--space-700)}.TzX{margin-bottom:var(--space-700)}.YIC{margin-top:var(--space-negative-700)}.N0o{margin-bottom:var(--space-negative-700)}.M4J{padding-bottom:var(--space-700);padding-top:var(--space-700)}.Hjl{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .a64{margin-left:var(--space-800)}html:not([dir=rtl]) .YQz,html[dir=rtl] .a64{margin-right:var(--space-800)}html[dir=rtl] .YQz{margin-left:var(--space-800)}html:not([dir=rtl]) .bkb{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .Lat,html[dir=rtl] .bkb{margin-right:var(--space-negative-800)}html[dir=rtl] .Lat{margin-left:var(--space-negative-800)}.EMg{margin-top:var(--space-800)}.TbH{margin-bottom:var(--space-800)}.NEv{margin-top:var(--space-negative-800)}.FnM{margin-bottom:var(--space-negative-800)}.Xrv{padding-bottom:var(--space-800);padding-top:var(--space-800)}.fzG{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .Sw1{margin-left:var(--space-900)}html:not([dir=rtl]) .h38,html[dir=rtl] .Sw1{margin-right:var(--space-900)}html[dir=rtl] .h38{margin-left:var(--space-900)}html:not([dir=rtl]) .ViR{margin-left:var(--space-negative-900)}html:not([dir=rtl]) .arI,html[dir=rtl] .ViR{margin-right:var(--space-negative-900)}html[dir=rtl] .arI{margin-left:var(--space-negative-900)}.rNV{margin-top:var(--space-900)}.AKd{margin-bottom:var(--space-900)}.fSz{margin-top:var(--space-negative-900)}.KRr{margin-bottom:var(--space-negative-900)}.rC6{padding-bottom:var(--space-900);padding-top:var(--space-900)}.EPv{padding-left:var(--space-900);padding-right:var(--space-900)}}@media (min-width:1440px){html:not([dir=rtl]) .arZ{margin-left:auto}html:not([dir=rtl]) .gXP,html[dir=rtl] .arZ{margin-right:auto}html[dir=rtl] .gXP{margin-left:auto}.CYy{margin-top:auto}.FP9{margin-bottom:auto}html:not([dir=rtl]) .ggL{margin-left:var(--space-0)}html:not([dir=rtl]) .CSj,html[dir=rtl] .ggL{margin-right:var(--space-0)}html[dir=rtl] .CSj{margin-left:var(--space-0)}.Jdi{margin-top:var(--space-0)}.NbB{margin-bottom:var(--space-0)}.MQo{padding-bottom:var(--space-0);padding-top:var(--space-0)}.vwd{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .gwk{margin-left:1px}html:not([dir=rtl]) .HqJ,html[dir=rtl] .gwk{margin-right:1px}html[dir=rtl] .HqJ{margin-left:1px}html:not([dir=rtl]) .TMO{margin-left:-1px}html:not([dir=rtl]) .DqT,html[dir=rtl] .TMO{margin-right:-1px}html[dir=rtl] .DqT{margin-left:-1px}.as3{margin-top:1px}.gzm{margin-bottom:1px}.mfh{margin-top:-1px}.XKF{margin-bottom:-1px}.mYM{padding-bottom:1px;padding-top:1px}.VhR{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .zET{margin-left:2px}html:not([dir=rtl]) .l5R,html[dir=rtl] .zET{margin-right:2px}html[dir=rtl] .l5R{margin-left:2px}html:not([dir=rtl]) .T5m{margin-left:-2px}html:not([dir=rtl]) .V4U,html[dir=rtl] .T5m{margin-right:-2px}html[dir=rtl] .V4U{margin-left:-2px}.Zhj{margin-top:2px}.lP4{margin-bottom:2px}.KGT{margin-top:-2px}.jL1{margin-bottom:-2px}.lyY{padding-bottom:2px;padding-top:2px}.Caf{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .vfF{margin-left:var(--space-100)}html:not([dir=rtl]) .E5J,html[dir=rtl] .vfF{margin-right:var(--space-100)}html[dir=rtl] .E5J{margin-left:var(--space-100)}html:not([dir=rtl]) .ZTs{margin-left:var(--space-negative-100)}html:not([dir=rtl]) .EX9,html[dir=rtl] .ZTs{margin-right:var(--space-negative-100)}html[dir=rtl] .EX9{margin-left:var(--space-negative-100)}.Kjv{margin-top:var(--space-100)}.N6b{margin-bottom:var(--space-100)}.cfn{margin-top:var(--space-negative-100)}.GE4{margin-bottom:var(--space-negative-100)}.tTN{padding-bottom:var(--space-100);padding-top:var(--space-100)}.Rgf{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .p2A{margin-left:6px}html:not([dir=rtl]) .S_9,html[dir=rtl] .p2A{margin-right:6px}html[dir=rtl] .S_9{margin-left:6px}html:not([dir=rtl]) .wA-{margin-left:-6px}html:not([dir=rtl]) .Anm,html[dir=rtl] .wA-{margin-right:-6px}html[dir=rtl] .Anm{margin-left:-6px}.aiS{margin-top:6px}.nBE{margin-bottom:6px}.FE-{margin-top:-6px}.mkM{margin-bottom:-6px}.lRa{padding-bottom:6px;padding-top:6px}.YDu{padding-left:6px;padding-right:6px}html:not([dir=rtl]) .haZ{margin-left:var(--space-1000)}html:not([dir=rtl]) .D4D,html[dir=rtl] .haZ{margin-right:var(--space-1000)}html[dir=rtl] .D4D{margin-left:var(--space-1000)}html:not([dir=rtl]) .kWO{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .nkt,html[dir=rtl] .kWO{margin-right:var(--space-negative-1000)}html[dir=rtl] .nkt{margin-left:var(--space-negative-1000)}.jf9{margin-top:var(--space-1000)}.oGQ{margin-bottom:var(--space-1000)}.mCg{margin-top:var(--space-negative-1000)}.kqI{margin-bottom:var(--space-negative-1000)}.ltx{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.Xsu{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .mve{margin-left:var(--space-1100)}html:not([dir=rtl]) .L4L,html[dir=rtl] .mve{margin-right:var(--space-1100)}html[dir=rtl] .L4L{margin-left:var(--space-1100)}html:not([dir=rtl]) .lnV{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .KYz,html[dir=rtl] .lnV{margin-right:var(--space-negative-1100)}html[dir=rtl] .KYz{margin-left:var(--space-negative-1100)}.dQ-{margin-top:var(--space-1100)}.wkQ{margin-bottom:var(--space-1100)}.MAo{margin-top:var(--space-negative-1100)}.TBU{margin-bottom:var(--space-negative-1100)}.sHL{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.cwn{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .xZh{margin-left:var(--space-1200)}html:not([dir=rtl]) .coF,html[dir=rtl] .xZh{margin-right:var(--space-1200)}html[dir=rtl] .coF{margin-left:var(--space-1200)}html:not([dir=rtl]) .qsW{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .ama,html[dir=rtl] .qsW{margin-right:var(--space-negative-1200)}html[dir=rtl] .ama{margin-left:var(--space-negative-1200)}.vTd{margin-top:var(--space-1200)}.cw0{margin-bottom:var(--space-1200)}.FEp{margin-top:var(--space-negative-1200)}.a6q{margin-bottom:var(--space-negative-1200)}.cOQ{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.a-1{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .rFi{margin-left:var(--space-1300)}html:not([dir=rtl]) .og1,html[dir=rtl] .rFi{margin-right:var(--space-1300)}html[dir=rtl] .og1{margin-left:var(--space-1300)}html:not([dir=rtl]) .HVF{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .SGS,html[dir=rtl] .HVF{margin-right:var(--space-negative-1300)}html[dir=rtl] .SGS{margin-left:var(--space-negative-1300)}.SJC{margin-top:var(--space-1300)}.INo{margin-bottom:var(--space-1300)}.iUP{margin-top:var(--space-negative-1300)}.dCi{margin-bottom:var(--space-negative-1300)}.nYx{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.XFU{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .Hwq{margin-left:var(--space-1400)}html:not([dir=rtl]) .Ol_,html[dir=rtl] .Hwq{margin-right:var(--space-1400)}html[dir=rtl] .Ol_{margin-left:var(--space-1400)}html:not([dir=rtl]) .YPv{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .uno,html[dir=rtl] .YPv{margin-right:var(--space-negative-1400)}html[dir=rtl] .uno{margin-left:var(--space-negative-1400)}.Vpv{margin-top:var(--space-1400)}.RZd{margin-bottom:var(--space-1400)}.zo6{margin-top:var(--space-negative-1400)}.iTE{margin-bottom:var(--space-negative-1400)}.O5V{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.GgC{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .kjh{margin-left:var(--space-1500)}html:not([dir=rtl]) .r5_,html[dir=rtl] .kjh{margin-right:var(--space-1500)}html[dir=rtl] .r5_{margin-left:var(--space-1500)}html:not([dir=rtl]) .eCS{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .Jw6,html[dir=rtl] .eCS{margin-right:var(--space-negative-1500)}html[dir=rtl] .Jw6{margin-left:var(--space-negative-1500)}.t5U{margin-top:var(--space-1500)}.uf-{margin-bottom:var(--space-1500)}.Jya{margin-top:var(--space-negative-1500)}.h7j{margin-bottom:var(--space-negative-1500)}.Sza{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.FWM{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .XHK{margin-left:var(--space-1600)}html:not([dir=rtl]) .Qdq,html[dir=rtl] .XHK{margin-right:var(--space-1600)}html[dir=rtl] .Qdq{margin-left:var(--space-1600)}html:not([dir=rtl]) .M97{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .t7r,html[dir=rtl] .M97{margin-right:var(--space-negative-1600)}html[dir=rtl] .t7r{margin-left:var(--space-negative-1600)}.swp{margin-top:var(--space-1600)}._Tp{margin-bottom:var(--space-1600)}.FOt{margin-top:var(--space-negative-1600)}.ViS{margin-bottom:var(--space-negative-1600)}.z-k{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.A91{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .n5S{margin-left:var(--space-200)}html:not([dir=rtl]) .TzS,html[dir=rtl] .n5S{margin-right:var(--space-200)}html[dir=rtl] .TzS{margin-left:var(--space-200)}html:not([dir=rtl]) .lCE{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .Bxe,html[dir=rtl] .lCE{margin-right:var(--space-negative-200)}html[dir=rtl] .Bxe{margin-left:var(--space-negative-200)}.HCA{margin-top:var(--space-200)}.qVr{margin-bottom:var(--space-200)}.mGi{margin-top:var(--space-negative-200)}.iAl{margin-bottom:var(--space-negative-200)}.BnK{padding-bottom:var(--space-200);padding-top:var(--space-200)}.x1U{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .kkt{margin-left:var(--space-300)}html:not([dir=rtl]) .tnS,html[dir=rtl] .kkt{margin-right:var(--space-300)}html[dir=rtl] .tnS{margin-left:var(--space-300)}html:not([dir=rtl]) .HEX{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .Qge,html[dir=rtl] .HEX{margin-right:var(--space-negative-300)}html[dir=rtl] .Qge{margin-left:var(--space-negative-300)}.MUd{margin-top:var(--space-300)}.aHY{margin-bottom:var(--space-300)}.jXA{margin-top:var(--space-negative-300)}.CoR{margin-bottom:var(--space-negative-300)}.Ne0{padding-bottom:var(--space-300);padding-top:var(--space-300)}.LAy{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .UVj{margin-left:var(--space-400)}html:not([dir=rtl]) .bEr,html[dir=rtl] .UVj{margin-right:var(--space-400)}html[dir=rtl] .bEr{margin-left:var(--space-400)}html:not([dir=rtl]) .U99{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .ISA,html[dir=rtl] .U99{margin-right:var(--space-negative-400)}html[dir=rtl] .ISA{margin-left:var(--space-negative-400)}.Zlm{margin-top:var(--space-400)}.Foy{margin-bottom:var(--space-400)}._ha{margin-top:var(--space-negative-400)}.GtC{margin-bottom:var(--space-negative-400)}.RGN{padding-bottom:var(--space-400);padding-top:var(--space-400)}.fPc{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .aRD{margin-left:var(--space-500)}html:not([dir=rtl]) .C51,html[dir=rtl] .aRD{margin-right:var(--space-500)}html[dir=rtl] .C51{margin-left:var(--space-500)}html:not([dir=rtl]) ._kl{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .Ckl,html[dir=rtl] ._kl{margin-right:var(--space-negative-500)}html[dir=rtl] .Ckl{margin-left:var(--space-negative-500)}.D_p{margin-top:var(--space-500)}.mnc{margin-bottom:var(--space-500)}.Wrh{margin-top:var(--space-negative-500)}.LbT{margin-bottom:var(--space-negative-500)}.LMQ{padding-bottom:var(--space-500);padding-top:var(--space-500)}.BBZ{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) .V8a{margin-left:var(--space-600)}html:not([dir=rtl]) .c6K,html[dir=rtl] .V8a{margin-right:var(--space-600)}html[dir=rtl] .c6K{margin-left:var(--space-600)}html:not([dir=rtl]) .nIH{margin-left:var(--space-negative-600)}html:not([dir=rtl]) ._bh,html[dir=rtl] .nIH{margin-right:var(--space-negative-600)}html[dir=rtl] ._bh{margin-left:var(--space-negative-600)}.Lqe{margin-top:var(--space-600)}.jkB{margin-bottom:var(--space-600)}.VJI{margin-top:var(--space-negative-600)}.YI-{margin-bottom:var(--space-negative-600)}.tir{padding-bottom:var(--space-600);padding-top:var(--space-600)}.IZB{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .KI-{margin-left:var(--space-700)}html:not([dir=rtl]) .RSw,html[dir=rtl] .KI-{margin-right:var(--space-700)}html[dir=rtl] .RSw{margin-left:var(--space-700)}html:not([dir=rtl]) .F5s{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .eQr,html[dir=rtl] .F5s{margin-right:var(--space-negative-700)}html[dir=rtl] .eQr{margin-left:var(--space-negative-700)}.MLD{margin-top:var(--space-700)}._Om{margin-bottom:var(--space-700)}.BSu{margin-top:var(--space-negative-700)}.nQ9{margin-bottom:var(--space-negative-700)}.k2a{padding-bottom:var(--space-700);padding-top:var(--space-700)}.btN{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .JR-{margin-left:var(--space-800)}html:not([dir=rtl]) .YFJ,html[dir=rtl] .JR-{margin-right:var(--space-800)}html[dir=rtl] .YFJ{margin-left:var(--space-800)}html:not([dir=rtl]) .ym_{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .zEB,html[dir=rtl] .ym_{margin-right:var(--space-negative-800)}html[dir=rtl] .zEB{margin-left:var(--space-negative-800)}._7L{margin-top:var(--space-800)}.lUY{margin-bottom:var(--space-800)}.ALZ{margin-top:var(--space-negative-800)}.aos{margin-bottom:var(--space-negative-800)}.z-I{padding-bottom:var(--space-800);padding-top:var(--space-800)}.dIw{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .aza{margin-left:var(--space-900)}html:not([dir=rtl]) .L_x,html[dir=rtl] .aza{margin-right:var(--space-900)}html[dir=rtl] .L_x{margin-left:var(--space-900)}html:not([dir=rtl]) .W4E{margin-left:var(--space-negative-900)}html:not([dir=rtl]) .qkr,html[dir=rtl] .W4E{margin-right:var(--space-negative-900)}html[dir=rtl] .qkr{margin-left:var(--space-negative-900)}.K_6{margin-top:var(--space-900)}.upN{margin-bottom:var(--space-900)}.SIg{margin-top:var(--space-negative-900)}.fAB{margin-bottom:var(--space-negative-900)}._5X{padding-bottom:var(--space-900);padding-top:var(--space-900)}.IkJ{padding-left:var(--space-900);padding-right:var(--space-900)}}@media (min-width:1680px){html:not([dir=rtl]) .m6q{margin-left:auto}html:not([dir=rtl]) .RQ-,html[dir=rtl] .m6q{margin-right:auto}html[dir=rtl] .RQ-{margin-left:auto}.HCI{margin-top:auto}.c8O{margin-bottom:auto}html:not([dir=rtl]) .vO1{margin-left:var(--space-0)}html:not([dir=rtl]) .k94,html[dir=rtl] .vO1{margin-right:var(--space-0)}html[dir=rtl] .k94{margin-left:var(--space-0)}.BWn{margin-top:var(--space-0)}.xcZ{margin-bottom:var(--space-0)}.MlD{padding-bottom:var(--space-0);padding-top:var(--space-0)}.cxQ{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .wyi{margin-left:1px}html:not([dir=rtl]) .Lkq,html[dir=rtl] .wyi{margin-right:1px}html[dir=rtl] .Lkq{margin-left:1px}html:not([dir=rtl]) .KUz{margin-left:-1px}html:not([dir=rtl]) .eeC,html[dir=rtl] .KUz{margin-right:-1px}html[dir=rtl] .eeC{margin-left:-1px}.oMT{margin-top:1px}.zQE{margin-bottom:1px}.FRJ{margin-top:-1px}.vwL{margin-bottom:-1px}.Sk3{padding-bottom:1px;padding-top:1px}.hK7{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .at2{margin-left:2px}html:not([dir=rtl]) .RGR,html[dir=rtl] .at2{margin-right:2px}html[dir=rtl] .RGR{margin-left:2px}html:not([dir=rtl]) .Y2U{margin-left:-2px}html:not([dir=rtl]) .IBw,html[dir=rtl] .Y2U{margin-right:-2px}html[dir=rtl] .IBw{margin-left:-2px}.Grw{margin-top:2px}.cPz{margin-bottom:2px}.pNY{margin-top:-2px}.tlT{margin-bottom:-2px}.vHy{padding-bottom:2px;padding-top:2px}.bVV{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .Pbn{margin-left:var(--space-100)}html:not([dir=rtl]) .Sh6,html[dir=rtl] .Pbn{margin-right:var(--space-100)}html[dir=rtl] .Sh6{margin-left:var(--space-100)}html:not([dir=rtl]) .PVC{margin-left:var(--space-negative-100)}html:not([dir=rtl]) .hEl,html[dir=rtl] .PVC{margin-right:var(--space-negative-100)}html[dir=rtl] .hEl{margin-left:var(--space-negative-100)}.OvU{margin-top:var(--space-100)}.VRC{margin-bottom:var(--space-100)}.lYb{margin-top:var(--space-negative-100)}.DxK{margin-bottom:var(--space-negative-100)}.CCO{padding-bottom:var(--space-100);padding-top:var(--space-100)}.UTl{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .ZKj{margin-left:6px}html:not([dir=rtl]) .X4w,html[dir=rtl] .ZKj{margin-right:6px}html[dir=rtl] .X4w{margin-left:6px}html:not([dir=rtl]) .Tvd{margin-left:-6px}html:not([dir=rtl]) .GTD,html[dir=rtl] .Tvd{margin-right:-6px}html[dir=rtl] .GTD{margin-left:-6px}.g3q{margin-top:6px}.B_8{margin-bottom:6px}.z6S{margin-top:-6px}.O1D{margin-bottom:-6px}.j8H{padding-bottom:6px;padding-top:6px}.aG9{padding-left:6px;padding-right:6px}html:not([dir=rtl]) .SWQ{margin-left:var(--space-1000)}html:not([dir=rtl]) .cAx,html[dir=rtl] .SWQ{margin-right:var(--space-1000)}html[dir=rtl] .cAx{margin-left:var(--space-1000)}html:not([dir=rtl]) .gso{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .xzy,html[dir=rtl] .gso{margin-right:var(--space-negative-1000)}html[dir=rtl] .xzy{margin-left:var(--space-negative-1000)}.nAX{margin-top:var(--space-1000)}.I30{margin-bottom:var(--space-1000)}.I08{margin-top:var(--space-negative-1000)}.ORl{margin-bottom:var(--space-negative-1000)}.rON{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.FxY{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .ViP{margin-left:var(--space-1100)}html:not([dir=rtl]) .RIz,html[dir=rtl] .ViP{margin-right:var(--space-1100)}html[dir=rtl] .RIz{margin-left:var(--space-1100)}html:not([dir=rtl]) .rQD{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .xT8,html[dir=rtl] .rQD{margin-right:var(--space-negative-1100)}html[dir=rtl] .xT8{margin-left:var(--space-negative-1100)}.dkb{margin-top:var(--space-1100)}.YSd{margin-bottom:var(--space-1100)}.bZq{margin-top:var(--space-negative-1100)}.a0i{margin-bottom:var(--space-negative-1100)}.Db3{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.tdA{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .omp{margin-left:var(--space-1200)}html:not([dir=rtl]) .tnH,html[dir=rtl] .omp{margin-right:var(--space-1200)}html[dir=rtl] .tnH{margin-left:var(--space-1200)}html:not([dir=rtl]) .v39{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .DfB,html[dir=rtl] .v39{margin-right:var(--space-negative-1200)}html[dir=rtl] .DfB{margin-left:var(--space-negative-1200)}.tDK{margin-top:var(--space-1200)}.Uvs{margin-bottom:var(--space-1200)}.Aau{margin-top:var(--space-negative-1200)}.u6g{margin-bottom:var(--space-negative-1200)}.n48{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.nXI{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .z2S{margin-left:var(--space-1300)}html:not([dir=rtl]) .yjW,html[dir=rtl] .z2S{margin-right:var(--space-1300)}html[dir=rtl] .yjW{margin-left:var(--space-1300)}html:not([dir=rtl]) .v0s{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .Vz_,html[dir=rtl] .v0s{margin-right:var(--space-negative-1300)}html[dir=rtl] .Vz_{margin-left:var(--space-negative-1300)}.MAB{margin-top:var(--space-1300)}.VNp{margin-bottom:var(--space-1300)}.ZH3{margin-top:var(--space-negative-1300)}.VmK{margin-bottom:var(--space-negative-1300)}.OnF{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.teW{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .MOv{margin-left:var(--space-1400)}html:not([dir=rtl]) .OaL,html[dir=rtl] .MOv{margin-right:var(--space-1400)}html[dir=rtl] .OaL{margin-left:var(--space-1400)}html:not([dir=rtl]) .KEH{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .YVJ,html[dir=rtl] .KEH{margin-right:var(--space-negative-1400)}html[dir=rtl] .YVJ{margin-left:var(--space-negative-1400)}.L7T{margin-top:var(--space-1400)}.zEp{margin-bottom:var(--space-1400)}.CRn{margin-top:var(--space-negative-1400)}.cTz{margin-bottom:var(--space-negative-1400)}.Hiu{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.mFw{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .nWE{margin-left:var(--space-1500)}html:not([dir=rtl]) .Jo6,html[dir=rtl] .nWE{margin-right:var(--space-1500)}html[dir=rtl] .Jo6{margin-left:var(--space-1500)}html:not([dir=rtl]) .I7B{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .CEm,html[dir=rtl] .I7B{margin-right:var(--space-negative-1500)}html[dir=rtl] .CEm{margin-left:var(--space-negative-1500)}.mY8{margin-top:var(--space-1500)}.Rtu{margin-bottom:var(--space-1500)}.J8v{margin-top:var(--space-negative-1500)}.Fny{margin-bottom:var(--space-negative-1500)}.ECm{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.z-Z{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .wIj{margin-left:var(--space-1600)}html:not([dir=rtl]) .dgJ,html[dir=rtl] .wIj{margin-right:var(--space-1600)}html[dir=rtl] .dgJ{margin-left:var(--space-1600)}html:not([dir=rtl]) .MWt{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .rRw,html[dir=rtl] .MWt{margin-right:var(--space-negative-1600)}html[dir=rtl] .rRw{margin-left:var(--space-negative-1600)}.zD7{margin-top:var(--space-1600)}.QI0{margin-bottom:var(--space-1600)}.N2k{margin-top:var(--space-negative-1600)}.XRU{margin-bottom:var(--space-negative-1600)}.IJ5{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.ING{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .jd3{margin-left:var(--space-200)}html:not([dir=rtl]) .Bl-,html[dir=rtl] .jd3{margin-right:var(--space-200)}html[dir=rtl] .Bl-{margin-left:var(--space-200)}html:not([dir=rtl]) .PKU{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .lz1,html[dir=rtl] .PKU{margin-right:var(--space-negative-200)}html[dir=rtl] .lz1{margin-left:var(--space-negative-200)}.N7t{margin-top:var(--space-200)}.c1X{margin-bottom:var(--space-200)}.V_v{margin-top:var(--space-negative-200)}.rdj{margin-bottom:var(--space-negative-200)}.sPH{padding-bottom:var(--space-200);padding-top:var(--space-200)}.PbB{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .Q-c{margin-left:var(--space-300)}html:not([dir=rtl]) .mrJ,html[dir=rtl] .Q-c{margin-right:var(--space-300)}html[dir=rtl] .mrJ{margin-left:var(--space-300)}html:not([dir=rtl]) ._ru{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .LI9,html[dir=rtl] ._ru{margin-right:var(--space-negative-300)}html[dir=rtl] .LI9{margin-left:var(--space-negative-300)}.aB8{margin-top:var(--space-300)}.UDd{margin-bottom:var(--space-300)}.KuZ{margin-top:var(--space-negative-300)}.K8B{margin-bottom:var(--space-negative-300)}.t9I{padding-bottom:var(--space-300);padding-top:var(--space-300)}.lWv{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .ncA{margin-left:var(--space-400)}html:not([dir=rtl]) .Mn-,html[dir=rtl] .ncA{margin-right:var(--space-400)}html[dir=rtl] .Mn-{margin-left:var(--space-400)}html:not([dir=rtl]) .a47{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .lHf,html[dir=rtl] .a47{margin-right:var(--space-negative-400)}html[dir=rtl] .lHf{margin-left:var(--space-negative-400)}.TXY{margin-top:var(--space-400)}.MKU{margin-bottom:var(--space-400)}.W7z{margin-top:var(--space-negative-400)}.M6r{margin-bottom:var(--space-negative-400)}.KDi{padding-bottom:var(--space-400);padding-top:var(--space-400)}.bEx{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .wtn{margin-left:var(--space-500)}html:not([dir=rtl]) .ns0,html[dir=rtl] .wtn{margin-right:var(--space-500)}html[dir=rtl] .ns0{margin-left:var(--space-500)}html:not([dir=rtl]) .Lji{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .F3D,html[dir=rtl] .Lji{margin-right:var(--space-negative-500)}html[dir=rtl] .F3D{margin-left:var(--space-negative-500)}.y-s{margin-top:var(--space-500)}.C4m{margin-bottom:var(--space-500)}.e3q{margin-top:var(--space-negative-500)}.VT4{margin-bottom:var(--space-negative-500)}.Y1Y{padding-bottom:var(--space-500);padding-top:var(--space-500)}.tPH{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) ._Zu{margin-left:var(--space-600)}html:not([dir=rtl]) .ypq,html[dir=rtl] ._Zu{margin-right:var(--space-600)}html[dir=rtl] .ypq{margin-left:var(--space-600)}html:not([dir=rtl]) .wmM{margin-left:var(--space-negative-600)}html:not([dir=rtl]) .T5l,html[dir=rtl] .wmM{margin-right:var(--space-negative-600)}html[dir=rtl] .T5l{margin-left:var(--space-negative-600)}.NfC{margin-top:var(--space-600)}.y-_{margin-bottom:var(--space-600)}.Cmo{margin-top:var(--space-negative-600)}.EX_{margin-bottom:var(--space-negative-600)}.Tvo{padding-bottom:var(--space-600);padding-top:var(--space-600)}.X-y{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .ze2{margin-left:var(--space-700)}html:not([dir=rtl]) .o1H,html[dir=rtl] .ze2{margin-right:var(--space-700)}html[dir=rtl] .o1H{margin-left:var(--space-700)}html:not([dir=rtl]) .OnO{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .tNI,html[dir=rtl] .OnO{margin-right:var(--space-negative-700)}html[dir=rtl] .tNI{margin-left:var(--space-negative-700)}.wQU{margin-top:var(--space-700)}.kfO{margin-bottom:var(--space-700)}.e6w{margin-top:var(--space-negative-700)}.T33{margin-bottom:var(--space-negative-700)}.LDJ{padding-bottom:var(--space-700);padding-top:var(--space-700)}.owL{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .yME{margin-left:var(--space-800)}html:not([dir=rtl]) .Hx6,html[dir=rtl] .yME{margin-right:var(--space-800)}html[dir=rtl] .Hx6{margin-left:var(--space-800)}html:not([dir=rtl]) .ifV{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .DcA,html[dir=rtl] .ifV{margin-right:var(--space-negative-800)}html[dir=rtl] .DcA{margin-left:var(--space-negative-800)}.j5t{margin-top:var(--space-800)}.SPD{margin-bottom:var(--space-800)}.Ibk{margin-top:var(--space-negative-800)}.B2I{margin-bottom:var(--space-negative-800)}.UQW{padding-bottom:var(--space-800);padding-top:var(--space-800)}.Li2{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .LYp{margin-left:var(--space-900)}html:not([dir=rtl]) .WgS,html[dir=rtl] .LYp{margin-right:var(--space-900)}html[dir=rtl] .WgS{margin-left:var(--space-900)}html:not([dir=rtl]) .xBO{margin-left:var(--space-negative-900)}html:not([dir=rtl]) .sV4,html[dir=rtl] .xBO{margin-right:var(--space-negative-900)}html[dir=rtl] .sV4{margin-left:var(--space-negative-900)}.a8w{margin-top:var(--space-900)}.SYb{margin-bottom:var(--space-900)}.oly{margin-top:var(--space-negative-900)}.PBq{margin-bottom:var(--space-negative-900)}.Zs6{padding-bottom:var(--space-900);padding-top:var(--space-900)}.vvE{padding-left:var(--space-900);padding-right:var(--space-900)}}@media (min-width:2048px){html:not([dir=rtl]) .EpR{margin-left:auto}html:not([dir=rtl]) .vjv,html[dir=rtl] .EpR{margin-right:auto}html[dir=rtl] .vjv{margin-left:auto}.vxH{margin-top:auto}.Kw3{margin-bottom:auto}html:not([dir=rtl]) .uBN{margin-left:var(--space-0)}html:not([dir=rtl]) .v1P,html[dir=rtl] .uBN{margin-right:var(--space-0)}html[dir=rtl] .v1P{margin-left:var(--space-0)}.sIC{margin-top:var(--space-0)}.OLF{margin-bottom:var(--space-0)}.Wx9{padding-bottom:var(--space-0);padding-top:var(--space-0)}.gDa{padding-left:var(--space-0);padding-right:var(--space-0)}html:not([dir=rtl]) .Lem{margin-left:1px}html:not([dir=rtl]) .ttk,html[dir=rtl] .Lem{margin-right:1px}html[dir=rtl] .ttk{margin-left:1px}html:not([dir=rtl]) .xe3{margin-left:-1px}html:not([dir=rtl]) .KCW,html[dir=rtl] .xe3{margin-right:-1px}html[dir=rtl] .KCW{margin-left:-1px}.dBg{margin-top:1px}.xwd{margin-bottom:1px}.krd{margin-top:-1px}.pP8{margin-bottom:-1px}.MYK{padding-bottom:1px;padding-top:1px}.WfW{padding-left:1px;padding-right:1px}html:not([dir=rtl]) .wZB{margin-left:2px}html:not([dir=rtl]) .R3_,html[dir=rtl] .wZB{margin-right:2px}html[dir=rtl] .R3_{margin-left:2px}html:not([dir=rtl]) .tlc{margin-left:-2px}html:not([dir=rtl]) .Iei,html[dir=rtl] .tlc{margin-right:-2px}html[dir=rtl] .Iei{margin-left:-2px}.kgo{margin-top:2px}.U9b{margin-bottom:2px}.XUw{margin-top:-2px}.wxH{margin-bottom:-2px}.Fom{padding-bottom:2px;padding-top:2px}.Wl9{padding-left:2px;padding-right:2px}html:not([dir=rtl]) .Abu{margin-left:var(--space-100)}html:not([dir=rtl]) .q7A,html[dir=rtl] .Abu{margin-right:var(--space-100)}html[dir=rtl] .q7A{margin-left:var(--space-100)}html:not([dir=rtl]) .Ey0{margin-left:var(--space-negative-100)}html:not([dir=rtl]) ._Q6,html[dir=rtl] .Ey0{margin-right:var(--space-negative-100)}html[dir=rtl] ._Q6{margin-left:var(--space-negative-100)}.hUM{margin-top:var(--space-100)}.hP4{margin-bottom:var(--space-100)}.DJ-{margin-top:var(--space-negative-100)}.YOm{margin-bottom:var(--space-negative-100)}.qqv{padding-bottom:var(--space-100);padding-top:var(--space-100)}.YF_{padding-left:var(--space-100);padding-right:var(--space-100)}html:not([dir=rtl]) .fJC{margin-left:6px}html:not([dir=rtl]) .CRR,html[dir=rtl] .fJC{margin-right:6px}html[dir=rtl] .CRR{margin-left:6px}html:not([dir=rtl]) .vpt{margin-left:-6px}html:not([dir=rtl]) .D_R,html[dir=rtl] .vpt{margin-right:-6px}html[dir=rtl] .D_R{margin-left:-6px}.rMS{margin-top:6px}.Fzw{margin-bottom:6px}._LZ{margin-top:-6px}.LPh{margin-bottom:-6px}.jOd{padding-bottom:6px;padding-top:6px}.BKA{padding-left:6px;padding-right:6px}html:not([dir=rtl]) .ocx{margin-left:var(--space-1000)}html:not([dir=rtl]) .Ow7,html[dir=rtl] .ocx{margin-right:var(--space-1000)}html[dir=rtl] .Ow7{margin-left:var(--space-1000)}html:not([dir=rtl]) .QQV{margin-left:var(--space-negative-1000)}html:not([dir=rtl]) .zdy,html[dir=rtl] .QQV{margin-right:var(--space-negative-1000)}html[dir=rtl] .zdy{margin-left:var(--space-negative-1000)}.pzN{margin-top:var(--space-1000)}.z6h{margin-bottom:var(--space-1000)}.eSZ{margin-top:var(--space-negative-1000)}.kA9{margin-bottom:var(--space-negative-1000)}.EO0{padding-bottom:var(--space-1000);padding-top:var(--space-1000)}.v-e{padding-left:var(--space-1000);padding-right:var(--space-1000)}html:not([dir=rtl]) .t_m{margin-left:var(--space-1100)}html:not([dir=rtl]) .vbp,html[dir=rtl] .t_m{margin-right:var(--space-1100)}html[dir=rtl] .vbp{margin-left:var(--space-1100)}html:not([dir=rtl]) .utu{margin-left:var(--space-negative-1100)}html:not([dir=rtl]) .wPI,html[dir=rtl] .utu{margin-right:var(--space-negative-1100)}html[dir=rtl] .wPI{margin-left:var(--space-negative-1100)}.nbs{margin-top:var(--space-1100)}.Wcf{margin-bottom:var(--space-1100)}.Vkc{margin-top:var(--space-negative-1100)}.g7Q{margin-bottom:var(--space-negative-1100)}.MIS{padding-bottom:var(--space-1100);padding-top:var(--space-1100)}.jqL{padding-left:var(--space-1100);padding-right:var(--space-1100)}html:not([dir=rtl]) .YUf{margin-left:var(--space-1200)}html:not([dir=rtl]) .vqZ,html[dir=rtl] .YUf{margin-right:var(--space-1200)}html[dir=rtl] .vqZ{margin-left:var(--space-1200)}html:not([dir=rtl]) .sgL{margin-left:var(--space-negative-1200)}html:not([dir=rtl]) .W15,html[dir=rtl] .sgL{margin-right:var(--space-negative-1200)}html[dir=rtl] .W15{margin-left:var(--space-negative-1200)}.FrL{margin-top:var(--space-1200)}.wbd{margin-bottom:var(--space-1200)}.V0F{margin-top:var(--space-negative-1200)}.Wfv{margin-bottom:var(--space-negative-1200)}.k7a{padding-bottom:var(--space-1200);padding-top:var(--space-1200)}.WFG{padding-left:var(--space-1200);padding-right:var(--space-1200)}html:not([dir=rtl]) .B_N{margin-left:var(--space-1300)}html:not([dir=rtl]) .hQu,html[dir=rtl] .B_N{margin-right:var(--space-1300)}html[dir=rtl] .hQu{margin-left:var(--space-1300)}html:not([dir=rtl]) .NeQ{margin-left:var(--space-negative-1300)}html:not([dir=rtl]) .pGO,html[dir=rtl] .NeQ{margin-right:var(--space-negative-1300)}html[dir=rtl] .pGO{margin-left:var(--space-negative-1300)}.hT0{margin-top:var(--space-1300)}.Owj{margin-bottom:var(--space-1300)}.d0R{margin-top:var(--space-negative-1300)}.tIv{margin-bottom:var(--space-negative-1300)}.z0F{padding-bottom:var(--space-1300);padding-top:var(--space-1300)}.A0g{padding-left:var(--space-1300);padding-right:var(--space-1300)}html:not([dir=rtl]) .dZ_{margin-left:var(--space-1400)}html:not([dir=rtl]) .mYG,html[dir=rtl] .dZ_{margin-right:var(--space-1400)}html[dir=rtl] .mYG{margin-left:var(--space-1400)}html:not([dir=rtl]) .qVv{margin-left:var(--space-negative-1400)}html:not([dir=rtl]) .GOr,html[dir=rtl] .qVv{margin-right:var(--space-negative-1400)}html[dir=rtl] .GOr{margin-left:var(--space-negative-1400)}.FYZ{margin-top:var(--space-1400)}.zaU{margin-bottom:var(--space-1400)}.HJr{margin-top:var(--space-negative-1400)}.WXo{margin-bottom:var(--space-negative-1400)}.GaV{padding-bottom:var(--space-1400);padding-top:var(--space-1400)}.JCJ{padding-left:var(--space-1400);padding-right:var(--space-1400)}html:not([dir=rtl]) .wLe{margin-left:var(--space-1500)}html:not([dir=rtl]) .igU,html[dir=rtl] .wLe{margin-right:var(--space-1500)}html[dir=rtl] .igU{margin-left:var(--space-1500)}html:not([dir=rtl]) .tuE{margin-left:var(--space-negative-1500)}html:not([dir=rtl]) .MpP,html[dir=rtl] .tuE{margin-right:var(--space-negative-1500)}html[dir=rtl] .MpP{margin-left:var(--space-negative-1500)}.Lgf{margin-top:var(--space-1500)}.Tkw{margin-bottom:var(--space-1500)}.pC2{margin-top:var(--space-negative-1500)}.zaQ{margin-bottom:var(--space-negative-1500)}.Nb5{padding-bottom:var(--space-1500);padding-top:var(--space-1500)}.bDQ{padding-left:var(--space-1500);padding-right:var(--space-1500)}html:not([dir=rtl]) .Oyj{margin-left:var(--space-1600)}html:not([dir=rtl]) .JYM,html[dir=rtl] .Oyj{margin-right:var(--space-1600)}html[dir=rtl] .JYM{margin-left:var(--space-1600)}html:not([dir=rtl]) .jSL{margin-left:var(--space-negative-1600)}html:not([dir=rtl]) .vDn,html[dir=rtl] .jSL{margin-right:var(--space-negative-1600)}html[dir=rtl] .vDn{margin-left:var(--space-negative-1600)}.bZk{margin-top:var(--space-1600)}.H_5{margin-bottom:var(--space-1600)}.tYu{margin-top:var(--space-negative-1600)}.ha9{margin-bottom:var(--space-negative-1600)}.x2L{padding-bottom:var(--space-1600);padding-top:var(--space-1600)}.qt1{padding-left:var(--space-1600);padding-right:var(--space-1600)}html:not([dir=rtl]) .b_6{margin-left:var(--space-200)}html:not([dir=rtl]) .uGs,html[dir=rtl] .b_6{margin-right:var(--space-200)}html[dir=rtl] .uGs{margin-left:var(--space-200)}html:not([dir=rtl]) .DVC{margin-left:var(--space-negative-200)}html:not([dir=rtl]) .xQG,html[dir=rtl] .DVC{margin-right:var(--space-negative-200)}html[dir=rtl] .xQG{margin-left:var(--space-negative-200)}.ELn{margin-top:var(--space-200)}.X1s{margin-bottom:var(--space-200)}.kj1{margin-top:var(--space-negative-200)}.bAN{margin-bottom:var(--space-negative-200)}._Kh{padding-bottom:var(--space-200);padding-top:var(--space-200)}.yGD{padding-left:var(--space-200);padding-right:var(--space-200)}html:not([dir=rtl]) .GZb{margin-left:var(--space-300)}html:not([dir=rtl]) .aZ9,html[dir=rtl] .GZb{margin-right:var(--space-300)}html[dir=rtl] .aZ9{margin-left:var(--space-300)}html:not([dir=rtl]) .hg6{margin-left:var(--space-negative-300)}html:not([dir=rtl]) .F14,html[dir=rtl] .hg6{margin-right:var(--space-negative-300)}html[dir=rtl] .F14{margin-left:var(--space-negative-300)}.IXh{margin-top:var(--space-300)}.MVx{margin-bottom:var(--space-300)}.kIV{margin-top:var(--space-negative-300)}.jy_{margin-bottom:var(--space-negative-300)}.yHN{padding-bottom:var(--space-300);padding-top:var(--space-300)}._rI{padding-left:var(--space-300);padding-right:var(--space-300)}html:not([dir=rtl]) .mPq{margin-left:var(--space-400)}html:not([dir=rtl]) .PWk,html[dir=rtl] .mPq{margin-right:var(--space-400)}html[dir=rtl] .PWk{margin-left:var(--space-400)}html:not([dir=rtl]) .Xj9{margin-left:var(--space-negative-400)}html:not([dir=rtl]) .ytw,html[dir=rtl] .Xj9{margin-right:var(--space-negative-400)}html[dir=rtl] .ytw{margin-left:var(--space-negative-400)}.QQ-{margin-top:var(--space-400)}.aJH{margin-bottom:var(--space-400)}.z0U{margin-top:var(--space-negative-400)}.aat{margin-bottom:var(--space-negative-400)}.zXv{padding-bottom:var(--space-400);padding-top:var(--space-400)}.T-1{padding-left:var(--space-400);padding-right:var(--space-400)}html:not([dir=rtl]) .DvC{margin-left:var(--space-500)}html:not([dir=rtl]) .s5e,html[dir=rtl] .DvC{margin-right:var(--space-500)}html[dir=rtl] .s5e{margin-left:var(--space-500)}html:not([dir=rtl]) .wvZ{margin-left:var(--space-negative-500)}html:not([dir=rtl]) .FXP,html[dir=rtl] .wvZ{margin-right:var(--space-negative-500)}html[dir=rtl] .FXP{margin-left:var(--space-negative-500)}.EBz{margin-top:var(--space-500)}.uSF{margin-bottom:var(--space-500)}.OhX{margin-top:var(--space-negative-500)}.iTV{margin-bottom:var(--space-negative-500)}.PYx{padding-bottom:var(--space-500);padding-top:var(--space-500)}.m9h{padding-left:var(--space-500);padding-right:var(--space-500)}html:not([dir=rtl]) .kTD{margin-left:var(--space-600)}html:not([dir=rtl]) .kOX,html[dir=rtl] .kTD{margin-right:var(--space-600)}html[dir=rtl] .kOX{margin-left:var(--space-600)}html:not([dir=rtl]) .lqj{margin-left:var(--space-negative-600)}html:not([dir=rtl]) .ZCr,html[dir=rtl] .lqj{margin-right:var(--space-negative-600)}html[dir=rtl] .ZCr{margin-left:var(--space-negative-600)}.iZ5{margin-top:var(--space-600)}.OyR{margin-bottom:var(--space-600)}.YDC{margin-top:var(--space-negative-600)}.fto{margin-bottom:var(--space-negative-600)}.tOQ{padding-bottom:var(--space-600);padding-top:var(--space-600)}.jYI{padding-left:var(--space-600);padding-right:var(--space-600)}html:not([dir=rtl]) .H3j{margin-left:var(--space-700)}html:not([dir=rtl]) .EiI,html[dir=rtl] .H3j{margin-right:var(--space-700)}html[dir=rtl] .EiI{margin-left:var(--space-700)}html:not([dir=rtl]) .mlz{margin-left:var(--space-negative-700)}html:not([dir=rtl]) .ebh,html[dir=rtl] .mlz{margin-right:var(--space-negative-700)}html[dir=rtl] .ebh{margin-left:var(--space-negative-700)}.UnQ{margin-top:var(--space-700)}.HKn{margin-bottom:var(--space-700)}.dB2{margin-top:var(--space-negative-700)}.YuP{margin-bottom:var(--space-negative-700)}.sZq{padding-bottom:var(--space-700);padding-top:var(--space-700)}.tN_{padding-left:var(--space-700);padding-right:var(--space-700)}html:not([dir=rtl]) .oDI{margin-left:var(--space-800)}html:not([dir=rtl]) .WMT,html[dir=rtl] .oDI{margin-right:var(--space-800)}html[dir=rtl] .WMT{margin-left:var(--space-800)}html:not([dir=rtl]) .bTV{margin-left:var(--space-negative-800)}html:not([dir=rtl]) .JhA,html[dir=rtl] .bTV{margin-right:var(--space-negative-800)}html[dir=rtl] .JhA{margin-left:var(--space-negative-800)}.RkS{margin-top:var(--space-800)}.y0o{margin-bottom:var(--space-800)}.VkD{margin-top:var(--space-negative-800)}.SYm{margin-bottom:var(--space-negative-800)}.yxR{padding-bottom:var(--space-800);padding-top:var(--space-800)}.HK0{padding-left:var(--space-800);padding-right:var(--space-800)}html:not([dir=rtl]) .Ola{margin-left:var(--space-900)}html:not([dir=rtl]) .sqZ,html[dir=rtl] .Ola{margin-right:var(--space-900)}html[dir=rtl] .sqZ{margin-left:var(--space-900)}html:not([dir=rtl]) .GfT{margin-left:var(--space-negative-900)}html:not([dir=rtl]) .hu4,html[dir=rtl] .GfT{margin-right:var(--space-negative-900)}html[dir=rtl] .hu4{margin-left:var(--space-negative-900)}.wee{margin-top:var(--space-900)}.Blb{margin-bottom:var(--space-900)}.P5M{margin-top:var(--space-negative-900)}.Xpm{margin-bottom:var(--space-negative-900)}.TSK{padding-bottom:var(--space-900);padding-top:var(--space-900)}.DOi{padding-left:var(--space-900);padding-right:var(--space-900)}}.kVc{display:block}.goI{display:inline}.KhY{display:inline-block}.DyB{display:inline-flex}.zsR{display:table}.sLG{overflow:hidden}.xqS{overflow:scroll}.vVc{overflow-x:scroll;overflow-y:hidden}.Cii{overflow-x:hidden;overflow-y:scroll}.XbT{overflow:auto}.r-d{overflow-x:hidden;overflow-y:auto}.xuU{max-width:100%}.XiG{position:relative}._he{position:fixed}.MIw{position:absolute}.qiB{position:relative;position:sticky}.QLY{top:var(--space-0)}.p6V{right:var(--space-0)}.ojN{bottom:var(--space-0)}.Rym{left:var(--space-0)}.I56{min-height:32px}.aZc{min-height:40px}.xD4{min-height:48px}.Hsu{box-sizing:border-box}.jr-{box-sizing:content-box}._O1{display:flex}@media (min-width:576px){.pRa{display:flex}}@media (min-width:768px){.t6T{display:flex}}@media (min-width:1312px){.i0q{display:flex}}.qT6{flex-direction:column}.kzZ{flex-wrap:wrap}.qF5{align-items:flex-start}.iJk{align-items:flex-end}.KS5{align-items:center}.dLb{align-items:baseline}.WOZ{align-items:stretch}@media (min-width:576px){.nH8{align-items:flex-start}.Kxm{align-items:flex-end}.YcN{align-items:center}.wKg{align-items:baseline}.sRf{align-items:stretch}}@media (min-width:768px){.yqc{align-items:flex-start}.Cor{align-items:flex-end}.ReJ{align-items:center}.Yfi{align-items:baseline}.fWv{align-items:stretch}}@media (min-width:1312px){.Xma{align-items:flex-start}.vu7{align-items:flex-end}.pD_{align-items:center}.gjO{align-items:baseline}.djZ{align-items:stretch}}.X0f{align-self:flex-start}.gRy{align-self:flex-end}.Z2K{align-self:center}.Op6{align-self:baseline}.Zvs{align-self:stretch}.rrK{justify-content:flex-start}.jx-{justify-content:flex-end}.mQ8{justify-content:center}.b8T{justify-content:space-between}.Ah0{justify-content:space-around}.nt5{justify-content:space-evenly}.yOS{align-content:flex-start}.hwG{align-content:flex-end}.TpD{align-content:center}.bkI{align-content:space-between}.x9O{align-content:space-around}.zus{align-content:space-evenly}.kBO{align-content:stretch}.ujU{flex:1 1 auto;min-height:0;min-width:0}.Eqh{flex:0 0 auto}.oTa{order:-1}.nEN{order:99999}.USg{min-width:60px}.CLD{width:100%}.zHq{height:100%}.Mmg{background-color:var(--color-background-tableofcontents-item-default)}html:not([dir=rtl]) .NEJ{padding-right:var(--space-400)}html[dir=rtl] .NEJ{padding-left:var(--space-400)}.u_D{background-color:var(--color-background-tableofcontents-item-hover)}html:not([dir=rtl]) .pbJ{padding-left:var(--space-300)}html:not([dir=rtl]) .h_g{padding-left:var(--space-800)}html:not([dir=rtl]) .hKe{padding-left:var(--space-1300)}html:not([dir=rtl]) .LXD{padding-left:72px}html:not([dir=rtl]) .MKA{padding-left:92px}html[dir=rtl] .pbJ{padding-right:var(--space-300)}html[dir=rtl] .h_g{padding-right:var(--space-800)}html[dir=rtl] .hKe{padding-right:var(--space-1300)}html[dir=rtl] .LXD{padding-right:72px}html[dir=rtl] .MKA{padding-right:92px}html:not([dir=rtl]) .Mmg{border-radius:2px 8px 8px 2px}html[dir=rtl] .Mmg{border-radius:8px 2px 2px 8px}.DHH{max-height:90vh}.DHH,.GS_{max-width:90vw}.GS_{height:100%}.kFh{min-height:40px;min-width:180px}.BR9{fill:currentColor;pointer-events:none}.E9a{color:var(--color-border-popover-primary)}.Uw7{color:var(--color-border-popover-secondary)}.KZC{color:var(--color-border-popover-education)}.V0G{background-color:var(--color-background-popover-primary);color:var(--color-border-popover-primary)}.dDH{background-color:var(--color-background-popover-secondary);color:var(--color-border-popover-secondary)}.D35{background-color:var(--color-background-popover-education);color:var(--color-border-popover-education)}</style><style id="experimental-font">@font-face {
font-family: 'Pin-Sans';
src: url('https://s.pinimg.com/webapp/Pin-Sans-MacOS-Regular-708c49dd.woff2') format('woff2');
font-weight: 400;
}
@font-face {
font-family: 'Pin-Sans';
src: url('https://s.pinimg.com/webapp/Pin-Sans-MacOS-Medium-704a4f34.woff2') format('woff2');
font-weight: 500;
}
@font-face {
font-family: 'Pin-Sans';
src: url('https://s.pinimg.com/webapp/Pin-Sans-MacOS-Bold-ce475d98.woff2') format('woff2');
font-weight: 700;
}
body, button, input, select, textarea {
font-family: 'Pin-Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif !important;
}
:root {
--font-family-default-latin: 'Pin-Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
}</style><style id="recaptcha">.grecaptcha-badge { visibility: hidden; }</style><!--$?--><template id="B:0"></template><!--/$--><!--$?--><template id="B:1"></template><!--/$--><script nonce="a0ca790e44b760063d68e9c20b13b9e0">(function r(t){const e=new WeakMap,n='.masonryContainer div[role="list"]',o=`${n} .static`;function i(t){return Math.floor(100*t)/100}function a({columnCount:t,item:n}){if(e.has(n))return e.get(n);const r=function({columnCount:t,item:e}){const n=e.dataset.columnSpan;if(!n)return;const r=parseInt(n,10);if(!Number.isNaN(r))return r;const o=JSON.parse(atob(n));return t>8&&o.xl?o.xl:t>4&&o.lg?o.lg:t>2&&o.md?o.md:o.sm??1}({columnCount:t,item:n});return e.set(n,r),r}try{const e=Array.from(document.querySelectorAll(o)),l=e.some((t=>t.getElementsByTagName("template").length>0));if(!window.__PWS_CLIENT_RENDER_INIT__&&(!e.length||l||!e[0].getBoundingClientRect().width))return void requestAnimationFrame((()=>r(t)));const s=Array.from(document.querySelectorAll(n));if(0===s.length)return;s.forEach((e=>{const n=Array.from(e.querySelectorAll(o)),r=n.findIndex((t=>!(1!==Number(t.dataset.columnSpan)))),l=i(e.getBoundingClientRect().width),s=i(n[r].getBoundingClientRect().width),c=Array.from(n[r]?.children||[]).find((t=>"style"!==t.tagName.toLowerCase())),m=c?i(c.getBoundingClientRect().width):0,u=s-m,d=Math.floor(l/s),p=new Array(d).fill(0),f=n.filter((t=>1!==Number(t.dataset.columnSpan)));let h=d;for(const t of f){const e=n.indexOf(t),r=a({columnCount:d,item:t}),o=Math.min(r??1/0,d);if(!(h>=o+e)){const t=e<h?n.slice(e+1,h+1):[];n.splice(e,1/0,...t);break}h-=o-1}const g=n.map((e=>{const n=function(t){let e=0;for(let n=1;n<t.length;n+=1)t[n]<t[e]&&(e=n);return e}(p),r=p[n],o=n*s;if(p[n]=p[n]+e.clientHeight+u,f.includes(e)){const t=Math.min(a({columnCount:d,item:e})??1/0,d);for(let r=1;r<t;r+=1)p[n+r]=p[n+r]+e.clientHeight+u}return t?["top: 0px;","left: 0px;",`transform: translateX(${o}px ) translateY(${r}px);`,`webkit-transform: translateX(${o}px ) translateY(${r}px);`,"position: absolute !important;","visibility: visible !important;"].join(""):["top:"+r+"px !important;","left:"+o+"px !important;","position: absolute !important;","visibility: visible !important;"].join("")}));n.forEach(((t,e)=>{const n=g[e];t.style.cssText+=n}));const y=document.getElementsByClassName("moreIdeasBoardRepCarousel")[0],x=y?.parentElement?.clientWidth||0,C=document.querySelectorAll("[data-carousel-indicator='carousel-card']"),N=x>(C[0]&&C.length*C[0].clientWidth||0)?"center":"start",b=y?.children&&y.children[0];b&&(b.style.cssText+="justify-content: "+N);const S=Math.max(...p)-u;e.style.height=S+"px"}))}catch(t){if(false){}}}(false))</script></head><body><script nonce="a0ca790e44b760063d68e9c20b13b9e0" type="text/javascript">(function placeholderResourceSuspenseSSRhandler() {
if (!window) {
return;
}
window.__PWS_RESOURCE_DATA_BEFORE_INIT__ = [];
window.__PWS_RESOURCE_PENDING_BEFORE_INIT__ = {};
function dataHandler(serverResourceResponse) {
window.__PWS_RESOURCE_DATA_BEFORE_INIT__.push(serverResourceResponse);
}
function pendingHandler(resourceName, encodedOptionsKey) {
if (!window.__PWS_RESOURCE_PENDING_BEFORE_INIT__[resourceName]) {
window.__PWS_RESOURCE_PENDING_BEFORE_INIT__[resourceName] = new Set();
}
window.__PWS_RESOURCE_PENDING_BEFORE_INIT__[resourceName].add(encodedOptionsKey);
}
window.__PWS_RESOURCE_SSR_HANDLER__ = dataHandler;
window.__PWS_RESOURCE_PENDING_FETCH_HANDLER__ = pendingHandler;
}())</script><div data-reactcontainer="true" id="__PWS_ROOT__"><!--$--><!--$?--><template id="B:2"></template><!--/$--><!--/$--></div><!--$?--><template id="B:3"></template><!--/$--><script id="__PWS_DATA__" type="application/json">{"adsAPIDomain":"https://api.pinterest.com","appVersion":"ff8518c","context":{"analysis_ua":{"app_type":5,"app_version":"","browser_name":"Other","browser_version":"","device_type":null,"device":"Other","os_name":"Other","os_version":""},"app_type_detailed":5,"app_version":"ff8518c","batch_exp":true,"browser_locale":"en-US","browser_name":"Other","browser_type":null,"browser_version":"","country":"US","country_from_hostname":"US","country_from_ip":"US","csp_nonce":"a0ca790e44b760063d68e9c20b13b9e0","current_url":"https://www.pinterest.com/sobitech/","debug":false,"deep_link":"","enabled_advertiser_countries":["AR","AT","AU","BE","BR","CA","CH","CL","CO","DE","DK","ES","FI","FR","GB","IE","IT","JP","LU","MX","NL","NO","NZ","PT","SE","US"],"facebook_token":null,"full_path":"/sobitech/","http_referrer":"","impersonator_user_id":null,"invite_code":"","invite_sender_id":"","is_authenticated":false,"is_bot":"false","is_full_page":true,"is_mobile_agent":false,"is_sterling_on_steroids":false,"is_tablet_agent":false,"language":"en","locale":"en-US","origin":"https://www.pinterest.com","path":"/sobitech/","placed_experiences":null,"referrer":null,"region_from_ip":"VA","request_host":"www.pinterest.com","request_identifier":"1499430036608433","social_bot":"","stage":"prod","sterling_on_steroids_ldap":null,"sterling_on_steroids_user_type":null,"theme":"light","unauth_id":"48afb37876f74fa49d6b449f6ed9d36f","seo_debug":false,"user_agent_can_use_native_app":false,"user_agent_platform":"other","user_agent_platform_version":null,"user_agent":"FeedValidator/1.3","user":{"unauth_id":"48afb37876f74fa49d6b449f6ed9d36f","ip_country":"US","ip_region":"VA"},"utm_campaign":null,"visible_url":"/sobitech/"},"enableAdaptiveStatsLoggingFlush":false,"experiments":{"active":{"web_gestalt_visualrefresh":"enabled_pinrep"},"triggerable":{"anticlimax_unauth_support":"enabled","bi_ads_repository_unauth":"enabled","build_with_rspack":"control","closeup_unauth_affiliate_ui_label_web":"enabled","concierge_cc_integration":"enabled_2","dweb_download_in_context_menus_v3":"enabled_download_click_sharesheet_ramp_allow_1","dweb_login_top_of_unauth_home_page":"enabled","dweb_public_profile_header_update_unauth":"enabled","dweb_signup_to_login_modal_q2_push":"enabled_pin_wash","dweb_unauth_dynamic_search_placeholder":"enabled_vase_loop_rollout","dweb_unauth_turn_on_personalized_fb_button":"enabled_rollout","lop_unauth_personalization_search_history_mweb":"enabled_roll_out","lop_unauth_personalization_search_recs_mweb":"enabled_all_users_6","magic_link_login_for_forgot_password_user":"control","mweb_closeup_unauth_asr_module":"control","mweb_closeup_unauth_asr_module_img_signature":"enabled","mweb_download_in_context_menus_v3":"enabled_download_click_sharesheet_ramp_allow_1","mweb_fb_login_recovery_parent":"mweb_unauth_fb_login_account_recovery_flow","mweb_unauth_navigational_pages_upsell":"enabled","mweb_unauth_turn_on_personalized_fb_button":"enabled_rollout","pc_authentication_solution_login_experiments":"dweb_unauth_magic_link_login_primary","planning_hub_internal_upsell_tiers":"enabled","planning_hub_plan_activation":"enabled","seller_migration_mp":"enabled","sg_dweb_unauth_social_pin_landing_page":"enabled_popover_default","simplify_creator_attributions_unauth_web_board_regression":"enabled","single_tap_unauth":"enabled_button_no_link","sterling_performance_improvements":"enabled","trends_predictions_v2":"enabled","unauth_board_n_col_interests_dweb":"enabled_15","unauth_board_n_col_interests_dweb_short":"enabled_primary_only","unauth_board_n_col_interests_mweb":"enabled_10","unauth_board_preview_profile":"control","unauth_closeup_fields_simplification":"control","unauth_disable_www_redirect":"enabled_3","unauth_double_load_fix":"control","unauth_dweb_graphql_pin_page":"enabled","unauth_google_connect_on_reset_password_page":"enabled","unauth_grid_fields_simplification":"control","unauth_mweb_google_connect_on_reset_password_page":"enabled","unauth_p2p_ranker_2023_experiment":"p2p_unauth_nonpersonalized_model","unauth_page_wrapper_footer_logs":"enabled_2","unauth_web_homepage_link_switch":"control","unauth_web_isstorypin_fix":"control","upsell_diversity_navigational_pages":"enabled_4_pages_rollout","web_exclude_from_grid_rep_tests":"enabled","web_graphql_closeup_details_variant":"control","web_masonry_enable_dynamic_heights_for_all":"control","web_perf_logger_v4":"enabled","web_unauth_business_access_invite_token":"enabled","web_unauth_existing_search_query_layout_shift_fix":"enabled","web_unauth_search_tab_render_layout_shift_fix":"enabled","web_unauth_vertical_nav":"control","webapp_node_pin_page_a_a":"control","xact_match_vid_ccp":"enabled"}},"initialHandlerId":"www/[username].js","isPrefetch":false,"renderMode":"shellReady","site":"www","serverRenderStageName":"prod"}</script><script id="__PWS_ROUTES__" type="application/json">{"_/_/accessibility.js":{"dependencies":["https://s.pinimg.com/webapp/www/_/_/accessibility-264d4763b616c51d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/developer-tools/cookies.js":{"dependencies":["https://s.pinimg.com/webapp/www/_/_/developer-tools/cookies-dc7dfcd067742052.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/developer-tools.js":{"dependencies":["https://s.pinimg.com/webapp/www/_/_/developer-tools-bbff45e03c46fd9f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/developer-tools/experiments-for-viewer.js":{"dependencies":["https://s.pinimg.com/webapp/www/_/_/developer-tools/experiments-for-viewer-a915482d199de8da.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/developer-tools/experiments-override.js":{"dependencies":["https://s.pinimg.com/webapp/1604-8538d710bb1cb914.js","https://s.pinimg.com/webapp/69386-d003485b63746e03.js","https://s.pinimg.com/webapp/www/_/_/developer-tools/experiments-override-12230714d84be988.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/developer-tools/request-headers-override.js":{"dependencies":["https://s.pinimg.com/webapp/www/_/_/developer-tools/request-headers-override-0e6291a1e1a4bd41.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/developer-tools/structured-feed.js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/15246-171da29e9c253dea.js","https://s.pinimg.com/webapp/12386-5608c084bfb2f1fe.js","https://s.pinimg.com/webapp/www/_/_/developer-tools/structured-feed-baa07f7e44d93497.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"_/_/internal/reactperf1.js":{"dependencies":["https://s.pinimg.com/webapp/www/_/_/internal/reactperf1-ea78d3104a3e7d5a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_boards.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_collages.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_created.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_followers.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_pins.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_profile.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_following.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_profile/_created.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_profile/_saved.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_saved.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_shopping_list.js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/_shopping_list-942042b6582e3475.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/_shopping_list/[filterId].js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/_shopping_list-942042b6582e3475.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/[username]/[slug]-ccf46c22602266d1.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/_tools/more-ideas.js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/[slug]/more_ideas-b2e3eb2e4615bb23.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/_tools/organize.js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/[slug]/_tools/organize-32c75f458c4f0c62.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/_tools/saved-products.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/95470-80148f817c419dd4.js","https://s.pinimg.com/webapp/88199-3bc494a9fbaa1eb3.js","https://s.pinimg.com/webapp/www/[username]/[slug]/_tools/saved-products-ecc4683450174c13.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/_tools/shop.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/84659-2e66b01ea2080765.js","https://s.pinimg.com/webapp/95470-80148f817c419dd4.js","https://s.pinimg.com/webapp/www/[username]/[slug]/_tools/shop-cbfdebc58b984469.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/[section_slug].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/[username]/[slug]/[section_slug]-549ba830529a81e7.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/[section_slug]/_tools/more-ideas.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/www/[username]/[slug]/[section_slug]/_tools/more-ideas-dbd2a12911c4d2d8.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/[section_slug]/_tools/organize.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/www/[username]/[slug]/[section_slug]/_tools/organize-05cee4c19be69d91.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/invite.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/[username]/[slug]/invite-1a57e45f016f6712.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/[slug]/more_ideas.js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/[slug]/more_ideas-b2e3eb2e4615bb23.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/organize.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/www/[username]/organize-dc609c6cf71d3f68.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/pins.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/[username]/pins-2b859ea7f424094a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/profile-about.js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/profile-about-ba3469a04ceced21.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/report.js":{"dependencies":["https://s.pinimg.com/webapp/92995-71073c1686d09ec3.js","https://s.pinimg.com/webapp/www/[username]/report-a74fa400e4301da0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/scheduled-pins.js":{"dependencies":["https://s.pinimg.com/webapp/www/[username]/scheduled-pins-1be9797ee1d3c088.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/scheduled-pin/[scheduled_pin_id].js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/www/[username]/scheduled-pin/[scheduled_pin_id]-82797c404cb2f83c.css","https://s.pinimg.com/webapp/www/[username]/scheduled-pin/[scheduled_pin_id]-3548020bc58ac6e9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/story_pins.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/topics.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/tried.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"[username]/video_pins.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/www/[username]-ad7cd2b51ade67c9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/content-claiming/application.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/www/about/content-claiming/application-637c9ce387aae7fe.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/[lawName].js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/3312-12a4ffd7f4060106.js","https://s.pinimg.com/webapp/www/about/[lawName]-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/about/[lawName]-b6747b58b6107706.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/copyright/counter-notice.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/www/about/copyright/counter-notice-4c4fba2312a52c44.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/copyright/dmca-pin.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/www/about/copyright/dmca-pin-e23ac26a8ee5a048.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/copyright/dmca-pin/pin.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/www/about/copyright/dmca-pin-e23ac26a8ee5a048.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/copyright/dmca-pin/pin/[id].js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/www/about/copyright/dmca-pin-e23ac26a8ee5a048.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/copyright/dmca-pin/web-result/[id].js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/www/about/copyright/dmca-pin-e23ac26a8ee5a048.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/copyright/music-appeal.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/3312-12a4ffd7f4060106.js","https://s.pinimg.com/webapp/www/about/copyright/music-appeal-af6488814fe8ce0e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/radtc.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/3312-12a4ffd7f4060106.js","https://s.pinimg.com/webapp/www/about/radtc-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/about/radtc-cf716cdf8cdf0256.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/trademark.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/www/about/trademark-02781840134f7a20.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"about/trademark/[claimType].js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/50414-5977d72eca97a202.js","https://s.pinimg.com/webapp/www/about/trademark-02781840134f7a20.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"add-account.js":{"dependencies":["https://s.pinimg.com/webapp/61994-ee17938a5fa2aafa.js","https://s.pinimg.com/webapp/www/add-account-d8b2e732b0a3aec9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"age_verification.js":{"dependencies":["https://s.pinimg.com/webapp/www/age_verification-d7a0227a826f6630.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"advertiser/quick-promote.js":{"dependencies":["https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/37233-4b3820b68521a9f0.js","https://s.pinimg.com/webapp/www/advertiser/quick-promote-5d42046b49e28f42.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"age-appeal/confirmation.js":{"dependencies":["https://s.pinimg.com/webapp/36240-0cda6a21568d052d.js","https://s.pinimg.com/webapp/www/age-appeal/confirmation-31ee511737065e5b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"age-appeal/redirect.js":{"dependencies":["https://s.pinimg.com/webapp/36240-0cda6a21568d052d.js","https://s.pinimg.com/webapp/www/age-appeal/redirect-0d9901c256b323d6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"age-appeal/start-appeal.js":{"dependencies":["https://s.pinimg.com/webapp/www/age-appeal/start-appeal-035de63495eb6228.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"age-appeal/submitted.js":{"dependencies":["https://s.pinimg.com/webapp/www/age-appeal/submitted-bd1c77021501d0bc.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"app-factory-oauth.js":{"dependencies":["https://s.pinimg.com/webapp/www/app-factory-oauth-431d288125778ab5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/create_section/pins.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/www/board/[id]/create_section-a82ef644bfb9aeea.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"appealed-pin.js":{"dependencies":["https://s.pinimg.com/webapp/www/appealed-pin-b0bf54619397de99.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/create_section.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/www/board/[id]/create_section-a82ef644bfb9aeea.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/edit.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/54697-4c187fab6f432834.js","https://s.pinimg.com/webapp/82222-d47d85596e314e6b.js","https://s.pinimg.com/webapp/32737-90cbef78a5714e22.js","https://s.pinimg.com/webapp/www/board/[id]/edit-0974689cba990c3b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/edit/add_collaborators.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/54697-4c187fab6f432834.js","https://s.pinimg.com/webapp/82222-d47d85596e314e6b.js","https://s.pinimg.com/webapp/32737-90cbef78a5714e22.js","https://s.pinimg.com/webapp/www/board/[id]/edit-0974689cba990c3b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/edit/collaborators.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/54697-4c187fab6f432834.js","https://s.pinimg.com/webapp/82222-d47d85596e314e6b.js","https://s.pinimg.com/webapp/32737-90cbef78a5714e22.js","https://s.pinimg.com/webapp/www/board/[id]/edit-0974689cba990c3b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/organize.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/77408-ccdc7268bf496087.js","https://s.pinimg.com/webapp/www/board/[id]/organize-f507e4a40d6c27a6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/organize/add.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/77408-ccdc7268bf496087.js","https://s.pinimg.com/webapp/www/board/[id]/organize-f507e4a40d6c27a6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/organize/repin.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/77408-ccdc7268bf496087.js","https://s.pinimg.com/webapp/www/board/[id]/organize-f507e4a40d6c27a6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/permissions.js":{"dependencies":["https://s.pinimg.com/webapp/82222-d47d85596e314e6b.js","https://s.pinimg.com/webapp/www/board/[id]/permissions-0efe6ba701374ba5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/[id]/report.js":{"dependencies":["https://s.pinimg.com/webapp/92995-71073c1686d09ec3.js","https://s.pinimg.com/webapp/www/board/[id]/report-7139158ddc62bd50.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/create.js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/59292-9e2ac69c1c05eef1.js","https://s.pinimg.com/webapp/68031-b7629d6ec26e502d.js","https://s.pinimg.com/webapp/1604-8538d710bb1cb914.js","https://s.pinimg.com/webapp/www/board/create-f37176b86507932c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/create/[pinId].js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/59292-9e2ac69c1c05eef1.js","https://s.pinimg.com/webapp/68031-b7629d6ec26e502d.js","https://s.pinimg.com/webapp/1604-8538d710bb1cb914.js","https://s.pinimg.com/webapp/www/board/create-f37176b86507932c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"board/create/cluster/[clusterId].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/www/board/create/cluster/[clusterId]-1acc4a78939c337b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"boardsection/[id]/edit.js":{"dependencies":["https://s.pinimg.com/webapp/54697-4c187fab6f432834.js","https://s.pinimg.com/webapp/www/boardsection/[id]/edit-90bfea96e91d4ac9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"boardsection/[id]/organize.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/59257-1c29e4cb0982d200.js","https://s.pinimg.com/webapp/www/boardsection/[id]/organize-715f3e4af93712bc.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"boardsection/[id]/organize/add.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/59257-1c29e4cb0982d200.js","https://s.pinimg.com/webapp/www/boardsection/[id]/organize/add-590999bf92a16777.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"boardsection/[id]/organize/repin.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/75250-c8d75e94c6633fe9.js","https://s.pinimg.com/webapp/59257-1c29e4cb0982d200.js","https://s.pinimg.com/webapp/www/boardsection/[id]/organize/repin-405e99451fb1ad6a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"branded-pins.js":{"dependencies":["https://s.pinimg.com/webapp/www/branded-pins-e43bc91c7b0d8add.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-hierarchy/[businessHierarchyId]/business_security.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-hierarchy/[businessHierarchyId]/business_security-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-hierarchy/[businessHierarchyId]/business_security-c894644f0ef3a429.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-hierarchy/[businessHierarchyId]/dashboard.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/dashboard-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/dashboard-66d969c8c23cbf00.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-hierarchy/[businessHierarchyId]/hierarchy.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-hierarchy/[businessHierarchyId]/hierarchy-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-hierarchy/[businessHierarchyId]/hierarchy-0c7a1fd7b1cc1658.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-hierarchy/[businessHierarchyId]/managers.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-hierarchy/[businessHierarchyId]/managers-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-hierarchy/[businessHierarchyId]/managers-7b4374e9ae6999fb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager-53eea430de4d35c6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId].js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]-6d2ad0eabf79fc08.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/ad-accounts.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts-4569ce1c38609456.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/ad-accounts/[detailId]/details.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts/[detailId]/details-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts/[detailId]/details-dab00f06077b6bde.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/ad-accounts/cee-migration.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts/cee-migration-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts/cee-migration-966eee1e5567e83c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/ad-accounts/pending.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts-4569ce1c38609456.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/ad-accounts/pending/[detailId]/details.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts/[detailId]/details-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/ad-accounts/[detailId]/details-dab00f06077b6bde.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/apps.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/apps-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/apps-4744521518d2ebad.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/asset-groups.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/asset-groups-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/asset-groups-ef07ee8265078816.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/audiences.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/audiences-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/audiences-bf8340f608e037e6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/brand-safety.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/brand-safety-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/brand-safety-247191bba06ba2c2.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/catalogs.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/catalogs-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/catalogs-3602119bb1d71a58.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/dashboard.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/dashboard-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/dashboard-66d969c8c23cbf00.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/employees/[detailId]/details.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/employees/[detailId]/details-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/employees/[detailId]/details-13aef140999001d1.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/employees/pending.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]-6d2ad0eabf79fc08.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/employees.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]-6d2ad0eabf79fc08.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/history.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/history-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/history-e0fb38a77dbe4edb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/invoice-management.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/invoice-management-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/invoice-management-eb0c97cf1e8afce0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/partners.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/partners-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/partners-6ae9d0c61b0c293c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/partners/[detailId]/details.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/partners/[detailId]/details-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/partners/[detailId]/details-e7c56fbb429cad25.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/partners/pending.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/partners-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/partners-6ae9d0c61b0c293c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/profiles.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/profiles-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/profiles-686bdb4052faa22f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/security.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/security-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/security-4a6267803f1093d2.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/profiles/[detailId]/details.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/profiles/[detailId]/details-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/profiles/[detailId]/details-d7f43145dc7083a3.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/settings.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/settings-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/settings-ad87888affc4a2c7.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/shared-tags.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/shared-tags-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/shared-tags-fa91d8ff563467bc.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/system-users.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/system-users-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/system-users-ba004b2e4d9d61d0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/business-manager/[userBizId]/shared/[detailId]/details.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/shared/[detailId]/details-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/business-manager/[userBizId]/shared/[detailId]/details-232d03f5ca4d2f9c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/add-items.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/bulk.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/[feed_profile_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/[feed_profile_id]/trends.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/[feed_profile_id]/detail.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/[feed_profile_id]/workflows/[workflow_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/[feed_profile_id]/workflows/[workflow_id]/alert/[event_type_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/api/detail.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/regions.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/supplemental/[supplemental_feed_profile_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/stores.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/supplemental/[supplemental_feed_profile_id]/detail.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/supplemental/[supplemental_feed_profile_id]/workflows/[workflow_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/diagnostics.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/data-sources/supplemental/[supplemental_feed_profile_id]/workflows/[workflow_id]/alert/[event_type_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/diagnosticsv2.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/listings.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/pins.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-groups.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-groups/[product_group_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-groups/bulk.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-groups/create.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-groups/create/[product_group_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-groups/edit/[product_group_id].js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/product-listings.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/products.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/[catalog_id]/trends.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/add-items.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/bulk.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/data-sources.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/diagnostics.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/diagnosticsv2.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/overview.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/listings.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/pins.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/product-groups.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/product-listings.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/products.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/promotions.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/promotions/history.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/catalogs/trends.js":{"dependencies":["https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/www/business/catalogs-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/catalogs-125f3db16930b9eb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/community-information.js":{"dependencies":["https://s.pinimg.com/webapp/www/business/community-information-4fffeb2212a8eca0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/convert.js":{"dependencies":["https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/64157-027415ae7ff640ce.js","https://s.pinimg.com/webapp/42079-c138677bc99561ab.js","https://s.pinimg.com/webapp/www/business/convert-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/business/convert-9f9e4e2e374b84ae.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/commerce-integrations/[version]/connect.js":{"dependencies":["https://s.pinimg.com/webapp/42132-7c18e8b16a5ffe7b.js","https://s.pinimg.com/webapp/www/business/commerce-integrations/[version]/connect-576cc4c04d045ec1.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/convert/start.js":{"dependencies":["https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/19578-22f251b23f9dbd88.js","https://s.pinimg.com/webapp/www/business/convert/start-dc2f073004df971a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/create.js":{"dependencies":["https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/64157-027415ae7ff640ce.js","https://s.pinimg.com/webapp/42079-c138677bc99561ab.js","https://s.pinimg.com/webapp/www/business/create-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/business/create-4f870d7210ec072c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/hub.js":{"dependencies":["https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/26402-9e6a452e2e6df791.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/www/business/hub-6384adea5780b4d1.css","https://s.pinimg.com/webapp/www/business/hub-f7965107d422a963.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/install_app.js":{"dependencies":["https://s.pinimg.com/webapp/www/business/install_app-df583a8b098faba9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/invite/[inviteCode].js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/87868-705a3e3a2158b7d9.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/43200-2c3d02e56ae0c1cf.js","https://s.pinimg.com/webapp/www/business/invite/[inviteCode]-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/business/invite/[inviteCode]-d47a27f18bae13a6.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/login.js":{"dependencies":["https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/38628-67bea7993bc0ce2b.js","https://s.pinimg.com/webapp/41420-f225afc4b3769fdd.js","https://s.pinimg.com/webapp/76024-8b0825ad05158d9a.js","https://s.pinimg.com/webapp/www/login-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/login-d3e582e31f3a63df.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/marketing-plan.js":{"dependencies":["https://s.pinimg.com/webapp/87802-014d5db2a0554f47.js","https://s.pinimg.com/webapp/59292-9e2ac69c1c05eef1.js","https://s.pinimg.com/webapp/78103-053c111c212b2500.js","https://s.pinimg.com/webapp/www/business/marketing-plan-bc5a866b2e5c1204.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/signup.js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/19578-22f251b23f9dbd88.js","https://s.pinimg.com/webapp/44288-f336b2174e8db338.js","https://s.pinimg.com/webapp/www/signup-bda3595fc9b97fe5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/onboarding.js":{"dependencies":["https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/12423-80b1aadc7a1c9610.js","https://s.pinimg.com/webapp/www/business/onboarding-0d05b9862c3a8dca.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/signup/step[step].js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/19578-22f251b23f9dbd88.js","https://s.pinimg.com/webapp/44288-f336b2174e8db338.js","https://s.pinimg.com/webapp/www/signup-bda3595fc9b97fe5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/switch-account.js":{"dependencies":["https://s.pinimg.com/webapp/www/business/switch-account-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/business/switch-account-15a2e61d39190843.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/update.js":{"dependencies":["https://s.pinimg.com/webapp/89999-a5f5f69903970734.js","https://s.pinimg.com/webapp/6473-b1935b4120be4a52.js","https://s.pinimg.com/webapp/www/business/update-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/business/update-9fa12e6ccbb2bc61.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"business/website-content-manager.js":{"dependencies":["https://s.pinimg.com/webapp/www/business/website-content-manager-d7d7c371e3304823.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"close-account.js":{"dependencies":["https://s.pinimg.com/webapp/80514-ed3d81c94f112d69.js","https://s.pinimg.com/webapp/85261-7a7ec3dcd6176d8d.js","https://s.pinimg.com/webapp/www/close-account-82d7c0a515f268bb.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"content-claiming.js":{"dependencies":["https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/www/content-claiming-028b4732e160f52b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"collage-creation-tool.js":{"dependencies":["https://s.pinimg.com/webapp/6718-40a7b4cb29c5429f.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/50333-4f213a5b1280c924.js","https://s.pinimg.com/webapp/www/collage-creation-tool-e722a6477ed7f81a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"conversation/[conversation_id].js":{"dependencies":["https://s.pinimg.com/webapp/92995-71073c1686d09ec3.js","https://s.pinimg.com/webapp/9290-8e5a8ebfe00e23c2.js","https://s.pinimg.com/webapp/13025-30904d99890c8f74.js","https://s.pinimg.com/webapp/70121-a6d03e99446b19e0.js","https://s.pinimg.com/webapp/98757-e7d8362fa4720270.js","https://s.pinimg.com/webapp/www/conversation/[conversation_id]-d31263b522f50676.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"convert-personal.js":{"dependencies":["https://s.pinimg.com/webapp/63057-e33e85bbfcf20695.js","https://s.pinimg.com/webapp/www/convert-personal-2fda58383498da16.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"copyright-reporting/[username].js":{"dependencies":["https://s.pinimg.com/webapp/www/copyright-reporting/[username]-ea35965d6e1ef05e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"convert-business.js":{"dependencies":["https://s.pinimg.com/webapp/63057-e33e85bbfcf20695.js","https://s.pinimg.com/webapp/www/convert-business-01ca0ae06f636d88.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"create-business.js":{"dependencies":["https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/64157-027415ae7ff640ce.js","https://s.pinimg.com/webapp/77729-01fb5fed473eba1d.js","https://s.pinimg.com/webapp/www/create-business-ab1e1829c01f38d9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"create-personal.js":{"dependencies":["https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/38628-67bea7993bc0ce2b.js","https://s.pinimg.com/webapp/71731-7884534b57fbb002.js","https://s.pinimg.com/webapp/www/create-personal-7af16eab43e64364.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"creator-onboarding-landing.js":{"dependencies":["https://s.pinimg.com/webapp/www/creator-onboarding-landing-0197f82d0e64fe8c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"csrf_error.js":{"dependencies":["https://s.pinimg.com/webapp/www/csrf_error-ea7cbcf75aecb212.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"deactivate-account.js":{"dependencies":["https://s.pinimg.com/webapp/80514-ed3d81c94f112d69.js","https://s.pinimg.com/webapp/85261-7a7ec3dcd6176d8d.js","https://s.pinimg.com/webapp/www/deactivate-account-c4bf17a99513b8d3.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"edit.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/65323-eebbb5fa4025e274.js","https://s.pinimg.com/webapp/56426-8343538c1ba941df.js","https://s.pinimg.com/webapp/www/edit-48fde3c2a75e7b86.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"email_verification_error.js":{"dependencies":["https://s.pinimg.com/webapp/www/email_verification_error-9c9939a5150ff0dc.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"edit/[page].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/65323-eebbb5fa4025e274.js","https://s.pinimg.com/webapp/56426-8343538c1ba941df.js","https://s.pinimg.com/webapp/www/edit/[page]-c6380598c7db54da.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"email/remove.js":{"dependencies":["https://s.pinimg.com/webapp/www/email/remove-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/email/remove-db722e16312e147e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"email/subscription.js":{"dependencies":["https://s.pinimg.com/webapp/63693-1bd1baef89a97095.js","https://s.pinimg.com/webapp/www/email/subscription-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/email/subscription-bea6b2ad18e6d115.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"email/user_survey.js":{"dependencies":["https://s.pinimg.com/webapp/www/email/user_survey-45dc75c2d0fecd6d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"engagement.js":{"dependencies":["https://s.pinimg.com/webapp/www/engagement-379b8931e9a24c53.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"engagement/[page].js":{"dependencies":["https://s.pinimg.com/webapp/www/engagement-379b8931e9a24c53.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"homefeed.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/www/index-37c09681ba34c352.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"for-you/[boardId].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/54697-4c187fab6f432834.js","https://s.pinimg.com/webapp/www/for-you/[boardId]-8e56f123a438285f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"homefeed/debug.js":{"dependencies":["https://s.pinimg.com/webapp/www/homefeed/debug-5c27e6c072840ba5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"idea-ads-tool.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/93041-16857cf5bc716091.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/www/idea-ads-tool-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/idea-ads-tool-f913f4f3710e2ea0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"idea-pin-builder.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/93041-16857cf5bc716091.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/www/idea-ads-tool-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/idea-ads-tool-f913f4f3710e2ea0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"ideas.js":{"dependencies":["https://s.pinimg.com/webapp/www/ideas-439f6b5cf8f6ee51.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"ideas/[interest]/[id].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/www/ideas/[interest]/[id]-b054ee101e86e215.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"inbox.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/92995-71073c1686d09ec3.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/16730-4adeb4f2cff6834f.js","https://s.pinimg.com/webapp/www/inbox-ca2c7d814fc1dd6e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"inbox/compose.js":{"dependencies":["https://s.pinimg.com/webapp/www/inbox/compose-ff0376e2efe2ae91.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"inbox/requests.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/73876-f3d5dfe6ced6eab2.js","https://s.pinimg.com/webapp/16730-4adeb4f2cff6834f.js","https://s.pinimg.com/webapp/www/inbox/requests-566291b0060a8965.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"index.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/www/index-37c09681ba34c352.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"invited.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/38628-67bea7993bc0ce2b.js","https://s.pinimg.com/webapp/www/invited-e63daa4ce988bfba.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"lens-search.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/84659-2e66b01ea2080765.js","https://s.pinimg.com/webapp/50333-4f213a5b1280c924.js","https://s.pinimg.com/webapp/91420-572f2de664368f0e.js","https://s.pinimg.com/webapp/64534-514c980f587e31d5.js","https://s.pinimg.com/webapp/www/lens-search-6bcba988f4a0415d.css","https://s.pinimg.com/webapp/www/lens-search-a8b7bef849aca02d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"lens-search/history.js":{"dependencies":["https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/84659-2e66b01ea2080765.js","https://s.pinimg.com/webapp/50333-4f213a5b1280c924.js","https://s.pinimg.com/webapp/91420-572f2de664368f0e.js","https://s.pinimg.com/webapp/64534-514c980f587e31d5.js","https://s.pinimg.com/webapp/www/lens-search/history-6bcba988f4a0415d.css","https://s.pinimg.com/webapp/www/lens-search/history-a97b844cbe50b807.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"linked/signup/step[step].js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/19578-22f251b23f9dbd88.js","https://s.pinimg.com/webapp/44288-f336b2174e8db338.js","https://s.pinimg.com/webapp/www/signup-bda3595fc9b97fe5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"login.js":{"dependencies":["https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/38628-67bea7993bc0ce2b.js","https://s.pinimg.com/webapp/41420-f225afc4b3769fdd.js","https://s.pinimg.com/webapp/76024-8b0825ad05158d9a.js","https://s.pinimg.com/webapp/www/login-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/login-d3e582e31f3a63df.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"login/mfa.js":{"dependencies":["https://s.pinimg.com/webapp/www/login/mfa-91a67f6a6e2eb777.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"me.js":{"dependencies":["https://s.pinimg.com/webapp/www/me-cdcfb76353e9eed9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"logout.js":{"dependencies":["https://s.pinimg.com/webapp/1012-295177282e3efb9f.js","https://s.pinimg.com/webapp/www/logout-29c956bdc24c8caf.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"news_hub/[id].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/65323-eebbb5fa4025e274.js","https://s.pinimg.com/webapp/www/news_hub/[id]-67e934cfb716b92b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"oauth.js":{"dependencies":["https://s.pinimg.com/webapp/www/oauth-407db3f63d62c5e5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"notifications.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/14829-a81cdb41cf303e35.js","https://s.pinimg.com/webapp/www/notifications-082fc2c22fbe2ff3.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"oauth/line/redirect.js":{"dependencies":["https://s.pinimg.com/webapp/www/oauth/line/redirect-622386044a2f435c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"oauth/login.js":{"dependencies":["https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/53843-cb7a2b881baf1adf.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/38628-67bea7993bc0ce2b.js","https://s.pinimg.com/webapp/41420-f225afc4b3769fdd.js","https://s.pinimg.com/webapp/76024-8b0825ad05158d9a.js","https://s.pinimg.com/webapp/www/login-ff59c3a64a93d90c.css","https://s.pinimg.com/webapp/www/login-d3e582e31f3a63df.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"parent_contact_info.js":{"dependencies":["https://s.pinimg.com/webapp/www/parent_contact_info-9ba81b947a53b9bf.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"parental-passcode.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/40019-3fdaeb408660d49a.js","https://s.pinimg.com/webapp/www/parental-passcode-fbf3ab0dfaf0593b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"password/reset.js":{"dependencies":["https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/41420-f225afc4b3769fdd.js","https://s.pinimg.com/webapp/www/password/reset-27f547549d774b2d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"password/reset/sent.js":{"dependencies":["https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/41420-f225afc4b3769fdd.js","https://s.pinimg.com/webapp/www/password/reset-27f547549d774b2d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin_redirect.js":{"dependencies":["https://s.pinimg.com/webapp/www/pin_redirect-eac4a0b280988fd4.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin-builder.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/93041-16857cf5bc716091.js","https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/www/pin-builder-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/pin-builder-d59a36ea720fb1de.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin-creation-tool.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/93041-16857cf5bc716091.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/16222-b7bc7adfa12e8b68.js","https://s.pinimg.com/webapp/22175-e600dc194931dec0.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/www/idea-ads-tool-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/idea-ads-tool-f913f4f3710e2ea0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/activities.js":{"dependencies":["https://s.pinimg.com/webapp/www/pin/[id]/activities-9d7a016101f61d40.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]-4432c2431daf8ce0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/analytics.js":{"dependencies":["https://s.pinimg.com/webapp/www/ideas-439f6b5cf8f6ee51.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/brand-catalog.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/81846-1671b37de617b2a8.js","https://s.pinimg.com/webapp/www/pin/[id]/brand-catalog-12c9d6d6d8ceac8b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/activity/tried.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/61396-dea4810d9307f14f.js","https://s.pinimg.com/webapp/66875-1537e993e9d290d3.js","https://s.pinimg.com/webapp/19960-3010d02a4dc1c367.js","https://s.pinimg.com/webapp/97979-fd60c86e436b55c7.js","https://s.pinimg.com/webapp/73611-3f0573a7be688383.js","https://s.pinimg.com/webapp/www/pin/[id]/activity/tried-dbed3cb4d47df1f0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/comments.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]/comments-667ebb7d0aaa7171.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/edit.js":{"dependencies":["https://s.pinimg.com/webapp/www/pin/[id]/edit-5e75705c2ba8704d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/promote.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]/promote-302de6ac894e4ef3.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/comments/[comment_id].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]-4432c2431daf8ce0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/feedback.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]/sent-bb44a546658de5d0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/related-products/domain.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/81846-1671b37de617b2a8.js","https://s.pinimg.com/webapp/www/pin/[id]/related-products/domain-62f1859c5d6c6a0e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/repin.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]/repin-8264a5a38c2f44b5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/repin/[boardId].js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/59292-9e2ac69c1c05eef1.js","https://s.pinimg.com/webapp/68031-b7629d6ec26e502d.js","https://s.pinimg.com/webapp/13969-e00867f7a40f8c9b.js","https://s.pinimg.com/webapp/www/pin/[id]/repin/[boardId]-1aa63e51af3f1208.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/repin/[boardId]/add.js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/59292-9e2ac69c1c05eef1.js","https://s.pinimg.com/webapp/68031-b7629d6ec26e502d.js","https://s.pinimg.com/webapp/13969-e00867f7a40f8c9b.js","https://s.pinimg.com/webapp/www/pin/[id]/repin/[boardId]/add-66a7f8672ed5e746.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/repin/x.js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/98576-dd2a5eb6dcf83128.js","https://s.pinimg.com/webapp/84659-2e66b01ea2080765.js","https://s.pinimg.com/webapp/50333-4f213a5b1280c924.js","https://s.pinimg.com/webapp/45985-36dbe4c32fb56e6a.js","https://s.pinimg.com/webapp/www/pin/[id]/repin/x-65da6d52d7a7b60e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/report.js":{"dependencies":["https://s.pinimg.com/webapp/92995-71073c1686d09ec3.js","https://s.pinimg.com/webapp/13723-e8998603acb5e9b1.js","https://s.pinimg.com/webapp/www/pin/[id]/report-5e1d69ccf61321ba.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/sent.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]/sent-bb44a546658de5d0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/share.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/www/pin/[id]/share-8e8ad216b0977b7f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/visual-search.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/84659-2e66b01ea2080765.js","https://s.pinimg.com/webapp/www/pin/[id]/visual-search-5b4bce07e6b69d11.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/visual-search/products.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/www/pin/[id]/visual-search/products-3c8ed43098b8b44e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/[id]/visual-shop.js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/91420-572f2de664368f0e.js","https://s.pinimg.com/webapp/15246-171da29e9c253dea.js","https://s.pinimg.com/webapp/www/pin/[id]/visual-shop-ff1d9e1fe971ba8d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pin/create/[method].js":{"dependencies":["https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/45566-b928e2b8d73352c0.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/www/pin/create/[method]-513b24f61ba9a10b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pins/debug/[source].js":{"dependencies":["https://s.pinimg.com/webapp/www/pins/debug/[source]-cf70485116c0bdfc.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"public-beta.js":{"dependencies":["https://s.pinimg.com/webapp/www/public-beta-27650183eda88387.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"pw/[username].js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/92055-10f743497aa75b3d.js","https://s.pinimg.com/webapp/www/pw/[username]-9d619c59626670c7.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"recently-viewed.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/www/recently-viewed-c708e5d80701058c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"reports-and-violations.js":{"dependencies":["https://s.pinimg.com/webapp/www/reports-and-violations-280ed93afd12bf0f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"safe-redirect.js":{"dependencies":["https://s.pinimg.com/webapp/www/safe-redirect-d1e190daf01ef6f4.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"report.js":{"dependencies":["https://s.pinimg.com/webapp/www/report-c0c9877dc1202f69.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"request-data.js":{"dependencies":["https://s.pinimg.com/webapp/20990-0f8b98260815080b.js","https://s.pinimg.com/webapp/www/request-data-d186ca258ac1220b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"search.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/29559-67bef352262eb47b.js","https://s.pinimg.com/webapp/4912-d5266174a09b0e57.js","https://s.pinimg.com/webapp/www/search-49f337883fe2c8de.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"search/[scope].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/www/search/[scope]-e32ea39073f7dfe2.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"search/me.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/60611-bad3dbf51e9822c6.js","https://s.pinimg.com/webapp/29559-67bef352262eb47b.js","https://s.pinimg.com/webapp/4912-d5266174a09b0e57.js","https://s.pinimg.com/webapp/www/search/me-572c1318b7a8a8dd.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"search/my_content.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/13723-e8998603acb5e9b1.js","https://s.pinimg.com/webapp/www/search/my_content-a58d7fefd66cb6d7.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"secure/panic.js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/92055-10f743497aa75b3d.js","https://s.pinimg.com/webapp/www/secure/panic-939b8f1df65678c7.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/23157-7a6fd97035cdb460.js","https://s.pinimg.com/webapp/www/settings-723892deb559e1fc.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/account-settings.js":{"dependencies":["https://s.pinimg.com/webapp/4274-d6f537f542cf9223.js","https://s.pinimg.com/webapp/51448-1621cbfad134bce5.js","https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/80514-ed3d81c94f112d69.js","https://s.pinimg.com/webapp/84064-fb80d073643809c3.js","https://s.pinimg.com/webapp/29787-835ff7976ee996b8.js","https://s.pinimg.com/webapp/40019-3fdaeb408660d49a.js","https://s.pinimg.com/webapp/50005-250ec605bb8ba140.js","https://s.pinimg.com/webapp/www/settings/account-settings-fc8d97094285558a.css","https://s.pinimg.com/webapp/www/settings/account-settings-5484f6ed82c9d5ad.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/blocked-accounts.js":{"dependencies":["https://s.pinimg.com/webapp/43200-2c3d02e56ae0c1cf.js","https://s.pinimg.com/webapp/www/settings/blocked-accounts-212b42703e08075d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/branded-content.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/3235-c1ff76452c0bffc6.js","https://s.pinimg.com/webapp/42093-5c34ae91f9d22726.js","https://s.pinimg.com/webapp/www/settings/branded-content-9c8ac3d72633c46e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/bulk-create-pins.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/50333-4f213a5b1280c924.js","https://s.pinimg.com/webapp/39876-8f7ffc9503f9c238.js","https://s.pinimg.com/webapp/40147-b7ec432282006b02.js","https://s.pinimg.com/webapp/77125-1de2a361c4ab945c.js","https://s.pinimg.com/webapp/www/settings/bulk-create-pins-0afe308f9eebcfa4.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/claim.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/32322-d193ca9e23689a3b.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/50333-4f213a5b1280c924.js","https://s.pinimg.com/webapp/53327-bdb47bb906a07cb9.js","https://s.pinimg.com/webapp/39876-8f7ffc9503f9c238.js","https://s.pinimg.com/webapp/12423-80b1aadc7a1c9610.js","https://s.pinimg.com/webapp/42132-7c18e8b16a5ffe7b.js","https://s.pinimg.com/webapp/79561-876eee600f8a0a7a.js","https://s.pinimg.com/webapp/www/settings/claim-f52d37df0206c7e2.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit-profile.js":{"dependencies":["https://s.pinimg.com/webapp/93289-2d2acd027251cc50.js","https://s.pinimg.com/webapp/23157-7a6fd97035cdb460.js","https://s.pinimg.com/webapp/www/settings/edit-profile-367ac55f54c37dab.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/birthdate.js":{"dependencies":["https://s.pinimg.com/webapp/www/settings/edit/birthdate-5b6464f98b2d4be8.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/business-type.js":{"dependencies":["https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/www/settings/edit/business-type-01b88dd26edb448b.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/country-region.js":{"dependencies":["https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/www/settings/edit/country-region-969281fda6540b8f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/contact-name.js":{"dependencies":["https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/www/settings/edit/contact-name-1f67c2ef75c004a0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/email.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/80514-ed3d81c94f112d69.js","https://s.pinimg.com/webapp/84064-fb80d073643809c3.js","https://s.pinimg.com/webapp/www/settings/edit/email-12d31bfe2febadd2.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/gender.js":{"dependencies":["https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/www/settings/edit/gender-c9bfc2a197b51b37.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/login.js":{"dependencies":["https://s.pinimg.com/webapp/71318-dc1e265663bbe516.js","https://s.pinimg.com/webapp/www/settings/edit/login-8a0a57f85f7d1e30.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/mentions.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/www/settings/edit/mentions-506ad213887f3917.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/edit/password.js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/43200-2c3d02e56ae0c1cf.js","https://s.pinimg.com/webapp/www/settings/edit/password-4846b83ce150f8ae.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/email.js":{"dependencies":["https://s.pinimg.com/webapp/63693-1bd1baef89a97095.js","https://s.pinimg.com/webapp/www/settings/email-f116e36d477c70d1.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/messages.js":{"dependencies":["https://s.pinimg.com/webapp/65878-6b0c4b763f51dc22.js","https://s.pinimg.com/webapp/www/settings/messages-dee66dd331b4a0cd.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/messages/[group].js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/65878-6b0c4b763f51dc22.js","https://s.pinimg.com/webapp/www/settings/messages/[group]-b55b2fefa71ec625.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/mfa/[step].js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/80514-ed3d81c94f112d69.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/84064-fb80d073643809c3.js","https://s.pinimg.com/webapp/48386-2b940e8fad8a9424.js","https://s.pinimg.com/webapp/www/settings/mfa/[step]-615bfc34e6f159a0.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/mfa/backup-code.js":{"dependencies":["https://s.pinimg.com/webapp/www/settings/mfa/backup-code-5d53a67017d2f569.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/mfa/disable.js":{"dependencies":["https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/48386-2b940e8fad8a9424.js","https://s.pinimg.com/webapp/www/settings/mfa/disable-52f4ba48943cb680.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/notifications.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/89554-bf62b7c7da523554.js","https://s.pinimg.com/webapp/1628-8b35ee3f5757c012.js","https://s.pinimg.com/webapp/www/settings/notifications-f706c45b159d4595.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/notifications/on-pinterest.js":{"dependencies":["https://s.pinimg.com/webapp/www/settings/notifications/on-pinterest-097bb1296a9b2885.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/notifications/by-push-notification.js":{"dependencies":["https://s.pinimg.com/webapp/www/settings/notifications/by-push-notification-2501887712d0de58.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/permissions.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/14367-9d02aa2fd797eabf.js","https://s.pinimg.com/webapp/www/settings/permissions-b859c286b60437e1.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/personal-information.js":{"dependencies":["https://s.pinimg.com/webapp/www/settings/personal-information-96dcfb2cfec7057c.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/privacy.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/3476-e9eead245bfe5538.js","https://s.pinimg.com/webapp/80514-ed3d81c94f112d69.js","https://s.pinimg.com/webapp/84064-fb80d073643809c3.js","https://s.pinimg.com/webapp/20990-0f8b98260815080b.js","https://s.pinimg.com/webapp/52162-472e031a76834159.js","https://s.pinimg.com/webapp/www/settings/privacy-3ca93bd6c44fd524.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/profile-visibility.js":{"dependencies":["https://s.pinimg.com/webapp/46344-f798dd46e7a45362.js","https://s.pinimg.com/webapp/9877-eabcf7c086234296.js","https://s.pinimg.com/webapp/www/settings/profile-visibility-97963fd2174fef1a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/tax-documents.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/www/settings/tax-documents-ec41cb01d06d46ad.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"settings/security.js":{"dependencies":["https://s.pinimg.com/webapp/98183-be27bbc98f56bcb3.js","https://s.pinimg.com/webapp/29856-5a6990f717a6626a.js","https://s.pinimg.com/webapp/71318-dc1e265663bbe516.js","https://s.pinimg.com/webapp/29787-835ff7976ee996b8.js","https://s.pinimg.com/webapp/43198-1ab153f0264b604b.js","https://s.pinimg.com/webapp/www/settings/security-4b4c22f13b81bb56.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"shopping.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/95470-80148f817c419dd4.js","https://s.pinimg.com/webapp/91833-0e469d234d6ff89d.js","https://s.pinimg.com/webapp/33113-4ea0eccfd2ff74fe.js","https://s.pinimg.com/webapp/www/shopping-c12052d55dd91412.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"shopping/[category]/[id].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/95470-80148f817c419dd4.js","https://s.pinimg.com/webapp/91833-0e469d234d6ff89d.js","https://s.pinimg.com/webapp/www/shopping/[category]/[id]-92ba57840cf50783.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"signup.js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/19578-22f251b23f9dbd88.js","https://s.pinimg.com/webapp/44288-f336b2174e8db338.js","https://s.pinimg.com/webapp/www/signup-bda3595fc9b97fe5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"signup/fbemailcollect.js":{"dependencies":["https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/www/signup/fbemailcollect-f94e568a93468ded.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"signup/line-email-collect.js":{"dependencies":["https://s.pinimg.com/webapp/www/signup/line-email-collect-2ff31ddb54852a78.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"signup/sso-business-account.js":{"dependencies":["https://s.pinimg.com/webapp/www/signup/sso-business-account-9f9f755389138a1a.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"signup/step[step].js":{"dependencies":["https://s.pinimg.com/webapp/35804-4f60c6e3e853161d.js","https://s.pinimg.com/webapp/14796-98507428cb00d53e.js","https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/48349-34f54164cc6499a3.js","https://s.pinimg.com/webapp/51660-e5b3b0803f34a17b.js","https://s.pinimg.com/webapp/12902-b500be03581da125.js","https://s.pinimg.com/webapp/19578-22f251b23f9dbd88.js","https://s.pinimg.com/webapp/44288-f336b2174e8db338.js","https://s.pinimg.com/webapp/www/signup-bda3595fc9b97fe5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"signup/thirdpartyage.js":{"dependencies":["https://s.pinimg.com/webapp/44288-f336b2174e8db338.js","https://s.pinimg.com/webapp/www/signup/thirdpartyage-4291d134bed14bd9.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"sso/callback.js":{"dependencies":["https://s.pinimg.com/webapp/www/sso/callback-42ed2304c3bcc1bf.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"story_feed.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/84659-2e66b01ea2080765.js","https://s.pinimg.com/webapp/www/story_feed-53e6f21333bdc2bd.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"suspension-appeal/submitted.js":{"dependencies":["https://s.pinimg.com/webapp/www/suspension-appeal/submitted-526e77233ce6181d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"sw-shell.html.js":{"dependencies":["https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"switch_account.js":{"dependencies":["https://s.pinimg.com/webapp/www/switch_account-4a7a527f2c979e40.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"today.js":{"dependencies":["https://s.pinimg.com/webapp/www/ideas-439f6b5cf8f6ee51.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"tried_it/[triedItId]/likes.js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/www/tried_it/[triedItId]/likes-260678c39925bc1d.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"today/[term]/[title]/[articleId].js":{"dependencies":["https://s.pinimg.com/webapp/16251-cbaa9935848d2b39.js","https://s.pinimg.com/webapp/87416-9698599ca6fc6c47.js","https://s.pinimg.com/webapp/47679-b1b1694008c56e3a.js","https://s.pinimg.com/webapp/93861-45933279c9fe2541.js","https://s.pinimg.com/webapp/76666-52c85e6f62b17eaa.js","https://s.pinimg.com/webapp/93422-be7c92fd338c618c.js","https://s.pinimg.com/webapp/30486-4c1716d4874fca1c.js","https://s.pinimg.com/webapp/53612-c090f079051d3c9a.js","https://s.pinimg.com/webapp/78794-c023542509a35a96.js","https://s.pinimg.com/webapp/www/today/[term]/[title]/[articleId]-6c53714cb066f92f.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"unauth-profile.js":{"dependencies":["https://s.pinimg.com/webapp/39134-1b0dbdbfb80b7b36.js","https://s.pinimg.com/webapp/21563-12e9c0daea6c739b.js","https://s.pinimg.com/webapp/80397-728e8699fc570497.js","https://s.pinimg.com/webapp/86780-60cfad1cf746ee2e.js","https://s.pinimg.com/webapp/www/unauth-profile-94b1243b7cf11cc5.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"unlink.js":{"dependencies":["https://s.pinimg.com/webapp/www/unlink-705ed02210881c30.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"verify/parent-email.js":{"dependencies":["https://s.pinimg.com/webapp/www/verify/parent-email-4809149be9bf953e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"web-mentorship.js":{"dependencies":["https://s.pinimg.com/webapp/www/web-mentorship-73970a2f3eb46159.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"web-custom-svg.js":{"dependencies":["https://s.pinimg.com/webapp/www/web-custom-svg-6d433a74501d4268.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"web-mentorship/[username].js":{"dependencies":["https://s.pinimg.com/webapp/www/web-mentorship-73970a2f3eb46159.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"web-mentorship/[username]/[page].js":{"dependencies":["https://s.pinimg.com/webapp/www/web-mentorship-73970a2f3eb46159.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"website/confirm.js":{"dependencies":["https://s.pinimg.com/webapp/www/website/confirm-1f3ffeb6eafeeef1.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]},"welcome.js":{"dependencies":["https://s.pinimg.com/webapp/www/welcome-c0ac1e4da1282b0e.js","https://s.pinimg.com/webapp/vendor-react-2bae051a9c980fee.js","https://s.pinimg.com/webapp/DefaultPinRep-28e4a69aa2d50615.js"]}}</script><div hidden id="S:0"></div><script nonce="a0ca790e44b760063d68e9c20b13b9e0">$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("B:0","S:0")</script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/4178-f85ecdaf35d5968a.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/33113-4ea0eccfd2ff74fe.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/76201-4315b114b7f1e619.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/29944-8004bd07921cd9d1.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/app-www-PageWrapper-UnauthPageWrapperHeader-68fabd4072a9466f.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/74720-1366c85a9c1f0094.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/15361-1c58acec70ec8b7b.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/app-www-profile-ProfileHeader-BusinessProfileHeader-BusinessProfileHeader-cc29229069ff6321.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/87070-382caa71da026ff6.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/42650-a3f750ce9816df54.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/73611-3f0573a7be688383.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/app-www-pages-duplo-ProfileBoards-6398a8d61f8705b5.js"></script><script crossorigin="anonymous" data-lazy-component="" defer="" fetchpriority="high" nonce="a0ca790e44b760063d68e9c20b13b9e0" src="https://s.pinimg.com/webapp/app-www-PageWrapper-UnauthPageWrapperFooter-364e28aaa89f37fa.js"></script><link rel="preload" as="image" href="https://i.pinimg.com/280x280_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/474x/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/474x/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/474x/f9/47/80/f9478032dc3dbbba1465db2e040efaf3.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/a3/38/3f/a3383f46cba870a9c2d5600d5f3d59d5.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/6a/f8/41/6af84165a274517ab7e199b787294a1d.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/474x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/a1/02/e8/a102e8119f4f8ea9f47793d53a3e3ec7.jpg"/><link rel="preload" as="image" href="https://i.pinimg.com/170x/cf/af/7f/cfaf7f603f87f94001e29faad64ac096.jpg"/><div hidden id="S:2"><style>:root {
--gestalt-theme: visualrefresh;
--gestalt-color-scheme: lightMode;
--gestalt-line-height: defaultMode;
--base-color-transparent: rgba(255, 255, 255, 0);
--base-color-pinterest: #e60023;
--base-color-grayscale-0: #ffffff;
--base-color-grayscale-25: #f0f0eb;
--base-color-grayscale-50: #e0e0d9;
--base-color-grayscale-100: #d1d1c7;
--base-color-grayscale-150: #c2c2b6;
--base-color-grayscale-200: #949486;
--base-color-grayscale-250: #757569;
--base-color-grayscale-300: #57574c;
--base-color-grayscale-350: #47473f;
--base-color-grayscale-400: #363630;
--base-color-grayscale-450: #272721;
--base-color-grayscale-500: #000000;
--base-color-red-50: #ffe7e5;
--base-color-red-100: #ffd3d1;
--base-color-red-200: #ff9494;
--base-color-red-300: #e60023;
--base-color-red-400: #b2001a;
--base-color-red-500: #8a0f0f;
--base-color-red-600: #750d0d;
--base-color-red-700: #660b0b;
--base-color-purple-50: #fce5fc;
--base-color-purple-100: #fcd8fc;
--base-color-purple-200: #efadef;
--base-color-purple-300: #c65dd0;
--base-color-purple-400: #8f4696;
--base-color-purple-500: #6d4270;
--base-color-purple-600: #5b2a5e;
--base-color-purple-700: #401242;
--base-color-blue-50: #e3f8ff;
--base-color-blue-100: #c5eaf7;
--base-color-blue-200: #7cbede;
--base-color-blue-300: #2597d0;
--base-color-blue-400: #007db8;
--base-color-blue-500: #215d82;
--base-color-blue-600: #0e486b;
--base-color-blue-700: #023657;
--base-color-green-50: #f0f7df;
--base-color-green-100: #d0e2a8;
--base-color-green-200: #a8bb63;
--base-color-green-300: #83a343;
--base-color-green-400: #517d3b;
--base-color-green-500: #265926;
--base-color-green-600: #184a18;
--base-color-green-700: #073807;
--base-color-orange-50: #fff3e3;
--base-color-orange-100: #fde7c9;
--base-color-orange-200: #fbc55b;
--base-color-orange-300: #fea239;
--base-color-orange-400: #f06d22;
--base-color-orange-500: #9b4b1c;
--base-color-orange-600: #854018;
--base-color-orange-700: #592b10;
--base-color-pressed-pinterest: #b2001b;
--base-color-pressed-grayscale-0: #deded3;
--base-color-pressed-grayscale-25: #cdcdbc;
--base-color-pressed-grayscale-50: #babaab;
--base-color-pressed-grayscale-100: #adad9a;
--base-color-pressed-grayscale-150: #9d9d8a;
--base-color-pressed-grayscale-200: #7a7a6c;
--base-color-pressed-grayscale-250: #4b4b44;
--base-color-pressed-grayscale-300: #2c2c26;
--base-color-pressed-grayscale-350: #1b1b18;
--base-color-pressed-grayscale-400: #0b0b0a;
--base-color-pressed-grayscale-450: #535346;
--base-color-pressed-grayscale-500: #3d3d34;
--base-color-pressed-red-50: #fbbcb6;
--base-color-pressed-red-100: #f4a8a4;
--base-color-pressed-red-200: #ed5a5a;
--base-color-pressed-red-300: #9e0017;
--base-color-pressed-red-400: #7a0012;
--base-color-pressed-red-500: #530909;
--base-color-pressed-red-600: #410b0b;
--base-color-pressed-red-700: #340909;
--base-color-pressed-purple-50: #f2baf2;
--base-color-pressed-purple-100: #f8b5f8;
--base-color-pressed-purple-200: #da86da;
--base-color-pressed-purple-300: #9c4993;
--base-color-pressed-purple-400: #643569;
--base-color-pressed-purple-500: #422843;
--base-color-pressed-purple-600: #361f37;
--base-color-pressed-purple-700: #160816;
--base-color-pressed-blue-50: #b1eafb;
--base-color-pressed-blue-100: #8ecfe6;
--base-color-pressed-blue-200: #4096bf;
--base-color-pressed-blue-300: #236586;
--base-color-pressed-blue-400: #0e5c81;
--base-color-pressed-blue-500: #1a394d;
--base-color-pressed-blue-600: #0c293c;
--base-color-pressed-blue-700: #021521;
--base-color-pressed-green-50: #dbe8ba;
--base-color-pressed-green-100: #a7b97e;
--base-color-pressed-green-200: #81904c;
--base-color-pressed-green-300: #677d3b;
--base-color-pressed-green-400: #3c5530;
--base-color-pressed-green-500: #1a321a;
--base-color-pressed-green-600: #0e200e;
--base-color-pressed-green-700: #020902;
--base-color-pressed-orange-50: #fbdeb6;
--base-color-pressed-orange-100: #f4cc95;
--base-color-pressed-orange-200: #f1a613;
--base-color-pressed-orange-300: #e07f10;
--base-color-pressed-orange-400: #ca5816;
--base-color-pressed-orange-500: #6b381a;
--base-color-pressed-orange-600: #552d16;
--base-color-pressed-orange-700: #2d180b;
--base-color-hover-pinterest: #cc001f;
--base-color-hover-grayscale-0: #f0f0eb;
--base-color-hover-grayscale-25: #deded3;
--base-color-hover-grayscale-50: #cdcdc1;
--base-color-hover-grayscale-100: #bfbfb0;
--base-color-hover-grayscale-150: #b0b0a1;
--base-color-hover-grayscale-200: #878778;
--base-color-hover-grayscale-250: #616157;
--base-color-hover-grayscale-300: #414139;
--base-color-hover-grayscale-350: #31312b;
--base-color-hover-grayscale-400: #20201d;
--base-color-hover-grayscale-450: #3d3d34;
--base-color-hover-grayscale-500: #272721;
--base-color-hover-red-50: #fed1cd;
--base-color-hover-red-100: #fbbebb;
--base-color-hover-red-200: #f87777;
--base-color-hover-red-300: #bd001c;
--base-color-hover-red-400: #940016;
--base-color-hover-red-500: #6e0c0c;
--base-color-hover-red-600: #590d0d;
--base-color-hover-red-700: #4c0b0b;
--base-color-hover-purple-50: #f8cef8;
--base-color-hover-purple-100: #fac7fa;
--base-color-hover-purple-200: #e599e5;
--base-color-hover-purple-300: #b04aa5;
--base-color-hover-purple-400: #793e7e;
--base-color-hover-purple-500: #57355a;
--base-color-hover-purple-600: #48264b;
--base-color-hover-purple-700: #290d2b;
--base-color-hover-blue-50: #c8f1fe;
--base-color-hover-blue-100: #a8ddf0;
--base-color-hover-blue-200: #58a9d0;
--base-color-hover-blue-300: #2578a2;
--base-color-hover-blue-400: #086c9b;
--base-color-hover-blue-500: #1e4b67;
--base-color-hover-blue-600: #0e3953;
--base-color-hover-blue-700: #03253a;
--base-color-hover-green-50: #e5f0cc;
--base-color-hover-green-100: #bcd090;
--base-color-hover-green-200: #93a550;
--base-color-hover-green-300: #769041;
--base-color-hover-green-400: #476836;
--base-color-hover-green-500: #214521;
--base-color-hover-green-600: #133413;
--base-color-hover-green-700: #051f05;
--base-color-hover-orange-50: #fee9cd;
--base-color-hover-orange-100: #f9d9ae;
--base-color-hover-orange-200: #f8b430;
--base-color-hover-orange-300: #f48c15;
--base-color-hover-orange-400: #e05f15;
--base-color-hover-orange-500: #7e401b;
--base-color-hover-orange-600: #6d3718;
--base-color-hover-orange-700: #43220e;
--base-font-lineheight-110: 1.1;
--base-font-lineheight-120: 1.2;
--base-font-lineheight-130: 1.3;
--base-font-lineheight-140: 1.4;
--base-font-lineheight-150: 1.5;
--base-font-lineheight-160: 1.6;
--base-font-lineheight-170: 1.7;
--base-font-lineheight-180: 1.8;
--base-font-weight-400: 400;
--base-font-weight-500: 500;
--base-font-weight-700: 700;
--base-font-size-12: 12px;
--base-font-size-14: 14px;
--base-font-size-16: 16px;
--base-font-size-20: 20px;
--base-font-size-24: 24px;
--base-font-size-28: 28px;
--base-font-size-36: 36px;
--base-font-family-default-latin: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--base-font-family-default-japanese: 'SF Pro JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--base-font-family-code: 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace;
--base-font-letterspacing-0: 0;
--base-font-letterspacing-1: 1px;
--base-font-letterspacing-05: 0.5px;
--base-font-letterspacing-negative-1: -1px;
--base-font-letterspacing-negative-05: -0.5px;
--base-font-textdecoration-default: none;
--base-font-textdecoration-underline: underline;
--base-rounding-unit: 4px;
--base-space-unit: 4px;
--base-motion-duration-0: 0ms;
--base-motion-duration-50: 50ms;
--base-motion-duration-100: 100ms;
--base-motion-duration-150: 150ms;
--base-motion-duration-200: 200ms;
--base-motion-duration-300: 300ms;
--base-motion-duration-400: 400ms;
--base-motion-duration-500: 500ms;
--base-motion-duration-600: 600ms;
--base-motion-duration-700: 700ms;
--base-motion-duration-900: 900ms;
--base-motion-easing-linear: cubic-bezier(0, 0, 1, 1);
--base-motion-easing-expressive: cubic-bezier(0.55, 0, 0, 1);
--base-motion-easing-lateral: cubic-bezier(0.8, 0, 0.2, 1);
--base-motion-easing-bounce: cubic-bezier(0, 0.35, 0, 1.25);
--base-motion-easing-enter: cubic-bezier(0.05, 0.7, 0.1, 1);
--base-motion-easing-exit: cubic-bezier(0.3, 0, 0.8, 0.15);
--comp-avatar-color-background-default: rgba(0, 0, 0, 0.04);
--comp-avatar-color-background-red-weak: #ffd3d1;
--comp-avatar-color-background-red-default: #ff9494;
--comp-avatar-color-background-purple-weak: #fcd8fc;
--comp-avatar-color-background-purple-default: #efadef;
--comp-avatar-color-background-blue-weak: #c5eaf7;
--comp-avatar-color-background-blue-default: #7cbede;
--comp-avatar-color-background-green-weak: #d0e2a8;
--comp-avatar-color-background-green-default: #a8bb63;
--comp-avatar-color-background-orange-weak: #fde7c9;
--comp-avatar-color-background-orange-default: #fbc55b;
--comp-avatar-color-background-icon: #ffffff;
--comp-avatar-color-text: #000000;
--comp-avatar-color-hover-background-default: rgba(36, 36, 35, 0.09);
--comp-avatar-color-hover-background-red-weak: #fbbebb;
--comp-avatar-color-hover-background-red-default: #f87777;
--comp-avatar-color-hover-background-purple-weak: #fac7fa;
--comp-avatar-color-hover-background-purple-default: #e599e5;
--comp-avatar-color-hover-background-blue-weak: #a8ddf0;
--comp-avatar-color-hover-background-blue-default: #58a9d0;
--comp-avatar-color-hover-background-green-weak: #bcd090;
--comp-avatar-color-hover-background-green-default: #93a550;
--comp-avatar-color-hover-background-orange-weak: #f9d9ae;
--comp-avatar-color-hover-background-orange-default: #f8b430;
--comp-avatar-color-pressed-background-default: rgba(57, 57, 55, 0.14);
--comp-avatar-color-pressed-background-red-weak: #f4a8a4;
--comp-avatar-color-pressed-background-red-default: #ed5a5a;
--comp-avatar-color-pressed-background-purple-weak: #f8b5f8;
--comp-avatar-color-pressed-background-purple-default: #da86da;
--comp-avatar-color-pressed-background-blue-weak: #8ecfe6;
--comp-avatar-color-pressed-background-blue-default: #4096bf;
--comp-avatar-color-pressed-background-green-weak: #a7b97e;
--comp-avatar-color-pressed-background-green-default: #81904c;
--comp-avatar-color-pressed-background-orange-weak: #f4cc95;
--comp-avatar-color-pressed-background-orange-default: #f1a613;
--comp-avatar-color-border-focus-inner: #ffffff;
--comp-avatar-color-border-focus-outer: #007db8;
--comp-avatar-color-border-default: #ffffff;
--comp-avatar-color-icon: #e60023;
--comp-avatar-border-width-container: 1px;
--comp-avatar-border-width-focus-inner: 2px;
--comp-avatar-border-width-focus-outer: 2px;
--comp-badge-color-background-info: #c5eaf7;
--comp-badge-color-background-error: #ffd3d1;
--comp-badge-color-background-warning: #fde7c9;
--comp-badge-color-background-success: #d0e2a8;
--comp-badge-color-background-recommendation: #fcd8fc;
--comp-badge-color-background-neutral: #c2c2b6;
--comp-badge-color-background-wash-dark: rgba(0, 0, 0, 0.8);
--comp-badge-color-background-wash-light: rgba(255, 255, 255, 0.9);
--comp-badge-color-icon-info: #215d82;
--comp-badge-color-icon-error: #8a0f0f;
--comp-badge-color-icon-warning: #9b4b1c;
--comp-badge-color-icon-success: #265926;
--comp-badge-color-icon-recommendation: #6d4270;
--comp-badge-color-icon-neutral: #000000;
--comp-badge-color-icon-wash-dark: #ffffff;
--comp-badge-color-icon-wash-light: #000000;
--comp-badge-color-text-info: #215d82;
--comp-badge-color-text-error: #8a0f0f;
--comp-badge-color-text-warning: #9b4b1c;
--comp-badge-color-text-success: #265926;
--comp-badge-color-text-recommendation: #6d4270;
--comp-badge-color-text-neutral: #000000;
--comp-badge-color-text-wash-dark: #ffffff;
--comp-badge-color-text-wash-light: #000000;
--comp-badge-color-hover-background-info: #a8ddf0;
--comp-badge-color-hover-background-error: #fbbebb;
--comp-badge-color-hover-background-warning: #f9d9ae;
--comp-badge-color-hover-background-success: #bcd090;
--comp-badge-color-hover-background-recommendation: #fac7fa;
--comp-badge-color-hover-background-neutral: #b0b0a1;
--comp-badge-color-hover-background-wash-dark: rgba(36, 36, 35, 0.85);
--comp-badge-color-hover-background-wash-light: rgba(248, 247, 242, 0.95);
--comp-badge-color-hover-icon-info: #1e4b67;
--comp-badge-color-hover-icon-error: #6e0c0c;
--comp-badge-color-hover-icon-warning: #7e401b;
--comp-badge-color-hover-icon-success: #214521;
--comp-badge-color-hover-icon-recommendation: #57355a;
--comp-badge-color-hover-icon-neutral: #000000;
--comp-badge-color-hover-icon-wash-dark: #ffffff;
--comp-badge-color-hover-icon-wash-light: #000000;
--comp-badge-color-hover-text-info: #1e4b67;
--comp-badge-color-hover-text-error: #6e0c0c;
--comp-badge-color-hover-text-warning: #7e401b;
--comp-badge-color-hover-text-success: #214521;
--comp-badge-color-hover-text-recommendation: #57355a;
--comp-badge-color-hover-text-neutral: #000000;
--comp-badge-color-hover-text-wash-dark: #ffffff;
--comp-badge-color-hover-text-wash-light: #000000;
--comp-badge-color-border-focus-inner: #ffffff;
--comp-badge-color-border-focus-outer: #007db8;
--comp-badge-border-width-focus-inner: 2px;
--comp-badge-border-width-focus-outer: 2px;
--comp-banneroverlay-color-background-default: #ffffff;
--comp-banneroverlay-color-background-graphic-container: rgba(255, 255, 255, 0);
--comp-banneroverlay-color-icon-default: #000000;
--comp-banneroverlay-color-icon-neutral: #47473f;
--comp-banneroverlay-color-icon-info: #215d82;
--comp-banneroverlay-color-icon-success: #265926;
--comp-banneroverlay-color-icon-warning: #9b4b1c;
--comp-banneroverlay-color-icon-error: #8a0f0f;
--comp-banneroverlay-color-icon-recommendation: #6d4270;
--comp-banneroverlay-color-icon-logo: #e60023;
--comp-banneroverlay-color-text-heading: #000000;
--comp-banneroverlay-color-text-body: #000000;
--comp-button-color-background-primary-default: #e60023;
--comp-button-color-background-primary-disabled: #d1d1c7;
--comp-button-color-background-primary-selected: #000000;
--comp-button-color-background-secondary-default: #e0e0d9;
--comp-button-color-background-secondary-disabled: #d1d1c7;
--comp-button-color-background-secondary-selected: #000000;
--comp-button-color-background-tertiary-default: #ffffff;
--comp-button-color-background-tertiary-disabled: #d1d1c7;
--comp-button-color-background-tertiary-selected: #000000;
--comp-button-color-background-shopping-default: #e60023;
--comp-button-color-background-shopping-disabled: #d1d1c7;
--comp-button-color-background-shopping-selected: #000000;
--comp-button-color-background-light-default: #ffffff;
--comp-button-color-background-light-disabled: #d1d1c7;
--comp-button-color-background-light-selected: #000000;
--comp-button-color-background-dark-default: #000000;
--comp-button-color-background-dark-disabled: #d1d1c7;
--comp-button-color-background-dark-selected: #ffffff;
--comp-button-color-background-tertiary-semi-transparent-default: rgba(255, 255, 255, 0.9);
--comp-button-color-background-tertiary-semi-transparent-disabled: #d1d1c7;
--comp-button-color-background-tertiary-semi-transparent-selected: #000000;
--comp-button-color-background-transparent-default: rgba(255, 255, 255, 0);
--comp-button-color-background-transparent-disabled: #d1d1c7;
--comp-button-color-background-transparent-selected: #000000;
--comp-button-color-background-transparent-inverse-default: rgba(255, 255, 255, 0);
--comp-button-color-background-transparent-inverse-disabled: #d1d1c7;
--comp-button-color-background-transparent-inverse-selected: #000000;
--comp-button-color-text-primary-default: #ffffff;
--comp-button-color-text-primary-disabled: #949486;
--comp-button-color-text-primary-selected: #ffffff;
--comp-button-color-text-secondary-default: #000000;
--comp-button-color-text-secondary-disabled: #949486;
--comp-button-color-text-secondary-selected: #ffffff;
--comp-button-color-text-tertiary-default: #000000;
--comp-button-color-text-tertiary-disabled: #949486;
--comp-button-color-text-tertiary-selected: #ffffff;
--comp-button-color-text-shopping-default: #ffffff;
--comp-button-color-text-shopping-disabled: #949486;
--comp-button-color-text-shopping-selected: #ffffff;
--comp-button-color-text-light-default: #000000;
--comp-button-color-text-light-disabled: #949486;
--comp-button-color-text-light-selected: #ffffff;
--comp-button-color-text-dark-default: #ffffff;
--comp-button-color-text-dark-disabled: #949486;
--comp-button-color-text-dark-selected: #000000;
--comp-button-color-text-tertiary-semi-transparent-default: #000000;
--comp-button-color-text-tertiary-semi-transparent-disabled: #949486;
--comp-button-color-text-tertiary-semi-transparent-selected: #ffffff;
--comp-button-color-text-transparent-default: #000000;
--comp-button-color-text-transparent-disabled: #949486;
--comp-button-color-text-transparent-selected: #ffffff;
--comp-button-color-text-transparent-inverse-default: #ffffff;
--comp-button-color-text-transparent-inverse-disabled: #949486;
--comp-button-color-text-transparent-inverse-selected: #ffffff;
--comp-button-color-icon-primary-default: #ffffff;
--comp-button-color-icon-primary-disabled: #949486;
--comp-button-color-icon-primary-selected: #ffffff;
--comp-button-color-icon-secondary-default: #000000;
--comp-button-color-icon-secondary-disabled: #949486;
--comp-button-color-icon-secondary-selected: #ffffff;
--comp-button-color-icon-tertiary-default: #000000;
--comp-button-color-icon-tertiary-disabled: #949486;
--comp-button-color-icon-tertiary-selected: #ffffff;
--comp-button-color-icon-shopping-default: #ffffff;
--comp-button-color-icon-shopping-disabled: #949486;
--comp-button-color-icon-shopping-selected: #ffffff;
--comp-button-color-icon-light-default: #000000;
--comp-button-color-icon-light-disabled: #949486;
--comp-button-color-icon-light-selected: #ffffff;
--comp-button-color-icon-dark-default: #ffffff;
--comp-button-color-icon-dark-disabled: #949486;
--comp-button-color-icon-dark-selected: #000000;
--comp-button-color-icon-tertiary-semi-transparent-default: #000000;
--comp-button-color-icon-tertiary-semi-transparent-disabled: #949486;
--comp-button-color-icon-tertiary-semi-transparent-selected: #ffffff;
--comp-button-color-icon-transparent-default: #000000;
--comp-button-color-icon-transparent-disabled: #949486;
--comp-button-color-icon-transparent-selected: #ffffff;
--comp-button-color-icon-transparent-inverse-default: #ffffff;
--comp-button-color-icon-transparent-inverse-disabled: #949486;
--comp-button-color-icon-transparent-inverse-selected: #ffffff;
--comp-button-color-hover-background-tertiary-semi-transparent-default: rgba(248, 247, 242, 0.95);
--comp-button-color-hover-background-tertiary-semi-transparent-selected: #272721;
--comp-button-color-hover-background-transparent-default: rgba(248, 247, 242, 0.95);
--comp-button-color-hover-background-transparent-selected: #272721;
--comp-button-color-hover-background-transparent-inverse-default: rgba(248, 247, 242, 0.95);
--comp-button-color-hover-background-transparent-inverse-selected: #272721;
--comp-button-color-pressed-background-tertiary-semi-transparent-default: #deded3;
--comp-button-color-pressed-background-tertiary-semi-transparent-selected: #000000;
--comp-button-color-pressed-background-transparent-default: #deded3;
--comp-button-color-pressed-background-transparent-selected: #3d3d34;
--comp-button-color-pressed-background-transparent-inverse-default: #deded3;
--comp-button-color-pressed-background-transparent-inverse-selected: #3d3d34;
--comp-button-color-border-focus-inner-primary: #ffffff;
--comp-button-color-border-focus-inner-secondary: #ffffff;
--comp-button-color-border-focus-inner-shopping: #ffffff;
--comp-button-color-border-focus-inner-tertiary: #000000;
--comp-button-color-border-focus-inner-tertiary-semi-transparent: #ffffff;
--comp-button-color-border-focus-inner-transparent: #ffffff;
--comp-button-color-border-focus-inner-transparent-inverse: #000000;
--comp-button-color-border-focus-inner-light: #000000;
--comp-button-color-border-focus-inner-dark: #000000;
--comp-button-color-border-focus-outer-primary: #007db8;
--comp-button-color-border-focus-outer-secondary: #007db8;
--comp-button-color-border-focus-outer-shopping: #007db8;
--comp-button-color-border-focus-outer-tertiary: #c5eaf7;
--comp-button-color-border-focus-outer-tertiary-semi-transparent: #007db8;
--comp-button-color-border-focus-outer-transparent: #007db8;
--comp-button-color-border-focus-outer-transparent-inverse: #c5eaf7;
--comp-button-color-border-focus-outer-light: #c5eaf7;
--comp-button-color-border-focus-outer-dark: #c5eaf7;
--comp-buttontoggle-color-background-default-enabled-deselected: #e0e0d9;
--comp-buttontoggle-color-background-default-enabled-strong: #000000;
--comp-buttontoggle-color-background-default-enabled-subtle: #ffffff;
--comp-buttontoggle-color-background-default-disabled-deselected: #d1d1c7;
--comp-buttontoggle-color-background-default-disabled-strong: #d1d1c7;
--comp-buttontoggle-color-background-default-disabled-subtle: #ffffff;
--comp-buttontoggle-color-background-save-enabled-deselected: #e60023;
--comp-buttontoggle-color-background-save-enabled-strong: #000000;
--comp-buttontoggle-color-background-save-enabled-subtle: #000000;
--comp-buttontoggle-color-background-save-disabled-deselected: #d1d1c7;
--comp-buttontoggle-color-background-save-disabled-strong: #d1d1c7;
--comp-buttontoggle-color-background-save-disabled-subtle: #d1d1c7;
--comp-buttontoggle-color-background-graphic-enabled-deselected: #e0e0d9;
--comp-buttontoggle-color-background-graphic-enabled-strong: #000000;
--comp-buttontoggle-color-background-graphic-enabled-subtle: #ffffff;
--comp-buttontoggle-color-background-graphic-disabled-deselected: #d1d1c7;
--comp-buttontoggle-color-background-graphic-disabled-strong: #d1d1c7;
--comp-buttontoggle-color-background-graphic-disabled-subtle: #ffffff;
--comp-buttontoggle-color-background-image-enabled-deselected: #ffffff;
--comp-buttontoggle-color-background-image-enabled-strong: #ffffff;
--comp-buttontoggle-color-background-image-enabled-subtle: #ffffff;
--comp-buttontoggle-color-background-image-disabled-deselected: #ffffff;
--comp-buttontoggle-color-background-image-disabled-strong: #ffffff;
--comp-buttontoggle-color-background-image-disabled-subtle: #ffffff;
--comp-buttontoggle-color-border-default-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-default-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-default-enabled-subtle: #757569;
--comp-buttontoggle-color-border-default-disabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-default-disabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-default-disabled-subtle: #c2c2b6;
--comp-buttontoggle-color-border-save-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-save-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-save-enabled-subtle: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-save-disabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-save-disabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-save-disabled-subtle: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-graphic-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-graphic-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-graphic-enabled-subtle: #757569;
--comp-buttontoggle-color-border-graphic-disabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-graphic-disabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-graphic-disabled-subtle: #c2c2b6;
--comp-buttontoggle-color-border-image-inner-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-image-inner-enabled-strong: #ffffff;
--comp-buttontoggle-color-border-image-inner-enabled-subtle: #ffffff;
--comp-buttontoggle-color-border-image-inner-disabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-image-inner-disabled-strong: #ffffff;
--comp-buttontoggle-color-border-image-inner-disabled-subtle: #ffffff;
--comp-buttontoggle-color-border-image-outer-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-image-outer-enabled-strong: #000000;
--comp-buttontoggle-color-border-image-outer-enabled-subtle: #000000;
--comp-buttontoggle-color-border-image-outer-disabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-border-image-outer-disabled-strong: #c2c2b6;
--comp-buttontoggle-color-border-image-outer-disabled-subtle: #c2c2b6;
--comp-buttontoggle-color-border-focus-inner-default-deselected: #ffffff;
--comp-buttontoggle-color-border-focus-inner-default-strong: #ffffff;
--comp-buttontoggle-color-border-focus-inner-default-subtle: #ffffff;
--comp-buttontoggle-color-border-focus-inner-save-deselected: #ffffff;
--comp-buttontoggle-color-border-focus-inner-save-strong: #ffffff;
--comp-buttontoggle-color-border-focus-inner-save-subtle: #ffffff;
--comp-buttontoggle-color-border-focus-inner-graphic-deselected: #ffffff;
--comp-buttontoggle-color-border-focus-inner-graphic-strong: #ffffff;
--comp-buttontoggle-color-border-focus-inner-graphic-subtle: #ffffff;
--comp-buttontoggle-color-border-focus-inner-image-deselected: #ffffff;
--comp-buttontoggle-color-border-focus-inner-image-strong: #ffffff;
--comp-buttontoggle-color-border-focus-inner-image-subtle: #ffffff;
--comp-buttontoggle-color-border-focus-outer-default-deselected: #007db8;
--comp-buttontoggle-color-border-focus-outer-default-strong: #007db8;
--comp-buttontoggle-color-border-focus-outer-default-subtle: #007db8;
--comp-buttontoggle-color-border-focus-outer-save-deselected: #007db8;
--comp-buttontoggle-color-border-focus-outer-save-strong: #007db8;
--comp-buttontoggle-color-border-focus-outer-save-subtle: #007db8;
--comp-buttontoggle-color-border-focus-outer-graphic-deselected: #007db8;
--comp-buttontoggle-color-border-focus-outer-graphic-strong: #007db8;
--comp-buttontoggle-color-border-focus-outer-graphic-subtle: #007db8;
--comp-buttontoggle-color-border-focus-outer-image-deselected: #007db8;
--comp-buttontoggle-color-border-focus-outer-image-strong: #007db8;
--comp-buttontoggle-color-border-focus-outer-image-subtle: #007db8;
--comp-buttontoggle-color-text-default-enabled-deselected: #000000;
--comp-buttontoggle-color-text-default-enabled-strong: #ffffff;
--comp-buttontoggle-color-text-default-enabled-subtle: #000000;
--comp-buttontoggle-color-text-default-disabled-deselected: #949486;
--comp-buttontoggle-color-text-default-disabled-strong: #949486;
--comp-buttontoggle-color-text-default-disabled-subtle: #949486;
--comp-buttontoggle-color-text-save-enabled-deselected: #ffffff;
--comp-buttontoggle-color-text-save-enabled-strong: #ffffff;
--comp-buttontoggle-color-text-save-enabled-subtle: #ffffff;
--comp-buttontoggle-color-text-save-disabled-deselected: #949486;
--comp-buttontoggle-color-text-save-disabled-strong: #949486;
--comp-buttontoggle-color-text-save-disabled-subtle: #949486;
--comp-buttontoggle-color-text-graphic-enabled-deselected: #000000;
--comp-buttontoggle-color-text-graphic-enabled-strong: #ffffff;
--comp-buttontoggle-color-text-graphic-enabled-subtle: #000000;
--comp-buttontoggle-color-text-graphic-disabled-deselected: #949486;
--comp-buttontoggle-color-text-graphic-disabled-strong: #949486;
--comp-buttontoggle-color-text-graphic-disabled-subtle: #949486;
--comp-buttontoggle-color-icon-default-enabled-deselected: #000000;
--comp-buttontoggle-color-icon-default-enabled-strong: #ffffff;
--comp-buttontoggle-color-icon-default-enabled-subtle: #000000;
--comp-buttontoggle-color-icon-default-disabled-deselected: #949486;
--comp-buttontoggle-color-icon-default-disabled-strong: #949486;
--comp-buttontoggle-color-icon-default-disabled-subtle: #949486;
--comp-buttontoggle-color-icon-save-enabled-deselected: #ffffff;
--comp-buttontoggle-color-icon-save-enabled-strong: #ffffff;
--comp-buttontoggle-color-icon-save-enabled-subtle: #ffffff;
--comp-buttontoggle-color-icon-save-disabled-deselected: #949486;
--comp-buttontoggle-color-icon-save-disabled-strong: #949486;
--comp-buttontoggle-color-icon-save-disabled-subtle: #949486;
--comp-buttontoggle-color-icon-graphic-enabled-deselected: #000000;
--comp-buttontoggle-color-icon-graphic-enabled-strong: #ffffff;
--comp-buttontoggle-color-icon-graphic-enabled-subtle: #000000;
--comp-buttontoggle-color-icon-graphic-disabled-deselected: #949486;
--comp-buttontoggle-color-icon-graphic-disabled-strong: #949486;
--comp-buttontoggle-color-icon-graphic-disabled-subtle: #949486;
--comp-buttontoggle-color-hover-background-default-enabled-deselected: #cdcdc1;
--comp-buttontoggle-color-hover-background-default-enabled-strong: #272721;
--comp-buttontoggle-color-hover-background-default-enabled-subtle: #f0f0eb;
--comp-buttontoggle-color-hover-background-save-enabled-deselected: #bd001c;
--comp-buttontoggle-color-hover-background-save-enabled-strong: #272721;
--comp-buttontoggle-color-hover-background-save-enabled-subtle: #272721;
--comp-buttontoggle-color-hover-background-graphic-enabled-deselected: #cdcdc1;
--comp-buttontoggle-color-hover-background-graphic-enabled-strong: #272721;
--comp-buttontoggle-color-hover-background-graphic-enabled-subtle: #f0f0eb;
--comp-buttontoggle-color-hover-background-image-enabled-deselected: #ffffff;
--comp-buttontoggle-color-hover-background-image-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-background-image-enabled-subtle: #ffffff;
--comp-buttontoggle-color-hover-border-default-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-default-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-default-enabled-subtle: #616157;
--comp-buttontoggle-color-hover-border-save-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-save-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-save-enabled-subtle: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-graphic-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-graphic-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-graphic-enabled-subtle: #616157;
--comp-buttontoggle-color-hover-border-image-inner-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-image-inner-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-border-image-inner-enabled-subtle: #ffffff;
--comp-buttontoggle-color-hover-border-image-outer-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-hover-border-image-outer-enabled-strong: #272721;
--comp-buttontoggle-color-hover-border-image-outer-enabled-subtle: #272721;
--comp-buttontoggle-color-hover-text-default-enabled-deselected: #000000;
--comp-buttontoggle-color-hover-text-default-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-text-default-enabled-subtle: #000000;
--comp-buttontoggle-color-hover-text-save-enabled-deselected: #ffffff;
--comp-buttontoggle-color-hover-text-save-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-text-save-enabled-subtle: #ffffff;
--comp-buttontoggle-color-hover-text-graphic-enabled-deselected: #000000;
--comp-buttontoggle-color-hover-text-graphic-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-text-graphic-enabled-subtle: #000000;
--comp-buttontoggle-color-hover-icon-default-enabled-deselected: #000000;
--comp-buttontoggle-color-hover-icon-default-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-icon-default-enabled-subtle: #000000;
--comp-buttontoggle-color-hover-icon-save-enabled-deselected: #ffffff;
--comp-buttontoggle-color-hover-icon-save-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-icon-save-enabled-subtle: #ffffff;
--comp-buttontoggle-color-hover-icon-graphic-enabled-deselected: #000000;
--comp-buttontoggle-color-hover-icon-graphic-enabled-strong: #ffffff;
--comp-buttontoggle-color-hover-icon-graphic-enabled-subtle: #000000;
--comp-buttontoggle-color-pressed-background-default-enabled-deselected: #babaab;
--comp-buttontoggle-color-pressed-background-default-enabled-strong: #3d3d34;
--comp-buttontoggle-color-pressed-background-default-enabled-subtle: #deded3;
--comp-buttontoggle-color-pressed-background-save-enabled-deselected: #9e0017;
--comp-buttontoggle-color-pressed-background-save-enabled-strong: #3d3d34;
--comp-buttontoggle-color-pressed-background-save-enabled-subtle: #3d3d34;
--comp-buttontoggle-color-pressed-background-graphic-enabled-deselected: #babaab;
--comp-buttontoggle-color-pressed-background-graphic-enabled-strong: #3d3d34;
--comp-buttontoggle-color-pressed-background-graphic-enabled-subtle: #deded3;
--comp-buttontoggle-color-pressed-background-image-enabled-deselected: #ffffff;
--comp-buttontoggle-color-pressed-background-image-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-background-image-enabled-subtle: #ffffff;
--comp-buttontoggle-color-pressed-border-default-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-default-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-default-enabled-subtle: #4b4b44;
--comp-buttontoggle-color-pressed-border-save-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-save-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-save-enabled-subtle: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-graphic-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-graphic-enabled-strong: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-graphic-enabled-subtle: #4b4b44;
--comp-buttontoggle-color-pressed-border-image-inner-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-image-inner-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-border-image-inner-enabled-subtle: #ffffff;
--comp-buttontoggle-color-pressed-border-image-outer-enabled-deselected: rgba(255, 255, 255, 0);
--comp-buttontoggle-color-pressed-border-image-outer-enabled-strong: #3d3d34;
--comp-buttontoggle-color-pressed-border-image-outer-enabled-subtle: #3d3d34;
--comp-buttontoggle-color-pressed-text-default-enabled-deselected: #000000;
--comp-buttontoggle-color-pressed-text-default-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-text-default-enabled-subtle: #000000;
--comp-buttontoggle-color-pressed-text-save-enabled-deselected: #ffffff;
--comp-buttontoggle-color-pressed-text-save-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-text-save-enabled-subtle: #ffffff;
--comp-buttontoggle-color-pressed-text-graphic-enabled-deselected: #000000;
--comp-buttontoggle-color-pressed-text-graphic-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-text-graphic-enabled-subtle: #000000;
--comp-buttontoggle-color-pressed-icon-default-enabled-deselected: #000000;
--comp-buttontoggle-color-pressed-icon-default-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-icon-default-enabled-subtle: #000000;
--comp-buttontoggle-color-pressed-icon-save-enabled-deselected: #ffffff;
--comp-buttontoggle-color-pressed-icon-save-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-icon-save-enabled-subtle: #ffffff;
--comp-buttontoggle-color-pressed-icon-graphic-enabled-deselected: #000000;
--comp-buttontoggle-color-pressed-icon-graphic-enabled-strong: #ffffff;
--comp-buttontoggle-color-pressed-icon-graphic-enabled-subtle: #000000;
--comp-buttontoggle-border-width-default-enabled-deselected: 0px;
--comp-buttontoggle-border-width-default-enabled-strong: 0px;
--comp-buttontoggle-border-width-default-enabled-subtle: 1px;
--comp-buttontoggle-border-width-default-disabled-deselected: 0px;
--comp-buttontoggle-border-width-default-disabled-strong: 0px;
--comp-buttontoggle-border-width-default-disabled-subtle: 1px;
--comp-buttontoggle-border-width-save-enabled-deselected: 0px;
--comp-buttontoggle-border-width-save-enabled-strong: 0px;
--comp-buttontoggle-border-width-save-enabled-subtle: 0px;
--comp-buttontoggle-border-width-save-disabled-deselected: 0px;
--comp-buttontoggle-border-width-save-disabled-strong: 0px;
--comp-buttontoggle-border-width-save-disabled-subtle: 0px;
--comp-buttontoggle-border-width-graphic-enabled-deselected: 0px;
--comp-buttontoggle-border-width-graphic-enabled-strong: 0px;
--comp-buttontoggle-border-width-graphic-enabled-subtle: 1px;
--comp-buttontoggle-border-width-graphic-disabled-deselected: 0px;
--comp-buttontoggle-border-width-graphic-disabled-strong: 0px;
--comp-buttontoggle-border-width-graphic-disabled-subtle: 1px;
--comp-buttontoggle-border-width-image-inner-enabled-deselected: 0px;
--comp-buttontoggle-border-width-image-inner-enabled-strong: 2px;
--comp-buttontoggle-border-width-image-inner-enabled-subtle: 1px;
--comp-buttontoggle-border-width-image-inner-disabled-deselected: 0px;
--comp-buttontoggle-border-width-image-inner-disabled-strong: 2px;
--comp-buttontoggle-border-width-image-inner-disabled-subtle: 1px;
--comp-buttontoggle-border-width-image-outer-enabled-deselected: 0px;
--comp-buttontoggle-border-width-image-outer-enabled-strong: 2px;
--comp-buttontoggle-border-width-image-outer-enabled-subtle: 1px;
--comp-buttontoggle-border-width-image-outer-disabled-deselected: 0px;
--comp-buttontoggle-border-width-image-outer-disabled-strong: 2px;
--comp-buttontoggle-border-width-image-outer-disabled-subtle: 1px;
--comp-buttontoggle-border-width-focus-inner: 2px;
--comp-buttontoggle-border-width-focus-outer: 2px;
--comp-checkbox-motion-background-colorchange-easing: cubic-bezier(0, 0, 1, 1);
--comp-checkbox-motion-background-colorchange-duration: 150ms;
--comp-checkbox-icon-motion-collapse-in-easing: cubic-bezier(0.55, 0, 0, 1);
--comp-checkbox-icon-motion-collapse-in-duration: 200ms;
--comp-checkbox-icon-motion-collapse-out-easing: cubic-bezier(0.3, 0, 0.8, 0.15);
--comp-checkbox-icon-motion-collapse-out-duration: 150ms;
--comp-checkbox-color-background-container-default-unchecked: #ffffff;
--comp-checkbox-color-background-container-default-indeterminate: #000000;
--comp-checkbox-color-background-container-default-checked: #000000;
--comp-checkbox-color-background-container-disabled-unchecked: #d1d1c7;
--comp-checkbox-color-background-container-disabled-indeterminate: #d1d1c7;
--comp-checkbox-color-background-container-disabled-checked: #d1d1c7;
--comp-checkbox-color-background-container-error-unchecked: #ffffff;
--comp-checkbox-color-background-container-error-indeterminate: #b2001a;
--comp-checkbox-color-background-container-error-checked: #b2001a;
--comp-checkbox-color-border-container-default-unchecked: #757569;
--comp-checkbox-color-border-container-default-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-container-default-checked: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-container-disabled-unchecked: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-container-disabled-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-container-disabled-checked: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-container-error-unchecked: #b2001a;
--comp-checkbox-color-border-container-error-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-container-error-checked: rgba(255, 255, 255, 0);
--comp-checkbox-color-border-focus-inner: #ffffff;
--comp-checkbox-color-border-focus-outer: #007db8;
--comp-checkbox-color-icon-container-default: #ffffff;
--comp-checkbox-color-icon-container-disabled: #949486;
--comp-checkbox-color-icon-container-error: #ffffff;
--comp-checkbox-color-icon-error-text-default: #ffffff;
--comp-checkbox-color-icon-error-text-disabled: #949486;
--comp-checkbox-color-text-label-default: #000000;
--comp-checkbox-color-text-label-disabled: #949486;
--comp-checkbox-color-text-label-error: #000000;
--comp-checkbox-color-text-helper-text-default: #000000;
--comp-checkbox-color-text-helper-text-disabled: #949486;
--comp-checkbox-color-text-helper-text-error: #000000;
--comp-checkbox-color-text-error-text-default: #8a0f0f;
--comp-checkbox-color-text-error-text-disabled: #949486;
--comp-checkbox-color-hover-background-container-default-unchecked: #ffffff;
--comp-checkbox-color-hover-background-container-default-indeterminate: #272721;
--comp-checkbox-color-hover-background-container-default-checked: #272721;
--comp-checkbox-color-hover-background-container-error-unchecked: #ffffff;
--comp-checkbox-color-hover-background-container-error-indeterminate: #940016;
--comp-checkbox-color-hover-background-container-error-checked: #940016;
--comp-checkbox-color-hover-border-container-default-unchecked: #616157;
--comp-checkbox-color-hover-border-container-default-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-hover-border-container-default-checked: rgba(255, 255, 255, 0);
--comp-checkbox-color-hover-border-container-error-unchecked: #940016;
--comp-checkbox-color-hover-border-container-error-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-hover-border-container-error-checked: rgba(255, 255, 255, 0);
--comp-checkbox-color-pressed-background-container-default-unchecked: #ffffff;
--comp-checkbox-color-pressed-background-container-default-indeterminate: #3d3d34;
--comp-checkbox-color-pressed-background-container-default-checked: #3d3d34;
--comp-checkbox-color-pressed-background-container-error-unchecked: #ffffff;
--comp-checkbox-color-pressed-background-container-error-indeterminate: #7a0012;
--comp-checkbox-color-pressed-background-container-error-checked: #7a0012;
--comp-checkbox-color-pressed-border-container-default-unchecked: #4b4b44;
--comp-checkbox-color-pressed-border-container-default-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-pressed-border-container-default-checked: rgba(255, 255, 255, 0);
--comp-checkbox-color-pressed-border-container-error-unchecked: #7a0012;
--comp-checkbox-color-pressed-border-container-error-indeterminate: rgba(255, 255, 255, 0);
--comp-checkbox-color-pressed-border-container-error-checked: rgba(255, 255, 255, 0);
--comp-checkbox-border-width-container-default-unchecked: 1px;
--comp-checkbox-border-width-container-default-indeterminate: 0px;
--comp-checkbox-border-width-container-default-checked: 0px;
--comp-checkbox-border-width-container-disabled-unchecked: 0px;
--comp-checkbox-border-width-container-disabled-indeterminate: 0px;
--comp-checkbox-border-width-container-disabled-checked: 0px;
--comp-checkbox-border-width-container-error-unchecked: 1px;
--comp-checkbox-border-width-container-error-indeterminate: 0px;
--comp-checkbox-border-width-container-error-checked: 0px;
--comp-checkbox-border-width-hover-container-default-unchecked: 2px;
--comp-checkbox-border-width-hover-container-default-indeterminate: 0px;
--comp-checkbox-border-width-hover-container-default-checked: 0px;
--comp-checkbox-border-width-hover-container-disabled-unchecked: 0px;
--comp-checkbox-border-width-hover-container-disabled-indeterminate: 0px;
--comp-checkbox-border-width-hover-container-disabled-checked: 0px;
--comp-checkbox-border-width-hover-container-error-unchecked: 2px;
--comp-checkbox-border-width-hover-container-error-indeterminate: 0px;
--comp-checkbox-border-width-hover-container-error-checked: 0px;
--comp-checkbox-border-width-pressed-container-default-unchecked: 2px;
--comp-checkbox-border-width-pressed-container-default-indeterminate: 0px;
--comp-checkbox-border-width-pressed-container-default-checked: 0px;
--comp-checkbox-border-width-pressed-container-disabled-unchecked: 0px;
--comp-checkbox-border-width-pressed-container-disabled-indeterminate: 0px;
--comp-checkbox-border-width-pressed-container-disabled-checked: 0px;
--comp-checkbox-border-width-pressed-container-error-unchecked: 2px;
--comp-checkbox-border-width-pressed-container-error-indeterminate: 0px;
--comp-checkbox-border-width-pressed-container-error-checked: 0px;
--comp-checkbox-border-width-focus-inner: 2px;
--comp-checkbox-border-width-focus-outer: 2px;
--comp-field-color-border-input-typed: #757569;
--comp-field-color-border-input-placeholder: #757569;
--comp-field-color-border-input-disabled: #c2c2b6;
--comp-field-color-border-input-read-only: #c2c2b6;
--comp-field-color-border-input-error: #b2001a;
--comp-field-color-border-focus-inner-input-placeholder: #ffffff;
--comp-field-color-border-focus-inner-input-typed: #ffffff;
--comp-field-color-border-focus-inner-input-error: #ffffff;
--comp-field-color-border-focus-outer-input-placeholder: #007db8;
--comp-field-color-border-focus-outer-input-typed: #007db8;
--comp-field-color-border-focus-outer-input-error: #007db8;
--comp-field-color-background-input-typed: #ffffff;
--comp-field-color-background-input-placeholder: #ffffff;
--comp-field-color-background-input-disabled: #d1d1c7;
--comp-field-color-background-input-read-only: #ffffff;
--comp-field-color-background-input-error: #ffffff;
--comp-field-color-text-label-typed: #000000;
--comp-field-color-text-label-placeholder: #000000;
--comp-field-color-text-label-disabled: #949486;
--comp-field-color-text-label-read-only: #000000;
--comp-field-color-text-label-error: #000000;
--comp-field-color-text-input-typed: #000000;
--comp-field-color-text-input-placeholder: #57574c;
--comp-field-color-text-input-disabled: #949486;
--comp-field-color-text-input-read-only: #000000;
--comp-field-color-text-input-error: #000000;
--comp-field-color-text-helper-text-default: #57574c;
--comp-field-color-text-helper-text-error: #8a0f0f;
--comp-field-color-text-max-length-default: #57574c;
--comp-field-color-text-max-length-warning: #9b4b1c;
--comp-field-color-text-max-length-error: #8a0f0f;
--comp-field-color-icon-helper-text-error: #8a0f0f;
--comp-field-color-icon-max-length-warning: #9b4b1c;
--comp-field-color-icon-max-length-error: #8a0f0f;
--comp-field-color-hover-border-input-typed: #616157;
--comp-field-color-hover-border-input-placeholder: #616157;
--comp-field-color-hover-border-input-error: #940016;
--comp-field-border-width-input-typed: 1px;
--comp-field-border-width-input-placeholder: 1px;
--comp-field-border-width-input-disabled: 1px;
--comp-field-border-width-input-read-only: 1px;
--comp-field-border-width-input-error: 2px;
--comp-icon-size-default-12: 12px;
--comp-icon-size-default-14: 14px;
--comp-icon-size-default-16: 16px;
--comp-icon-size-default-24: 16px;
--comp-icon-size-default-32: 16px;
--comp-icon-size-compact-10: 10px;
--comp-icon-size-compact-12: 12px;
--comp-icon-size-compact-14: 14px;
--comp-icon-size-compact-16: 16px;
--comp-indicator-color-background-default: #e60023;
--comp-indicator-color-background-numeric: #e60023;
--comp-indicator-color-text-default: #ffffff;
--comp-indicator-color-text-numeric: #ffffff;
--comp-indicator-color-border-default: rgba(255, 255, 255, 0);
--comp-indicator-color-border-numeric: #ffffff;
--comp-indicator-border-width-default: 0px;
--comp-indicator-border-width-numeric: 1px;
--comp-popover-color-background-container: #ffffff;
--comp-popovermessage-color-background-education: #007db8;
--comp-popovermessage-color-background-notification: #000000;
--comp-popovermessage-color-text-education-body: #ffffff;
--comp-popovermessage-color-text-notification-body: #ffffff;
--comp-radiobutton-color-background-container-default-deselected: #ffffff;
--comp-radiobutton-color-background-container-default-selected: #000000;
--comp-radiobutton-color-background-container-disabled-deselected: #d1d1c7;
--comp-radiobutton-color-background-container-disabled-selected: #d1d1c7;
--comp-radiobutton-color-background-dot-default: #ffffff;
--comp-radiobutton-color-background-dot-disabled: #ffffff;
--comp-radiobutton-color-border-container-default-deselected: #757569;
--comp-radiobutton-color-border-container-default-selected: rgba(255, 255, 255, 0);
--comp-radiobutton-color-border-focus-inner: #ffffff;
--comp-radiobutton-color-border-focus-outer: #007db8;
--comp-radiobutton-color-text-label-default: #000000;
--comp-radiobutton-color-text-label-disabled: #949486;
--comp-radiobutton-color-text-helper-text-default: #000000;
--comp-radiobutton-color-text-helper-text-disabled: #949486;
--comp-radiobutton-color-hover-background-container-default-deselected: #ffffff;
--comp-radiobutton-color-hover-background-container-default-selected: #272721;
--comp-radiobutton-color-hover-background-dot-default: #ffffff;
--comp-radiobutton-color-hover-border-container-default-deselected: #616157;
--comp-radiobutton-color-hover-border-container-default-selected: rgba(255, 255, 255, 0);
--comp-radiobutton-color-pressed-background-container-default-deselected: #ffffff;
--comp-radiobutton-color-pressed-background-container-default-selected: #3d3d34;
--comp-radiobutton-color-pressed-background-dot-default: #ffffff;
--comp-radiobutton-color-pressed-border-container-default-deselected: #616157;
--comp-radiobutton-color-pressed-border-container-default-selected: rgba(255, 255, 255, 0);
--comp-radiobutton-border-width-container-default-deselected: 1px;
--comp-radiobutton-border-width-container-default-selected: 0px;
--comp-radiobutton-border-width-container-disabled-deselected: 0px;
--comp-radiobutton-border-width-container-disabled-selected: 0px;
--comp-radiobutton-border-width-hover-container-default-deselected: 2px;
--comp-radiobutton-border-width-hover-container-default-selected: 0px;
--comp-radiobutton-border-width-hover-container-disabled-deselected: 0px;
--comp-radiobutton-border-width-hover-container-disabled-selected: 0px;
--comp-radiobutton-border-width-pressed-container-default-deselected: 2px;
--comp-radiobutton-border-width-pressed-container-default-selected: 0px;
--comp-radiobutton-border-width-pressed-container-disabled-deselected: 0px;
--comp-radiobutton-border-width-pressed-container-disabled-selected: 0px;
--comp-radiobutton-border-width-focus-inner: 2px;
--comp-radiobutton-border-width-focus-outer: 2px;
--comp-radiogroupbutton-motion-border-scale-easing: cubic-bezier(0, 0.35, 0, 1.25);
--comp-radiogroupbutton-motion-border-scale-duration: 150ms;
--comp-radiogroupbutton-motion-border-fade-easing: cubic-bezier(0.3, 0, 0.8, 0.15);
--comp-radiogroupbutton-motion-border-fade-duration: 150ms;
--comp-searchguide-color-background-blue-strong-default: #7cbede;
--comp-searchguide-color-background-blue-strong-selected: #000000;
--comp-searchguide-color-background-blue-weak-default: #c5eaf7;
--comp-searchguide-color-background-blue-weak-selected: #000000;
--comp-searchguide-color-background-green-strong-default: #a8bb63;
--comp-searchguide-color-background-green-strong-selected: #000000;
--comp-searchguide-color-background-green-weak-default: #d0e2a8;
--comp-searchguide-color-background-green-weak-selected: #000000;
--comp-searchguide-color-background-orange-strong-default: #fbc55b;
--comp-searchguide-color-background-orange-strong-selected: #000000;
--comp-searchguide-color-background-orange-weak-default: #fde7c9;
--comp-searchguide-color-background-orange-weak-selected: #000000;
--comp-searchguide-color-background-red-strong-default: #ff9494;
--comp-searchguide-color-background-red-strong-selected: #000000;
--comp-searchguide-color-background-red-weak-default: #ffd3d1;
--comp-searchguide-color-background-red-weak-selected: #000000;
--comp-searchguide-color-background-purple-strong-default: #efadef;
--comp-searchguide-color-background-purple-strong-selected: #000000;
--comp-searchguide-color-background-purple-weak-default: #fcd8fc;
--comp-searchguide-color-background-purple-weak-selected: #000000;
--comp-searchguide-color-background-base-default: #e0e0d9;
--comp-searchguide-color-background-base-selected: #000000;
--comp-searchguide-color-background-rainbow-default: linear-gradient(-60deg, #D4B0FF 0%, #90F0E1 37%, #C7F783 66%, #FFA570 100%);
--comp-searchguide-color-background-rainbow-selected: #000000;
--comp-searchguide-color-text-blue-strong-default: #000000;
--comp-searchguide-color-text-blue-strong-selected: #ffffff;
--comp-searchguide-color-text-blue-weak-default: #000000;
--comp-searchguide-color-text-blue-weak-selected: #ffffff;
--comp-searchguide-color-text-base-default: #000000;
--comp-searchguide-color-text-base-selected: #ffffff;
--comp-searchguide-color-text-purple-strong-default: #000000;
--comp-searchguide-color-text-purple-strong-selected: #ffffff;
--comp-searchguide-color-text-purple-weak-default: #000000;
--comp-searchguide-color-text-purple-weak-selected: #ffffff;
--comp-searchguide-color-text-red-strong-default: #000000;
--comp-searchguide-color-text-red-strong-selected: #ffffff;
--comp-searchguide-color-text-red-weak-default: #000000;
--comp-searchguide-color-text-red-weak-selected: #ffffff;
--comp-searchguide-color-text-orange-strong-default: #000000;
--comp-searchguide-color-text-orange-strong-selected: #ffffff;
--comp-searchguide-color-text-orange-weak-default: #000000;
--comp-searchguide-color-text-orange-weak-selected: #ffffff;
--comp-searchguide-color-text-green-weak-default: #000000;
--comp-searchguide-color-text-green-weak-selected: #ffffff;
--comp-searchguide-color-text-green-strong-default: #000000;
--comp-searchguide-color-text-green-strong-selected: #ffffff;
--comp-searchguide-color-text-rainbow-default: #000000;
--comp-searchguide-color-text-rainbow-selected: #ffffff;
--comp-searchguide-color-icon-start-blue-strong-default: #000000;
--comp-searchguide-color-icon-start-blue-strong-selected: #ffffff;
--comp-searchguide-color-icon-start-blue-weak-default: #000000;
--comp-searchguide-color-icon-start-blue-weak-selected: #ffffff;
--comp-searchguide-color-icon-start-green-strong-default: #000000;
--comp-searchguide-color-icon-start-green-strong-selected: #ffffff;
--comp-searchguide-color-icon-start-green-weak-default: #000000;
--comp-searchguide-color-icon-start-green-weak-selected: #ffffff;
--comp-searchguide-color-icon-start-orange-strong-default: #000000;
--comp-searchguide-color-icon-start-orange-strong-selected: #ffffff;
--comp-searchguide-color-icon-start-orange-weak-default: #000000;
--comp-searchguide-color-icon-start-orange-weak-selected: #ffffff;
--comp-searchguide-color-icon-start-red-strong-default: #000000;
--comp-searchguide-color-icon-start-red-strong-selected: #ffffff;
--comp-searchguide-color-icon-start-red-weak-default: #000000;
--comp-searchguide-color-icon-start-red-weak-selected: #ffffff;
--comp-searchguide-color-icon-start-purple-strong-default: #000000;
--comp-searchguide-color-icon-start-purple-strong-selected: #ffffff;
--comp-searchguide-color-icon-start-purple-weak-default: #000000;
--comp-searchguide-color-icon-start-purple-weak-selected: #ffffff;
--comp-searchguide-color-icon-start-base-default: #000000;
--comp-searchguide-color-icon-start-base-selected: #ffffff;
--comp-searchguide-color-icon-start-rainbow-default: #000000;
--comp-searchguide-color-icon-start-rainbow-selected: #ffffff;
--comp-searchguide-color-icon-end-blue-strong-default: #000000;
--comp-searchguide-color-icon-end-blue-strong-selected: #ffffff;
--comp-searchguide-color-icon-end-blue-weak-default: #000000;
--comp-searchguide-color-icon-end-blue-weak-selected: #ffffff;
--comp-searchguide-color-icon-end-green-strong-default: #000000;
--comp-searchguide-color-icon-end-green-strong-selected: #ffffff;
--comp-searchguide-color-icon-end-green-weak-default: #000000;
--comp-searchguide-color-icon-end-green-weak-selected: #ffffff;
--comp-searchguide-color-icon-end-orange-strong-default: #000000;
--comp-searchguide-color-icon-end-orange-strong-selected: #ffffff;
--comp-searchguide-color-icon-end-orange-weak-default: #000000;
--comp-searchguide-color-icon-end-orange-weak-selected: #ffffff;
--comp-searchguide-color-icon-end-red-strong-default: #000000;
--comp-searchguide-color-icon-end-red-strong-selected: #ffffff;
--comp-searchguide-color-icon-end-red-weak-default: #000000;
--comp-searchguide-color-icon-end-red-weak-selected: #ffffff;
--comp-searchguide-color-icon-end-purple-strong-default: #000000;
--comp-searchguide-color-icon-end-purple-strong-selected: #ffffff;
--comp-searchguide-color-icon-end-purple-weak-default: #000000;
--comp-searchguide-color-icon-end-purple-weak-selected: #ffffff;
--comp-searchguide-color-icon-end-base-default: #000000;
--comp-searchguide-color-icon-end-base-selected: #ffffff;
--comp-searchguide-color-icon-end-rainbow-default: #000000;
--comp-searchguide-color-icon-end-rainbow-selected: #ffffff;
--comp-searchguide-color-graphic-blue-strong-default: #000000;
--comp-searchguide-color-graphic-blue-strong-selected: #ffffff;
--comp-searchguide-color-graphic-blue-weak-default: #000000;
--comp-searchguide-color-graphic-blue-weak-selected: #ffffff;
--comp-searchguide-color-graphic-green-strong-default: #000000;
--comp-searchguide-color-graphic-green-strong-selected: #ffffff;
--comp-searchguide-color-graphic-green-weak-default: #000000;
--comp-searchguide-color-graphic-green-weak-selected: #ffffff;
--comp-searchguide-color-graphic-orange-strong-default: #000000;
--comp-searchguide-color-graphic-orange-strong-selected: #ffffff;
--comp-searchguide-color-graphic-orange-weak-default: #000000;
--comp-searchguide-color-graphic-orange-weak-selected: #ffffff;
--comp-searchguide-color-graphic-red-strong-default: #000000;
--comp-searchguide-color-graphic-red-strong-selected: #ffffff;
--comp-searchguide-color-graphic-red-weak-default: #000000;
--comp-searchguide-color-graphic-red-weak-selected: #ffffff;
--comp-searchguide-color-graphic-purple-strong-default: #000000;
--comp-searchguide-color-graphic-purple-strong-selected: #ffffff;
--comp-searchguide-color-graphic-purple-weak-default: #000000;
--comp-searchguide-color-graphic-purple-weak-selected: #ffffff;
--comp-searchguide-color-graphic-base-default: #000000;
--comp-searchguide-color-graphic-base-selected: #ffffff;
--comp-searchguide-color-graphic-rainbow-default: #000000;
--comp-searchguide-color-graphic-rainbow-selected: #ffffff;
--comp-searchguide-color-border-default: rgba(255, 255, 255, 0);
--comp-searchguide-color-border-selected: #000000;
--comp-searchguide-color-border-focus-inner: #ffffff;
--comp-searchguide-color-border-focus-outer: #007db8;
--comp-searchguide-border-width-selected: 2;
--comp-searchguide-border-width-default: 0;
--comp-searchguide-border-width-focus-inner: 2;
--comp-searchguide-border-width-focus-outer: 2;
--comp-searchguide-hover-color-background-blue-strong-default: #58a9d0;
--comp-searchguide-hover-color-background-blue-strong-selected: #272721;
--comp-searchguide-hover-color-background-blue-weak-default: #a8ddf0;
--comp-searchguide-hover-color-background-blue-weak-selected: #272721;
--comp-searchguide-hover-color-background-green-strong-default: #93a550;
--comp-searchguide-hover-color-background-green-strong-selected: #272721;
--comp-searchguide-hover-color-background-green-weak-default: #bcd090;
--comp-searchguide-hover-color-background-green-weak-selected: #272721;
--comp-searchguide-hover-color-background-orange-strong-default: #f8b430;
--comp-searchguide-hover-color-background-orange-strong-selected: #272721;
--comp-searchguide-hover-color-background-orange-weak-default: #f9d9ae;
--comp-searchguide-hover-color-background-orange-weak-selected: #272721;
--comp-searchguide-hover-color-background-red-strong-default: #f87777;
--comp-searchguide-hover-color-background-red-strong-selected: #272721;
--comp-searchguide-hover-color-background-red-weak-default: #fbbebb;
--comp-searchguide-hover-color-background-red-weak-selected: #272721;
--comp-searchguide-hover-color-background-purple-strong-default: #e599e5;
--comp-searchguide-hover-color-background-purple-strong-selected: #272721;
--comp-searchguide-hover-color-background-purple-weak-default: #fac7fa;
--comp-searchguide-hover-color-background-purple-weak-selected: #272721;
--comp-searchguide-hover-color-background-base-default: #cdcdc1;
--comp-searchguide-hover-color-background-base-selected: #272721;
--comp-searchguide-hover-color-background-rainbow-default: rgba(36, 36, 35, 0.09);
--comp-searchguide-hover-color-background-rainbow-selected: #272721;
--comp-searchguide-pressed-color-background-blue-strong-default: #4096bf;
--comp-searchguide-pressed-color-background-blue-strong-selected: #3d3d34;
--comp-searchguide-pressed-color-background-blue-weak-default: #8ecfe6;
--comp-searchguide-pressed-color-background-blue-weak-selected: #3d3d34;
--comp-searchguide-pressed-color-background-green-strong-default: #81904c;
--comp-searchguide-pressed-color-background-green-strong-selected: #3d3d34;
--comp-searchguide-pressed-color-background-green-weak-default: #a7b97e;
--comp-searchguide-pressed-color-background-green-weak-selected: #3d3d34;
--comp-searchguide-pressed-color-background-orange-strong-default: #f1a613;
--comp-searchguide-pressed-color-background-orange-strong-selected: #3d3d34;
--comp-searchguide-pressed-color-background-orange-weak-default: #f4cc95;
--comp-searchguide-pressed-color-background-orange-weak-selected: #3d3d34;
--comp-searchguide-pressed-color-background-red-strong-default: #ed5a5a;
--comp-searchguide-pressed-color-background-red-strong-selected: #3d3d34;
--comp-searchguide-pressed-color-background-red-weak-default: #f4a8a4;
--comp-searchguide-pressed-color-background-red-weak-selected: #3d3d34;
--comp-searchguide-pressed-color-background-purple-strong-default: #da86da;
--comp-searchguide-pressed-color-background-purple-strong-selected: #3d3d34;
--comp-searchguide-pressed-color-background-purple-weak-default: #f8b5f8;
--comp-searchguide-pressed-color-background-purple-weak-selected: #3d3d34;
--comp-searchguide-pressed-color-background-base-default: #babaab;
--comp-searchguide-pressed-color-background-base-selected: #3d3d34;
--comp-searchguide-pressed-color-background-rainbow-default: rgba(57, 57, 55, 0.14);
--comp-searchguide-pressed-color-background-rainbow-selected: #3d3d34;
--comp-sheet-color-background-header: #ffffff;
--comp-sheet-color-background-body: #ffffff;
--comp-sheet-color-background-footer: #ffffff;
--comp-sheet-color-background-scrim: rgba(117, 117, 112, 0.4);
--comp-sheet-color-background-drag-handle: #e0e0d9;
--comp-sheet-color-text-heading: #000000;
--comp-sheet-color-text-subtitle: #57574c;
--comp-spinner-color-background-1: #c85bd2;
--comp-spinner-color-background-2: #e57534;
--comp-spinner-color-background-3: #22a596;
--comp-spinner-motion-enter-duration: 300ms;
--comp-spinner-motion-enter-easing: cubic-bezier(0.05, 0.7, 0.1, 1);
--comp-spinner-motion-exit-duration: 150ms;
--comp-spinner-motion-exit-easing: cubic-bezier(0.05, 0.7, 0.1, 1);
--comp-switch-border-width-container-on: 0px;
--comp-switch-border-width-container-off: 0px;
--comp-switch-color-border-container-enabled-on: rgba(255, 255, 255, 0);
--comp-switch-color-border-container-enabled-off: rgba(255, 255, 255, 0);
--comp-switch-color-border-container-disabled-on: rgba(255,255,255,0);
--comp-switch-color-border-container-disabled-off: rgba(255, 255, 255, 0);
--comp-switch-color-border-focus-inner-enabled-off: #ffffff;
--comp-switch-color-border-focus-inner-enabled-on: #ffffff;
--comp-switch-color-border-focus-outer-enabled-off: #007db8;
--comp-switch-color-border-focus-outer-enabled-on: #007db8;
--comp-switch-color-background-container-enabled-off: #e0e0d9;
--comp-switch-color-background-container-enabled-on: #000000;
--comp-switch-color-background-container-disabled-off: #d1d1c7;
--comp-switch-color-background-container-disabled-on: #d1d1c7;
--comp-switch-color-background-handle-enabled-off: #ffffff;
--comp-switch-color-background-handle-enabled-on: #ffffff;
--comp-switch-color-background-handle-disabled-off: #ffffff;
--comp-switch-color-background-handle-disabled-on: #ffffff;
--comp-switch-color-hover-background-container-enabled-off: #cdcdc1;
--comp-switch-color-hover-background-container-enabled-on: #272721;
--comp-switch-color-pressed-background-container-enabled-off: #babaab;
--comp-switch-color-pressed-background-container-enabled-on: #3d3d34;
--comp-tab-color-background-container-deselected: rgba(255, 255, 255, 0);
--comp-tab-color-background-container-selected: rgba(255, 255, 255, 0);
--comp-tab-color-background-underline-deselected: rgba(255, 255, 255, 0);
--comp-tab-color-background-underline-selected: #000000;
--comp-tab-color-icon-deselected: #000000;
--comp-tab-color-icon-selected: #000000;
--comp-tab-color-text-deselected: #000000;
--comp-tab-color-text-selected: #000000;
--comp-tab-color-hover-background-container-deselected: #f0f0eb;
--comp-tab-color-hover-background-container-selected: rgba(255, 255, 255, 0);
--comp-tab-color-pressed-background-container-deselected: #deded3;
--comp-tab-color-pressed-background-container-selected: rgba(255, 255, 255, 0);
--comp-tab-color-border-focus-inner-deselected: #ffffff;
--comp-tab-color-border-focus-inner-selected: #ffffff;
--comp-tab-color-border-focus-outer-deselected: #007db8;
--comp-tab-color-border-focus-outer-selected: #007db8;
--comp-toast-color-background-default: #000000;
--comp-toast-color-background-loading: #000000;
--comp-toast-color-background-success: #000000;
--comp-toast-color-background-error: #b2001a;
--comp-toast-color-text-default: #ffffff;
--comp-toast-color-text-loading: #ffffff;
--comp-toast-color-text-success: #ffffff;
--comp-toast-color-text-error: #ffffff;
--comp-toast-color-icon-default: #ffffff;
--comp-toast-color-icon-success: #ffffff;
--comp-toast-color-icon-error: #ffffff;
--comp-toast-color-icon-dismiss: #ffffff;
--comp-bannercallout-color-background-default: #ffffff;
--comp-bannercallout-color-background-neutral: #e0e0d9;
--comp-bannercallout-color-background-info: #c5eaf7;
--comp-bannercallout-color-background-success: #d0e2a8;
--comp-bannercallout-color-background-warning: #fde7c9;
--comp-bannercallout-color-background-error: #ffd3d1;
--comp-bannercallout-color-background-recommendation: #fcd8fc;
--comp-bannercallout-color-border-default: #c2c2b6;
--comp-bannercallout-color-border-neutral: rgba(255, 255, 255, 0);
--comp-bannercallout-color-border-info: rgba(255, 255, 255, 0);
--comp-bannercallout-color-border-success: rgba(255, 255, 255, 0);
--comp-bannercallout-color-border-warning: rgba(255, 255, 255, 0);
--comp-bannercallout-color-border-error: rgba(255, 255, 255, 0);
--comp-bannercallout-color-border-recommendation: rgba(255, 255, 255, 0);
--comp-bannercallout-color-icon-default: #000000;
--comp-bannercallout-color-icon-neutral: #47473f;
--comp-bannercallout-color-icon-info: #215d82;
--comp-bannercallout-color-icon-success: #265926;
--comp-bannercallout-color-icon-warning: #9b4b1c;
--comp-bannercallout-color-icon-error: #8a0f0f;
--comp-bannercallout-color-icon-recommendation: #6d4270;
--comp-bannercallout-color-text-heading-default: #000000;
--comp-bannercallout-color-text-heading-neutral: #000000;
--comp-bannercallout-color-text-heading-info: #000000;
--comp-bannercallout-color-text-heading-success: #000000;
--comp-bannercallout-color-text-heading-warning: #000000;
--comp-bannercallout-color-text-heading-error: #000000;
--comp-bannercallout-color-text-heading-recommendation: #000000;
--comp-bannercallout-color-text-body-default: #000000;
--comp-bannercallout-color-text-body-neutral: #000000;
--comp-bannercallout-color-text-body-info: #000000;
--comp-bannercallout-color-text-body-success: #000000;
--comp-bannercallout-color-text-body-warning: #000000;
--comp-bannercallout-color-text-body-error: #000000;
--comp-bannercallout-color-text-body-recommendation: #000000;
--comp-bannercallout-border-width-container-default: 1px;
--comp-bannercallout-border-width-container-neutral: 0px;
--comp-bannercallout-border-width-container-info: 0px;
--comp-bannercallout-border-width-container-success: 0px;
--comp-bannercallout-border-width-container-warning: 0px;
--comp-bannercallout-border-width-container-error: 0px;
--comp-bannercallout-border-width-container-recommendation: 0px;
--comp-bannerslim-color-background-default-expanded: #ffffff;
--comp-bannerslim-color-background-default-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-background-neutral-expanded: #e0e0d9;
--comp-bannerslim-color-background-neutral-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-background-info-expanded: #c5eaf7;
--comp-bannerslim-color-background-info-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-background-success-expanded: #d0e2a8;
--comp-bannerslim-color-background-success-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-background-warning-expanded: #fde7c9;
--comp-bannerslim-color-background-warning-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-background-error-expanded: #ffd3d1;
--comp-bannerslim-color-background-error-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-background-recommendation-expanded: #fcd8fc;
--comp-bannerslim-color-background-recommendation-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-default-expanded: #c2c2b6;
--comp-bannerslim-color-border-default-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-neutral-expanded: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-neutral-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-info-expanded: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-info-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-success-expanded: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-success-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-warning-expanded: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-warning-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-error-expanded: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-error-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-recommendation-expanded: rgba(255, 255, 255, 0);
--comp-bannerslim-color-border-recommendation-compact: rgba(255, 255, 255, 0);
--comp-bannerslim-color-icon-default-expanded: #000000;
--comp-bannerslim-color-icon-default-compact: #000000;
--comp-bannerslim-color-icon-neutral-expanded: #47473f;
--comp-bannerslim-color-icon-neutral-compact: #47473f;
--comp-bannerslim-color-icon-info-expanded: #215d82;
--comp-bannerslim-color-icon-info-compact: #215d82;
--comp-bannerslim-color-icon-success-expanded: #265926;
--comp-bannerslim-color-icon-success-compact: #265926;
--comp-bannerslim-color-icon-warning-expanded: #9b4b1c;
--comp-bannerslim-color-icon-warning-compact: #9b4b1c;
--comp-bannerslim-color-icon-error-expanded: #8a0f0f;
--comp-bannerslim-color-icon-error-compact: #8a0f0f;
--comp-bannerslim-color-icon-recommendation-expanded: #6d4270;
--comp-bannerslim-color-icon-recommendation-compact: #6d4270;
--comp-bannerslim-color-text-body-default-expanded: #000000;
--comp-bannerslim-color-text-body-default-compact: #000000;
--comp-bannerslim-color-text-body-neutral-expanded: #000000;
--comp-bannerslim-color-text-body-neutral-compact: #000000;
--comp-bannerslim-color-text-body-info-expanded: #000000;
--comp-bannerslim-color-text-body-info-compact: #000000;
--comp-bannerslim-color-text-body-success-expanded: #000000;
--comp-bannerslim-color-text-body-success-compact: #000000;
--comp-bannerslim-color-text-body-warning-expanded: #000000;
--comp-bannerslim-color-text-body-warning-compact: #000000;
--comp-bannerslim-color-text-body-error-expanded: #000000;
--comp-bannerslim-color-text-body-error-compact: #000000;
--comp-bannerslim-color-text-body-recommendation-expanded: #000000;
--comp-bannerslim-color-text-body-recommendation-compact: #000000;
--comp-bannerslim-border-width-container-default-expanded: 1px;
--comp-bannerslim-border-width-container-default-compact: 0px;
--comp-bannerslim-border-width-container-neutral-expanded: 0px;
--comp-bannerslim-border-width-container-neutral-compact: 0px;
--comp-bannerslim-border-width-container-info-expanded: 0px;
--comp-bannerslim-border-width-container-info-compact: 0px;
--comp-bannerslim-border-width-container-success-expanded: 0px;
--comp-bannerslim-border-width-container-success-compact: 0px;
--comp-bannerslim-border-width-container-warning-expanded: 0px;
--comp-bannerslim-border-width-container-warning-compact: 0px;
--comp-bannerslim-border-width-container-error-expanded: 0px;
--comp-bannerslim-border-width-container-error-compact: 0px;
--comp-bannerslim-border-width-container-recommendation-expanded: 0px;
--comp-bannerslim-border-width-container-recommendation-compact: 0px;
--comp-bannerupsell-color-background-default: #ffffff;
--comp-bannerupsell-color-background-graphic-container-default: rgba(255, 255, 255, 0);
--comp-bannerupsell-color-icon-default: #000000;
--comp-bannerupsell-color-icon-neutral: #47473f;
--comp-bannerupsell-color-icon-info: #215d82;
--comp-bannerupsell-color-icon-success: #265926;
--comp-bannerupsell-color-icon-warning: #9b4b1c;
--comp-bannerupsell-color-icon-error: #8a0f0f;
--comp-bannerupsell-color-icon-recommendation: #6d4270;
--comp-bannerupsell-color-icon-logo: #e60023;
--comp-bannerupsell-color-border-default: #c2c2b6;
--comp-bannerupsell-color-text-heading: #000000;
--comp-bannerupsell-color-text-body: #000000;
--comp-bannerupsell-border-width-container-default: 1px;
--comp-tooltip-color-background-default: #000000;
--comp-tooltip-color-text-default: #ffffff;
--sema-color-background-default: #ffffff;
--sema-color-background-primary: #e60023;
--sema-color-background-secondary: #e0e0d9;
--sema-color-background-tertiary: #757569;
--sema-color-background-selected: #000000;
--sema-color-background-checked: #000000;
--sema-color-background-education: #007db8;
--sema-color-background-elevation: #ffffff;
--sema-color-background-scrim: #e0e0d9;
--sema-color-background-inverse: #000000;
--sema-color-background-light: #ffffff;
--sema-color-background-dark: #000000;
--sema-color-background-disabled: #d1d1c7;
--sema-color-background-transparent: rgba(255, 255, 255, 0);
--sema-color-background-info-default: #007db8;
--sema-color-background-info-weak: #c5eaf7;
--sema-color-background-neutral-default: #757569;
--sema-color-background-neutral-weak: #c2c2b6;
--sema-color-background-recommendation-default: #8f4696;
--sema-color-background-recommendation-weak: #fcd8fc;
--sema-color-background-success-default: #517d3b;
--sema-color-background-success-weak: #d0e2a8;
--sema-color-background-warning-default: #9b4b1c;
--sema-color-background-warning-weak: #fde7c9;
--sema-color-background-error-default: #b2001a;
--sema-color-background-error-weak: #ffd3d1;
--sema-color-background-wash-default: rgba(255, 255, 255, 0.9);
--sema-color-background-wash-dark: rgba(0, 0, 0, 0.8);
--sema-color-background-wash-light: rgba(255, 255, 255, 0.9);
--sema-color-background-wash-image-tint: rgba(0, 0, 0, 0.04);
--sema-color-background-wash-scrims-default: rgba(117, 117, 112, 0.4);
--sema-color-background-wash-scrims-opaque: rgba(245, 244, 237, 0.8);
--sema-color-background-gradient-darken-bottom-weak: rgba(0, 0, 0, 0);
--sema-color-background-gradient-darken-bottom-strong: rgba(0, 0, 0, 0);
--sema-color-background-gradient-darken-top-weak: rgba(0, 0, 0, 0);
--sema-color-background-gradient-darken-top-strong: rgba(0, 0, 0, 0);
--sema-color-border-decorative: #c2c2b6;
--sema-color-border-interactive: #757569;
--sema-color-border-selected: #000000;
--sema-color-border-disabled: #c2c2b6;
--sema-color-border-success: #517d3b;
--sema-color-border-error: #b2001a;
--sema-color-border-inverse: #ffffff;
--sema-color-border-transparent: rgba(255, 255, 255, 0);
--sema-color-border-focus-outer-default: #007db8;
--sema-color-border-focus-outer-inverse: #c5eaf7;
--sema-color-border-focus-outer-dark: #007db8;
--sema-color-border-focus-outer-light: #c5eaf7;
--sema-color-border-focus-inner-default: #ffffff;
--sema-color-border-focus-inner-inverse: #000000;
--sema-color-border-focus-inner-dark: #000000;
--sema-color-border-focus-inner-light: #ffffff;
--sema-color-text-default: #000000;
--sema-color-text-neutral: #47473f;
--sema-color-text-subtle: #57574c;
--sema-color-text-link: #215d82;
--sema-color-text-info: #215d82;
--sema-color-text-recommendation: #6d4270;
--sema-color-text-success: #265926;
--sema-color-text-warning: #9b4b1c;
--sema-color-text-error: #8a0f0f;
--sema-color-text-primary: #e60023;
--sema-color-text-inverse: #ffffff;
--sema-color-text-light: #ffffff;
--sema-color-text-dark: #000000;
--sema-color-text-disabled: #949486;
--sema-color-icon-default: #000000;
--sema-color-icon-neutral: #47473f;
--sema-color-icon-subtle: #57574c;
--sema-color-icon-link: #215d82;
--sema-color-icon-info: #215d82;
--sema-color-icon-recommendation: #6d4270;
--sema-color-icon-success: #265926;
--sema-color-icon-warning: #9b4b1c;
--sema-color-icon-error: #8a0f0f;
--sema-color-icon-primary: #e60023;
--sema-color-icon-inverse: #ffffff;
--sema-color-icon-light: #ffffff;
--sema-color-icon-dark: #000000;
--sema-color-icon-disabled: #949486;
--sema-color-dataviz-10: #005062;
--sema-color-dataviz-11: #de2c62;
--sema-color-dataviz-12: #660e00;
--sema-color-dataviz-01: #003c96;
--sema-color-dataviz-02: #11a69c;
--sema-color-dataviz-03: #924af7;
--sema-color-dataviz-04: #d17711;
--sema-color-dataviz-05: #0081fe;
--sema-color-dataviz-06: #ff5383;
--sema-color-dataviz-07: #00ab55;
--sema-color-dataviz-08: #400387;
--sema-color-dataviz-09: #f2681f;
--sema-color-hover-background-default: #f0f0eb;
--sema-color-hover-background-primary: #bd001c;
--sema-color-hover-background-secondary: #cdcdc1;
--sema-color-hover-background-tertiary: #616157;
--sema-color-hover-background-selected: #272721;
--sema-color-hover-background-checked: #272721;
--sema-color-hover-background-education: #086c9b;
--sema-color-hover-background-elevation: #f0f0eb;
--sema-color-hover-background-scrim: #cdcdc1;
--sema-color-hover-background-inverse: #272721;
--sema-color-hover-background-light: #f0f0eb;
--sema-color-hover-background-dark: #272721;
--sema-color-hover-background-info-default: #086c9b;
--sema-color-hover-background-info-weak: #a8ddf0;
--sema-color-hover-background-neutral-default: #616157;
--sema-color-hover-background-neutral-weak: #b0b0a1;
--sema-color-hover-background-recommendation-default: #793e7e;
--sema-color-hover-background-recommendation-weak: #fac7fa;
--sema-color-hover-background-success-default: #476836;
--sema-color-hover-background-success-weak: #bcd090;
--sema-color-hover-background-warning-default: #7e401b;
--sema-color-hover-background-warning-weak: #f9d9ae;
--sema-color-hover-background-error-default: #940016;
--sema-color-hover-background-error-weak: #fbbebb;
--sema-color-hover-background-wash-default: rgba(248, 247, 242, 0.95);
--sema-color-hover-background-wash-dark: rgba(36, 36, 35, 0.85);
--sema-color-hover-background-wash-light: rgba(248, 247, 242, 0.95);
--sema-color-hover-background-wash-image-tint: rgba(36, 36, 35, 0.09);
--sema-color-hover-background-wash-scrims-default: rgba(98, 98, 96, 0.45);
--sema-color-hover-background-wash-scrims-opaque: rgba(231, 230, 223, 0.85);
--sema-color-hover-border-decorative: #b0b0a1;
--sema-color-hover-border-interactive: #616157;
--sema-color-hover-border-selected: #272721;
--sema-color-hover-border-success: #476836;
--sema-color-hover-border-error: #940016;
--sema-color-hover-border-inverse: #f0f0eb;
--sema-color-hover-text-default: #272721;
--sema-color-hover-text-neutral: #31312b;
--sema-color-hover-text-subtle: #414139;
--sema-color-hover-text-link: #1e4b67;
--sema-color-hover-text-info: #1e4b67;
--sema-color-hover-text-recommendation: #57355a;
--sema-color-hover-text-success: #214521;
--sema-color-hover-text-warning: #7e401b;
--sema-color-hover-text-error: #6e0c0c;
--sema-color-hover-text-primary: #bd001c;
--sema-color-hover-text-inverse: #f0f0eb;
--sema-color-hover-text-light: #f0f0eb;
--sema-color-hover-text-dark: #272721;
--sema-color-hover-icon-default: #272721;
--sema-color-hover-icon-neutral: #31312b;
--sema-color-hover-icon-subtle: #414139;
--sema-color-hover-icon-link: #1e4b67;
--sema-color-hover-icon-info: #1e4b67;
--sema-color-hover-icon-recommendation: #57355a;
--sema-color-hover-icon-success: #214521;
--sema-color-hover-icon-warning: #7e401b;
--sema-color-hover-icon-error: #6e0c0c;
--sema-color-hover-icon-primary: #bd001c;
--sema-color-hover-icon-inverse: #f0f0eb;
--sema-color-hover-icon-light: #f0f0eb;
--sema-color-hover-icon-dark: #272721;
--sema-color-pressed-background-default: #deded3;
--sema-color-pressed-background-primary: #9e0017;
--sema-color-pressed-background-secondary: #babaab;
--sema-color-pressed-background-tertiary: #4b4b44;
--sema-color-pressed-background-selected: #3d3d34;
--sema-color-pressed-background-checked: #3d3d34;
--sema-color-pressed-background-education: #0e5c81;
--sema-color-pressed-background-elevation: #deded3;
--sema-color-pressed-background-scrim: #babaab;
--sema-color-pressed-background-inverse: #3d3d34;
--sema-color-pressed-background-light: #deded3;
--sema-color-pressed-background-dark: #3d3d34;
--sema-color-pressed-background-info-default: #0e5c81;
--sema-color-pressed-background-info-weak: #8ecfe6;
--sema-color-pressed-background-neutral-default: #4b4b44;
--sema-color-pressed-background-neutral-weak: #9d9d8a;
--sema-color-pressed-background-recommendation-default: #643569;
--sema-color-pressed-background-recommendation-weak: #f8b5f8;
--sema-color-pressed-background-success-default: #3c5530;
--sema-color-pressed-background-success-weak: #a7b97e;
--sema-color-pressed-background-warning-default: #6b381a;
--sema-color-pressed-background-warning-weak: #f4cc95;
--sema-color-pressed-background-error-default: #7a0012;
--sema-color-pressed-background-error-weak: #f4a8a4;
--sema-color-pressed-background-wash-default: #deded3;
--sema-color-pressed-background-wash-dark: rgba(57, 57, 55, 0.9);
--sema-color-pressed-background-wash-light: #deded3;
--sema-color-pressed-background-wash-image-tint: rgba(57, 57, 55, 0.14);
--sema-color-pressed-background-wash-scrims-default: rgba(88, 88, 86, 0.5);
--sema-color-pressed-background-wash-scrims-opaque: rgba(216, 215, 207, 0.9);
--sema-color-pressed-border-decorative: #9d9d8a;
--sema-color-pressed-border-interactive: #4b4b44;
--sema-color-pressed-border-selected: #3d3d34;
--sema-color-pressed-border-success: #3c5530;
--sema-color-pressed-border-error: #7a0012;
--sema-color-pressed-border-inverse: #deded3;
--sema-color-pressed-text-default: #3d3d34;
--sema-color-pressed-text-neutral: #1b1b18;
--sema-color-pressed-text-subtle: #2c2c26;
--sema-color-pressed-text-link: #1a394d;
--sema-color-pressed-text-info: #1a394d;
--sema-color-pressed-text-recommendation: #422843;
--sema-color-pressed-text-success: #1a321a;
--sema-color-pressed-text-warning: #6b381a;
--sema-color-pressed-text-error: #530909;
--sema-color-pressed-text-primary: #9e0017;
--sema-color-pressed-text-inverse: #deded3;
--sema-color-pressed-text-light: #deded3;
--sema-color-pressed-text-dark: #3d3d34;
--sema-color-pressed-icon-default: #3d3d34;
--sema-color-pressed-icon-neutral: #1b1b18;
--sema-color-pressed-icon-subtle: #2c2c26;
--sema-color-pressed-icon-link: #1a394d;
--sema-color-pressed-icon-info: #1a394d;
--sema-color-pressed-icon-recommendation: #422843;
--sema-color-pressed-icon-success: #1a321a;
--sema-color-pressed-icon-warning: #6b381a;
--sema-color-pressed-icon-error: #530909;
--sema-color-pressed-icon-primary: #9e0017;
--sema-color-pressed-icon-inverse: #deded3;
--sema-color-pressed-icon-light: #deded3;
--sema-color-pressed-icon-dark: #3d3d34;
--sema-elevation-shadow-surface: 0px 0.5px 3px 0px rgba(0,0,0,0.2);
--sema-elevation-shadow-raised: 0px 1.5px 6px 0px rgba(0,0,0,0.2);
--sema-elevation-shadow-floating: 0px 3px 12px 0px rgba(0,0,0,0.2);
--sema-elevation-background-blur-weak: 8px;
--sema-elevation-background-blur-default: 24px;
--sema-elevation-background-blur-strong: 64px;
--sema-font-weight-heading-200: 500;
--sema-font-weight-heading-300: 500;
--sema-font-weight-heading-400: 500;
--sema-font-weight-heading-500: 700;
--sema-font-weight-heading-600: 700;
--sema-font-weight-heading-700: 700;
--sema-font-weight-heading-lg: 700;
--sema-font-weight-heading-md: 700;
--sema-font-weight-heading-sm: 500;
--sema-font-weight-heading-xs: 500;
--sema-font-weight-heading-xxs: 500;
--sema-font-weight-ui-100: 500;
--sema-font-weight-ui-200: 500;
--sema-font-weight-ui-300: 500;
--sema-font-weight-ui-400: 500;
--sema-font-weight-ui-lg: 500;
--sema-font-weight-ui-md: 500;
--sema-font-weight-ui-sm: 500;
--sema-font-weight-ui-xs: 500;
--sema-font-weight-ui-xxs: 500;
--sema-font-weight-body-100-default: 400;
--sema-font-weight-body-100-emphasis: 700;
--sema-font-weight-body-200-default: 400;
--sema-font-weight-body-200-emphasis: 700;
--sema-font-weight-body-300-default: 400;
--sema-font-weight-body-300-emphasis: 700;
--sema-font-weight-body-400-default: 400;
--sema-font-weight-body-400-emphasis: 700;
--sema-font-weight-body-lg-default: 400;
--sema-font-weight-body-lg-emphasis: 700;
--sema-font-weight-body-md-default: 400;
--sema-font-weight-body-md-emphasis: 700;
--sema-font-weight-body-sm-default: 400;
--sema-font-weight-body-sm-emphasis: 700;
--sema-font-weight-body-xs-default: 400;
--sema-font-weight-body-xs-emphasis: 700;
--sema-font-weight-compact-100-default: 400;
--sema-font-weight-compact-100-emphasis: 700;
--sema-font-weight-compact-xs-default: 400;
--sema-font-weight-compact-xs-emphasis: 700;
--sema-font-size-heading-200: 14px;
--sema-font-size-heading-300: 16px;
--sema-font-size-heading-400: 20px;
--sema-font-size-heading-500: 24px;
--sema-font-size-heading-600: 28px;
--sema-font-size-heading-700: 36px;
--sema-font-size-heading-lg: 36px;
--sema-font-size-heading-md: 28px;
--sema-font-size-heading-sm: 20px;
--sema-font-size-heading-xs: 16px;
--sema-font-size-heading-xxs: 14px;
--sema-font-size-ui-100: 12px;
--sema-font-size-ui-200: 14px;
--sema-font-size-ui-300: 16px;
--sema-font-size-ui-400: 20px;
--sema-font-size-ui-lg: 20px;
--sema-font-size-ui-md: 16px;
--sema-font-size-ui-sm: 14px;
--sema-font-size-ui-xs: 12px;
--sema-font-size-body-100: 12px;
--sema-font-size-body-200: 14px;
--sema-font-size-body-300: 16px;
--sema-font-size-body-400: 20px;
--sema-font-size-body-lg: 20px;
--sema-font-size-body-md: 16px;
--sema-font-size-body-sm: 14px;
--sema-font-size-body-xs: 12px;
--sema-font-size-compact-100: 12px;
--sema-font-size-compact-xs: 12px;
--sema-font-family-heading-200: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-300: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-400: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-500: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-600: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-700: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-lg: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-md: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-sm: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-xs: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-heading-xxs: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-100: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-200: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-300: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-400: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-lg: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-md: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-sm: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-ui-xs: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-100: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-200: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-300: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-400: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-lg: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-md: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-sm: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-body-xs: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-compact-100: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-family-compact-xs: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--sema-font-lineheight-heading-200: 20px;
--sema-font-lineheight-heading-300: 22px;
--sema-font-lineheight-heading-400: 24px;
--sema-font-lineheight-heading-500: 26px;
--sema-font-lineheight-heading-600: 31px;
--sema-font-lineheight-heading-700: 40px;
--sema-font-lineheight-heading-lg: 40px;
--sema-font-lineheight-heading-md: 31px;
--sema-font-lineheight-heading-sm: 24px;
--sema-font-lineheight-heading-xs: 22px;
--sema-font-lineheight-heading-xxs: 20px;
--sema-font-lineheight-ui-100: 16px;
--sema-font-lineheight-ui-200: 17px;
--sema-font-lineheight-ui-300: 19px;
--sema-font-lineheight-ui-400: 24px;
--sema-font-lineheight-ui-lg: 24px;
--sema-font-lineheight-ui-md: 19px;
--sema-font-lineheight-ui-sm: 17px;
--sema-font-lineheight-ui-xs: 16px;
--sema-font-lineheight-body-100: 17px;
--sema-font-lineheight-body-200: 20px;
--sema-font-lineheight-body-300: 22px;
--sema-font-lineheight-body-400: 28px;
--sema-font-lineheight-body-lg: 28px;
--sema-font-lineheight-body-md: 22px;
--sema-font-lineheight-body-sm: 20px;
--sema-font-lineheight-body-xs: 17px;
--sema-font-lineheight-compact-100: 14px;
--sema-font-lineheight-compact-xs: 14px;
--sema-font-lineheight-xl: 1.5;
--sema-font-lineheight-lg: 1.4;
--sema-font-lineheight-md: 1.3;
--sema-font-lineheight-sm: 1.2;
--sema-font-lineheight-xs: 1.1;
--sema-font-letterspacing-heading-200: 0;
--sema-font-letterspacing-heading-300: 0;
--sema-font-letterspacing-heading-400: 0;
--sema-font-letterspacing-heading-500: -0.5px;
--sema-font-letterspacing-heading-600: -0.5px;
--sema-font-letterspacing-heading-700: -0.5px;
--sema-font-letterspacing-heading-lg: -0.5px;
--sema-font-letterspacing-heading-md: -0.5px;
--sema-font-letterspacing-heading-sm: 0;
--sema-font-letterspacing-heading-xs: 0;
--sema-font-letterspacing-heading-xxs: 0;
--sema-font-letterspacing-ui-100: 0;
--sema-font-letterspacing-ui-200: 0;
--sema-font-letterspacing-ui-300: 0;
--sema-font-letterspacing-ui-400: 0;
--sema-font-letterspacing-ui-lg: 0;
--sema-font-letterspacing-ui-md: 0;
--sema-font-letterspacing-ui-sm: 0;
--sema-font-letterspacing-ui-xs: 0;
--sema-font-letterspacing-body-100: 0;
--sema-font-letterspacing-body-200: 0;
--sema-font-letterspacing-body-300: 0;
--sema-font-letterspacing-body-400: 0;
--sema-font-letterspacing-body-lg: 0;
--sema-font-letterspacing-body-md: 0;
--sema-font-letterspacing-body-sm: 0;
--sema-font-letterspacing-body-xs: 0;
--sema-font-letterspacing-compact-100: 0;
--sema-font-letterspacing-compact-xs: 0;
--sema-font-textdecoration-heading-200: none;
--sema-font-textdecoration-heading-300: none;
--sema-font-textdecoration-heading-400: none;
--sema-font-textdecoration-heading-500: none;
--sema-font-textdecoration-heading-600: none;
--sema-font-textdecoration-heading-700: none;
--sema-font-textdecoration-heading-lg: none;
--sema-font-textdecoration-heading-md: none;
--sema-font-textdecoration-heading-sm: none;
--sema-font-textdecoration-heading-xs: none;
--sema-font-textdecoration-heading-xxs: none;
--sema-font-textdecoration-ui-100: none;
--sema-font-textdecoration-ui-200: none;
--sema-font-textdecoration-ui-300: none;
--sema-font-textdecoration-ui-400: none;
--sema-font-textdecoration-ui-lg: none;
--sema-font-textdecoration-ui-md: none;
--sema-font-textdecoration-ui-sm: none;
--sema-font-textdecoration-ui-xs: none;
--sema-font-textdecoration-body-100-default: none;
--sema-font-textdecoration-body-100-link: underline;
--sema-font-textdecoration-body-100-emphasis: none;
--sema-font-textdecoration-body-200-default: none;
--sema-font-textdecoration-body-200-link: underline;
--sema-font-textdecoration-body-200-emphasis: none;
--sema-font-textdecoration-body-300-default: none;
--sema-font-textdecoration-body-300-link: underline;
--sema-font-textdecoration-body-300-emphasis: none;
--sema-font-textdecoration-body-400-default: none;
--sema-font-textdecoration-body-400-link: underline;
--sema-font-textdecoration-body-400-emphasis: none;
--sema-font-textdecoration-body-lg-default: none;
--sema-font-textdecoration-body-lg-link: underline;
--sema-font-textdecoration-body-lg-emphasis: none;
--sema-font-textdecoration-body-md-default: none;
--sema-font-textdecoration-body-md-link: underline;
--sema-font-textdecoration-body-md-emphasis: none;
--sema-font-textdecoration-body-sm-default: none;
--sema-font-textdecoration-body-sm-link: underline;
--sema-font-textdecoration-body-sm-emphasis: none;
--sema-font-textdecoration-body-xs-default: none;
--sema-font-textdecoration-body-xs-link: underline;
--sema-font-textdecoration-body-xs-emphasis: none;
--sema-font-textdecoration-compact-100-default: none;
--sema-font-textdecoration-compact-100-link: underline;
--sema-font-textdecoration-compact-100-emphasis: none;
--sema-font-textdecoration-compact-xs-default: none;
--sema-font-textdecoration-compact-xs-link: underline;
--sema-font-textdecoration-compact-xs-emphasis: none;
--sema-opacity-0: 0;
--sema-opacity-4: 0.04;
--sema-opacity-20: 0.2;
--sema-opacity-40: 0.4;
--sema-opacity-60: 0.6;
--sema-opacity-80: 0.8;
--sema-opacity-90: 0.9;
--sema-opacity-100: 1;
--sema-rounding-0: 0px;
--sema-rounding-100: 4px;
--sema-rounding-200: 8px;
--sema-rounding-300: 12px;
--sema-rounding-400: 16px;
--sema-rounding-500: 20px;
--sema-rounding-600: 24px;
--sema-rounding-700: 28px;
--sema-rounding-800: 32px;
--sema-rounding-pill: 999px;
--sema-rounding-circle: 50%;
--sema-space-0: 0px;
--sema-space-25: 1px;
--sema-space-50: 2px;
--sema-space-100: 4px;
--sema-space-150: 6px;
--sema-space-200: 8px;
--sema-space-250: 10px;
--sema-space-300: 12px;
--sema-space-350: 14px;
--sema-space-400: 16px;
--sema-space-500: 20px;
--sema-space-600: 24px;
--sema-space-700: 28px;
--sema-space-800: 32px;
--sema-space-900: 36px;
--sema-space-1000: 40px;
--sema-space-1100: 44px;
--sema-space-1200: 48px;
--sema-space-1300: 52px;
--sema-space-1400: 56px;
--sema-space-1500: 60px;
--sema-space-1600: 64px;
--sema-space-negative-25: -1px;
--sema-space-negative-50: -2px;
--sema-space-negative-100: -4px;
--sema-space-negative-150: -6px;
--sema-space-negative-200: -8px;
--sema-space-negative-250: -10px;
--sema-space-negative-300: -12px;
--sema-space-negative-350: -14px;
--sema-space-negative-400: -16px;
--sema-space-negative-500: -20px;
--sema-space-negative-600: -24px;
--sema-space-negative-700: -28px;
--sema-space-negative-800: -32px;
--sema-space-negative-900: -36px;
--sema-space-negative-1000: -40px;
--sema-space-negative-1100: -44px;
--sema-space-negative-1200: -48px;
--sema-space-negative-1300: -52px;
--sema-space-negative-1400: -56px;
--sema-space-negative-1500: -60px;
--sema-space-negative-1600: -64px;
--sema-motion-position-fadein-duration: 300ms;
--sema-motion-position-fadein-easing: cubic-bezier(0.8, 0, 0.2, 1);
--sema-motion-position-fadeout-duration: 200ms;
--sema-motion-position-fadeout-easing: cubic-bezier(0.8, 0, 0.2, 1);
--sema-motion-position-enter-duration: 300ms;
--sema-motion-position-enter-easing: cubic-bezier(0, 0.35, 0, 1.25);
--sema-motion-position-exit-duration: 300ms;
--sema-motion-position-exit-easing: cubic-bezier(0.3, 0, 0.8, 0.15);
--sema-motion-position-on-duration: 300ms;
--sema-motion-position-on-easing: cubic-bezier(0, 0.35, 0, 1.25);
--sema-motion-position-off-duration: 200ms;
--sema-motion-position-off-easing: cubic-bezier(0.8, 0, 0.2, 1);
--sema-motion-position-swipe-duration: 400ms;
--sema-motion-position-swipe-easing: cubic-bezier(0.8, 0, 0.2, 1);
--sema-motion-scale-on-duration: 150ms;
--sema-motion-scale-on-easing: cubic-bezier(0, 0, 1, 1);
--sema-motion-scale-swipe-duration: 400ms;
--sema-motion-scale-swipe-easing: cubic-bezier(0.8, 0, 0.2, 1);
--sema-motion-colorchange-duration: 300ms;
--sema-motion-colorchange-easing: cubic-bezier(0, 0, 1, 1);
--sema-motion-opacity-duration-default: 300ms;
--sema-motion-opacity-duration-instant: 0ms;
--sema-motion-opacity-easing-default: cubic-bezier(0, 0, 1, 1);
--sema-motion-opacity-easing-instant: cubic-bezier(0, 0, 1, 1);
--color-data-visualization-10: #005062;
--color-data-visualization-11: #de2c62;
--color-data-visualization-12: #660e00;
--color-data-visualization-01: #003c96;
--color-data-visualization-02: #11a69c;
--color-data-visualization-03: #924af7;
--color-data-visualization-04: #d17711;
--color-data-visualization-05: #0081fe;
--color-data-visualization-06: #ff5383;
--color-data-visualization-07: #00ab55;
--color-data-visualization-08: #400387;
--color-data-visualization-09: #f2681f;
--color-data-visualization-primary: #0081fe;
--color-data-visualization-success-graph: #a8bb63;
--color-data-visualization-success-text: #83a343;
--color-data-visualization-error-graph: #ff9494;
--color-data-visualization-error-text: #e60023;
--color-red-pushpin-0: #ffd3d1;
--color-red-pushpin-50: #ffd3d1;
--color-red-pushpin-100: #ffd3d1;
--color-red-pushpin-200: #ffd3d1;
--color-red-pushpin-300: #ff9494;
--color-red-pushpin-400: #e60023;
--color-red-pushpin-450: #e60023;
--color-red-pushpin-500: #b2001a;
--color-red-pushpin-600: #b2001a;
--color-red-pushpin-700: #8a0f0f;
--color-red-pushpin-800: #8a0f0f;
--color-red-pushpin-900: #8a0f0f;
--color-pink-flaminglow-0: #fcd8fc;
--color-pink-flaminglow-50: #fcd8fc;
--color-pink-flaminglow-100: #fcd8fc;
--color-pink-flaminglow-200: #efadef;
--color-pink-flaminglow-300: #efadef;
--color-pink-flaminglow-400: #c65dd0;
--color-pink-flaminglow-450: #8f4696;
--color-pink-flaminglow-500: #8f4696;
--color-pink-flaminglow-600: #8f4696;
--color-pink-flaminglow-700: #6d4270;
--color-pink-flaminglow-800: #6d4270;
--color-pink-flaminglow-900: #6d4270;
--color-blue-skycicle-0: #c5eaf7;
--color-blue-skycicle-50: #c5eaf7;
--color-blue-skycicle-100: #c5eaf7;
--color-blue-skycicle-200: #c5eaf7;
--color-blue-skycicle-300: #7cbede;
--color-blue-skycicle-400: #2597d0;
--color-blue-skycicle-450: #007db8;
--color-blue-skycicle-500: #007db8;
--color-blue-skycicle-600: #007db8;
--color-blue-skycicle-700: #215d82;
--color-blue-skycicle-800: #215d82;
--color-blue-skycicle-900: #215d82;
--color-teal-spabattical-0: #c5eaf7;
--color-teal-spabattical-50: #c5eaf7;
--color-teal-spabattical-100: #c5eaf7;
--color-teal-spabattical-200: #7cbede;
--color-teal-spabattical-300: #7cbede;
--color-teal-spabattical-400: #2597d0;
--color-teal-spabattical-450: #007db8;
--color-teal-spabattical-500: #007db8;
--color-teal-spabattical-600: #007db8;
--color-teal-spabattical-700: #215d82;
--color-teal-spabattical-800: #215d82;
--color-teal-spabattical-900: #215d82;
--color-green-matchacado-0: #d0e2a8;
--color-green-matchacado-50: #d0e2a8;
--color-green-matchacado-100: #d0e2a8;
--color-green-matchacado-200: #d0e2a8;
--color-green-matchacado-300: #a8bb63;
--color-green-matchacado-400: #83a343;
--color-green-matchacado-450: #517d3b;
--color-green-matchacado-500: #517d3b;
--color-green-matchacado-600: #517d3b;
--color-green-matchacado-700: #265926;
--color-green-matchacado-800: #265926;
--color-green-matchacado-900: #265926;
--color-purple-mysticool-0: #fcd8fc;
--color-purple-mysticool-50: #fcd8fc;
--color-purple-mysticool-100: #fcd8fc;
--color-purple-mysticool-200: #fcd8fc;
--color-purple-mysticool-300: #efadef;
--color-purple-mysticool-400: #c65dd0;
--color-purple-mysticool-450: #8f4696;
--color-purple-mysticool-500: #8f4696;
--color-purple-mysticool-600: #8f4696;
--color-purple-mysticool-700: #6d4270;
--color-purple-mysticool-800: #6d4270;
--color-purple-mysticool-900: #6d4270;
--color-orange-firetini-0: #fde7c9;
--color-orange-firetini-50: #fde7c9;
--color-orange-firetini-100: #fde7c9;
--color-orange-firetini-200: #fde7c9;
--color-orange-firetini-300: #fbc55b;
--color-orange-firetini-400: #fea239;
--color-orange-firetini-450: #f06d22;
--color-orange-firetini-500: #f06d22;
--color-orange-firetini-600: #f06d22;
--color-orange-firetini-700: #9b4b1c;
--color-orange-firetini-800: #9b4b1c;
--color-orange-firetini-900: #9b4b1c;
--color-yellow-caramellow-0: #fde7c9;
--color-yellow-caramellow-50: #fde7c9;
--color-yellow-caramellow-100: #fde7c9;
--color-yellow-caramellow-200: #fbc55b;
--color-yellow-caramellow-300: #fbc55b;
--color-yellow-caramellow-400: #fea239;
--color-yellow-caramellow-450: #f06d22;
--color-yellow-caramellow-500: #f06d22;
--color-yellow-caramellow-600: #f06d22;
--color-yellow-caramellow-700: #9b4b1c;
--color-yellow-caramellow-800: #9b4b1c;
--color-yellow-caramellow-900: #9b4b1c;
--color-white-mochimalist-0: #ffffff;
--color-gray-roboflow-50: #f0f0eb;
--color-gray-roboflow-100: #e0e0d9;
--color-gray-roboflow-200: #d1d1c7;
--color-gray-roboflow-300: #c2c2b6;
--color-gray-roboflow-400: #949486;
--color-gray-roboflow-500: #757569;
--color-gray-roboflow-550: #57574c;
--color-gray-roboflow-600: #47473f;
--color-gray-roboflow-700: #363630;
--color-gray-roboflow-800: #272721;
--color-black-cosmicore-900: #000000;
--color-transparent: rgba(255, 255, 255, 0);
--color-text-default: #000000;
--color-text-subtle: #57574c;
--color-text-success: #265926;
--color-text-disabled: #949486;
--color-text-error: #8a0f0f;
--color-text-warning: #9b4b1c;
--color-text-inverse: #ffffff;
--color-text-dark: #000000;
--color-text-light: #ffffff;
--color-text-shopping: #215d82;
--color-text-link: #215d82;
--color-icon-default: #000000;
--color-icon-subtle: #57574c;
--color-icon-subtle-accent: #57574c;
--color-icon-success: #265926;
--color-icon-disabled: #949486;
--color-icon-error: #8a0f0f;
--color-icon-warning: #9b4b1c;
--color-icon-info: #215d82;
--color-icon-recommendation: #6d4270;
--color-icon-inverse: #ffffff;
--color-icon-shopping: #000000;
--color-icon-brand-primary: #e60023;
--color-icon-light: #ffffff;
--color-icon-dark: #000000;
--color-background-default: #ffffff;
--color-background-info-base: #007db8;
--color-background-info-weak: #c5eaf7;
--color-background-info-strong: #007db8;
--color-background-error-base: #b2001a;
--color-background-error-weak: #ffd3d1;
--color-background-warning-base: #9b4b1c;
--color-background-warning-weak: #fde7c9;
--color-background-success-base: #517d3b;
--color-background-success-weak: #d0e2a8;
--color-background-recommendation-base: #8f4696;
--color-background-recommendation-weak: #fcd8fc;
--color-background-neutral: #007db8;
--color-background-shopping: #ffffff;
--color-background-primary-base: #e60023;
--color-background-primary-weak: #e60023;
--color-background-primary-strong: #e60023;
--color-background-secondary-base: #e0e0d9;
--color-background-secondary-weak: #e0e0d9;
--color-background-secondary-strong: #e0e0d9;
--color-background-tertiary-base: #757569;
--color-background-tertiary-weak: #757569;
--color-background-tertiary-strong: #757569;
--color-background-selected-base: #000000;
--color-background-selected-weak: #000000;
--color-background-selected-strong: #000000;
--color-background-inverse-base: #000000;
--color-background-inverse-strong: #000000;
--color-background-brand: #e60023;
--color-background-education: #007db8;
--color-background-wash-dark: #ffffff;
--color-background-wash-light: #ffffff;
--color-background-dark: rgba(0, 0, 0, 0.8);
--color-background-light: rgba(255, 255, 255, 0.9);
--color-background-elevation-accent: #e0e0d9;
--color-background-elevation-floating: #ffffff;
--color-background-elevation-raised: #ffffff;
--color-background-badge-neutral-default: #c2c2b6;
--color-background-badge-neutral-hover: #b0b0a1;
--color-background-badge-info-default: #c5eaf7;
--color-background-badge-info-hover: #a8ddf0;
--color-background-badge-error-default: #ffd3d1;
--color-background-badge-error-hover: #fbbebb;
--color-background-badge-warning-default: #fde7c9;
--color-background-badge-warning-hover: #f9d9ae;
--color-background-badge-success-default: #d0e2a8;
--color-background-badge-success-hover: #bcd090;
--color-background-badge-recommendation-default: #fcd8fc;
--color-background-badge-recommendation-hover: #fac7fa;
--color-background-badge-lightwash-default: rgba(255, 255, 255, 0.9);
--color-background-badge-lightwash-hover: rgba(248, 247, 242, 0.95);
--color-background-badge-darkwash-default: rgba(0, 0, 0, 0.8);
--color-background-badge-darkwash-hover: rgba(36, 36, 35, 0.85);
--color-background-button-primary-default: #e60023;
--color-background-button-primary-hover: #bd001c;
--color-background-button-primary-active: #9e0017;
--color-background-button-primary-disabled: #d1d1c7;
--color-background-button-secondary-default: #e0e0d9;
--color-background-button-secondary-hover: #cdcdc1;
--color-background-button-secondary-active: #babaab;
--color-background-button-secondary-disabled: #d1d1c7;
--color-background-button-tertiary-default: rgba(255, 255, 255, 0);
--color-background-button-tertiary-hover: rgba(248, 247, 242, 0.95);
--color-background-button-tertiary-active: #deded3;
--color-background-button-tertiary-disabled: rgba(255, 255, 255, 0);
--color-background-button-elevation-default: #ffffff;
--color-background-button-elevation-hover: #f0f0eb;
--color-background-button-elevation-active: #deded3;
--color-background-button-elevation-disabled: #d1d1c7;
--color-background-button-dark-default: #000000;
--color-background-button-dark-hover: #272721;
--color-background-button-dark-active: #3d3d34;
--color-background-button-light-default: #ffffff;
--color-background-button-light-hover: #f0f0eb;
--color-background-button-light-active: #deded3;
--color-background-button-gray-default: #757569;
--color-background-button-gray-hover: #616157;
--color-background-button-gray-active: #4b4b44;
--color-background-button-gray-disabled: #d1d1c7;
--color-background-button-shopping-default: #e60023;
--color-background-button-shopping-hover: #bd001c;
--color-background-button-shopping-active: #9e0017;
--color-background-button-shopping-disabled: #d1d1c7;
--color-background-button-semitransparentdefault-default: rgba(255, 255, 255, 0.9);
--color-background-button-semitransparentdefault-hover: rgba(248, 247, 242, 0.95);
--color-background-button-semitransparentdefault-active: #deded3;
--color-background-button-semitransparentdefault-disabled: #d1d1c7;
--color-background-button-semitransparentwhite-default: rgba(255, 255, 255, 0.9);
--color-background-button-semitransparentwhite-hover: #f0f0eb;
--color-background-button-semitransparentwhite-active: #deded3;
--color-background-button-semitransparentwhite-disabled: rgba(255, 255, 255, 0.9);
--color-background-button-semitransparentdark-default: rgba(0, 0, 0, 0.8);
--color-background-button-semitransparentdark-hover: rgba(36, 36, 35, 0.85);
--color-background-button-semitransparentdark-active: rgba(57, 57, 55, 0.9);
--color-background-button-semitransparentdark-disabled: rgba(0, 0, 0, 0.39);
--color-background-button-transparentdarkbackground-default: rgba(255, 255, 255, 0);
--color-background-button-transparentdarkbackground-hover: rgba(36, 36, 35, 0.85);
--color-background-button-transparentdarkbackground-active: rgba(57, 57, 55, 0.9);
--color-background-button-transparentdarkbackground-disabled: #d1d1c7;
--color-background-button-white-default: #ffffff;
--color-background-button-white-hover: #f0f0eb;
--color-background-button-white-active: #deded3;
--color-background-button-white-disabled: #d1d1c7;
--color-background-button-selected-default: #000000;
--color-background-button-selected-disabled: #d1d1c7;
--color-background-button-disabled-default: #d1d1c7;
--color-background-checkbox-checked-default: #000000;
--color-background-checkbox-checked-error: #b2001a;
--color-background-checkbox-disabled: #d1d1c7;
--color-background-checkbox-unchecked-default: #ffffff;
--color-background-checkbox-unchecked-error: #ffffff;
--color-background-datepicker-container: #ffffff;
--color-background-datepicker-range-default: #e0e0d9;
--color-background-datepicker-range-hover: #cdcdc1;
--color-background-datepicker-range-active: #babaab;
--color-background-datepicker-button-unselected-default: #ffffff;
--color-background-datepicker-button-unselected-hover: #f0f0eb;
--color-background-datepicker-button-unselected-active: #deded3;
--color-background-datepicker-button-selected-default: #000000;
--color-background-datepicker-button-selected-hover: #272721;
--color-background-datepicker-button-selected-active: #3d3d34;
--color-background-iconbutton-semitransparentdark-default: rgba(0, 0, 0, 0.8);
--color-background-iconbutton-semitransparentdark-hover: rgba(36, 36, 35, 0.85);
--color-background-iconbutton-semitransparentdark-active: rgba(57, 57, 55, 0.9);
--color-background-iconbutton-semitransparentdark-disabled-default: rgba(0, 0, 0, 0.39);
--color-background-iconbutton-semitransparentdark-disabled-selected: #d1d1c7;
--color-background-indicator: #e60023;
--color-background-popover-primary: #ffffff;
--color-background-popover-education: #007db8;
--color-background-switch-default-unselected: #ffffff;
--color-background-switch-default-selected: #000000;
--color-background-switch-disabled-unselected: #ffffff;
--color-background-switch-disabled-selected: #d1d1c7;
--color-background-switch-hover-selected: #272721;
--color-background-switch-hover-unselected: #f0f0eb;
--color-background-switch-pressed-selected: #3d3d34;
--color-background-switch-pressed-unselected: #deded3;
--color-background-tabs-default-base: rgba(255, 255, 255, 0);
--color-background-tabs-default-hover: #f0f0eb;
--color-background-tabs-default-active: #deded3;
--color-background-tabs-transparent-base: rgba(255, 255, 255, 0);
--color-background-tabs-transparent-hover: #f0f0eb;
--color-background-tabs-transparent-active: #deded3;
--color-background-searchguide-default-10: #fcd8fc;
--color-background-searchguide-default-11: #d1d1c7;
--color-background-searchguide-default-01: #7cbede;
--color-background-searchguide-default-02: #a8bb63;
--color-background-searchguide-default-03: #fbc55b;
--color-background-searchguide-default-04: #ff9494;
--color-background-searchguide-default-05: #efadef;
--color-background-searchguide-default-06: #c5eaf7;
--color-background-searchguide-default-07: #d0e2a8;
--color-background-searchguide-default-08: #fde7c9;
--color-background-searchguide-default-09: #ffd3d1;
--color-background-searchguide-hover-10: #fac7fa;
--color-background-searchguide-hover-11: #bfbfb0;
--color-background-searchguide-hover-01: #58a9d0;
--color-background-searchguide-hover-02: #93a550;
--color-background-searchguide-hover-03: #f8b430;
--color-background-searchguide-hover-04: #f87777;
--color-background-searchguide-hover-05: #e599e5;
--color-background-searchguide-hover-06: #a8ddf0;
--color-background-searchguide-hover-07: #bcd090;
--color-background-searchguide-hover-08: #f9d9ae;
--color-background-searchguide-hover-09: #fbbebb;
--color-background-searchguide-active-10: #f8b5f8;
--color-background-searchguide-active-11: #adad9a;
--color-background-searchguide-active-01: #4096bf;
--color-background-searchguide-active-02: #81904c;
--color-background-searchguide-active-03: #f1a613;
--color-background-searchguide-active-04: #ed5a5a;
--color-background-searchguide-active-05: #da86da;
--color-background-searchguide-active-06: #8ecfe6;
--color-background-searchguide-active-07: #a7b97e;
--color-background-searchguide-active-08: #f4cc95;
--color-background-searchguide-active-09: #f4a8a4;
--color-border-container: #c2c2b6;
--color-border-default: #757569;
--color-border-error: #b2001a;
--color-border-focus: #007db8;
--color-border-button-hover: #616157;
--color-border-button-pressed: #4b4b44;
--color-border-checkbox-checked-default: #000000;
--color-border-checkbox-checked-error: #b2001a;
--color-border-checkbox-disabled: #d1d1c7;
--color-border-checkbox-unchecked-default: #757569;
--color-border-checkbox-unchecked-error: #b2001a;
--color-border-checkbox-unchecked-hover: #616157;
--color-border-indicator: #ffffff;
--color-border-popover-primary: #ffffff;
--color-border-popover-secondary: #111111;
--color-border-popover-education: #007db8;
--color-border-switch-default-unselected: #757569;
--color-border-switch-focus-inner: #ffffff;
--color-border-switch-focus-outer: #007db8;
--elevation-floating: 0px 3px 12px 0px rgba(0,0,0,0.2);
--elevation-raised-top: 0px 3px 12px 0px rgba(0,0,0,0.2);
--elevation-raised-bottom: 0px 1.5px 6px 0px rgba(0,0,0,0.2);
--font-size-100: 12px;
--font-size-200: 14px;
--font-size-300: 16px;
--font-size-400: 20px;
--font-size-500: 28px;
--font-size-600: 36px;
--font-weight-normal: 400;
--font-weight-semibold: 500;
--font-weight-bold: 700;
--font-family-default-latin: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-family-default-japanese: 'SF Pro JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-family-code: 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace;
--font-weight-datepicker-date: 400;
--font-weight-datepicker-heading: 500;
--font-size-datepicker-date: 16px;
--font-size-datepicker-heading: 20px;
--font-family-datepicker-date: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-family-datepicker-heading: 'Pin Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-letterspacing-datepicker-date: 0;
--font-letterspacing-datepicker-heading: 0;
--font-lineheight-datepicker-date: 22px;
--font-lineheight-datepicker-heading: 24px;
--font-textdecoration-datepicker-date: none;
--font-textdecoration-datepicker-heading: none;
--opacity-100: 0.04;
--opacity-200: 0.2;
--opacity-300: 0.4;
--opacity-400: 0.8;
--opacity-500: 0.9;
--opacity-0: 0;
--rounding-100: 4px;
--rounding-200: 8px;
--rounding-300: 12px;
--rounding-400: 16px;
--rounding-500: 20px;
--rounding-600: 24px;
--rounding-700: 28px;
--rounding-800: 32px;
--rounding-0: 0px;
--rounding-pill: 999px;
--rounding-circle: 50%;
--rounding-datepicker-container: 16px;
--rounding-datepicker-days: 16px;
--rounding-datepicker-navigation: 12px;
--rounding-datepicker-range-start: 16px 0px 0px 16px;
--rounding-datepicker-range-middle: 0px;
--rounding-datepicker-range-end: 0px 16px 16px 0px;
--space-100: 4px;
--space-200: 8px;
--space-300: 12px;
--space-400: 16px;
--space-500: 20px;
--space-600: 24px;
--space-700: 28px;
--space-800: 32px;
--space-900: 36px;
--space-1000: 40px;
--space-1100: 44px;
--space-1200: 48px;
--space-1300: 52px;
--space-1400: 56px;
--space-1500: 60px;
--space-1600: 64px;
--space-0: 0px;
--space-negative-100: -4px;
--space-negative-200: -8px;
--space-negative-300: -12px;
--space-negative-400: -16px;
--space-negative-500: -20px;
--space-negative-600: -24px;
--space-negative-700: -28px;
--space-negative-800: -32px;
--space-negative-900: -36px;
--space-negative-1000: -40px;
--space-negative-1100: -44px;
--space-negative-1200: -48px;
--space-negative-1300: -52px;
--space-negative-1400: -56px;
--space-negative-1500: -60px;
--space-negative-1600: -64px;
}</style><style>:root .excludeFromGridRepTests {
--gestalt-theme: classic;
--gestalt-color-scheme: lightMode;
--color-red-pushpin-0: #fff7f7;
--color-red-pushpin-50: #ffebeb;
--color-red-pushpin-100: #ffe0e0;
--color-red-pushpin-200: #fcbbbb;
--color-red-pushpin-300: #f47171;
--color-red-pushpin-400: #eb4242;
--color-red-pushpin-450: #e60023;
--color-red-pushpin-500: #cc0000;
--color-red-pushpin-600: #b60000;
--color-red-pushpin-700: #9b0000;
--color-red-pushpin-800: #800000;
--color-red-pushpin-900: #660000;
--color-pink-flaminglow-0: #fff8fa;
--color-pink-flaminglow-50: #ffebf1;
--color-pink-flaminglow-100: #ffdfe9;
--color-pink-flaminglow-200: #ffbed2;
--color-pink-flaminglow-300: #fe8eb1;
--color-pink-flaminglow-400: #f76593;
--color-pink-flaminglow-450: #ee376a;
--color-pink-flaminglow-500: #de2c62;
--color-pink-flaminglow-600: #c31952;
--color-pink-flaminglow-700: #a30c4a;
--color-pink-flaminglow-800: #82053e;
--color-pink-flaminglow-900: #630233;
--color-blue-skycicle-0: #f7fbff;
--color-blue-skycicle-50: #e6f4ff;
--color-blue-skycicle-100: #d7edff;
--color-blue-skycicle-200: #abdbff;
--color-blue-skycicle-300: #75bfff;
--color-blue-skycicle-400: #45a3fe;
--color-blue-skycicle-450: #007cff;
--color-blue-skycicle-500: #0074e8;
--color-blue-skycicle-600: #005fcb;
--color-blue-skycicle-700: #004ba9;
--color-blue-skycicle-800: #003c96;
--color-blue-skycicle-900: #002966;
--color-teal-spabattical-0: #f7fdfc;
--color-teal-spabattical-50: #e6faf5;
--color-teal-spabattical-100: #ccf6ee;
--color-teal-spabattical-200: #75e4d5;
--color-teal-spabattical-300: #48d5c6;
--color-teal-spabattical-400: #26c0b4;
--color-teal-spabattical-450: #009990;
--color-teal-spabattical-500: #00857c;
--color-teal-spabattical-600: #006b6c;
--color-teal-spabattical-700: #005c62;
--color-teal-spabattical-800: #005062;
--color-teal-spabattical-900: #003440;
--color-green-matchacado-0: #f6fdf5;
--color-green-matchacado-50: #e3fae1;
--color-green-matchacado-100: #c3f9c2;
--color-green-matchacado-200: #a4f9ac;
--color-green-matchacado-300: #6bec8c;
--color-green-matchacado-400: #39d377;
--color-green-matchacado-450: #1dad65;
--color-green-matchacado-500: #008753;
--color-green-matchacado-600: #005f3e;
--color-green-matchacado-700: #00422c;
--color-green-matchacado-800: #003020;
--color-green-matchacado-900: #00261a;
--color-purple-mysticool-0: #f8f7ff;
--color-purple-mysticool-50: #f0edff;
--color-purple-mysticool-100: #e9e4ff;
--color-purple-mysticool-200: #d5c7ff;
--color-purple-mysticool-300: #b190ff;
--color-purple-mysticool-400: #9e68ff;
--color-purple-mysticool-450: #8a39fa;
--color-purple-mysticool-500: #812ae7;
--color-purple-mysticool-600: #6b16ca;
--color-purple-mysticool-700: #550aa9;
--color-purple-mysticool-800: #400387;
--color-purple-mysticool-900: #2c0066;
--color-orange-firetini-0: #fff6eb;
--color-orange-firetini-50: #fff0db;
--color-orange-firetini-100: #ffe4c1;
--color-orange-firetini-200: #ffc58f;
--color-orange-firetini-300: #fda161;
--color-orange-firetini-400: #f77a38;
--color-orange-firetini-450: #ff5b45;
--color-orange-firetini-500: #de3700;
--color-orange-firetini-600: #c32f00;
--color-orange-firetini-700: #a42700;
--color-orange-firetini-800: #842000;
--color-orange-firetini-900: #660e00;
--color-yellow-caramellow-0: #fffedb;
--color-yellow-caramellow-50: #fffebb;
--color-yellow-caramellow-100: #fffd92;
--color-yellow-caramellow-200: #fae600;
--color-yellow-caramellow-300: #fdc900;
--color-yellow-caramellow-400: #e18d00;
--color-yellow-caramellow-450: #d86800;
--color-yellow-caramellow-500: #bd5b00;
--color-yellow-caramellow-600: #aa4900;
--color-yellow-caramellow-700: #943a00;
--color-yellow-caramellow-800: #7c2d00;
--color-yellow-caramellow-900: #662400;
--color-white-mochimalist-0: #ffffff;
--color-gray-roboflow-50: #f9f9f9;
--color-gray-roboflow-100: #f1f1f1;
--color-gray-roboflow-200: #e9e9e9;
--color-gray-roboflow-300: #cdcdcd;
--color-gray-roboflow-400: #a5a5a5;
--color-gray-roboflow-500: #767676;
--color-gray-roboflow-550: #5f5f5f;
--color-gray-roboflow-600: #4a4a4a;
--color-gray-roboflow-700: #2b2b2b;
--color-gray-roboflow-800: #191919;
--color-black-cosmicore-900: #111111;
--color-transparent: rgba(0, 0, 0, 0);
--color-text-default: #111111;
--color-text-subtle: #767676;
--color-text-success: #005f3e;
--color-text-disabled: #a5a5a5;
--color-text-error: #cc0000;
--color-text-warning: #bd5b00;
--color-text-inverse: #ffffff;
--color-text-dark: #111111;
--color-text-light: #ffffff;
--color-text-shopping: #0074e8;
--color-text-link: #004ba9;
--color-text-formfield-default: #111111;
--color-text-formfield-disabled: #767676;
--color-text-formfield-placeholder: #767676;
--color-icon-default: #111111;
--color-icon-subtle: #767676;
--color-icon-subtle-accent: #5f5f5f;
--color-icon-success: #005f3e;
--color-icon-disabled: #a5a5a5;
--color-icon-error: #cc0000;
--color-icon-warning: #bd5b00;
--color-icon-info: #0074e8;
--color-icon-recommendation: #812ae7;
--color-icon-inverse: #ffffff;
--color-icon-shopping: #0074e8;
--color-icon-brand-primary: #e60023;
--color-icon-light: #ffffff;
--color-icon-dark: #111111;
--color-icon-avatar-default: #111111;
--color-background-default: #ffffff;
--color-background-info-base: #0074e8;
--color-background-info-weak: #d7edff;
--color-background-info-strong: #005fcb;
--color-background-error-base: #cc0000;
--color-background-error-weak: #ffe0e0;
--color-background-warning-base: #bd5b00;
--color-background-warning-weak: #ffe4c1;
--color-background-success-base: #008753;
--color-background-success-weak: #c3f9c2;
--color-background-recommendation-base: #812ae7;
--color-background-recommendation-weak: #e9e4ff;
--color-background-neutral: #767676;
--color-background-shopping: #0074e8;
--color-background-primary-base: #e60023;
--color-background-primary-strong: #b60000;
--color-background-primary-weak: #f47171;
--color-background-secondary-base: #e9e9e9;
--color-background-secondary-strong: #a5a5a5;
--color-background-secondary-weak: #cdcdcd;
--color-background-tertiary-base: #767676;
--color-background-tertiary-strong: #2b2b2b;
--color-background-tertiary-weak: #cdcdcd;
--color-background-selected-base: #111111;
--color-background-selected-strong: #2b2b2b;
--color-background-selected-weak: #a5a5a5;
--color-background-inverse-base: #111111;
--color-background-inverse-strong: #e9e9e9;
--color-background-brand: #e60023;
--color-background-education: #0074e8;
--color-background-wash-dark: rgba(0, 0, 0, 0.8);
--color-background-wash-light: rgba(255, 255, 255, 0.9);
--color-background-dark: #111111;
--color-background-light: #ffffff;
--color-background-elevation-accent: #f1f1f1;
--color-background-elevation-floating: rgba(0, 0, 0, 0);
--color-background-elevation-raised: rgba(0, 0, 0, 0);
--color-background-avatar-placeholder: #efefef;
--color-background-avatar-wash: rgba(0, 0, 0, 0.06);
--color-background-badge-neutral-default: #767676;
--color-background-badge-neutral-hover: #767676;
--color-background-badge-info-default: #0074e8;
--color-background-badge-info-hover: #005fcb;
--color-background-badge-error-default: #cc0000;
--color-background-badge-error-hover: #cc0000;
--color-background-badge-warning-default: #bd5b00;
--color-background-badge-warning-hover: #bd5b00;
--color-background-badge-success-default: #008753;
--color-background-badge-success-hover: #008753;
--color-background-badge-recommendation-default: #812ae7;
--color-background-badge-recommendation-hover: #812ae7;
--color-background-badge-lightwash-default: rgba(255, 255, 255, 0.9);
--color-background-badge-lightwash-hover: rgba(255, 255, 255, 0.9);
--color-background-badge-darkwash-default: rgba(0, 0, 0, 0.8);
--color-background-badge-darkwash-hover: rgba(0, 0, 0, 0.8);
--color-background-box-default: #ffffff;
--color-background-box-info-base: #0074e8;
--color-background-box-info-weak: #d7edff;
--color-background-box-error-base: #cc0000;
--color-background-box-error-weak: #ffe0e0;
--color-background-box-warning-base: #bd5b00;
--color-background-box-warning-weak: #ffe4c1;
--color-background-box-success-base: #008753;
--color-background-box-success-weak: #c3f9c2;
--color-background-box-recommendation-base: #812ae7;
--color-background-box-recommendation-weak: #e9e4ff;
--color-background-box-shopping: #0074e8;
--color-background-box-primary: #e60023;
--color-background-box-secondary: #e9e9e9;
--color-background-box-tertiary: #767676;
--color-background-box-selected: #111111;
--color-background-box-inverse: #111111;
--color-background-box-brand: #e60023;
--color-background-box-education: #0074e8;
--color-background-box-elevation-accent: #f1f1f1;
--color-background-box-elevation-floating: rgba(0, 0, 0, 0);
--color-background-box-elevation-raised: rgba(0, 0, 0, 0);
--color-background-box-lightwash: #e2e2e2;
--color-background-box-darkwash: #dadada;
--color-background-box-transparentdarkgray: rgba(51, 51, 51, 0.8);
--color-background-box-dark: #111111;
--color-background-box-light: #ffffff;
--color-background-box-transparent: rgba(0, 0, 0, 0);
--color-background-button-primary-default: #e60023;
--color-background-button-primary-hover: #b60000;
--color-background-button-primary-active: #a3081a;
--color-background-button-primary-disabled: #e9e9e9;
--color-background-button-secondary-default: #e9e9e9;
--color-background-button-secondary-hover: #e2e2e2;
--color-background-button-secondary-active: #dadada;
--color-background-button-secondary-disabled: #e9e9e9;
--color-background-button-tertiary-default: rgba(0, 0, 0, 0);
--color-background-button-tertiary-hover: rgba(0, 0, 0, 0.06);
--color-background-button-tertiary-active: rgba(0, 0, 0, 0.1);
--color-background-button-tertiary-disabled: #e9e9e9;
--color-background-button-elevation-default: rgba(0, 0, 0, 0);
--color-background-button-elevation-hover: rgba(0, 0, 0, 0.06);
--color-background-button-elevation-active: rgba(0, 0, 0, 0.1);
--color-background-button-elevation-disabled: #e9e9e9;
--color-background-button-shopping-default: #0074e8;
--color-background-button-shopping-hover: #4a8ad4;
--color-background-button-shopping-active: #4a85c9;
--color-background-button-white-default: #ffffff;
--color-background-button-white-hover: #f0f0f0;
--color-background-button-white-active: #e0e0e0;
--color-background-button-white-disabled: #e9e9e9;
--color-background-button-dark-default: #111111;
--color-background-button-dark-hover: #000000;
--color-background-button-dark-active: #000000;
--color-background-button-light-default: #ffffff;
--color-background-button-light-hover: #f8f7f2;
--color-background-button-light-active: #f8f7f2;
--color-background-button-gray-default: #767676;
--color-background-button-gray-hover: #878787;
--color-background-button-gray-active: #828282;
--color-background-button-gray-disabled: #e9e9e9;
--color-background-button-semitransparentdefault-default: rgba(255, 255, 255, 0.8);
--color-background-button-semitransparentdefault-hover: #f0f0f0;
--color-background-button-semitransparentdefault-active: #e0e0e0;
--color-background-button-semitransparentwhite-default: rgba(255, 255, 255, 0.8);
--color-background-button-semitransparentwhite-hover: #f0f0f0;
--color-background-button-semitransparentwhite-active: rgba(255, 255, 255, 0.8);
--color-background-button-semitransparentwhite-disabled: #e9e9e9;
--color-background-button-semitransparentdark-default: rgba(51, 51, 51, 0.8);
--color-background-button-semitransparentdark-hover: #121212;
--color-background-button-semitransparentdark-active: #1f1f1f;
--color-background-button-semitransparentdark-disabled: #e9e9e9;
--color-background-button-transparentdarkbackground-default: rgba(0, 0, 0, 0);
--color-background-button-transparentdarkbackground-hover: rgba(0, 0, 0, 0.06);
--color-background-button-transparentdarkbackground-active: rgba(0, 0, 0, 0.1);
--color-background-button-transparentdarkbackground-disabled: #e9e9e9;
--color-background-button-disabled-default: #e9e9e9;
--color-background-button-selected-default: #111111;
--color-background-button-selected-disabled: #111111;
--color-background-combobox-item-default: rgba(0, 0, 0, 0);
--color-background-combobox-item-hover: #efefef;
--color-background-checkbox-disabled: #efefef;
--color-background-checkbox-checked-default: #111111;
--color-background-checkbox-checked-error: #111111;
--color-background-checkbox-unchecked-default: #ffffff;
--color-background-checkbox-unchecked-error: #ffffff;
--color-background-datepicker-container: #ffffff;
--color-background-datepicker-range-default: rgba(0, 0, 0, 0.06);
--color-background-datepicker-range-hover: rgba(0, 0, 0, 0.06);
--color-background-datepicker-range-active: rgba(0, 0, 0, 0.06);
--color-background-datepicker-button-unselected-default: #ffffff;
--color-background-datepicker-button-unselected-hover: rgba(0, 0, 0, 0.06);
--color-background-datepicker-button-unselected-active: rgba(0, 0, 0, 0.06);
--color-background-datepicker-button-selected-default: #111111;
--color-background-datepicker-button-selected-hover: #111111;
--color-background-datepicker-button-selected-active: #111111;
--color-background-formfield-primary: #ffffff;
--color-background-formfield-disabled: #efefef;
--color-background-formfield-selected: #111111;
--color-background-iconbutton-semitransparentdark-default: rgba(51, 51, 51, 0.8);
--color-background-iconbutton-semitransparentdark-hover: #121212;
--color-background-iconbutton-semitransparentdark-active: #1f1f1f;
--color-background-iconbutton-semitransparentdark-disabled-default: #e9e9e9;
--color-background-iconbutton-semitransparentdark-disabled-selected: #e9e9e9;
--color-background-indicator: #e60023;
--color-background-mask-wash: rgba(0, 0, 0, 0.04);
--color-background-overlay: #ffffff;
--color-background-popover-primary: #ffffff;
--color-background-popover-secondary: #111111;
--color-background-popover-education: #0074e8;
--color-background-tabs-default-base: #ffffff;
--color-background-tabs-default-hover: #e9e9e9;
--color-background-tabs-default-active: #e2e2e2;
--color-background-tabs-transparent-base: rgba(0, 0, 0, 0);
--color-background-tabs-transparent-hover: rgba(0, 0, 0, 0.06);
--color-background-tabs-transparent-active: rgba(0, 0, 0, 0.1);
--color-background-tag-primary-default: #e9e9e9;
--color-background-tag-primary-hover: #e2e2e2;
--color-background-tag-primary-active: #dadada;
--color-background-tag-error-default: #cc0000;
--color-background-tag-error-hover: #ad081b;
--color-background-tag-error-active: #a3081a;
--color-background-tag-warning-default: #bd5b00;
--color-background-tag-warning-hover: #aa4900;
--color-background-tag-warning-active: #943a00;
--color-background-searchguide-default-10: #e9e4ff;
--color-background-searchguide-default-11: #e9e9e9;
--color-background-searchguide-default-01: #abdbff;
--color-background-searchguide-default-02: #a4f9ac;
--color-background-searchguide-default-03: #ffc58f;
--color-background-searchguide-default-04: #fcbbbb;
--color-background-searchguide-default-05: #d5c7ff;
--color-background-searchguide-default-06: #d7edff;
--color-background-searchguide-default-07: #c3f9c2;
--color-background-searchguide-default-08: #ffe4c1;
--color-background-searchguide-default-09: #fcbbbb;
--color-background-searchguide-hover-10: #e9e4ff;
--color-background-searchguide-hover-11: #e9e9e9;
--color-background-searchguide-hover-01: #abdbff;
--color-background-searchguide-hover-02: #a4f9ac;
--color-background-searchguide-hover-03: #ffc58f;
--color-background-searchguide-hover-04: #fcbbbb;
--color-background-searchguide-hover-05: #d5c7ff;
--color-background-searchguide-hover-06: #d7edff;
--color-background-searchguide-hover-07: #c3f9c2;
--color-background-searchguide-hover-08: #ffe4c1;
--color-background-searchguide-hover-09: #fcbbbb;
--color-background-searchguide-active-10: #e9e4ff;
--color-background-searchguide-active-11: #e9e9e9;
--color-background-searchguide-active-01: #abdbff;
--color-background-searchguide-active-02: #a4f9ac;
--color-background-searchguide-active-03: #ffc58f;
--color-background-searchguide-active-04: #fcbbbb;
--color-background-searchguide-active-05: #d5c7ff;
--color-background-searchguide-active-06: #d7edff;
--color-background-searchguide-active-07: #c3f9c2;
--color-background-searchguide-active-08: #ffe4c1;
--color-background-searchguide-active-09: #fcbbbb;
--color-background-segmentedcontrol-container: #efefef;
--color-background-segmentedcontrol-tab-selected: #ffffff;
--color-background-switch-default-selected: #111111;
--color-background-switch-default-unselected: #ffffff;
--color-background-switch-disabled-selected: #767676;
--color-background-switch-disabled-unselected: #efefef;
--color-background-switch-hover-selected: #111111;
--color-background-switch-hover-unselected: #ffffff;
--color-background-switch-pressed-selected: #111111;
--color-background-switch-pressed-unselected: #ffffff;
--color-background-table-footer: #ffffff;
--color-background-table-row-hover: #efefef;
--color-background-table-row-selected: #efefef;
--color-background-tagdata-primary: #e9e9e9;
--color-background-tagdata-secondary: #ffffff;
--color-background-tagdata-disabled: #efefef;
--color-background-tableofcontents-item-default: rgba(0, 0, 0, 0);
--color-background-tableofcontents-item-hover: #e9e9e9;
--color-background-tiledata-10: #0050621A;
--color-background-tiledata-11: #de2c621A;
--color-background-tiledata-12: #660e001A;
--color-background-tiledata-01: #003c961A;
--color-background-tiledata-02: #11a69c1A;
--color-background-tiledata-03: #924af71A;
--color-background-tiledata-04: #d177111A;
--color-background-tiledata-05: #0081fe1A;
--color-background-tiledata-06: #ff53831A;
--color-background-tiledata-07: #00ab551A;
--color-background-tiledata-08: #4003871A;
--color-background-tiledata-09: #f2681f1A;
--color-background-tiledata-hover: #e9e9e9;
--color-background-tiledata-disabled: #efefef;
--color-background-video-container-primary: #111111;
--color-background-video-container-secondary: rgba(0, 0, 0, 0);
--color-border-container: #cdcdcd;
--color-border-default: #767676;
--color-border-error: #cc0000;
--color-border-focus: rgba(0, 132, 255, 0.5);
--color-border-avatar: #ffffff;
--color-border-badge-default: #ffffff;
--color-border-badge-light: #ffffff;
--color-border-badge-dark: #111111;
--color-border-button-hover: #cdcdcd;
--color-border-button-pressed: #cdcdcd;
--color-border-checkbox-checked-default: #111111;
--color-border-checkbox-checked-error: #cc0000;
--color-border-checkbox-disabled: #efefef;
--color-border-checkbox-unchecked-default: #767676;
--color-border-checkbox-unchecked-error: #cc0000;
--color-border-checkbox-unchecked-hover: #a5a5a5;
--color-border-checkbox-unchecked-pressed: #a5a5a5;
--color-border-formfield-error-default: #cc0000;
--color-border-formfield-error-hover: #ad081b;
--color-border-formfield-disabled: #efefef;
--color-border-indicator: #ffffff;
--color-border-popover-primary: #ffffff;
--color-border-popover-secondary: #111111;
--color-border-popover-education: #0074e8;
--color-border-pulsar-default: #0074e8;
--color-border-pulsar-hover: #dce9fa;
--color-border-switch-default-selected: #111111;
--color-border-switch-default-unselected: #767676;
--color-border-switch-disabled-selected: #ffffff;
--color-border-switch-disabled-unselected: #cdcdcd;
--color-border-switch-focus-inner: #767676;
--color-border-switch-focus-outer: #767676;
--color-border-switch-hover-unselected: #767676;
--color-border-switch-pressed-unselected: #767676;
--color-border-table-row-selected: #111111;
--color-border-tag-disabled: #767676;
--color-data-visualization-10: #005062;
--color-data-visualization-11: #de2c62;
--color-data-visualization-12: #660e00;
--color-data-visualization-01: #003c96;
--color-data-visualization-02: #11a69c;
--color-data-visualization-03: #924af7;
--color-data-visualization-04: #d17711;
--color-data-visualization-05: #0081fe;
--color-data-visualization-06: #ff5383;
--color-data-visualization-07: #00ab55;
--color-data-visualization-08: #400387;
--color-data-visualization-09: #f2681f;
--color-data-visualization-primary: #0081fe;
--color-data-visualization-success-graph: #008753;
--color-data-visualization-success-text: #005f3e;
--color-data-visualization-error-graph: #ed0000;
--color-data-visualization-error-text: #cc0000;
--font-size-100: 12px;
--font-size-200: 14px;
--font-size-300: 16px;
--font-size-400: 20px;
--font-size-500: 28px;
--font-size-600: 36px;
--font-size-datepicker-date: 16px;
--font-size-datepicker-heading: 20px;
--font-weight-normal: 400;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--font-weight-datepicker-date: 400;
--font-weight-datepicker-heading: 700;
--font-family-default-latin: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-family-default-japanese: 'SF Pro JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-family-code: SFMono-Medium, 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace;
--font-family-datepicker-date: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-family-datepicker-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', Arial, sans-serif;
--font-letterspacing-datepicker-date: normal;
--font-letterspacing-datepicker-heading: normal;
--font-lineheight-datepicker-date: 22px;
--font-lineheight-datepicker-heading: normal;
--font-textdecoration-datepicker-date: none;
--font-textdecoration-datepicker-heading: none;
--opacity-0: 0;
--opacity-100: 0.04;
--opacity-200: 0.2;
--opacity-300: 0.4;
--opacity-400: 0.8;
--opacity-500: 0.9;
--rounding-0: 0px;
--rounding-100: 4px;
--rounding-200: 8px;
--rounding-300: 12px;
--rounding-400: 16px;
--rounding-500: 20px;
--rounding-600: 24px;
--rounding-700: 28px;
--rounding-800: 32px;
--rounding-pill: 999px;
--rounding-circle: 50%;
--rounding-datepicker-container: 16px;
--rounding-datepicker-days: 50%;
--rounding-datepicker-navigation: 50%;
--rounding-datepicker-range-start: 50% 0px 0px 50%;
--rounding-datepicker-range-middle: 0px;
--rounding-datepicker-range-end: 0px 50% 50% 0px;
--space-0: 0px;
--space-100: 4px;
--space-200: 8px;
--space-300: 12px;
--space-400: 16px;
--space-500: 20px;
--space-600: 24px;
--space-700: 28px;
--space-800: 32px;
--space-900: 36px;
--space-1000: 40px;
--space-1100: 44px;
--space-1200: 48px;
--space-1300: 52px;
--space-1400: 56px;
--space-1500: 60px;
--space-1600: 64px;
--space-negative-100: -4px;
--space-negative-200: -8px;
--space-negative-300: -12px;
--space-negative-400: -16px;
--space-negative-500: -20px;
--space-negative-600: -24px;
--space-negative-700: -28px;
--space-negative-800: -32px;
--space-negative-900: -36px;
--space-negative-1000: -40px;
--space-negative-1100: -44px;
--space-negative-1200: -48px;
--space-negative-1300: -52px;
--space-negative-1400: -56px;
--space-negative-1500: -60px;
--space-negative-1600: -64px;
--elevation-floating: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
--elevation-raised-top: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
--elevation-raised-bottom: 0px -2px 8px 0px rgba(0, 0, 0, 0.12);
--elevation-datepicker: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}</style><div class="zI7 iyn Hsu"><style>article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
ul {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
text-size-adjust: none;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#map_canvas img {
max-width: none;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: middle;
}
button,
input {
overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
cursor: pointer;
-webkit-appearance: button;
}
textarea {
overflow: auto;
vertical-align: top;
}
body {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
figure {
margin: 0;
}
html {
background-color: #fff;
}
html, body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS Pゴシック",Arial,sans-serif;
color: rgb(33, 25, 34);
font-size: 12px;
height: 100%;
}
body {
position: relative;
overflow-y: overlay;
overflow-x: hidden;
}
input::-ms-clear {
display: none;
}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
padding: 0;
}
button, input, select, textarea {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS Pゴシック",Arial,sans-serif;
font-size: 100%;
vertical-align: middle;
margin: 0px;
}
.SkipToContent {
display: none;
}
.Tooltip_message:before, .Tooltip_message:after {
border-style: solid;
content: '';
display: block;
margin-top: -8px;
position: absolute;
right: 100%;
top: 17px;
width: 0;
}
.Tooltip_message:before {
border-color: transparent rgba(0,0,0,0.48);
border-width: 8px 10px 8px 0;
}
.Tooltip_message:after {
border-color: transparent #fff;
border-width: 8px 10px 8px 0;
margin-right: -1px;
}
.Tooltip_mobileMessage:before, .Tooltip_message:after {
border-style: solid;
display: block;
margin-top: -8px;
position: absolute;
right: 100%;
top: 17px;
width: 0;
}
.Tooltip_mobileMessage:before {
border-color: transparent rgba(0,0,0,0.48);
border-width: 8px 10px 8px 0;
}
.Tooltip_mobileMessage:after {
border-color: transparent #fff;
border-width: 8px 10px 8px 0;
margin-right: -1px;
}
.Tooltip_wrapper {
position: absolute;
left: calc(100% + 12px);
z-index: 1;
}
.Tooltip_mobileWrapper {
margin-top: 7px;
z-index: 1;
}
.TermsOfService__light a {
color: rgba(255,255,255,0.9);
}</style><div role="banner" class="zI7 iyn Hsu"><div aria-disabled="false" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><div data-test-id="hiddenSkipToContentContainer" class="AkL Eqb H_D MIw _mp sLG zI7 iyn Hsu" style="height:1px;width:1px"><div class="yBD zI7 iyn Hsu"><div class="KS5 hs0 mQ8 un8 C9i TB_" style="height:75px;width:100%"><div class="B1n tg7 IZT eSP dyH llN Kv8">Skip to content</div></div></div></div></div><!--$--><div data-test-id="unauth-header" class="QLY _he p6V zI7 iyn Hsu" style="left:0;transition:200ms left;z-index:671"><div class="Jea KS5 Kzl b8T hs0 i1W imm zI7 iyn Hsu" style="height:80px;width:100%"><div class="KS5 hs0 un8 C9i TB_"><div aria-disabled="false" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><div data-test-id="unauth-header-logo" class="zI7 iyn Hsu"><a class="nrl _74 Lfz KhY S9z NP- NtY K1L" href="/" rel="" target="_self"><div data-test-id="pinterest-header-logo" class="BTb L9n zI7 iyn Hsu"><div class="zI7 iyn Hsu"><svg aria-label="Pinterest logo" fill="none" height="18" role="img" viewBox="0 0 98 18" width="98" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3863_439699)"><path d="M9.05312 18C14.053 18 18.1062 13.9706 18.1062 9C18.1062 4.02944 14.053 0 9.05312 0C4.05322 0 0 4.02944 0 9C0 13.9706 4.05322 18 9.05312 18Z" fill="white"></path><path d="M5.69373 17.3488C5.58145 16.327 5.66114 15.3484 5.8857 14.4022L6.7912 10.5237C6.6427 10.0524 6.53042 9.51268 6.53042 8.97302C6.53042 7.71376 7.14253 6.81431 8.10236 6.81431C8.76878 6.81431 9.25776 7.27483 9.25776 8.16349C9.25776 8.44414 9.1998 8.76074 9.08752 9.12053L8.69274 10.4121C8.61305 10.6604 8.58046 10.8943 8.58046 11.0993C8.58046 11.9988 9.27225 12.5061 10.1524 12.5061C11.7243 12.5061 12.8471 10.8871 12.8471 8.78593C12.8471 6.44733 11.3078 4.95063 9.0332 4.95063C6.49781 4.95063 4.88966 6.59124 4.88966 8.87587C4.88966 9.79693 5.17218 10.6532 5.72635 11.236C5.54524 11.5383 5.35327 11.5958 5.0599 11.5958C4.15441 11.5958 3.29237 10.3258 3.29237 8.59525C3.29237 5.60545 5.7046 3.22007 9.08752 3.22007C12.6407 3.22007 14.8718 5.681 14.8718 8.71758C14.8718 11.7757 12.6986 14.0712 10.3552 14.0712C9.42799 14.0712 8.61305 13.679 8.0444 12.9702L7.58079 14.8375C7.33088 15.8053 6.9578 16.7156 6.35656 17.5934C7.20411 17.8525 8.0444 18 9.05131 18C14.0532 18 18.1062 13.974 18.1062 9.0054C18.1062 4.03677 14.0569 0 9.05493 0C4.05299 0 0 4.02599 0 8.9946C0 12.7616 2.33256 16.0104 5.69373 17.3488Z" fill="#E60023"></path><mask height="18" id="mask0_3863_439699" maskUnits="userSpaceOnUse" style="mask-type:luminance" width="77" x="21" y="0"><path d="M98.0001 0H21.2749V18H98.0001V0Z" fill="white"></path></mask><g mask="url(#mask0_3863_439699)"><path d="M21.285 1.85443H27.5806C30.247 1.85443 32.3353 3.75925 32.3353 6.60136C32.3353 9.42331 30.2977 11.3483 27.5806 11.3483H24.5392V16.1557H21.2749V1.85443H21.285ZM26.9521 8.44571C28.2193 8.44571 28.9897 7.841 28.9897 6.60136C28.9897 5.3617 28.2193 4.75701 26.9521 4.75701H24.5494V8.44571H26.9521Z" fill="#E60023"></path><path d="M32.8015 5.90594H35.9647V16.1456H32.8015V5.90594Z" fill="#E60023"></path><path d="M36.6743 5.90591H39.6143V7.24635H39.7157C40.2632 6.26873 41.3681 5.62372 42.899 5.62372C45.2207 5.62372 46.8122 6.98429 46.8122 9.43335V16.1456H43.6493V10.6125C43.6493 9.35273 43.1222 8.58677 41.8547 8.58677C40.547 8.58677 39.8375 9.33257 39.8375 11.0157V16.1456H36.6743V5.90591Z" fill="#E60023"></path><path d="M48.3632 12.8197V8.42555H46.873V5.90595H48.3632V3.3158H51.5263V5.90595H53.7871V8.41547H51.5263V12.0941C51.5263 13.1926 51.8912 13.6159 52.895 13.6159C53.2193 13.6159 53.5235 13.5555 53.7871 13.4748V16.1254C53.3003 16.3068 52.6415 16.4278 51.8912 16.4278C49.4785 16.4278 48.3632 15.0874 48.3632 12.8197Z" fill="#E60023"></path><path d="M92.4935 12.8197V8.42555H91.0032V5.90595H92.4935V3.3158H95.6565V5.90595H97.9173V8.41547H95.6565V12.0941C95.6565 13.1926 96.0213 13.6159 97.0251 13.6159C97.3494 13.6159 97.6536 13.5555 97.9173 13.4748V16.1254C97.4307 16.3068 96.7716 16.4278 96.0213 16.4278C93.6087 16.4278 92.4935 15.0874 92.4935 12.8197Z" fill="#E60023"></path><path d="M53.645 10.9753C53.645 7.56884 56.0072 5.62372 58.9472 5.62372C62.1914 5.62372 64.1885 7.70994 64.1885 10.5924C64.1885 11.0157 64.1681 11.4994 64.0466 11.9529H56.8082C56.9096 13.112 57.8321 13.8376 59.0891 13.8376C60.1739 13.8376 60.8024 13.374 61.1675 12.598L63.8945 13.7167C63.3674 15.3393 61.6541 16.4277 59.1197 16.4277C56.0072 16.4277 53.645 14.5431 53.645 10.9753ZM61.0862 9.88688C60.9848 8.66738 60.1232 8.00222 58.9271 8.00222C57.7409 8.00222 56.8487 8.64725 56.7878 9.88688H61.0862Z" fill="#E60023"></path><path d="M64.584 5.90591H67.524V7.44791H67.6254C67.8888 6.32921 68.6898 5.62372 70.0686 5.62372C70.3323 5.62372 70.5552 5.62372 70.8795 5.70434V8.82864C70.6566 8.76818 70.3929 8.74802 70.0887 8.74802C68.5176 8.74802 67.7469 9.61477 67.7469 11.4591V16.1456H64.584V5.90591Z" fill="#E60023"></path><path d="M70.6868 10.9753C70.6868 7.56884 73.049 5.62372 75.989 5.62372C79.2331 5.62372 81.2303 7.70994 81.2303 10.5924C81.2303 11.0157 81.2099 11.4994 81.0883 11.9529H73.8499C73.9513 13.112 74.8738 13.8376 76.1309 13.8376C77.2156 13.8376 77.8442 13.374 78.2092 12.598L80.9363 13.7167C80.4091 15.3393 78.6958 16.4277 76.1612 16.4277C73.0489 16.4277 70.6868 14.5431 70.6868 10.9753ZM78.128 9.88688C78.0266 8.66738 77.165 8.00222 75.9686 8.00222C74.7826 8.00222 73.8904 8.64725 73.8296 9.88688H78.128Z" fill="#E60023"></path><path d="M81.0376 13.122L84.079 12.7189C84.3628 13.5453 85.0825 14.0593 86.218 14.0593C87.181 14.0593 87.7489 13.7167 87.7489 13.1019C87.7489 12.6383 87.4649 12.4166 86.725 12.3359L84.7885 12.1142C82.4062 11.832 81.5647 10.7536 81.5647 8.94958C81.5647 6.96416 83.501 5.62372 85.9849 5.62372C88.6309 5.62372 90.3643 6.68196 90.8206 8.46583L87.8603 9.07054C87.5764 8.40535 86.8972 7.97198 85.9442 7.97198C85.0117 7.97198 84.535 8.29449 84.535 8.7984C84.535 9.1814 84.7783 9.42327 85.5388 9.52405L87.617 9.78608C89.8169 10.0683 90.7192 11.1064 90.7192 12.7895C90.7192 15.0773 88.8437 16.4177 86.1368 16.4177C83.3794 16.4277 81.4633 15.1881 81.0376 13.122Z" fill="#E60023"></path><path d="M36.2383 3.31579C36.2383 2.29786 35.407 1.47144 34.383 1.47144C33.3591 1.47144 32.5278 2.29786 32.5278 3.31579C32.5278 4.33371 33.3591 5.16013 34.383 5.16013C35.407 5.15005 36.2383 4.32363 36.2383 3.31579Z" fill="#E60023"></path></g></g><defs><clipPath id="clip0_3863_439699"><rect fill="white" height="18" width="98"></rect></clipPath></defs></svg></div></div></a></div></div><div data-test-id="ideas-tab" class="Eqh fev zI7 iyn Hsu" style="height:48px;min-width:60px"><a class="nrl _74 NtY S9z fev kVc Tbt L4E n9p e8F BG7" href="/ideas/" rel="" tabindex="0"><div class="Eqh fev i1W zI7 iyn Hsu" style="white-space:nowrap;height:48px;min-width:60px"><div class="KS5 hs0 mQ8 un8 C9i TB_" style="height:100%"><span class="X8m tg7 eSP dyH llN Kv8">Explore</span></div></div></a></div><div data-test-id="shopping-tab" class="Eqh fev zI7 iyn Hsu" style="height:48px;min-width:60px"><a class="nrl _74 NtY S9z fev kVc Tbt L4E n9p e8F BG7" href="/shopping/" rel="" tabindex="0"><div class="Eqh fev i1W zI7 iyn Hsu" style="white-space:nowrap;height:48px;min-width:60px"><div class="KS5 hs0 mQ8 un8 C9i TB_" style="height:100%"><span class="X8m tg7 eSP dyH llN Kv8">Shop</span></div></div></a></div></div><div data-test-id="search-box-container" class="ESm PrF hjq ujU zI7 iyn Hsu"><div data-test-id="search-box-container" id="searchBoxContainer" class="hjq ujU zI7 iyn Hsu" style="min-width:auto"><div class="Jea s2n zI7 iyn Hsu" style="background-color:#F1F1F1;height:48px"><div class="Jea KS5 XiG ujU zI7 iyn Hsu" style="padding:0 8px 0 16px;height:100%"><div class="Eqh H-G zI7 iyn Hsu"><svg aria-label="Search icon" class="BNH gUZ U9O kVc" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg></div><div class="ujU zI7 iyn Hsu" style="height:100%"><style>input::placeholder{ color: #6E6E6E}</style><input aria-activedescendant="" aria-autocomplete="list" aria-controls="SuggestionsMenu" aria-describedby="searchBoxAccessibleText" aria-expanded="false" aria-label="Search" autoCapitalize="off" autoComplete="off" autoCorrect="off" data-gestalt-valid-html="SearchField" data-test-id="search-box-input" placeholder="Search for easy dinners, fashion, etc." role="combobox" style="background-color:transparent;border:none;color:#333;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS Pゴシック",Arial,sans-serif;font-size:16px;font-weight:normal;height:100%;outline:none;padding:0;width:100%" type="text" name="searchBoxInput" value=""/><div id="searchBoxAccessibleText" class="ESm zI7 iyn Hsu">When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.</div></div></div></div></div></div><div class="Eqh Jea KS5 s7I zI7 iyn Hsu"><div data-test-id="login-button" class="H-G zI7 iyn Hsu"><button class="xuB ChZ undefined NTm KhY vrQ dfM oRi lnZ wsz a_A" tabindex="0" type="button"><div class="xuB ChZ undefined NTm KhY vrQ dfM S9z hNT BG7 hDj _O1 KS5 mQ8 Tbt L4E"><div class="X8m tg7 fxm dyH wm0">Log in</div></div></button></div><div data-test-id="signup-button" class="zI7 iyn Hsu"><button class="xuB ChZ undefined NTm KhY vrQ dfM oRi lnZ wsz Il7" tabindex="0" type="button"><div class="xuB ChZ undefined NTm KhY vrQ dfM S9z hNT BG7 hDj _O1 KS5 mQ8 Tbt L4E"><div class="B1n tg7 fxm dyH wm0">Sign up</div></div></button></div><div class="zI7 iyn Hsu"><div data-test-id="setting-button" class="Jea Yo2 mQ8 mjS v35 zI7 iyn Hsu"><button aria-label="Setting" class="yfm adn yQo lnZ wsz" tabindex="0" type="button"><div class="KuF kVc adn yQo S9z ncU BG7"><div class="SPw _O1 KS5 mQ8 qdx uPZ" style="height:24px;width:24px"><svg aria-hidden="true" aria-label="" class="BNH gUZ U9O kVc" height="12" role="img" viewBox="0 0 24 24" width="12"><path d="M23.7 8.7 12 20.42.3 8.71l1.4-1.42L12 17.6 22.3 7.3z"></path></svg></div></div></button></div></div></div></div></div><div class="zI7 iyn Hsu" style="height:80px"></div><!--/$--></div><div id="mweb-unauth-container" role="main" class="zI7 iyn Hsu"><div class="zI7 iyn Hsu" style="height:100%"><div data-layout-shift-boundary-id="ProfilePageContainer" class="zI7 iyn Hsu "><div class="Jea jzS lnZ v35 zI7 iyn Hsu"><!--$--><div class="_he p6V zI7 iyn Hsu" style="left:0;opacity:0;top:-64px;transition:top 0.1s, opacity 0.2s;height:64px;z-index:3"><div class="Jea S7o _co imm mQ8 vEU zI7 iyn Hsu" style="width:100%"><div class="hs0 un8 b23 JrK" style="max-width:1244px;width:100%"><div class="xuA"><div aria-disabled="false" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><div data-test-id="gestalt-avatar-svg" class="INd XiG zI7 iyn Hsu" style="height:48px;width:48px"><div class="Pj7 sLG XiG INd m1e"><div class=""><div class="XiG zI7 iyn Hsu" style="background-color:var(--color-background-avatar-placeholder);padding-bottom:100%"><img alt="sobitech" class="hCL kVc L4E MIw" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/280x280_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg"/></div></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div><div class="xuA"><div aria-disabled="false" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><div class="Eqh Jea V92 pXK zI7 iyn Hsu"><div class="FNs zI7 iyn Hsu"><div class="X8m zDA IZT CKL eSP dyH U5U hIK" title="Sobi Tech" style="-webkit-line-clamp:1">Sobi Tech</div></div></div></div></div><div class="ujU xuA"></div><div class="xuA"><div class="Eqh zI7 iyn Hsu"><div class="hs0 un8 b23 JrK"><div class="xuA"><div data-test-id="share-button" class="zI7 iyn Hsu"><button aria-label="Share" class="yfm adn yQo lnZ wsz" tabindex="0" type="button"><div class="KuF kVc adn yQo S9z ncU BG7"><div class="SPw _O1 KS5 mQ8 AAn uPZ" style="height:48px;width:48px"><svg aria-hidden="true" aria-label="" class="Uvi gUZ U9O kVc" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M17.7 5.8 12 .08l-5.7 5.7L7.7 7.2 11 3.9V15h2V3.91l3.3 3.3zM2 18v-5H0v5a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-5h-2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2"></path></svg></div></div></button><!--$!--><template></template><!--/$--></div></div></div></div></div></div></div></div><div data-test-id="profile-header" id="business-profile-header" class="HtR Jea i1W mQ8 zI7 iyn Hsu" style="width:100%"><div class="Jea KS5 XiG zI7 iyn Hsu" style="flex-direction:row;gap:28px;max-width:1244px;width:100%"><div class="lnZ zI7 iyn Hsu" style="width:100%"><div class="Jea KS5 zI7 iyn Hsu" style="gap:24px"><div class="Eqh xuA"><div data-test-id="gestalt-avatar-svg" class="INd XiG zI7 iyn Hsu" style="height:120px;width:120px"><div class="Pj7 sLG XiG INd m1e"><div class=""><div class="XiG zI7 iyn Hsu" style="background-color:var(--color-background-avatar-placeholder);padding-bottom:100%"><img alt="sobitech" class="hCL kVc L4E MIw" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/280x280_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg"/></div></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div><div class="zI7 iyn Hsu"><h1 class="FAo dyH Cc2 X8m V2L G1E"><div class="KS5 hs0 un8 C9i TB_"><div data-test-id="profile-name" class="zI7 iyn Hsu" style="white-space:nowrap"><div class="zI7 iyn Hsu" style="white-space:normal;display:inline">Sobi Tech</div></div></div></h1><div class="Jea zI7 iyn Hsu zX-"><div class="zI7 iyn Hsu"><span class="JlN zDA IZT eSP dyH LTB bB3 t5G" data-test-id="profile-username">sobitech</span></div></div></div></div><div class="Jea mjS zI7 iyn Hsu"><div data-test-id="profile-followers-count" class="zI7 iyn Hsu"><div aria-disabled="false" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><span class="X8m zDA IZT eSP dyH LTB bB3 mvk">27<!-- --> followers</span></div></div><span aria-hidden="false" style="padding:0 4px"><span class="zDA IZT eSP dyH LTB bB3 t5G">·</span></span><div data-test-id="profile-following-count" class="zI7 iyn Hsu"><div aria-disabled="false" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><span class="X8m zDA IZT eSP dyH LTB bB3 mvk">0<!-- --> following</span></div></div></div><div class="mjS zI7 iyn Hsu"><div aria-disabled="false" aria-label="Expand about section" class="S9z eEj n9p Tbt L4E e8F BG7" role="button" tabindex="0"><span class="X8m zDA IZT eSP dyH llN ryr" data-test-id="main-user-description-text">itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com</span> </div></div><div class="Jea jX8 zI7 iyn Hsu"><div class="Eqh zI7 iyn Hsu"><a class="nrl _74 NtY S9z eEj kVc Tbt L4E n9p e8F BG7" href="http://www.eduqia.com" rel="noopener noreferrer" tabindex="0" target="_blank"><div class="KS5 hs0 un8 aW4 yLs" data-test-id="website-icon-and-url"><div class="xuA"><svg aria-label="http://www.eduqia.com" class="Uvi gUZ U9O kVc" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M9.37 19.36A18 18 0 0 1 8.02 13h7.96q-.06 1.35-.26 2.58l1.97.32q.23-1.39.29-2.9h4.98l1 .09Q24 12.55 24 12a12 12 0 1 0-9.82 11.8l-.36-1.96q-.89.15-1.82.16c-.75 0-1.75-.71-2.63-2.64m5.26-14.72A18 18 0 0 1 15.98 11H8.02c.1-2.52.62-4.74 1.35-6.36C10.25 2.7 11.25 2 12 2s1.75.71 2.63 2.64M7.55 3.8A20 20 0 0 0 6.02 11H2.05a10 10 0 0 1 6.03-8.2q-.3.48-.53 1m0 16.38q.24.53.53 1.01A10 10 0 0 1 2.05 13h3.97c.1 2.76.66 5.27 1.53 7.2m14.4-9.2h-3.97a20 20 0 0 0-1.53-7.2q-.24-.51-.53-1a10 10 0 0 1 6.03 8.2m1.76 5.2-1.42-1.4-4.79 4.79-1.8-1.8-1.4 1.42 3.2 3.2z"></path></svg></div><div class="xuA"><span class="X8m tg7 IZT eSP dyH llN Kv8">eduqia.com</span></div></div><div class="XiG zI7 iyn Hsu" style="display:inline"><div class="NVN CRJ zI7 iyn Hsu">; Opens a new tab</div></div></a></div></div><div class="jX8 zI7 iyn Hsu"><div class="hs0 un8 b23 JrK"><div class="xuA"><div data-test-id="board-follow-button" class="zI7 iyn Hsu"><button aria-label="Follow" class="xuB ChZ undefined NTm KhY vrQ dfM oRi lnZ wsz Il7" tabindex="0" type="button"><div class="xuB ChZ undefined NTm KhY vrQ dfM S9z hNT BG7 hDj _O1 KS5 mQ8 Tbt L4E"><div class="B1n tg7 fxm dyH wm0">Follow</div></div></button></div></div></div></div></div><div data-test-id="business-profile-header-cover-container" class="Eqh XiG ebZ fev sLG zI7 iyn Hsu" style="height:360px;min-height:80px;width:640px"><div class="Kzl MIw QLY i1W p6V zI7 iyn Hsu"><div class="hs0 un8 b23 JrK"><div class="xuA"><div data-test-id="share-button" class="zI7 iyn Hsu"><button aria-label="Share" class="yfm adn yQo lnZ wsz" tabindex="0" type="button"><div class="KuF kVc adn yQo S9z ncU BG7"><div class="SPw _O1 KS5 mQ8 AAn eBH" style="height:48px;width:48px"><svg aria-hidden="true" aria-label="" class="Uvi gUZ U9O kVc" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M17.7 5.8 12 .08l-5.7 5.7L7.7 7.2 11 3.9V15h2V3.91l3.3 3.3zM2 18v-5H0v5a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-5h-2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2"></path></svg></div></div></button><!--$!--><template></template><!--/$--></div></div></div></div></div></div></div><!--/$--><div data-test-id="tabs-container" class="Jea mQ8 qGb zI7 iyn Hsu"><div class="C00 sLG zI7 iyn Hsu zX-"><div class="KS5 hs0 un8 C9i TB_"><div class="" id="/_created"><a class="nrl _74 NtY S9z ho- kVc Tbt L4E n9p e8F BG7" href="/sobitech/_created" rel="" tabindex="0"><div class="KS5 jzS un8 C9i TB_"><div class="XiG _co _wN ho- pXK zI7 iyn Hsu" style="background-color:var(--color-background-tabs-default-base);height:48px"><div class="S7o zI7 iyn Hsu" style="height:100%"><div class="KS5 hs0 mQ8 un8 aW4 TB_" style="height:100%"><div class="xuA"><div class="X8m zDA UK7 fxm dyH wm0">Created</div></div></div></div></div></div></a></div><div class="" id="/_saved"><a aria-current="page" class="nrl _74 NtY S9z ho- kVc Tbt L4E n9p e8F BG7" href="/sobitech/_saved" rel="" tabindex="0"><div class="KS5 jzS un8 C9i TB_"><div class="XiG _co _wN ho- pXK zI7 iyn Hsu" style="background-color:var(--color-background-tabs-default-base);height:48px"><div class="S7o zI7 iyn Hsu" style="height:100%"><div class="KS5 hs0 mQ8 un8 aW4 TB_" style="height:100%"><div class="xuA"><div class="X8m zDA UK7 fxm dyH wm0">Saved</div></div></div></div><div class="MIw zI7 iyn Hsu" style="bottom:8px;left:12px;width:calc(100% - 24px)"><div class="uom zI7 iyn Hsu" style="border-radius:var(--rounding-0);height:2px;width:100%"></div></div></div></div></a></div></div></div></div></div><div class="hjq zI7 iyn Hsu"><!--$--><div class="zI7 iyn Hsu" style="height:100%"><div class="zI7 iyn Hsu"><div data-test-id="grid" class="oWa zI7 iyn Hsu"><div class="zI7 iyn Hsu" style="height:100%"><div class="masonryContainer" data-test-id="masonry-container" id="profileBoardsFeed" style="padding:0 1px"><div class="centered m_t2f252162"><style data-test-id="masonry-ssr-styles">.masonryContainer:has(.m_t2f252162) {
container-type: inline-size;
}
.masonryContainer > .centered {
margin-left: auto;
margin-right: auto;
}
.m_t2f252162 .static {
position: absolute !important;
visibility: hidden !important;
}
@container (min-width: 0px) and (max-width: 761.99px) {
.m_t2f252162 .static:nth-child(-n+2) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 2) !important;
}
}
@container (min-width: 762px) and (max-width: 1015.99px) {
.m_t2f252162 .static:nth-child(-n+3) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 3) !important;
}
}
@container (min-width: 1016px) and (max-width: 1269.99px) {
.m_t2f252162 .static:nth-child(-n+4) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 4) !important;
}
}
@container (min-width: 1270px) and (max-width: 1523.99px) {
.m_t2f252162 .static:nth-child(-n+5) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 5) !important;
}
}
@container (min-width: 1524px) and (max-width: 1777.99px) {
.m_t2f252162 .static:nth-child(-n+6) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 6) !important;
}
}
@container (min-width: 1778px) and (max-width: 2031.99px) {
.m_t2f252162 .static:nth-child(-n+7) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 7) !important;
}
}
@container (min-width: 2032px) and (max-width: 2285.99px) {
.m_t2f252162 .static:nth-child(-n+8) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 8) !important;
}
}
@container (min-width: 2286px) and (max-width: 2539.99px) {
.m_t2f252162 .static:nth-child(-n+9) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 9) !important;
}
}
@container (min-width: 2540px) and (max-width: 2793.99px) {
.m_t2f252162 .static:nth-child(-n+10) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 10) !important;
}
}
@container (min-width: 2794px) and (max-width: 3047.99px) {
.m_t2f252162 .static:nth-child(-n+11) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 11) !important;
}
}
@container (min-width: 3048px) and (max-width: 3301.99px) {
.m_t2f252162 .static:nth-child(-n+12) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 12) !important;
}
}
@container (min-width: 3302px) and (max-width: 3555.99px) {
.m_t2f252162 .static:nth-child(-n+13) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 13) !important;
}
}
@container (min-width: 3556px) and (max-width: 3809.99px) {
.m_t2f252162 .static:nth-child(-n+14) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 14) !important;
}
}
@container (min-width: 3810px) and (max-width: 4063.99px) {
.m_t2f252162 .static:nth-child(-n+15) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 15) !important;
}
}
@container (min-width: 4064px) {
.m_t2f252162 .static:nth-child(-n+16) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 16) !important;
}
}
@supports not (container-type: inline-size) {
@media (min-width: 0px) and (max-width: 761.99px) {
.m_t2f252162 .static:nth-child(-n+2) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 2) !important;
}
}
@media (min-width: 762px) and (max-width: 1015.99px) {
.m_t2f252162 .static:nth-child(-n+3) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 3) !important;
}
}
@media (min-width: 1016px) and (max-width: 1269.99px) {
.m_t2f252162 .static:nth-child(-n+4) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 4) !important;
}
}
@media (min-width: 1270px) and (max-width: 1523.99px) {
.m_t2f252162 .static:nth-child(-n+5) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 5) !important;
}
}
@media (min-width: 1524px) and (max-width: 1777.99px) {
.m_t2f252162 .static:nth-child(-n+6) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 6) !important;
}
}
@media (min-width: 1778px) and (max-width: 2031.99px) {
.m_t2f252162 .static:nth-child(-n+7) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 7) !important;
}
}
@media (min-width: 2032px) and (max-width: 2285.99px) {
.m_t2f252162 .static:nth-child(-n+8) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 8) !important;
}
}
@media (min-width: 2286px) and (max-width: 2539.99px) {
.m_t2f252162 .static:nth-child(-n+9) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 9) !important;
}
}
@media (min-width: 2540px) and (max-width: 2793.99px) {
.m_t2f252162 .static:nth-child(-n+10) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 10) !important;
}
}
@media (min-width: 2794px) and (max-width: 3047.99px) {
.m_t2f252162 .static:nth-child(-n+11) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 11) !important;
}
}
@media (min-width: 3048px) and (max-width: 3301.99px) {
.m_t2f252162 .static:nth-child(-n+12) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 12) !important;
}
}
@media (min-width: 3302px) and (max-width: 3555.99px) {
.m_t2f252162 .static:nth-child(-n+13) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 13) !important;
}
}
@media (min-width: 3556px) and (max-width: 3809.99px) {
.m_t2f252162 .static:nth-child(-n+14) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 14) !important;
}
}
@media (min-width: 3810px) and (max-width: 4063.99px) {
.m_t2f252162 .static:nth-child(-n+15) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 15) !important;
}
}
@media (min-width: 4064px) {
.m_t2f252162 .static:nth-child(-n+16) {
position: static !important;
visibility: visible !important;
float: left;
display: block;
}
.m_t2f252162 .static {
padding: 0 1px;
}
.m_t2f252162 .static {
box-sizing: border-box;
width: calc(100% / 16) !important;
}
}
}</style><div data-test-id="max-width-container" class="a3i feh s7I zI7 iyn Hsu zmN"><div class="vbI XiG" role="list" style="height:0;width:100%"><div class="static" data-column-span="1" data-grid-item="true" role="listitem" style="top:0;left:0;transform:translateX(0px) translateY(0px);-webkit-transform:translateX(0px) translateY(0px);width:252px"><div data-test-id="board-card" class="H-G Yo2 zI7 iyn Hsu"><a class="nrl _74 NtY S9z DUt kVc Tbt L4E n9p e8F BG7" href="/sobitech/eduqia/" rel="" tabindex="0"><div class="_co zI7 iyn Hsu"><div class="zI7 iyn Hsu"><div data-test-id="boardCard-Eduqia" class="XiG zI7 iyn Hsu" style="height:100%;width:100%"><div class="Pj7 sLG XiG ho- m1e"><div class="Pj7 sLG XiG ho- m1e" style="width:100%"><div class="hs0 un8 C9i TB_" style="height:100%"><div class="PX-"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div data-test-id="drawer-image-group-first-image-container" class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px 0 1px 1px;border-radius:16px 0 0 16px"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><img alt="" src="https://i.pinimg.com/474x/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg" style="background-color:#EFEFEF;fetch-priority:cover;height:100%;loading:auto;object-fit:cover;object-position:center center;width:100%"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div><div class="MRE"><div class="zI7 iyn Hsu" style="height:100%"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px;border-radius:0 16px 0 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 16px 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div></div></div></div></div><div class="hjq qGb wsz zI7 iyn Hsu zmN"><div data-test-id="board-card-title" class="Jea b8T qF5 ujU zI7 iyn Hsu"><h2 class="FAo dyH alK X8m V2L G1E f-J" style="-webkit-line-clamp:2" title="Eduqia">Eduqia</h2></div><div class="Jea KS5 hs0 zI7 iyn Hsu zX-"><div class="Eqh xuA"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>265<!-- --> Pins</div></div><div class="JlN zDA IZT eSP dyH bkV NoJ"><span aria-hidden="true" style="padding:0 4px"><span class="zDA IZT eSP dyH bkV NoJ">·</span></span></div><div class="ujU xuA"><div class="Jea MtH zI7 iyn Hsu"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>1d</div></div></div></div></div></div></div></div></a></div></div><div class="static" data-column-span="1" data-grid-item="true" role="listitem" style="top:0;left:0;transform:translateX(0px) translateY(0px);-webkit-transform:translateX(0px) translateY(0px);width:252px"><div data-test-id="board-card" class="H-G Yo2 zI7 iyn Hsu"><a class="nrl _74 NtY S9z DUt kVc Tbt L4E n9p e8F BG7" href="/sobitech/globalhealthmag/" rel="" tabindex="0"><div class="_co zI7 iyn Hsu"><div class="zI7 iyn Hsu"><div data-test-id="boardCard-globalhealthmag" class="XiG zI7 iyn Hsu" style="height:100%;width:100%"><div class="Pj7 sLG XiG ho- m1e"><div class="Pj7 sLG XiG ho- m1e" style="width:100%"><div class="hs0 un8 C9i TB_" style="height:100%"><div class="PX-"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div data-test-id="drawer-image-group-first-image-container" class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px 0 1px 1px;border-radius:16px 0 0 16px"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><img alt="" src="https://i.pinimg.com/474x/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg" style="background-color:#EFEFEF;fetch-priority:cover;height:100%;loading:auto;object-fit:cover;object-position:center center;width:100%"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div><div class="MRE"><div class="zI7 iyn Hsu" style="height:100%"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px;border-radius:0 16px 0 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 16px 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div></div></div></div></div><div class="hjq qGb wsz zI7 iyn Hsu zmN"><div data-test-id="board-card-title" class="Jea b8T qF5 ujU zI7 iyn Hsu"><h2 class="FAo dyH alK X8m V2L G1E f-J" style="-webkit-line-clamp:2" title="globalhealthmag">globalhealthmag</h2></div><div class="Jea KS5 hs0 zI7 iyn Hsu zX-"><div class="Eqh xuA"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>57<!-- --> Pins</div></div><div class="JlN zDA IZT eSP dyH bkV NoJ"><span aria-hidden="true" style="padding:0 4px"><span class="zDA IZT eSP dyH bkV NoJ">·</span></span></div><div class="ujU xuA"><div class="Jea MtH zI7 iyn Hsu"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>1w</div></div></div></div></div></div></div></div></a></div></div><div class="static" data-column-span="1" data-grid-item="true" role="listitem" style="top:0;left:0;transform:translateX(0px) translateY(0px);-webkit-transform:translateX(0px) translateY(0px);width:252px"><div data-test-id="board-card" class="H-G Yo2 zI7 iyn Hsu"><a class="nrl _74 NtY S9z DUt kVc Tbt L4E n9p e8F BG7" href="/sobitech/itechmagazine/" rel="" tabindex="0"><div class="_co zI7 iyn Hsu"><div class="zI7 iyn Hsu"><div data-test-id="boardCard-iTechMagazine" class="XiG zI7 iyn Hsu" style="height:100%;width:100%"><div class="Pj7 sLG XiG ho- m1e"><div class="Pj7 sLG XiG ho- m1e" style="width:100%"><div class="hs0 un8 C9i TB_" style="height:100%"><div class="PX-"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div data-test-id="drawer-image-group-first-image-container" class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px 0 1px 1px;border-radius:16px 0 0 16px"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><img alt="" src="https://i.pinimg.com/474x/f9/47/80/f9478032dc3dbbba1465db2e040efaf3.jpg" style="background-color:#EFEFEF;fetch-priority:cover;height:100%;loading:auto;object-fit:cover;object-position:center center;width:100%"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div><div class="MRE"><div class="zI7 iyn Hsu" style="height:100%"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px;border-radius:0 16px 0 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/a3/38/3f/a3383f46cba870a9c2d5600d5f3d59d5.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 16px 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/6a/f8/41/6af84165a274517ab7e199b787294a1d.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div></div></div></div></div><div class="hjq qGb wsz zI7 iyn Hsu zmN"><div data-test-id="board-card-title" class="Jea b8T qF5 ujU zI7 iyn Hsu"><h2 class="FAo dyH alK X8m V2L G1E f-J" style="-webkit-line-clamp:2" title="iTechMagazine">iTechMagazine</h2></div><div class="Jea KS5 hs0 zI7 iyn Hsu zX-"><div class="Eqh xuA"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>101<!-- --> Pins</div></div><div class="JlN zDA IZT eSP dyH bkV NoJ"><span aria-hidden="true" style="padding:0 4px"><span class="zDA IZT eSP dyH bkV NoJ">·</span></span></div><div class="ujU xuA"><div class="Jea MtH zI7 iyn Hsu"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>3mo</div></div></div></div></div></div></div></div></a></div></div><div class="static" data-column-span="1" data-grid-item="true" role="listitem" style="top:0;left:0;transform:translateX(0px) translateY(0px);-webkit-transform:translateX(0px) translateY(0px);width:252px"><div data-test-id="board-card" class="H-G Yo2 zI7 iyn Hsu"><a class="nrl _74 NtY S9z DUt kVc Tbt L4E n9p e8F BG7" href="/sobitech/sobitech/" rel="" tabindex="0"><div class="_co zI7 iyn Hsu"><div class="zI7 iyn Hsu"><div data-test-id="boardCard-sobitech" class="XiG zI7 iyn Hsu" style="height:100%;width:100%"><div class="Pj7 sLG XiG ho- m1e"><div class="Pj7 sLG XiG ho- m1e" style="width:100%"><div class="hs0 un8 C9i TB_" style="height:100%"><div class="PX-"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div data-test-id="drawer-image-group-first-image-container" class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px 0 1px 1px;border-radius:16px 0 0 16px"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><img alt="" src="https://i.pinimg.com/474x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg" style="background-color:#EFEFEF;fetch-priority:cover;height:100%;loading:auto;object-fit:cover;object-position:center center;width:100%"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div><div class="MRE"><div class="zI7 iyn Hsu" style="height:100%"><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:1px;border-radius:0 16px 0 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/a1/02/e8/a102e8119f4f8ea9f47793d53a3e3ec7.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div><div class="XiG zI7 iyn Hsu"><div class="haa sLG zI7 iyn Hsu" style="padding-bottom:100%;width:100%"><div class="MIw QLY Rym ojN p6V sLG zI7 iyn Hsu" style="border-color:white;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 16px 0"><div class="Pj7 sLG XiG eEj m1e" style="width:100%;height:100%"><div class="XiG zI7 iyn Hsu" style="background-color:#efefef;height:100%"><img alt="" class="hCL kVc L4E MIw N7A XiG" fetchpriority="auto" loading="auto" src="https://i.pinimg.com/170x/cf/af/7f/cfaf7f603f87f94001e29faad64ac096.jpg" style="object-fit:cover"/></div><div class="KPc MIw ojN Rym p6V QLY"></div></div></div></div></div></div></div></div></div></div><div class="hjq qGb wsz zI7 iyn Hsu zmN"><div data-test-id="board-card-title" class="Jea b8T qF5 ujU zI7 iyn Hsu"><h2 class="FAo dyH alK X8m V2L G1E f-J" style="-webkit-line-clamp:2" title="sobitech">sobitech</h2></div><div class="Jea KS5 hs0 zI7 iyn Hsu zX-"><div class="Eqh xuA"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>7<!-- --> Pins</div></div><div class="JlN zDA IZT eSP dyH bkV NoJ"><span aria-hidden="true" style="padding:0 4px"><span class="zDA IZT eSP dyH bkV NoJ">·</span></span></div><div class="ujU xuA"><div class="Jea MtH zI7 iyn Hsu"><div class="JlN zDA IZT CKL eSP dyH bkV NoJ" style="-webkit-line-clamp:1"><div class="NVN CRJ zI7 iyn Hsu">, </div>2y</div></div></div></div></div></div></div></div></a></div></div></div></div></div></div></div></div></div></div><!--/$--></div></div></div></div><!--$--><!--$!--><template></template><!--/$--><!--$!--><template></template><!--/$--><!--/$--></div><iframe aria-hidden="true" id="epik_localstore" src="https://ct.pinterest.com/ct.html" style="display:none" title="iframe to send EPIK"></iframe><div class="zI7 iyn Hsu"></div><div><div></div></div></div><script nonce="a0ca790e44b760063d68e9c20b13b9e0">$RC("B:2","S:2")</script><title>Sobi Tech (sobitech) - Profile | Pinterest</title><meta content="profile" data-app="true" name="og:type" property="og:type"/><meta content="https://www.pinterest.com/sobitech/" data-app="true" name="og:url" property="og:url"/><meta content="https://s.pinimg.com/images/default_open_graph_1200.png" data-app="true" name="og:image" property="og:image"/><meta content="https://s.pinimg.com/images/default_open_graph_1200.png" data-app="true" name="twitter:image:src" property="twitter:image:src"/><meta content="Sobi Tech | itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com" data-app="true" name="description" property="description"/><meta content="Sobi Tech | itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com" data-app="true" name="og:description" property="og:description"/><meta content="Sobi Tech | itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com" data-app="true" name="twitter:description" property="twitter:description"/><meta content="Sobi Tech (sobitech) - Profile | Pinterest" data-app="true" name="og:title" property="og:title"/><meta content="Sobi Tech (sobitech) - Profile | Pinterest" data-app="true" name="twitter:title" property="twitter:title"/><meta content="noindex,noimageindex" data-app="true" name="robots" property="robots"/><link href="https://www.pinterest.com/oembed.json?url=https://www.pinterest.com/sobitech/&ref=oembed-discovery" rel="alternate" type="application/json+oembed" title="Find inspiration on Pinterest today!"/><link href="https://www.pinterest.com/sobitech/" rel="canonical"/><link href="ios-app://429047995/pinterest/user/sobitech" rel="alternate"/><link href="android-app://com.pinterest/pinterest/user/sobitech" rel="alternate"/><div hidden id="S:3"><script id="__PWS_INITIAL_PROPS__" type="application/json">{"copytuneExperiments":{"triggerable":{},"deltas":{},"translations":{}},"inContextTranslation":false,"initialReduxState":{"adminUser":null,"articles":{},"billing":{"businessInformationForm":{},"billingInformationForm":{},"autoFillQPBillingChecked":true},"boards":{"346425465026477043":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_cover_hd_url":"https://i.pinimg.com/474x/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","pin_count":265,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396346142889","image_signature":"56524e02ecff80eb09747b6f8fc09f83","timestamp":1625248884},"follower_count":27,"name":"Eduqia","section_count":0,"type":"board","url":"/sobitech/eduqia/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Sun, 11 May 2025 03:20:46 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/200x150/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg","width":170,"height":102,"dominant_color":"#7C5C36"},{"url":"https://i.pinimg.com/170x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg","width":170,"height":102,"dominant_color":"#FFFFFF"},{"url":"https://i.pinimg.com/170x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg","width":170,"height":102,"dominant_color":"#BB9784"},{"url":"https://i.pinimg.com/170x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg","width":170,"height":102,"dominant_color":"#B4736C"},{"url":"https://i.pinimg.com/170x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg","width":170,"height":102,"dominant_color":"#A8CFAA"},{"url":"https://i.pinimg.com/170x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg","width":170,"height":102,"dominant_color":"#B4E1F2"},{"url":"https://i.pinimg.com/170x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg","width":170,"height":102,"dominant_color":"#748F82"},{"url":"https://i.pinimg.com/170x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg","width":170,"height":102,"dominant_color":"#A7876D"},{"url":"https://i.pinimg.com/170x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg","width":170,"height":102,"dominant_color":"#A09188"},{"url":"https://i.pinimg.com/170x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg","width":170,"height":102,"dominant_color":"#A58B59"}],"236x":[{"url":"https://i.pinimg.com/236x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg","width":236,"height":142,"dominant_color":"#7C5C36"},{"url":"https://i.pinimg.com/236x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg","width":236,"height":142,"dominant_color":"#FFFFFF"},{"url":"https://i.pinimg.com/236x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg","width":236,"height":142,"dominant_color":"#BB9784"},{"url":"https://i.pinimg.com/236x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg","width":236,"height":142,"dominant_color":"#B4736C"},{"url":"https://i.pinimg.com/236x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg","width":236,"height":142,"dominant_color":"#A8CFAA"},{"url":"https://i.pinimg.com/236x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg","width":236,"height":142,"dominant_color":"#B4E1F2"},{"url":"https://i.pinimg.com/236x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg","width":236,"height":142,"dominant_color":"#748F82"},{"url":"https://i.pinimg.com/236x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg","width":236,"height":142,"dominant_color":"#A7876D"},{"url":"https://i.pinimg.com/236x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg","width":236,"height":142,"dominant_color":"#A09188"},{"url":"https://i.pinimg.com/236x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg","width":236,"height":142,"dominant_color":"#A58B59"}]},"collaborated_by_me":false,"has_custom_cover":false,"cover_images":{"200x150":{"url":"https://i.pinimg.com/200x150/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/222x/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"An Educational Blog for Teachers and Students","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026477043","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Fri, 02 Jul 2021 17:58:54 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null},"346425465026601038":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_cover_hd_url":"https://i.pinimg.com/474x/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","pin_count":57,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396354095242","image_signature":"1bd8a33a5ab45a489ebfd37180419091","timestamp":1704454527},"follower_count":27,"name":"globalhealthmag","section_count":0,"type":"board","url":"/sobitech/globalhealthmag/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Mon, 05 May 2025 03:21:40 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/200x150/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg","width":170,"height":102,"dominant_color":"#2E84B3"},{"url":"https://i.pinimg.com/170x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg","width":170,"height":113,"dominant_color":"#BFA863"},{"url":"https://i.pinimg.com/170x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg","width":170,"height":113,"dominant_color":"#744D2B"},{"url":"https://i.pinimg.com/170x/13/24/7b/13247be9ef05173bb8e10beff6ef72f1.jpg","width":170,"height":113,"dominant_color":"#E2D7BE"},{"url":"https://i.pinimg.com/170x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg","width":170,"height":113,"dominant_color":"#656061"},{"url":"https://i.pinimg.com/170x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg","width":170,"height":113,"dominant_color":"#A07443"},{"url":"https://i.pinimg.com/170x/13/c1/db/13c1dbfa6b456708482db83dcbf3d7ef.jpg","width":170,"height":113,"dominant_color":"#56603E"},{"url":"https://i.pinimg.com/170x/f2/70/5f/f2705f6e10d6765b3fecc17290563a0a.jpg","width":170,"height":56,"dominant_color":"#E2C98E"},{"url":"https://i.pinimg.com/170x/d1/18/46/d1184696112a6bbe85dace3530e0a4d3.jpg","width":170,"height":113,"dominant_color":"#E3CB97"},{"url":"https://i.pinimg.com/170x/7c/76/45/7c7645abdd0ee0b306af2c0178cdea5c.jpg","width":170,"height":302,"dominant_color":"#806A54"}],"236x":[{"url":"https://i.pinimg.com/236x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg","width":236,"height":142,"dominant_color":"#2E84B3"},{"url":"https://i.pinimg.com/236x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg","width":236,"height":157,"dominant_color":"#BFA863"},{"url":"https://i.pinimg.com/236x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg","width":236,"height":157,"dominant_color":"#744D2B"},{"url":"https://i.pinimg.com/236x/13/24/7b/13247be9ef05173bb8e10beff6ef72f1.jpg","width":236,"height":157,"dominant_color":"#E2D7BE"},{"url":"https://i.pinimg.com/236x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg","width":236,"height":157,"dominant_color":"#656061"},{"url":"https://i.pinimg.com/236x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg","width":236,"height":157,"dominant_color":"#A07443"},{"url":"https://i.pinimg.com/236x/13/c1/db/13c1dbfa6b456708482db83dcbf3d7ef.jpg","width":236,"height":157,"dominant_color":"#56603E"},{"url":"https://i.pinimg.com/236x/f2/70/5f/f2705f6e10d6765b3fecc17290563a0a.jpg","width":236,"height":78,"dominant_color":"#E2C98E"},{"url":"https://i.pinimg.com/236x/d1/18/46/d1184696112a6bbe85dace3530e0a4d3.jpg","width":236,"height":157,"dominant_color":"#E3CB97"},{"url":"https://i.pinimg.com/236x/7c/76/45/7c7645abdd0ee0b306af2c0178cdea5c.jpg","width":236,"height":419,"dominant_color":"#806A54"}]},"collaborated_by_me":false,"has_custom_cover":false,"cover_images":{"200x150":{"url":"https://i.pinimg.com/200x150/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/222x/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"For More Amazing Health and Fitness Contents pleaase visit out official website: https://www.globalhealthmag.com/","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026601038","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Fri, 05 Jan 2024 11:33:46 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null},"346425465026572509":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NTcyNTA5","image_cover_hd_url":"https://i.pinimg.com/474x/f9/47/80/f9478032dc3dbbba1465db2e040efaf3.jpg","pin_count":101,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396352317654","crop":[9,0],"size":[119,119],"scale":1.9831932773109244,"image_url":"https://i.pinimg.com/236x/f9/47/80/f9478032dc3dbbba1465db2e040efaf3.jpg","custom_cover":true,"timestamp":1685421079,"image_size":[236,null],"image_signature":"f9478032dc3dbbba1465db2e040efaf3"},"follower_count":27,"name":"iTechMagazine","section_count":0,"type":"board","url":"/sobitech/itechmagazine/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Mon, 20 Jan 2025 03:21:11 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/custom_covers/200x150/346425465026572509_1685421079.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/a3/38/3f/a3383f46cba870a9c2d5600d5f3d59d5.jpg","width":170,"height":113,"dominant_color":"#16181B"},{"url":"https://i.pinimg.com/170x/6a/f8/41/6af84165a274517ab7e199b787294a1d.jpg","width":170,"height":102,"dominant_color":"#E1D1C1"},{"url":"https://i.pinimg.com/170x/70/fc/90/70fc90c874ae51198c3c32a1a16e37cf.jpg","width":170,"height":103,"dominant_color":"#817431"},{"url":"https://i.pinimg.com/170x/70/f4/03/70f403b3a0dfcacf2510163335ae00a6.jpg","width":170,"height":103,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/170x/5a/68/48/5a6848ce0d2d263e00f4196442ed5e26.jpg","width":170,"height":109,"dominant_color":"#DCE2EC"},{"url":"https://i.pinimg.com/170x/9e/c2/cc/9ec2cc394891b5d8b14f414c4ee79f56.jpg","width":170,"height":97,"dominant_color":"#F7F7F7"},{"url":"https://i.pinimg.com/170x/ac/4d/08/ac4d08edb0e1c3604195f150376ebb14.jpg","width":170,"height":90,"dominant_color":"#B86059"},{"url":"https://i.pinimg.com/170x/18/f0/38/18f0383639d080b761350d3e9682ccfc.jpg","width":170,"height":97,"dominant_color":"#ABA9A9"},{"url":"https://i.pinimg.com/170x/35/ec/56/35ec5646423f0807dedac7af96ee5147.jpg","width":170,"height":86,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/170x/0f/5b/bf/0f5bbfa0edc37a6a8600b0cdf1aad911.jpg","width":170,"height":94,"dominant_color":"#6C7D89"}],"236x":[{"url":"https://i.pinimg.com/236x/a3/38/3f/a3383f46cba870a9c2d5600d5f3d59d5.jpg","width":236,"height":157,"dominant_color":"#16181B"},{"url":"https://i.pinimg.com/236x/6a/f8/41/6af84165a274517ab7e199b787294a1d.jpg","width":236,"height":142,"dominant_color":"#E1D1C1"},{"url":"https://i.pinimg.com/236x/70/fc/90/70fc90c874ae51198c3c32a1a16e37cf.jpg","width":236,"height":143,"dominant_color":"#817431"},{"url":"https://i.pinimg.com/236x/70/f4/03/70f403b3a0dfcacf2510163335ae00a6.jpg","width":236,"height":143,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/236x/5a/68/48/5a6848ce0d2d263e00f4196442ed5e26.jpg","width":236,"height":151,"dominant_color":"#DCE2EC"},{"url":"https://i.pinimg.com/236x/9e/c2/cc/9ec2cc394891b5d8b14f414c4ee79f56.jpg","width":236,"height":135,"dominant_color":"#F7F7F7"},{"url":"https://i.pinimg.com/236x/ac/4d/08/ac4d08edb0e1c3604195f150376ebb14.jpg","width":236,"height":125,"dominant_color":"#B86059"},{"url":"https://i.pinimg.com/236x/18/f0/38/18f0383639d080b761350d3e9682ccfc.jpg","width":236,"height":135,"dominant_color":"#ABA9A9"},{"url":"https://i.pinimg.com/236x/35/ec/56/35ec5646423f0807dedac7af96ee5147.jpg","width":236,"height":120,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/236x/0f/5b/bf/0f5bbfa0edc37a6a8600b0cdf1aad911.jpg","width":236,"height":130,"dominant_color":"#6C7D89"}]},"collaborated_by_me":false,"has_custom_cover":true,"cover_images":{"200x150":{"url":"https://i.pinimg.com/custom_covers/200x150/346425465026572509_1685421079.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/custom_covers/222x/346425465026572509_1685421079.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"Please Visit Our Official Website for more informative tech, marketing, guestposts at https://www.itechmagazine.com/","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026572509","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Tue, 30 May 2023 04:27:35 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null},"346425465026478253":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc4MjUz","image_cover_hd_url":"https://i.pinimg.com/474x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","pin_count":7,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396346210105","image_signature":"735d35c3ecfb6b9511a86984a980bfba","timestamp":1625940439},"follower_count":27,"name":"sobitech","section_count":0,"type":"board","url":"/sobitech/sobitech/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Mon, 06 Feb 2023 15:33:51 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/200x150/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/a1/02/e8/a102e8119f4f8ea9f47793d53a3e3ec7.jpg","width":170,"height":94,"dominant_color":"#846660"},{"url":"https://i.pinimg.com/170x/cf/af/7f/cfaf7f603f87f94001e29faad64ac096.jpg","width":170,"height":102,"dominant_color":"#202427"},{"url":"https://i.pinimg.com/170x/34/75/29/347529695ab6f4a20749682198e9c70a.jpg","width":170,"height":112,"dominant_color":"#1376B0"},{"url":"https://i.pinimg.com/170x/de/60/8a/de608a45164f6e74f9cf64b95d32c43f.jpg","width":170,"height":115,"dominant_color":"#25231D"},{"url":"https://i.pinimg.com/170x/25/44/61/254461c82538e248c38065d28b1b289b.jpg","width":170,"height":102,"dominant_color":"#C8C8CA"},{"url":"https://i.pinimg.com/170x/93/cd/25/93cd252f57ff54bbd83d91ceef8f74d2.jpg","width":170,"height":113,"dominant_color":"#0A0C0C"},{"url":"https://i.pinimg.com/170x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":170,"height":113,"dominant_color":"#526680"}],"236x":[{"url":"https://i.pinimg.com/236x/a1/02/e8/a102e8119f4f8ea9f47793d53a3e3ec7.jpg","width":236,"height":130,"dominant_color":"#846660"},{"url":"https://i.pinimg.com/236x/cf/af/7f/cfaf7f603f87f94001e29faad64ac096.jpg","width":236,"height":142,"dominant_color":"#202427"},{"url":"https://i.pinimg.com/236x/34/75/29/347529695ab6f4a20749682198e9c70a.jpg","width":236,"height":156,"dominant_color":"#1376B0"},{"url":"https://i.pinimg.com/236x/de/60/8a/de608a45164f6e74f9cf64b95d32c43f.jpg","width":220,"height":150,"dominant_color":"#25231D"},{"url":"https://i.pinimg.com/236x/25/44/61/254461c82538e248c38065d28b1b289b.jpg","width":236,"height":142,"dominant_color":"#C8C8CA"},{"url":"https://i.pinimg.com/236x/93/cd/25/93cd252f57ff54bbd83d91ceef8f74d2.jpg","width":236,"height":157,"dominant_color":"#0A0C0C"},{"url":"https://i.pinimg.com/236x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":236,"height":157,"dominant_color":"#526680"}]},"collaborated_by_me":false,"has_custom_cover":false,"cover_images":{"200x150":{"url":"https://i.pinimg.com/200x150/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/222x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026478253","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Sat, 10 Jul 2021 18:05:30 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null}},"boardsections":{},"businessAccess":{"people":{"data":{},"loading":false},"invitesOrRequests":{"invites":{"people":{},"partner":{}},"requests":{"partner":{}},"type":"PENDING","loading":false},"partners":{"data":{},"loading":false,"isSelectedPartnerAssociatedWithAoaa":false},"employers":{"list":null,"isLoading":false,"error":null},"adAccounts":{"data":{},"loading":false,"businessIdsAssociatedWithAoaas":[]},"businessMetrics":{"data":{},"loading":false},"actingUser":{"data":null,"loading":false,"error":null},"table":{"visibleData":[],"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":""},"history":{"data":{},"loading":false,"error":null,"dateRange":{"startDate":"2025-05-04T00:00:00.000Z","endDate":"2025-05-10T00:00:00.000Z"}},"inviteOrRequestData":{"invites":{},"requests":{},"loading":false},"dashboardRecentlyAdded":{"data":[],"loading":false},"pending":{"people":{},"partner":{},"type":["PENDING","EXPIRED"],"loading":false},"aoaaRequests":{"requests":{},"loading":false},"assetGroups":{"assetGroups":{},"owners":{"adAccountOwners":[],"profileOwners":[],"aoaaIds":[]},"loading":false,"adAccountsLoading":false,"profilesLoading":false,"catalogsLoading":false,"employeesLoading":false,"systemUsersLoading":false,"ownersLoading":false,"partnersLoading":false,"adAccountsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"profilesTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"catalogsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"employeesTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"systemUsersTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"partnersTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1}},"profiles":{"data":{},"loading":false,"error":null},"viewerInvites":{"loading":false,"data":[]},"viewerIsProfileOwnerOrProfileManager":{},"viewerBusinessHierarchyInvites":{"loading":false,"error":null,"data":[]},"navigation":{"users":{"collapse":false},"accounts":{"collapse":false},"isLoading":false},"newRelationshipAssetAssignmentFlow":{"invites":{"businessRole":"","businesses":[]},"selectedPartners":{"selectedPartnerBusinessIds":[],"selectedCountries":[],"searchValue":"","totalSelected":0},"selectedAssets":{"adAccounts":{"resourceIdToRoles":{},"roleToNumberOfAssets":{}},"catalogs":{"resourceIdToRoles":{},"roleToNumberOfAssets":{}},"profiles":{"resourceIdToRoles":{},"roleToNumberOfAssets":{}}},"requestedAssets":{"adAccounts":{"resourceIdToRoles":{}},"catalogs":{"resourceIdToRoles":{}},"profiles":{"resourceIdToRoles":{}}},"loading":false,"selectedApps":{"resourceIdToRoles":{},"roleToNumberOfAssets":{}}},"invoiceManagement":{"data":{},"loading":false,"error":null,"invoiceTabVisibility":"PROGRESS"},"businessHierarchy":{"adAccounts":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"catalogs":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"assetGroups":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"businessHierarchyBusinessMembers":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"profiles":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"employees":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"partners":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"loading":false},"pending":{"childBusinesses":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1}},"organizationManagers":{"data":[],"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1}},"loading":false}},"tags":{"tags":{},"loading":false,"adAccountsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"adAccountsLoading":false,"selectedAdAccounts":[],"overlayOpen":false},"audienceSharing":{"audiences":{"sharedAudiences":[],"receivedAudiences":[],"sharedAudiencesLoading":false,"receivedAudiencesLoading":false,"error":null},"sharedAccounts":{"accounts":{},"loading":false,"error":null}},"updatePermissions":{"loading":false},"employees":{"employees":{},"invites":{},"loading":false,"invitesLoading":false,"adAccountsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":1},"adAccountsLoading":false,"profilesTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":1},"profilesLoading":false,"assetGroupsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"assetGroupsLoading":false,"catalogsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"catalogsLoading":false,"assetRolesLoading":false},"catalogs":{"data":{},"invites":{},"loading":false,"employeesTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"employeesLoading":false,"partnersTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","searchTerm":"","startIndex":1},"partnersLoading":false},"systemUsers":{"data":[],"systemUsers":{},"adAccounts":[],"assetGroups":[],"catalogs":[],"systemApps":[],"profiles":[],"loading":false,"adAccountLoading":false,"selectedSystemId":"","profilesLoading":false,"appsLoading":false,"catalogsLoading":false,"assetGroupsLoading":false,"table":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"full_name","searchTerm":"","startIndex":0},"adAccountTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":0},"profilesTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":0},"appsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":0},"catalogsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":0},"assetGroupsTable":{"page":1,"totalCount":0,"limit":10,"sortDirection":"ASCENDING","sortBy":"name","searchTerm":"","startIndex":0}},"apps":{"data":[],"loading":false,"refreshToken":{"loading":false}}},"businessNux":{"currentStep":{"index":0,"canProceed":false},"businessGoals":[],"businessName":"","businessVertical":"","numberEmployees":"","hasWebsite":"","website":"","country":"","locale":"","advertisingIntent":null,"accountType":"","agencyRole":"","agencyClients":"","agencyContent":"","agencyService":"","agencyServiceOther":"","firstName":"","lastName":"","fullName":"","email":"","countryCode":"","phoneNumber":"","worksWithAgency":null,"leadId":"","whatsAppConsent":false,"calendlyUpsellEligible":false,"shouldShowCalendlyModal":false},"underageConfirmation":{"isUnderageConfirmationModalVisible":false},"changeBoardFromToast":{"shouldOpenModal":false},"contactRequests":{},"createBoardUpsell":{},"desktopStories":{},"didItData":{},"experiences":{},"experiencesMulti":{},"explore":{},"feeds":{"profile-boards:sobitech":[{"id":"3965227509342453366","type":"story"},{"id":"346425465026477043","type":"board"},{"id":"346425465026601038","type":"board"},{"id":"346425465026572509","type":"board"},{"id":"346425465026478253","type":"board"}],"profile-pins:sobitech":[{"id":"346425396358143390","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358143389","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358138266","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358129223","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358129222","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358097959","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358076367","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358039334","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396358024941","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357978726","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357978725","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357971717","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357971716","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357964683","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357947685","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357947684","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357917136","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357893202","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357831677","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357750946","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357750945","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357750943","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"},{"id":"346425396357750942","type":"pin","trackingParams":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA"}]},"flashlight":{},"guidance":{"adsNotifications":{"data":[],"error":null,"isLoading":false,"isLoaded":false,"lastCallParams":null}},"homefeedTabUI":{"activeTabBoardId":"","activeTabIndex":0},"inbox":{},"invites":{},"marketingPlan":{"canProceed":true,"topBusinessGoal":"","dailyAdsBudget":"","weeklyAddToCarts":0,"weeklyLeads":0,"weeklyCheckouts":0,"hasFeed":false,"shouldShowGoalsStep":true,"isSurveyOpen":false,"isCalendlyModalOpen":false,"marketingPlanName":"","marketingPlanSuggestion":[],"showCustomBudgetField":false,"showCustomBudgetFieldError":false},"modules":{},"mostRecentBoard":null,"notifications":{},"pinbuilder":{"assets":[],"batchDraftCreationIds":[],"batchEditModeFields":{"dirtyFields":[],"description":"","link":"","title":"","board":null,"descriptionError":null,"linkError":null,"titleError":null},"closeupImageSignature":null,"createdPinIds":[],"entryPoint":null,"failureErrorLogged":false,"fonts":[],"isBatchEditMode":false,"layoutMode":0,"pinDraftIds":[],"pinDraftIdUploadStatusMap":{},"pinDrafts":{},"pinEditorPinDraft":null,"pinItems":{},"pinTags":{},"selectedPinDraftIds":[],"showDisabledPinCreationBanner":false,"showFeedbackModal":false,"storyPinItemBlocks":{},"storyPinItems":{},"taggedObjects":{}},"pinbuilderMobile":{},"pinNavContext":null,"pins":{"346425396358143390":{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM5MA==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":null,"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers, and even investors demand more accountability. Social media platforms have amplified awareness, and people are quick to share their experiences both good and bad. As a result, businesses are under increasing pressure …\nThe post How a Master’s in Public Health Can Help Ensure Workplace Safety appeared first on Eduqia - EduTech, Learnin... ","image_signature":"30808a2e8fd4c16623fc65e2a16466fa","sponsorship":null,"grid_title":"How a Master’s in Public Health Can Help Ensure Workplace Safety","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sun, 11 May 2025 03:19:54 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-a-masters-in-public-health-can-help-ensure-workplace-safety/","link":"https://www.eduqia.com/en/how-a-masters-in-public-health-can-help-ensure-workplace-safety/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358143390","story_pin_data_id":"5429439384361418606","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358143390/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#7c5c36","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers, and even investors demand more accountability. Social media platforms have amplified awareness, and people are quick to share their experiences both good and bad. As a result, businesses are under increasing pressure …\nThe post How a Master’s in Public Health Can Help Ensure Workplace Safety appeared first on Eduqia - EduTech, Learnin...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"0a886c764d588d1dc52afc9a0216c045","display_name":"How a Master’s in Public Health Can Help Ensure Workplace Safety","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-a-masters-in-public-health-can-help-ensure-workplace-safety/","display_description":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers,","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0Mjk0MzkzODQzNjE0MTg2MDY=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How a Master’s in Public Health Can Help Ensure Workplace Safety","pin_image_signature":"30808a2e8fd4c16623fc65e2a16466fa","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358143390"},"pages_preview":[{"blocks":[{"tracking_id":"5429439381930819997","image_signature":"30808a2e8fd4c16623fc65e2a16466fa","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429439384361418606","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429439381930819997","image_signature":"30808a2e8fd4c16623fc65e2a16466fa","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358143389":{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM4OQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":null,"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you’re asking a question about homework, requesting a deadline extension, or seeking help with a concept, the way you communicate can make a big difference in how your message is received and how your teacher responds. …\nThe post How to Write an Email to a Teacher: A Simple Guide for Students appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","sponsorship":null,"grid_title":"How to Write an Email to a Teacher: A Simple Guide for Students","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sun, 11 May 2025 03:19:53 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-to-write-an-email-to-a-teacher/","link":"https://www.eduqia.com/en/how-to-write-an-email-to-a-teacher/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358143389","story_pin_data_id":"5429439386898985487","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358143389/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#ffffff","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you’re asking a question about homework, requesting a deadline extension, or seeking help with a concept, the way you communicate can make a big difference in how your message is received and how your teacher responds. …\nThe post How to Write an Email to a Teacher: A Simple Guide for Students appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"fa3248759a48721b8f2d5b613dcc0ccc","display_name":"How to Write an Email to a Teacher: A Simple Guide for Students","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-to-write-an-email-to-a-teacher/","display_description":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you're asking a question about homework,","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0Mjk0MzkzODY4OTg5ODU0ODc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How to Write an Email to a Teacher: A Simple Guide for Students","pin_image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358143389"},"pages_preview":[{"blocks":[{"tracking_id":"5429439375823914701","image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429439386898985487","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429439375823914701","image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358138266":{"node_id":"UGluOjM0NjQyNTM5NjM1ODEzODI2Ng==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":null,"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Student loans might not seem urgent while you’re still attending lectures and writing papers, but waiting until graduation to think about them can cost you. Interest keeps adding up while you’re busy with exams and projects. The good news? You don’t have to wait. Starting early even with small steps can ease your future loan …\nThe post Tips for Paying Off Student Debt While in School appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"6b7b921cbd342336cbd65b7b3e722612","sponsorship":null,"grid_title":"Tips for Paying Off Student Debt While in School","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sat, 10 May 2025 12:35:09 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/tips-for-paying-off-student-debt-while-in-school/","link":"https://www.eduqia.com/en/tips-for-paying-off-student-debt-while-in-school/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358138266","story_pin_data_id":"5429328061797555060","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358138266/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#bb9784","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Student loans might not seem urgent while you’re still attending lectures and writing papers, but waiting until graduation to think about them can cost you. Interest keeps adding up while you’re busy with exams and projects. The good news? You don’t have to wait. Starting early even with small steps can ease your future loan …\nThe post Tips for Paying Off Student Debt While in School appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"e959b0be2ab0d84da892a38a834951cf","display_name":"Tips for Paying Off Student Debt While in School","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/tips-for-paying-off-student-debt-while-in-school/","display_description":"Student loans might not seem urgent while you're still attending lectures and writing papers, but waiting until graduation to think about them can cost","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjkzMjgwNjE3OTc1NTUwNjA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Tips for Paying Off Student Debt While in School","pin_image_signature":"6b7b921cbd342336cbd65b7b3e722612","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358138266"},"pages_preview":[{"blocks":[{"tracking_id":"5429324276490616725","image_signature":"6b7b921cbd342336cbd65b7b3e722612","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429328061797555060","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429324276490616725","image_signature":"6b7b921cbd342336cbd65b7b3e722612","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358129223":{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":[],"shopping_klp_urls":null,"annotations_with_links":{},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate and support nursing students. Clinicals vanished, classes went virtual, and hands-on learning took a backseat. Now, with crisis mode behind us, nursing education is being reimagined. Flexibility, innovation, and …\nThe post The Future of Nursing Education in a Post-Pandemic World appeared first on Eduqia - EduTech, Learning Tips, Career,... ","image_signature":"c5e5926165b3ebd4c82653de086ef0b3","sponsorship":null,"grid_title":"The Future of Nursing Education in a Post-Pandemic World","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 09 May 2025 03:20:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/the-future-of-nursing-education-in-a-post-pandemic-world/","link":"https://www.eduqia.com/en/the-future-of-nursing-education-in-a-post-pandemic-world/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358129223","story_pin_data_id":"5429077014984319421","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358129223/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#b4736c","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate and support nursing students. Clinicals vanished, classes went virtual, and hands-on learning took a backseat. Now, with crisis mode behind us, nursing education is being reimagined. Flexibility, innovation, and …\nThe post The Future of Nursing Education in a Post-Pandemic World appeared first on Eduqia - EduTech, Learning Tips, Career,...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"8e4cedb395a0fede7d124286bc2453ab","display_name":"The Future of Nursing Education in a Post-Pandemic World","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/the-future-of-nursing-education-in-a-post-pandemic-world/","display_description":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjkwNzcwMTQ5ODQzMTk0MjE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"The Future of Nursing Education in a Post-Pandemic World","pin_image_signature":"c5e5926165b3ebd4c82653de086ef0b3","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358129223"},"pages_preview":[{"blocks":[{"tracking_id":"5429076987884924934","image_signature":"c5e5926165b3ebd4c82653de086ef0b3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429077014984319421","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429076987884924934","image_signature":"c5e5926165b3ebd4c82653de086ef0b3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358129222":{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":[],"shopping_klp_urls":null,"annotations_with_links":{},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it’s to stay current, explore new teaching methods, or grow into leadership roles, returning to school has become a common and necessary step for today’s teachers. The classroom is changing fast. From new …\nThe post Why More Teachers Are Choosing To Go Back to School? appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Educ... ","image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","sponsorship":null,"grid_title":"Why More Teachers Are Choosing To Go Back to School?","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 09 May 2025 03:20:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/why-more-teachers-are-choosing-to-go-back-to-school/","link":"https://www.eduqia.com/en/why-more-teachers-are-choosing-to-go-back-to-school/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358129222","story_pin_data_id":"5429077009764501484","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358129222/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#a8cfaa","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it’s to stay current, explore new teaching methods, or grow into leadership roles, returning to school has become a common and necessary step for today’s teachers. The classroom is changing fast. From new …\nThe post Why More Teachers Are Choosing To Go Back to School? appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Educ...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"5556bd92d04d400faff0a11012ba69f6","display_name":"Why More Teachers Are Choosing To Go Back to School?","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/why-more-teachers-are-choosing-to-go-back-to-school/","display_description":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it's to stay","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjkwNzcwMDk3NjQ1MDE0ODQ=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Why More Teachers Are Choosing To Go Back to School?","pin_image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358129222"},"pages_preview":[{"blocks":[{"tracking_id":"5429076985519333837","image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429077009764501484","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429076985519333837","image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358097959":{"node_id":"UGluOjM0NjQyNTM5NjM1ODA5Nzk1OQ==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":[],"shopping_klp_urls":null,"annotations_with_links":{},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"In today’s fast-paced world, managing weight and maintaining a healthy lifestyle has become more challenging than ever. From limited time for exercise to navigating confusing diet advice, many people are looking for smarter, more effective ways to achieve their health goals. Mochi Health, a telehealth platform that is transforming the way individuals access medical weight [...]\nThe post Mochi Health: A Smarter Way to Take Control of Your Weight appeared first on GlobalHealth Magazine. ","image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","sponsorship":null,"grid_title":"Mochi Health: A Smarter Way to Take Control of Your Weight","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Mon, 05 May 2025 03:21:22 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/mochi-health/","link":"https://www.globalhealthmag.com/en/mochi-health/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358097959","story_pin_data_id":"5428352408015126236","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358097959/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"}},"seo_title":"Pin on globalhealthmag","shopping_flags":[],"dominant_color":"#2e84b3","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s fast-paced world, managing weight and maintaining a healthy lifestyle has become more challenging than ever. From limited time for exercise to navigating confusing diet advice, many people are looking for smarter, more effective ways to achieve their health goals. Mochi Health, a telehealth platform that is transforming the way individuals access medical weight [...]\nThe post Mochi Health: A Smarter Way to Take Control of Your Weight appeared first on GlobalHealth Magazine.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"d303f596fdfc386cc093baaf4451c88d","display_name":"Mochi Health: A Smarter Way to Take Control of Your Weight","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/mochi-health/","display_description":"Mochi Health is a modern, physician-led telehealth service designed to provide affordable, science-based weight management support.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjgzNTI0MDgwMTUxMjYyMzY=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Mochi Health: A Smarter Way to Take Control of Your Weight","pin_image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358097959"},"pages_preview":[{"blocks":[{"tracking_id":"5428352373055600634","image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5428352408015126236","page_count":1,"pages":[{"blocks":[{"tracking_id":"5428352373055600634","image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358076367":{"node_id":"UGluOjM0NjQyNTM5NjM1ODA3NjM2Nw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Background Eraser","Visual Learning","Creative Classroom","Educational Materials","Image Editing","School Work","Things To Come","Education","Graphic Design"],"shopping_klp_urls":null,"annotations_with_links":{"Background Eraser":{"url":"/ideas/background-eraser/950585299276/","name":"Background Eraser"},"Visual Learning":{"url":"/ideas/visual-learning/920746990258/","name":"Visual Learning"},"Creative Classroom":{"url":"/ideas/creative-classroom/915777038658/","name":"Creative Classroom"},"Educational Materials":{"url":"/ideas/educational-materials/920049408742/","name":"Educational Materials"},"Image Editing":{"url":"/ideas/image-editing/932627762501/","name":"Image Editing"},"School Work":{"url":"/ideas/school-work/960315979525/","name":"School Work"},"Things To Come":{"url":"/ideas/things-to-come/926195051078/","name":"Things To Come"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"},"Graphic Design":{"url":"/ideas/graphic-design/903292283260/","name":"Graphic Design"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a hand holding a rubber stamp with the words creative classrooms on it and an online background eraser","image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","sponsorship":null,"grid_title":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 02 May 2025 03:19:33 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/creative-classrooms-how-an-online-background-eraser-is-revolutionizing-visual-learning/","link":"https://www.eduqia.com/en/creative-classrooms-how-an-online-background-eraser-is-revolutionizing-visual-learning/","is_eligible_for_related_products":false,"auto_alt_text":"a hand holding a rubber stamp with the words creative classrooms on it and an online background eraser","id":"346425396358076367","story_pin_data_id":"5427808599774651074","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358076367/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"}},"seo_title":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning in 2025","shopping_flags":[],"dominant_color":"#b4e1f2","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"When it comes to quick, hassle-free image editing for schoolwork or educational materials, few tools are as practical and powerful as an online background eraser. This convenient solution allows teachers, students, and content creators to instantly remove image backgrounds no graphic design experience required. It’s a small innovation with a huge impact on how education …\nThe post Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning appeared first on E...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"733140fc1316e5762adb42881d4f7f21","display_name":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/creative-classrooms-how-an-online-background-eraser-is-revolutionizing-visual-learning/","display_description":"When it comes to quick, hassle-free image editing for schoolwork or educational materials, few tools are as practical and powerful as an online background","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0Mjc4MDg1OTk3NzQ2NTEwNzQ=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning","pin_image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358076367"},"pages_preview":[{"blocks":[{"tracking_id":"5427808590494752603","image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5427808599774651074","page_count":1,"pages":[{"blocks":[{"tracking_id":"5427808590494752603","image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358039334":{"node_id":"UGluOjM0NjQyNTM5NjM1ODAzOTMzNA==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Web Games","Learning Tips","Taking A Break","Online Education","Take A Break","Easy Access","All In One","Period","Career"],"shopping_klp_urls":["/shopping/lined-summer-mini-skirt-for-vacation/899054609787/","/shopping/festive-meenakari-wedding-necklaces/899698040528/","/shopping/cottagecore-mini-party-dress/926499952841/"],"annotations_with_links":{"Web Games":{"url":"/ideas/web-games/915847013684/","name":"Web Games"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Taking A Break":{"url":"/ideas/taking-a-break/944133056431/","name":"Taking A Break"},"Online Education":{"url":"/ideas/online-education/920730465892/","name":"Online Education"},"Take A Break":{"url":"/ideas/take-a-break/919893525153/","name":"Take A Break"},"Easy Access":{"url":"/ideas/easy-access/911982587160/","name":"Easy Access"},"All In One":{"url":"/ideas/all-in-one/926175982054/","name":"All In One"},"Period":{"url":"/ideas/period/914300618698/","name":"Period"},"Career":{"url":"/ideas/career/941720221932/","name":"Career"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"an empty classroom with desks and chairs in front of a green sign that says classroom 60x","image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","sponsorship":null,"grid_title":"Classroom 60X – Your School Boredom, Solved","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sun, 27 Apr 2025 03:23:38 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/classroom-60x/","link":"https://www.eduqia.com/en/classroom-60x/","is_eligible_for_related_products":false,"auto_alt_text":"an empty classroom with desks and chairs in front of a green sign that says classroom 60x","id":"346425396358039334","story_pin_data_id":"5426903141534723760","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358039334/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"}},"seo_title":"Classroom 60X – Your School Boredom, Solved in 2025","shopping_flags":[],"dominant_color":"#748f82","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Classroom 60X the ultimate escape for students who want more from their downtime. Whether you’re stuck in a long study period, taking a break, or just need to decompress, Classroom 60X gives you fast, easy access to over 200 top web games, powerful unblocking tools, and a vibrant global chat all in one place. And …\nThe post Classroom 60X – Your School Boredom, Solved appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"d585b2fd1902305c8175ec9fa9778063","display_name":"Classroom 60X – Your School Boredom, Solved","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/classroom-60x/","display_description":"Classroom 60X the ultimate escape for students who want more from their downtime. Whether you're stuck in a long study period, taking a break, or just","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjY5MDMxNDE1MzQ3MjM3NjA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Classroom 60X – Your School Boredom, Solved","pin_image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358039334"},"pages_preview":[{"blocks":[{"tracking_id":"5426902589455261521","image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5426903141534723760","page_count":1,"pages":[{"blocks":[{"tracking_id":"5426902589455261521","image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396358024941":{"node_id":"UGluOjM0NjQyNTM5NjM1ODAyNDk0MQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Curriculum Development","Instructional Design","Programming","Subjects","Leadership","Education","Key","Design"],"shopping_klp_urls":["/shopping/black-leather-hobo-bag-with-snap-closure/957238340421/","/shopping/lightweight-boater-hat-with-curved-brim-for-warm-weather/932437719967/","/shopping/fitted-evening-dress-with-strappy-back-for-prom/944413890771/"],"annotations_with_links":{"Curriculum Development":{"url":"/ideas/curriculum-development/960543803973/","name":"Curriculum Development"},"Instructional Design":{"url":"/ideas/instructional-design/960709600729/","name":"Instructional Design"},"Programming":{"url":"/ideas/programming/949133422105/","name":"Programming"},"Subjects":{"url":"/ideas/subjects/955838913612/","name":"Subjects"},"Leadership":{"url":"/ideas/leadership/923386297714/","name":"Leadership"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"},"Key":{"url":"/ideas/key/934041477774/","name":"Key"},"Design":{"url":"/ideas/design/902065567321/","name":"Design"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a sign that says master's degree next to an alarm clock and eyeglasses","image_signature":"386b66875190760f8644546c815fb6b5","sponsorship":null,"grid_title":"What to Expect from an Online Master’s in Education Program","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 25 Apr 2025 03:25:58 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/what-to-expect-from-an-online-masters-in-education-program/","link":"https://www.eduqia.com/en/what-to-expect-from-an-online-masters-in-education-program/","is_eligible_for_related_products":false,"auto_alt_text":"a sign that says master's degree next to an alarm clock and eyeglasses","id":"346425396358024941","story_pin_data_id":"5426541050420310478","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358024941/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"}},"seo_title":"What to Expect from an Online Master’s in Education Program in 2025","shopping_flags":[],"dominant_color":"#a7876d","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Key Takeaways Online Master’s in Education programs offer flexible schedules, making advanced studies accessible for working professionals. These programs typically cover various subjects, including instructional design, leadership, and curriculum development. Students can expect a blend of theoretical knowledge and practical applications to enhance their skills for the modern educational landscape. Introduction In today’s fast-evolving educational …\nThe post What to Expect from a...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"6b89dc096e1b6732e2cc5eb78d0c14a9","display_name":"What to Expect from an Online Master’s in Education Program","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/what-to-expect-from-an-online-masters-in-education-program/","display_description":"Key Takeaways Online Master's in Education programs offer flexible schedules, making advanced studies accessible for working professionals. These programs","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjY1NDEwNTA0MjAzMTA0Nzg=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"What to Expect from an Online Master’s in Education Program","pin_image_signature":"386b66875190760f8644546c815fb6b5","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358024941"},"pages_preview":[{"blocks":[{"tracking_id":"5426540504319847939","image_signature":"386b66875190760f8644546c815fb6b5","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5426541050420310478","page_count":1,"pages":[{"blocks":[{"tracking_id":"5426540504319847939","image_signature":"386b66875190760f8644546c815fb6b5","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357978726":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3ODcyNg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Dumpster Rental","Learning Tips","Online Education","How To Save Money","Ways To Save","Kansas City","Kansas","Saving Money","Save Money"],"shopping_klp_urls":["/shopping/athleisure-hooded-sweatshirt-with-zipper-closure/921320724931/","/shopping/luxury-mini-length-tweed-evening-dress/950608738404/","/shopping/playful-smocked-dress-for-spring-with-smocked-bodice/905673535971/","/shopping/diamond-white-akoya-pearl-ring/912569405096/","/shopping/cluster-halo-ring-with-gemstone-for-anniversary/918352721036/","/shopping/adjustable-open-crystal-ring/941075749312/","/shopping/blue-hand-dyed-beach-dress/946475078889/","/shopping/anniversary-diamond-jewelry-with-filigree-detail/921078594390/"],"annotations_with_links":{"Dumpster Rental":{"url":"/ideas/dumpster-rental/932602958819/","name":"Dumpster Rental"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Online Education":{"url":"/ideas/online-education/920730465892/","name":"Online Education"},"How To Save Money":{"url":"/ideas/how-to-save-money/930334291766/","name":"How To Save Money"},"Ways To Save":{"url":"/ideas/ways-to-save/896545922985/","name":"Ways To Save"},"Kansas City":{"url":"/ideas/kansas-city/955451451758/","name":"Kansas City"},"Kansas":{"url":"/ideas/kansas/944412319890/","name":"Kansas"},"Saving Money":{"url":"/ideas/saving-money/921467698366/","name":"Saving Money"},"Save Money":{"url":"/ideas/save-money/945423163395/","name":"Save Money"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Hiring a dumpster rentals service can be expensive. Depending on the size of your project, you may need to accommodate the volume of materials for pickup and offloading. However, there are ways to save on your dumpster rentals. You may already be cutting costs on other project areas to make ends meet. While this can …\nThe post How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"04355a10e4b88aa1b6e65c7562e53f40","sponsorship":null,"grid_title":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sat, 19 Apr 2025 03:24:07 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-to-save-money-on-kansas-city-dumpster-rentals-tips-and-tricks/","link":"https://www.eduqia.com/en/how-to-save-money-on-kansas-city-dumpster-rentals-tips-and-tricks/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396357978726","story_pin_data_id":"5425453655201464981","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357978726/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"}},"seo_title":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks in 2025 | Dumpster rental, Saving money, Kansas city","shopping_flags":[],"dominant_color":"#a09188","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Hiring a dumpster rentals service can be expensive. Depending on the size of your project, you may need to accommodate the volume of materials for pickup and offloading. However, there are ways to save on your dumpster rentals. You may already be cutting costs on other project areas to make ends meet. While this can …\nThe post How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"a50eebe06018a74414b39940a090193f","display_name":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-to-save-money-on-kansas-city-dumpster-rentals-tips-and-tricks/","display_description":"Hiring a dumpster rentals service can be expensive. Depending on the size of your project, you may need to accommodate the volume of materials for pickup","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjU0NTM2NTUyMDE0NjQ5ODE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks","pin_image_signature":"04355a10e4b88aa1b6e65c7562e53f40","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357978726"},"pages_preview":[{"blocks":[{"tracking_id":"5425453015276512729","image_signature":"04355a10e4b88aa1b6e65c7562e53f40","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425453655201464981","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425453015276512729","image_signature":"04355a10e4b88aa1b6e65c7562e53f40","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357978725":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3ODcyNQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":"/pin/online-services-visualization-diverse-modern-office-stock-footage-video-100-royaltyfree-3552321153--1079597341930643554/","canonical_pin":{"id":"1079597341930643554"},"visual_annotation":["Welcome To Classroom","Carnegie Mellon University","Space Classroom","Physics Experiments","Workplace Communication","Powerpoint Slides","Communications Plan","Research Question","Student Behavior"],"shopping_klp_urls":null,"annotations_with_links":{"Welcome To Classroom":{"url":"/ideas/welcome-to-classroom/924181830828/","name":"Welcome To Classroom"},"Carnegie Mellon University":{"url":"/ideas/carnegie-mellon-university/921890285771/","name":"Carnegie Mellon University"},"Space Classroom":{"url":"/ideas/space-classroom/929910963551/","name":"Space Classroom"},"Physics Experiments":{"url":"/ideas/physics-experiments/941759160975/","name":"Physics Experiments"},"Workplace Communication":{"url":"/ideas/workplace-communication/939997797737/","name":"Workplace Communication"},"Powerpoint Slides":{"url":"/ideas/powerpoint-slides/942931814965/","name":"Powerpoint Slides"},"Communications Plan":{"url":"/ideas/communications-plan/950667698335/","name":"Communications Plan"},"Research Question":{"url":"/ideas/research-question/942875502061/","name":"Research Question"},"Student Behavior":{"url":"/ideas/student-behavior/939702717132/","name":"Student Behavior"}},"seo_canonical_domain":"in.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"children sitting at desks using laptop computers with the words classroom 30x above them","image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","sponsorship":null,"grid_title":"Classroom 30X: The Future of Learning Has Arrived","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sat, 19 Apr 2025 03:24:07 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/classroom-30x/","link":"https://www.eduqia.com/en/classroom-30x/","is_eligible_for_related_products":false,"auto_alt_text":"children sitting at desks using laptop computers with the words classroom 30x above them","id":"346425396357978725","story_pin_data_id":"5425453654597490814","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357978725/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"}},"seo_title":"Classroom 30X: The Future of Learning Has Arrived in 2025 | Ipo news, Edutech, Teachers","shopping_flags":[],"dominant_color":"#a58b59","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Imagine stepping into a classroom where artificial intelligence guides your lessons, virtual reality lets you explore ancient civilizations firsthand, and biometric feedback helps tailor your learning experience. Welcome to Classroom 30X the next evolution in education. Gone are the days of chalkboards and static PowerPoint slides. Classroom 30X is not just an upgrade it’s a …\nThe post Classroom 30X: The Future of Learning Has Arrived appeared first on Eduqia - EduTech, Learning T...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"ba51c27da645c25c393586b6bacdcbc0","display_name":"Classroom 30X: The Future of Learning Has Arrived","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/classroom-30x/","display_description":"Imagine stepping into a classroom where artificial intelligence guides your lessons, virtual reality lets you explore ancient civilizations firsthand, and","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjU0NTM2NTQ1OTc0OTA4MTQ=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Classroom 30X: The Future of Learning Has Arrived","pin_image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357978725"},"pages_preview":[{"blocks":[{"tracking_id":"5425453015301665611","image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425453654597490814","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425453015301665611","image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357971717":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3MTcxNw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Decoding Words","Classroom Strategies","Positive Learning","Learning Strategies","Reading Fluency","Reading Program","Visual Aids","Speech Language Pathologists","Phonemic Awareness"],"shopping_klp_urls":["/shopping/elegant-adjustable-purple-headband/906509492900/","/shopping/large-capacity-black-leather-crossbody-backpack/925834179307/","/shopping/fall-logo-print-sporty-sweatshirt/911085828139/","/shopping/classic-double-breasted-three-piece-suit-for-work/900419034748/","/shopping/wedding-embroidered-fabric-for-navratri/934043203812/","/shopping/high-waist-bottoms-with-built-in-shorts-for-streetwear/941259605607/"],"annotations_with_links":{"Decoding Words":{"url":"/ideas/decoding-words/917325327469/","name":"Decoding Words"},"Classroom Strategies":{"url":"/ideas/classroom-strategies/951385521757/","name":"Classroom Strategies"},"Positive Learning":{"url":"/ideas/positive-learning/924251900389/","name":"Positive Learning"},"Learning Strategies":{"url":"/ideas/learning-strategies/915691294000/","name":"Learning Strategies"},"Reading Fluency":{"url":"/ideas/reading-fluency/935562642567/","name":"Reading Fluency"},"Reading Program":{"url":"/ideas/reading-program/946626175800/","name":"Reading Program"},"Visual Aids":{"url":"/ideas/visual-aids/899572621980/","name":"Visual Aids"},"Speech Language Pathologists":{"url":"/ideas/speech-language-pathologists/961137868986/","name":"Speech Language Pathologists"},"Phonemic Awareness":{"url":"/ideas/phonemic-awareness/936532464293/","name":"Phonemic Awareness"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"how can teachers help students with apd improve their reading fluency? - youtube","image_signature":"70253db4101eae50193c0a21bb1aa532","sponsorship":null,"grid_title":"How Can Teachers Help Students with APD Improve Their Reading Fluency?","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 18 Apr 2025 04:59:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-can-teachers-help-students-with-apd-improve-their-reading-fluency/","link":"https://www.eduqia.com/en/how-can-teachers-help-students-with-apd-improve-their-reading-fluency/","is_eligible_for_related_products":false,"auto_alt_text":"how can teachers help students with apd improve their reading fluency? - youtube","id":"346425396357971717","story_pin_data_id":"5425284398821989492","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357971717/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"}},"seo_title":"How Can Teachers Help Students with APD Improve Their Reading Fluency? in 2025 | Reading fluency, Teacher help, Teachers","shopping_flags":[],"dominant_color":"#051c11","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Teachers can help by using techniques that break down complex tasks into manageable steps and offering consistent feedback. Recognizing the signs and symptoms of APD affecting reading, such as difficulty decoding words or following written instructions, allows educators to tailor their approach. Incorporating visual aids and interactive activities can provide students with multiple pathways to …\nThe post How Can Teachers Help Students with APD Improve Their Reading Fluency? appeared fir...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"7ae6aa6c02673d9564f460f9baf34197","display_name":"How Can Teachers Help Students with APD Improve Their Reading Fluency?","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-can-teachers-help-students-with-apd-improve-their-reading-fluency/","display_description":"Teachers can help by using techniques that break down complex tasks into manageable steps and offering consistent feedback. Recognizing the signs and","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjUyODQzOTg4MjE5ODk0OTI=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How Can Teachers Help Students with APD Improve Their Reading Fluency?","pin_image_signature":"70253db4101eae50193c0a21bb1aa532","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357971717"},"pages_preview":[{"blocks":[{"tracking_id":"5425280613594752754","image_signature":"70253db4101eae50193c0a21bb1aa532","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425284398821989492","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425280613594752754","image_signature":"70253db4101eae50193c0a21bb1aa532","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357971716":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3MTcxNg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Auditory Processing","Listening Skills","Effective Communication","Kids Learning","No Response","Communication","Benefits","Sound","Education"],"shopping_klp_urls":["/shopping/fitted-mustard-maxi-dress-with-floral-print/914388220901/","/shopping/spring-tropical-button-up-shirt/955562510248/","/shopping/brown-pointed-toe-flats-for-fall/895900491936/","/shopping/tailored-knee-length-dress-with-hidden-button-closure/940152965766/","/shopping/bollywood-organza-lawn-suit-with-intricate-embroidery/958828778078/"],"annotations_with_links":{"Auditory Processing":{"url":"/ideas/auditory-processing/915835566564/","name":"Auditory Processing"},"Listening Skills":{"url":"/ideas/listening-skills/952141664556/","name":"Listening Skills"},"Effective Communication":{"url":"/ideas/effective-communication/953103739749/","name":"Effective Communication"},"Kids Learning":{"url":"/ideas/kids-learning/955529741137/","name":"Kids Learning"},"No Response":{"url":"/ideas/no-response/898784001521/","name":"No Response"},"Communication":{"url":"/ideas/communication/934405291209/","name":"Communication"},"Benefits":{"url":"/ideas/benefits/902790319801/","name":"Benefits"},"Sound":{"url":"/ideas/sound/896364752120/","name":"Sound"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person's head with the words how do cell - and - response games help them","image_signature":"5b456a8464a38b990afa57bb1115170e","sponsorship":null,"grid_title":"How Do Call-and-Response Games Help Strengthen Auditory Memory?","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 18 Apr 2025 04:59:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-do-call-and-response-games-help-strengthen-auditory-memory/","link":"https://www.eduqia.com/en/how-do-call-and-response-games-help-strengthen-auditory-memory/","is_eligible_for_related_products":false,"auto_alt_text":"a person's head with the words how do cell - and - response games help them","id":"346425396357971716","story_pin_data_id":"5425284399639869465","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357971716/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"}},"seo_title":"How Do Call-and-Response Games Help Strengthen Auditory Memory? in 2025 | Call and response, Listening skills, Kids learning","shopping_flags":[],"dominant_color":"#60a8b8","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Call-and-response games are not only enjoyable but also offer significant benefits in enhancing auditory memory. By engaging in these interactive exercises, children learn to improve their listening skills, which are crucial for effective communication and comprehension. These games reinforce patterns of sound and speech, ultimately strengthening auditory processing abilities. When children participate in such activities, …\nThe post How Do Call-and-Response Games Help Strengthen Auditor...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"14948c5572ecd7e9cf53db0ab694c474","display_name":"How Do Call-and-Response Games Help Strengthen Auditory Memory?","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-do-call-and-response-games-help-strengthen-auditory-memory/","display_description":"Call-and-response games are not only enjoyable but also offer significant benefits in enhancing auditory memory. By engaging in these interactive","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjUyODQzOTk2Mzk4Njk0NjU=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How Do Call-and-Response Games Help Strengthen Auditory Memory?","pin_image_signature":"5b456a8464a38b990afa57bb1115170e","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357971716"},"pages_preview":[{"blocks":[{"tracking_id":"5425280615150829624","image_signature":"5b456a8464a38b990afa57bb1115170e","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425284399639869465","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425280615150829624","image_signature":"5b456a8464a38b990afa57bb1115170e","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357964683":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk2NDY4Mw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Speaking Confidently","Learning A New Language","Improve Communication Skills","Learn Faster","Interactive Lessons","New Language","Effective Learning","Speaking Skills","Improve Communication"],"shopping_klp_urls":["/shopping/luxury-gold-plated-charm-necklace-with-detachable-pendant/932690065396/","/shopping/luxury-flap-bag-with-detachable-strap/949887855261/","/shopping/blue-maxi-length-gown-for-reception/919668449359/","/shopping/black-relaxed-fit-t-shirt-for-game-day/899008410095/","/shopping/fitted-footless-knee-high-socks/918226825780/"],"annotations_with_links":{"Speaking Confidently":{"url":"/ideas/speaking-confidently/918796218640/","name":"Speaking Confidently"},"Learning A New Language":{"url":"/shopping/learning-a-new-language/960650879469/","name":"Learning A New Language"},"Improve Communication Skills":{"url":"/ideas/improve-communication-skills/955280245951/","name":"Improve Communication Skills"},"Learn Faster":{"url":"/ideas/learn-faster/907575901517/","name":"Learn Faster"},"Interactive Lessons":{"url":"/ideas/interactive-lessons/924707607692/","name":"Interactive Lessons"},"New Language":{"url":"/ideas/new-language/957739673196/","name":"New Language"},"Effective Learning":{"url":"/ideas/effective-learning/941389333252/","name":"Effective Learning"},"Speaking Skills":{"url":"/ideas/speaking-skills/956731907083/","name":"Speaking Skills"},"Improve Communication":{"url":"/ideas/improve-communication/923198947745/","name":"Improve Communication"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person sitting in front of a laptop computer on top of a desk with sticky notes","image_signature":"fa43eb897b0742b7566551c051455c33","sponsorship":null,"grid_title":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Thu, 17 Apr 2025 03:20:02 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-do-native-malayalam-tutors-improve-your-speaking-confidence-key-benefits-explained/","link":"https://www.eduqia.com/en/how-do-native-malayalam-tutors-improve-your-speaking-confidence-key-benefits-explained/","is_eligible_for_related_products":false,"auto_alt_text":"a person sitting in front of a laptop computer on top of a desk with sticky notes","id":"346425396357964683","story_pin_data_id":"5425090752279534172","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357964683/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"}},"seo_title":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained in 2025 | Tutor, Learn faster, Learn a new language","shopping_flags":[],"dominant_color":"#8b8459","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Learning a new language can be challenging but also rewarding, particularly when it comes to speaking confidently. Working with native Malayalam tutors offers a boost in speaking skills by providing personalized lessons tailored to your needs. These tutors focus on improving your confidence through structured learning and real-life practice. When you learn faster with a …\nThe post How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained appeared first on E...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"020f35058e7a8a38e707c98374a989de","display_name":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-do-native-malayalam-tutors-improve-your-speaking-confidence-key-benefits-explained/","display_description":"Learning a new language can be challenging but also rewarding, particularly when it comes to speaking confidently. Working with native Malayalam tutors","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjUwOTA3NTIyNzk1MzQxNzI=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained","pin_image_signature":"fa43eb897b0742b7566551c051455c33","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357964683"},"pages_preview":[{"blocks":[{"tracking_id":"5425090743947552457","image_signature":"fa43eb897b0742b7566551c051455c33","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425090752279534172","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425090743947552457","image_signature":"fa43eb897b0742b7566551c051455c33","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357947685":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk0NzY4NQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Feel Stuck","Learning Tips","Feeling Stuck","Programming","University","Education","Feelings"],"shopping_klp_urls":["/shopping/affordable-tote-box-bag-for-vacation/933227969898/","/shopping/sports-chunky-sneakers-with-air-max-cushioning/931097455020/","/shopping/summer-gift-woven-clutch/915068961029/"],"annotations_with_links":{"Feel Stuck":{"url":"/ideas/feel-stuck/929840498186/","name":"Feel Stuck"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Feeling Stuck":{"url":"/ideas/feeling-stuck/911668266736/","name":"Feeling Stuck"},"Programming":{"url":"/ideas/programming/949133422105/","name":"Programming"},"University":{"url":"/ideas/university/954026472888/","name":"University"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"},"Feelings":{"url":"/ideas/feelings/941868727046/","name":"Feelings"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Choosing the right university program can feel overwhelming. With so many institutions, formats, and requirements to sift through, it’s easy to feel stuck before you even begin. You might have clear goals, but figuring out which university program aligns with those goals isn’t always straightforward. In some states, the decision can be even harder due …\nThe post How to Choose the Right University Program Without Getting Overwhelmed appeared first on Eduqia - EduTech, Learning Tips, Care... ","image_signature":"7e596a556ab4b0161172252598ba2e14","sponsorship":null,"grid_title":"How to Choose the Right University Program Without Getting Overwhelmed","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Tue, 15 Apr 2025 03:41:09 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-to-choose-the-right-university-program-without-getting-overwhelmed/","link":"https://www.eduqia.com/en/how-to-choose-the-right-university-program-without-getting-overwhelmed/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396357947685","story_pin_data_id":"5424731019452409210","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357947685/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#b5af81","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Choosing the right university program can feel overwhelming. With so many institutions, formats, and requirements to sift through, it’s easy to feel stuck before you even begin. You might have clear goals, but figuring out which university program aligns with those goals isn’t always straightforward. In some states, the decision can be even harder due …\nThe post How to Choose the Right University Program Without Getting Overwhelmed appeared first on Eduqia - EduTech, Learning Tips, Care...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"dd85a4560bd81e4f01c405df366c47af","display_name":"How to Choose the Right University Program Without Getting Overwhelmed","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-to-choose-the-right-university-program-without-getting-overwhelmed/","display_description":"Choosing the right university program can feel overwhelming. With so many institutions, formats, and requirements to sift through, it’s easy to feel stuck","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjQ3MzEwMTk0NTI0MDkyMTA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How to Choose the Right University Program Without Getting Overwhelmed","pin_image_signature":"7e596a556ab4b0161172252598ba2e14","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357947685"},"pages_preview":[{"blocks":[{"tracking_id":"5424728362952220870","image_signature":"7e596a556ab4b0161172252598ba2e14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5424731019452409210","page_count":1,"pages":[{"blocks":[{"tracking_id":"5424728362952220870","image_signature":"7e596a556ab4b0161172252598ba2e14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357947684":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk0NzY4NA==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Heat Exhaustion","Anti Nausea","Loss Of Balance","Feeling Dizzy","Motion Sickness","Low Blood Pressure","Chronic Migraines","Learning Tips","Chest Pain"],"shopping_klp_urls":null,"annotations_with_links":{"Heat Exhaustion":{"url":"/ideas/heat-exhaustion/951762932398/","name":"Heat Exhaustion"},"Anti Nausea":{"url":"/ideas/anti-nausea/900324181667/","name":"Anti Nausea"},"Loss Of Balance":{"url":"/ideas/loss-of-balance/958478896473/","name":"Loss Of Balance"},"Feeling Dizzy":{"url":"/ideas/feeling-dizzy/939809758512/","name":"Feeling Dizzy"},"Motion Sickness":{"url":"/ideas/motion-sickness/921814808738/","name":"Motion Sickness"},"Low Blood Pressure":{"url":"/ideas/low-blood-pressure/911931969504/","name":"Low Blood Pressure"},"Chronic Migraines":{"url":"/ideas/chronic-migraines/929880744630/","name":"Chronic Migraines"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Chest Pain":{"url":"/ideas/chest-pain/900071953974/","name":"Chest Pain"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"It starts small. Maybe a little yawning. A subtle wave of discomfort. Then boom nausea, dizziness, maybe even a desperate scramble for a sick bag. If you’re one of the millions who suffer from motion sickness, you know it’s not just “a little car sickness.” It’s a full-on sensory rebellion. And if you’re trying to …\nThe post Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"16cae264322af68d3c6dff75df20ff65","sponsorship":null,"grid_title":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Tue, 15 Apr 2025 03:41:08 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/addressing-motion-sickness-effective-anti-nausea-strategies-for-travelers/","link":"https://www.eduqia.com/en/addressing-motion-sickness-effective-anti-nausea-strategies-for-travelers/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396357947684","story_pin_data_id":"5424731018290574678","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357947684/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"}},"seo_title":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers in 2025 | Anti nausea, Blood pressure medications, Reasons for dizziness","shopping_flags":[],"dominant_color":"#dddcdc","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"It starts small. Maybe a little yawning. A subtle wave of discomfort. Then boom nausea, dizziness, maybe even a desperate scramble for a sick bag. If you’re one of the millions who suffer from motion sickness, you know it’s not just “a little car sickness.” It’s a full-on sensory rebellion. And if you’re trying to …\nThe post Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"57e4fb54e601854d26d694f3023d4287","display_name":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/addressing-motion-sickness-effective-anti-nausea-strategies-for-travelers/","display_description":"It starts small. Maybe a little yawning. A subtle wave of discomfort. Then boom nausea, dizziness, maybe even a desperate scramble for a sick bag. If","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjQ3MzEwMTgyOTA1NzQ2Nzg=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers","pin_image_signature":"16cae264322af68d3c6dff75df20ff65","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357947684"},"pages_preview":[{"blocks":[{"tracking_id":"5424728358787265850","image_signature":"16cae264322af68d3c6dff75df20ff65","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5424731018290574678","page_count":1,"pages":[{"blocks":[{"tracking_id":"5424728358787265850","image_signature":"16cae264322af68d3c6dff75df20ff65","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357917136":{"node_id":"UGluOjM0NjQyNTM5NjM1NzkxNzEzNg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Buyer Journey","Effective Marketing Strategies","Digital Marketing Trends","Customer Behaviour","Digital Tools","Digital Trends","Like Instagram","Content Strategy","Digital Transformation"],"shopping_klp_urls":null,"annotations_with_links":{"Buyer Journey":{"url":"/ideas/buyer-journey/919551432739/","name":"Buyer Journey"},"Effective Marketing Strategies":{"url":"/ideas/effective-marketing-strategies/897942210714/","name":"Effective Marketing Strategies"},"Digital Marketing Trends":{"url":"/ideas/digital-marketing-trends/930052718186/","name":"Digital Marketing Trends"},"Customer Behaviour":{"url":"/ideas/customer-behaviour/915107338127/","name":"Customer Behaviour"},"Digital Tools":{"url":"/ideas/digital-tools/906054833872/","name":"Digital Tools"},"Digital Trends":{"url":"/ideas/digital-trends/930942344119/","name":"Digital Trends"},"Like Instagram":{"url":"/ideas/like-instagram/932256977882/","name":"Like Instagram"},"Content Strategy":{"url":"/ideas/content-strategy/921948471097/","name":"Content Strategy"},"Digital Transformation":{"url":"/ideas/digital-transformation/920503689811/","name":"Digital Transformation"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person typing on a laptop with the words 205 trend's in front of them","image_signature":"b59c661b5175032acbdcc2c59fe46679","sponsorship":null,"grid_title":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 11 Apr 2025 03:21:01 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/digital-trends-in-indonesia-from-social-media-to-online-entertainment-platforms/","link":"https://www.eduqia.com/en/digital-trends-in-indonesia-from-social-media-to-online-entertainment-platforms/","is_eligible_for_related_products":false,"auto_alt_text":"a person typing on a laptop with the words 205 trend's in front of them","id":"346425396357917136","story_pin_data_id":"5424003713031266821","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357917136/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"}},"seo_title":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms in 2025 | Digital marketing trends, Marketing trends, Digital marketing","shopping_flags":[],"dominant_color":"#071b25","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Indonesia has experienced a significant digital transformation in recent years. With increasing internet accessibility and smartphone usage, more people are integrating digital tools into their daily lives. These shifts have reshaped communication, commerce, education, and entertainment across the country. Social Media Remains a Major Influence Indonesia is home to one of the largest social media …\nThe post Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"73d19a262adcd4d3c6e753fa6453842a","display_name":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/digital-trends-in-indonesia-from-social-media-to-online-entertainment-platforms/","display_description":"Indonesia has experienced a significant digital transformation in recent years. With increasing internet accessibility and smartphone usage, more people","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjQwMDM3MTMwMzEyNjY4MjE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms","pin_image_signature":"b59c661b5175032acbdcc2c59fe46679","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357917136"},"pages_preview":[{"blocks":[{"tracking_id":"5424003682419138097","image_signature":"b59c661b5175032acbdcc2c59fe46679","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5424003713031266821","page_count":1,"pages":[{"blocks":[{"tracking_id":"5424003682419138097","image_signature":"b59c661b5175032acbdcc2c59fe46679","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357893202":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzg5MzIwMg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Learning Outcomes","Learning Tips","Digital Literacy","School Leader","Flipped Classroom","Learning Methods","Collaborative Learning","Project Based Learning","Literacy Skills"],"shopping_klp_urls":["/shopping/silver-pearl-stretch-bracelet-gift/907523668459/","/shopping/festive-temple-jewelry-jhumkas/956335260764/","/shopping/classic-rectangular-amethyst-ring/948224296441/","/shopping/cheap-party-sandals-with-spikes/922570910688/","/shopping/summer-vacation-bags-with-top-handle/945567891203/","/shopping/summer-mini-dress-with-lace-trim-as-beach-cover-up/897168931518/","/shopping/luxury-top-handle-travel-bag-with-leather-trim/950071777000/"],"annotations_with_links":{"Learning Outcomes":{"url":"/ideas/learning-outcomes/921413438888/","name":"Learning Outcomes"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Digital Literacy":{"url":"/ideas/digital-literacy/900871391592/","name":"Digital Literacy"},"School Leader":{"url":"/ideas/school-leader/928891687843/","name":"School Leader"},"Flipped Classroom":{"url":"/ideas/flipped-classroom/957542656490/","name":"Flipped Classroom"},"Learning Methods":{"url":"/ideas/learning-methods/923532766037/","name":"Learning Methods"},"Collaborative Learning":{"url":"/ideas/collaborative-learning/951490675335/","name":"Collaborative Learning"},"Project Based Learning":{"url":"/ideas/project-based-learning/957536082262/","name":"Project Based Learning"},"Literacy Skills":{"url":"/ideas/literacy-skills/902334753581/","name":"Literacy Skills"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"there is a yellow sign that says classroom 10x next to some school supplies and pencils","image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","sponsorship":null,"grid_title":"Classroom 10X: The Future of Learning Starts Now","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Tue, 08 Apr 2025 03:25:09 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/classroom-10x/","link":"https://www.eduqia.com/en/classroom-10x/","is_eligible_for_related_products":false,"auto_alt_text":"there is a yellow sign that says classroom 10x next to some school supplies and pencils","id":"346425396357893202","story_pin_data_id":"5423460647369226202","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357893202/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"}},"seo_title":"Classroom 10X: The Future of Learning Starts Now in 2025 | Classroom, What is classroom, Online education","shopping_flags":[],"dominant_color":"#c1bf9d","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Imagine walking into a classroom where every student is actively engaged, technology works seamlessly to support learning, and the teacher acts as a guide and innovator rather than a lecturer. This isn’t a far-off dream it’s the foundation of the Classroom 10X movement. What is Classroom 10X? Classroom 10X is a transformative approach to education …\nThe post Classroom 10X: The Future of Learning Starts Now appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"72d202bcd47c45c0a5339cc6135c30d1","display_name":"Classroom 10X: The Future of Learning Starts Now","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/classroom-10x/","display_description":"Imagine walking into a classroom where every student is actively engaged, technology works seamlessly to support learning, and the teacher acts as a guide","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjM0NjA2NDczNjkyMjYyMDI=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Classroom 10X: The Future of Learning Starts Now","pin_image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357893202"},"pages_preview":[{"blocks":[{"tracking_id":"5423459957773218066","image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5423460647369226202","page_count":1,"pages":[{"blocks":[{"tracking_id":"5423459957773218066","image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357831677":{"node_id":"UGluOjM0NjQyNTM5NjM1NzgzMTY3Nw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Notes To Parents","Progress Monitoring","Struggling Students","12th Grade","Interactive Lessons","Learning Platform","Learning Materials","Multiplication For Kids","After School Program"],"shopping_klp_urls":["/shopping/retro-tops-with-button-closure-for-daywear/928186135839/","/shopping/antique-rectangular-necklace-for-gift/960702696089/","/shopping/flowy-casual-skirt-with-ruffle-hem/939489047211/","/shopping/business-monk-strap-shoes-with-moc-toe/955588976021/","/shopping/traditional-red-gemstone-jewelry-sets/916819677157/","/shopping/traditional-gota-work-bridal-necklace-for-puja/917979455024/"],"annotations_with_links":{"Notes To Parents":{"url":"/ideas/notes-to-parents/931753079496/","name":"Notes To Parents"},"Progress Monitoring":{"url":"/ideas/progress-monitoring/902420520206/","name":"Progress Monitoring"},"Struggling Students":{"url":"/ideas/struggling-students/950697381389/","name":"Struggling Students"},"12th Grade":{"url":"/ideas/12th-grade/953323782772/","name":"12th Grade"},"Interactive Lessons":{"url":"/ideas/interactive-lessons/924707607692/","name":"Interactive Lessons"},"Learning Platform":{"url":"/ideas/learning-platform/899834106028/","name":"Learning Platform"},"Learning Materials":{"url":"/ideas/learning-materials/934769733055/","name":"Learning Materials"},"Multiplication For Kids":{"url":"/ideas/multiplication-for-kids/916068495151/","name":"Multiplication For Kids"},"After School Program":{"url":"/ideas/after-school-program/902044325029/","name":"After School Program"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"two people sitting at a table with notebooks and papers in front of them that read time - learning","image_signature":"c2a411f88eca471b3048cc829e588d93","sponsorship":null,"grid_title":"Time4Learning: A Comprehensive Solution for Modern Education","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Mon, 31 Mar 2025 03:19:50 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/time4learning/","link":"https://www.eduqia.com/en/time4learning/","is_eligible_for_related_products":false,"auto_alt_text":"two people sitting at a table with notebooks and papers in front of them that read time - learning","id":"346425396357831677","story_pin_data_id":"5422010427024401767","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357831677/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"}},"seo_title":"Time4Learning: A Comprehensive Solution for Modern Education in 2025 | Interactive lessons, Education, Auditory learning","shopping_flags":[],"dominant_color":"#ccbcbc","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"The educational landscape has evolved significantly over the years, with technology redefining how students access knowledge and interact with learning materials. Among the most notable advancements is Time4Learning, a robust. Web-based learning platform that offers a modern and effective approach to education. Designed for Pre-K through 12th-grade students, Time4Learning has become a trusted choice for …\nThe post Time4Learning: A Comprehensive Solution for Modern Education appeared fir...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"009c93322ba5c3c697e213680077af6b","display_name":"Time4Learning: A Comprehensive Solution for Modern Education","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/time4learning/","display_description":"The educational landscape has evolved significantly over the years, with technology redefining how students access knowledge and interact with learning","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjIwMTA0MjcwMjQ0MDE3Njc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Time4Learning: A Comprehensive Solution for Modern Education","pin_image_signature":"c2a411f88eca471b3048cc829e588d93","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357831677"},"pages_preview":[{"blocks":[{"tracking_id":"5422010400518498597","image_signature":"c2a411f88eca471b3048cc829e588d93","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5422010427024401767","page_count":1,"pages":[{"blocks":[{"tracking_id":"5422010400518498597","image_signature":"c2a411f88eca471b3048cc829e588d93","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357750946":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0Ng==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Healthy Cooking Oil","Healthy Cooking Oils","Baked Avocado","Cooking Oils","Rice Bran","Health Conscious","Healthy Oils","Rice Bran Oil","Daily Diet"],"shopping_klp_urls":["/shopping/winter-streetwear-hoodie-with-funnel-neck/948587810419/","/shopping/comfortable-fitted-yoga-pants-for-fall/909807479013/","/shopping/functional-high-top-sneakers-with-air-cushioning-for-sports/954162211263/"],"annotations_with_links":{"Healthy Cooking Oil":{"url":"/ideas/healthy-cooking-oil/907147583546/","name":"Healthy Cooking Oil"},"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Baked Avocado":{"url":"/ideas/baked-avocado/950772510224/","name":"Baked Avocado"},"Cooking Oils":{"url":"/ideas/cooking-oils/930206954763/","name":"Cooking Oils"},"Rice Bran":{"url":"/ideas/rice-bran/919247780796/","name":"Rice Bran"},"Health Conscious":{"url":"/ideas/health-conscious/926760722939/","name":"Health Conscious"},"Healthy Oils":{"url":"/ideas/healthy-oils/959226695728/","name":"Healthy Oils"},"Rice Bran Oil":{"url":"/ideas/rice-bran-oil/925260475640/","name":"Rice Bran Oil"},"Daily Diet":{"url":"/ideas/daily-diet/941179246863/","name":"Daily Diet"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"two vases filled with wheat sitting on top of a table","image_signature":"2be753e85829e090052eba108d2ce1e3","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:54 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"two vases filled with wheat sitting on top of a table","id":"346425396357750946","story_pin_data_id":"5420198747355278747","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750946/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"},"474x":{"width":474,"height":316,"url":"https://i.pinimg.com/474x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"},"736x":{"width":736,"height":490,"url":"https://i.pinimg.com/736x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Healthy cooking oils, Healthy cooking, Rice bran oil","shopping_flags":[],"dominant_color":"#bfa863","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDczNTUyNzg3NDc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"2be753e85829e090052eba108d2ce1e3","canvas_aspect_ratio":1.4989939637826961,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750946"},"pages_preview":[{"blocks":[{"tracking_id":"5420198718146142812","image_signature":"2be753e85829e090052eba108d2ce1e3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198747355278747","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198718146142812","image_signature":"2be753e85829e090052eba108d2ce1e3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357750945":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0NQ==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":"/pin/rice-bran-oil-market-size-and-growth-emerging-trends-and-forecast-to-2028--1000432504701647323/","canonical_pin":{"id":"1000432504701647323"},"visual_annotation":["Healthy Cooking Oils","Carbon Steel Pan","Making Ghee","Baked Avocado","Best Butter","Cooking Oils","Rice Bran","Edible Oil","Fast Food Chains"],"shopping_klp_urls":null,"annotations_with_links":{"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Carbon Steel Pan":{"url":"/ideas/carbon-steel-pan/921039929526/","name":"Carbon Steel Pan"},"Making Ghee":{"url":"/ideas/making-ghee/934797534276/","name":"Making Ghee"},"Baked Avocado":{"url":"/ideas/baked-avocado/950772510224/","name":"Baked Avocado"},"Best Butter":{"url":"/ideas/best-butter/946647411975/","name":"Best Butter"},"Cooking Oils":{"url":"/ideas/cooking-oils/930206954763/","name":"Cooking Oils"},"Rice Bran":{"url":"/ideas/rice-bran/919247780796/","name":"Rice Bran"},"Edible Oil":{"url":"/ideas/edible-oil/952353836208/","name":"Edible Oil"},"Fast Food Chains":{"url":"/ideas/fast-food-chains/946298182751/","name":"Fast Food Chains"}},"seo_canonical_domain":"in.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a glass bottle filled with oil sitting on top of a piece of wood next to ears of wheat","image_signature":"fa19d3e6181cb9dc50439511e41e87c6","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:53 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"a glass bottle filled with oil sitting on top of a piece of wood next to ears of wheat","id":"346425396357750945","story_pin_data_id":"5420198748003287830","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750945/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"},"474x":{"width":474,"height":316,"url":"https://i.pinimg.com/474x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"},"736x":{"width":736,"height":490,"url":"https://i.pinimg.com/736x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Healthy cooking oils, Rice bran oil, Best oils","shopping_flags":[],"dominant_color":"#744d2b","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDgwMDMyODc4MzA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"fa19d3e6181cb9dc50439511e41e87c6","canvas_aspect_ratio":1.4990925589836661,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750945"},"pages_preview":[{"blocks":[{"tracking_id":"5420198716701196965","image_signature":"fa19d3e6181cb9dc50439511e41e87c6","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198748003287830","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198716701196965","image_signature":"fa19d3e6181cb9dc50439511e41e87c6","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357750943":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0Mw==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Healthy Cooking Oil","Healthy Cooking Oils","Baked Avocado","Cooking Oils","Rice Bran","Health Conscious","Healthy Oils","Rice Bran Oil","Daily Diet"],"shopping_klp_urls":["/shopping/luxury-cotton-anarkali-set-for-diwali/925989884155/","/shopping/spring-feminine-a-line-tea-length-dress/905815173216/","/shopping/faded-long-sleeve-relaxed-fit-sweatshirt/917949867526/","/shopping/winter-nylon-puffer-jacket-with-ribbed-cuffs/922458773537/","/shopping/macy's-cubic-zirconia-round-cut-earrings/934501100830/"],"annotations_with_links":{"Healthy Cooking Oil":{"url":"/ideas/healthy-cooking-oil/907147583546/","name":"Healthy Cooking Oil"},"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Baked Avocado":{"url":"/ideas/baked-avocado/950772510224/","name":"Baked Avocado"},"Cooking Oils":{"url":"/ideas/cooking-oils/930206954763/","name":"Cooking Oils"},"Rice Bran":{"url":"/ideas/rice-bran/919247780796/","name":"Rice Bran"},"Health Conscious":{"url":"/ideas/health-conscious/926760722939/","name":"Health Conscious"},"Healthy Oils":{"url":"/ideas/healthy-oils/959226695728/","name":"Healthy Oils"},"Rice Bran Oil":{"url":"/ideas/rice-bran-oil/925260475640/","name":"Rice Bran Oil"},"Daily Diet":{"url":"/ideas/daily-diet/941179246863/","name":"Daily Diet"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person cooking salmon in a frying pan","image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:52 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"a person cooking salmon in a frying pan","id":"346425396357750943","story_pin_data_id":"5420198747028109627","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750943/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"},"474x":{"width":474,"height":316,"url":"https://i.pinimg.com/474x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"},"736x":{"width":731,"height":488,"url":"https://i.pinimg.com/736x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Healthy cooking oils, Healthy cooking, Cooking","shopping_flags":[],"dominant_color":"#656061","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDcwMjgxMDk2Mjc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","canvas_aspect_ratio":1.4979508196721312,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750943"},"pages_preview":[{"blocks":[{"tracking_id":"5420198711175212647","image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198747028109627","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198711175212647","image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},"346425396357750942":{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0Mg==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":"/pin/korean-fried-chicken-recipe--437623288812085598/","canonical_pin":{"id":"437623288812085598"},"visual_annotation":["Korean Fried Chicken Recipe","Wonton Dumplings","Garlic Fried Chicken","Korean Bbq Chicken","Fried Chicken Restaurant","Seonkyoung Longest","Healthy Cooking Oils","Chicken Recipes Video","Korean Chicken"],"shopping_klp_urls":null,"annotations_with_links":{"Korean Fried Chicken Recipe":{"url":"/ideas/korean-fried-chicken-recipe/934851960437/","name":"Korean Fried Chicken Recipe"},"Wonton Dumplings":{"url":"/ideas/wonton-dumplings/910428249597/","name":"Wonton Dumplings"},"Garlic Fried Chicken":{"url":"/ideas/garlic-fried-chicken/924283194809/","name":"Garlic Fried Chicken"},"Korean Bbq Chicken":{"url":"/ideas/korean-bbq-chicken/930233656565/","name":"Korean Bbq Chicken"},"Fried Chicken Restaurant":{"url":"/ideas/fried-chicken-restaurant/918547689660/","name":"Fried Chicken Restaurant"},"Seonkyoung Longest":{"url":"/ideas/seonkyoung-longest/926085398700/","name":"Seonkyoung Longest"},"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Chicken Recipes Video":{"url":"/ideas/chicken-recipes-video/928584497711/","name":"Chicken Recipes Video"},"Korean Chicken":{"url":"/ideas/korean-chicken/948215713490/","name":"Korean Chicken"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"two chopsticks sticking out of some food in a skillet on the stove","image_signature":"9fd8c575bef3704dd2facff2e7419c1d","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:51 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"two chopsticks sticking out of some food in a skillet on the stove","id":"346425396357750942","story_pin_data_id":"5420198744146633581","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750942/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"},"474x":{"width":474,"height":315,"url":"https://i.pinimg.com/474x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"},"736x":{"width":736,"height":490,"url":"https://i.pinimg.com/736x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Korean fried chicken, Fried chicken, Recipes","shopping_flags":[],"dominant_color":"#a07443","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDQxNDY2MzM1ODE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"9fd8c575bef3704dd2facff2e7419c1d","canvas_aspect_ratio":1.5009107468123861,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750942"},"pages_preview":[{"blocks":[{"tracking_id":"5420198710462182774","image_signature":"9fd8c575bef3704dd2facff2e7419c1d","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198744146633581","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198710462182774","image_signature":"9fd8c575bef3704dd2facff2e7419c1d","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null}},"productFilters":{},"promotionsUpsell":{"promoId":"","startDate":"","endDate":"","startTime":"00:00","endTime":"","title":"","templateValues":{},"showPromoCode":false,"modalStep":"CREATE","isLoading":true,"errorMessages":{},"activeCampaigns":[],"selectedCampaignIds":[],"allCampaignIds":[],"campaignIdToAdGroupMap":{},"isRowOpen":{},"promotionsEmailRedirect":""},"quickPromote":{},"reactions":{},"resources":{"UserResource":{"[[\"field_set_key\",\"unauth_profile\"],[\"is_mobile_fork\",true],[\"username\",\"sobitech\"]]":{"auxData":{"x_pinterest_sli_endpoint_name":"v3_get_user_handler"},"data":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","pin_count":429,"eligible_profile_tabs":[{"id":"17588866023805","type":"profiletab","tab_type":1,"name":"Created","is_default":false},{"id":"17589329972553","type":"profiletab","tab_type":0,"name":"Saved","is_default":true}],"seo_canonical_domain":"www.pinterest.com","first_name":"Sobi Tech","is_ads_only_profile":false,"type":"user","seo_description":"Sobi Tech | itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com","website_url":"http://www.eduqia.com","image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","last_pin_save_time":"Sun, 11 May 2025 03:19:54 +0000","partner":{"node_id":"UGFydG5lcjozNDY0MjU1MzM3NDUxMTE1NTg=","profile_place":null,"enable_profile_address":false},"created_at":"Mon, 03 Nov 2014 18:27:35 +0000","board_count":4,"is_verified_merchant":false,"is_private_profile":false,"instagram_data":null,"ads_only_profile_site":null,"impressum_url":null,"seo_noindex_reason":"is_filtered_profile_functional","profile_cover":{"source_id":null,"type":"profilecoversource","images":null,"video":null,"source":"all_user_pins"},"full_name":"Sobi Tech","following_count":8,"is_inspirational_merchant":false,"seo_title":"Sobi Tech (sobitech) - Profile | Pinterest","interest_following_count":8,"indexed":true,"domain_url":"www.eduqia.com","follower_count":27,"is_gco_account":false,"verified_identity":{},"is_partner":true,"id":"346425533745111558","username":"sobitech","about":"itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com","is_primary_website_verified":true,"image_xlarge_url":"https://i.pinimg.com/280x280_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","domain_verified":true},"fetching":false,"nextBookmark":"-end-"}},"BoardsFeedResource":{"[[\"field_set_key\",\"profile_grid_item\"],[\"filter_stories\",false],[\"sort\",\"last_pinned_to\"],[\"username\",\"sobitech\"]]":{"auxData":{"x_pinterest_sli_endpoint_name":"v3_user_profile_boards_feed"},"data":[{"aux_fields":{},"expanded_viewport_objects":[],"button_text":null,"objects":[{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM5MA==","image_medium_url":"https://i.pinimg.com/200x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg","closeup_unified_description":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers, and even investors demand more accountability. Social media platforms have amplified awareness, and people are quick to share their experiences both good and bad. As a result, businesses are under increasing pressure …\nThe post How a Master’s in Public Health Can Help Ensure Workplace Safety appeared first on Eduqia - EduTech, Learnin..."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM4OQ==","image_medium_url":"https://i.pinimg.com/200x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg","closeup_unified_description":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you’re asking a question about homework, requesting a deadline extension, or seeking help with a concept, the way you communicate can make a big difference in how your message is received and how your teacher responds. …\nThe post How to Write an Email to a Teacher: A Simple Guide for Students appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEzODI2Ng==","image_medium_url":"https://i.pinimg.com/200x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg","closeup_unified_description":"Student loans might not seem urgent while you’re still attending lectures and writing papers, but waiting until graduation to think about them can cost you. Interest keeps adding up while you’re busy with exams and projects. The good news? You don’t have to wait. Starting early even with small steps can ease your future loan …\nThe post Tips for Paying Off Student Debt While in School appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMw==","image_medium_url":"https://i.pinimg.com/200x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg","closeup_unified_description":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate and support nursing students. Clinicals vanished, classes went virtual, and hands-on learning took a backseat. Now, with crisis mode behind us, nursing education is being reimagined. Flexibility, innovation, and …\nThe post The Future of Nursing Education in a Post-Pandemic World appeared first on Eduqia - EduTech, Learning Tips, Career,..."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMg==","image_medium_url":"https://i.pinimg.com/200x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg","closeup_unified_description":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it’s to stay current, explore new teaching methods, or grow into leadership roles, returning to school has become a common and necessary step for today’s teachers. The classroom is changing fast. From new …\nThe post Why More Teachers Are Choosing To Go Back to School? appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Educ..."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODA5Nzk1OQ==","image_medium_url":"https://i.pinimg.com/200x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg","closeup_unified_description":"In today’s fast-paced world, managing weight and maintaining a healthy lifestyle has become more challenging than ever. From limited time for exercise to navigating confusing diet advice, many people are looking for smarter, more effective ways to achieve their health goals. Mochi Health, a telehealth platform that is transforming the way individuals access medical weight [...]\nThe post Mochi Health: A Smarter Way to Take Control of Your Weight appeared first on GlobalHealth Magazine."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODA3NjM2Nw==","image_medium_url":"https://i.pinimg.com/200x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg","closeup_unified_description":"When it comes to quick, hassle-free image editing for schoolwork or educational materials, few tools are as practical and powerful as an online background eraser. This convenient solution allows teachers, students, and content creators to instantly remove image backgrounds no graphic design experience required. It’s a small innovation with a huge impact on how education …\nThe post Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning appeared first on E..."}],"relationships":{},"custom_properties":{},"type":"story","description":null,"user":null,"experience_extra_context":{},"referring_source":null,"display_options":{"explore_article_display_options":null,"subtitle_text_color":null,"show_simplified_pin":false,"align_image_bottom":false,"shopping_grid_display":null,"display_view_state":null,"title_text_color":null,"pin_display_options":null,"item_column_span":1,"ideas_card_hide_when_offscreen":false,"num_columns_requested":1,"module_header_alignment":null,"tiles_grid_layout":null,"corner_radius":null,"use_plain_text_display_mode":false,"pin_image_ratio":null,"identifier_icon_name":null,"carousel_fade_ends":null,"show_bottom_divider":false,"hide_ui_in_stream":null,"image_only":null,"scale_up":null,"header_display":null,"stacked_card_cover_shade_colors":null,"show_top_divider":false,"board_view_type":null,"item_view_rep_style":null,"hide_education_in_stream":null,"show_content_follow_buttons":null,"allow_pin_height_trimming":null,"content_display":null,"footer_display":null,"show_product_indicator_overlay":null,"show_dismiss_button":null,"extra_spacing_after":0,"board_display_options":null,"action_button_location":null,"has_condensed_header":false,"header_hidden":false,"container_grid_span":null,"carousel_item_spacing":null,"header_font":null,"show_separator":false,"horizontal_full_bleed":false,"extra_spacing_before":0,"hide_search_guides_when_visible":false,"show_follow_buttons":null},"title":{"args_reformatted":[],"text":null,"args":[],"format":"All Pins"},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","closeup_id":null,"copy":{},"id":"3965227509342453366","dynamic_insertion_options":{},"experience":null,"bookmarks_for_objects":null,"content_ids":["346425396358143390","346425396358143389","346425396358138266","346425396358129223","346425396358129222","346425396358097959","346425396358076367"],"mapped_display_options":{},"shop_source":null,"action":{"url":"/users/346425533745111558/pins/"},"story_type":"all_pins","slot":0,"item_actions":[],"background_colour":null,"container_type":72,"subtitle":null},{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_cover_hd_url":"https://i.pinimg.com/474x/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","pin_count":265,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396346142889","image_signature":"56524e02ecff80eb09747b6f8fc09f83","timestamp":1625248884},"follower_count":27,"name":"Eduqia","section_count":0,"type":"board","url":"/sobitech/eduqia/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Sun, 11 May 2025 03:20:46 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/200x150/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg","width":170,"height":102,"dominant_color":"#7C5C36"},{"url":"https://i.pinimg.com/170x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg","width":170,"height":102,"dominant_color":"#FFFFFF"},{"url":"https://i.pinimg.com/170x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg","width":170,"height":102,"dominant_color":"#BB9784"},{"url":"https://i.pinimg.com/170x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg","width":170,"height":102,"dominant_color":"#B4736C"},{"url":"https://i.pinimg.com/170x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg","width":170,"height":102,"dominant_color":"#A8CFAA"},{"url":"https://i.pinimg.com/170x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg","width":170,"height":102,"dominant_color":"#B4E1F2"},{"url":"https://i.pinimg.com/170x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg","width":170,"height":102,"dominant_color":"#748F82"},{"url":"https://i.pinimg.com/170x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg","width":170,"height":102,"dominant_color":"#A7876D"},{"url":"https://i.pinimg.com/170x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg","width":170,"height":102,"dominant_color":"#A09188"},{"url":"https://i.pinimg.com/170x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg","width":170,"height":102,"dominant_color":"#A58B59"}],"236x":[{"url":"https://i.pinimg.com/236x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg","width":236,"height":142,"dominant_color":"#7C5C36"},{"url":"https://i.pinimg.com/236x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg","width":236,"height":142,"dominant_color":"#FFFFFF"},{"url":"https://i.pinimg.com/236x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg","width":236,"height":142,"dominant_color":"#BB9784"},{"url":"https://i.pinimg.com/236x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg","width":236,"height":142,"dominant_color":"#B4736C"},{"url":"https://i.pinimg.com/236x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg","width":236,"height":142,"dominant_color":"#A8CFAA"},{"url":"https://i.pinimg.com/236x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg","width":236,"height":142,"dominant_color":"#B4E1F2"},{"url":"https://i.pinimg.com/236x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg","width":236,"height":142,"dominant_color":"#748F82"},{"url":"https://i.pinimg.com/236x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg","width":236,"height":142,"dominant_color":"#A7876D"},{"url":"https://i.pinimg.com/236x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg","width":236,"height":142,"dominant_color":"#A09188"},{"url":"https://i.pinimg.com/236x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg","width":236,"height":142,"dominant_color":"#A58B59"}]},"collaborated_by_me":false,"has_custom_cover":false,"cover_images":{"200x150":{"url":"https://i.pinimg.com/200x150/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/222x/56/52/4e/56524e02ecff80eb09747b6f8fc09f83.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"An Educational Blog for Teachers and Students","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026477043","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Fri, 02 Jul 2021 17:58:54 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null},{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_cover_hd_url":"https://i.pinimg.com/474x/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","pin_count":57,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396354095242","image_signature":"1bd8a33a5ab45a489ebfd37180419091","timestamp":1704454527},"follower_count":27,"name":"globalhealthmag","section_count":0,"type":"board","url":"/sobitech/globalhealthmag/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Mon, 05 May 2025 03:21:40 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/200x150/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg","width":170,"height":102,"dominant_color":"#2E84B3"},{"url":"https://i.pinimg.com/170x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg","width":170,"height":113,"dominant_color":"#BFA863"},{"url":"https://i.pinimg.com/170x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg","width":170,"height":113,"dominant_color":"#744D2B"},{"url":"https://i.pinimg.com/170x/13/24/7b/13247be9ef05173bb8e10beff6ef72f1.jpg","width":170,"height":113,"dominant_color":"#E2D7BE"},{"url":"https://i.pinimg.com/170x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg","width":170,"height":113,"dominant_color":"#656061"},{"url":"https://i.pinimg.com/170x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg","width":170,"height":113,"dominant_color":"#A07443"},{"url":"https://i.pinimg.com/170x/13/c1/db/13c1dbfa6b456708482db83dcbf3d7ef.jpg","width":170,"height":113,"dominant_color":"#56603E"},{"url":"https://i.pinimg.com/170x/f2/70/5f/f2705f6e10d6765b3fecc17290563a0a.jpg","width":170,"height":56,"dominant_color":"#E2C98E"},{"url":"https://i.pinimg.com/170x/d1/18/46/d1184696112a6bbe85dace3530e0a4d3.jpg","width":170,"height":113,"dominant_color":"#E3CB97"},{"url":"https://i.pinimg.com/170x/7c/76/45/7c7645abdd0ee0b306af2c0178cdea5c.jpg","width":170,"height":302,"dominant_color":"#806A54"}],"236x":[{"url":"https://i.pinimg.com/236x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg","width":236,"height":142,"dominant_color":"#2E84B3"},{"url":"https://i.pinimg.com/236x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg","width":236,"height":157,"dominant_color":"#BFA863"},{"url":"https://i.pinimg.com/236x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg","width":236,"height":157,"dominant_color":"#744D2B"},{"url":"https://i.pinimg.com/236x/13/24/7b/13247be9ef05173bb8e10beff6ef72f1.jpg","width":236,"height":157,"dominant_color":"#E2D7BE"},{"url":"https://i.pinimg.com/236x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg","width":236,"height":157,"dominant_color":"#656061"},{"url":"https://i.pinimg.com/236x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg","width":236,"height":157,"dominant_color":"#A07443"},{"url":"https://i.pinimg.com/236x/13/c1/db/13c1dbfa6b456708482db83dcbf3d7ef.jpg","width":236,"height":157,"dominant_color":"#56603E"},{"url":"https://i.pinimg.com/236x/f2/70/5f/f2705f6e10d6765b3fecc17290563a0a.jpg","width":236,"height":78,"dominant_color":"#E2C98E"},{"url":"https://i.pinimg.com/236x/d1/18/46/d1184696112a6bbe85dace3530e0a4d3.jpg","width":236,"height":157,"dominant_color":"#E3CB97"},{"url":"https://i.pinimg.com/236x/7c/76/45/7c7645abdd0ee0b306af2c0178cdea5c.jpg","width":236,"height":419,"dominant_color":"#806A54"}]},"collaborated_by_me":false,"has_custom_cover":false,"cover_images":{"200x150":{"url":"https://i.pinimg.com/200x150/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/222x/1b/d8/a3/1bd8a33a5ab45a489ebfd37180419091.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"For More Amazing Health and Fitness Contents pleaase visit out official website: https://www.globalhealthmag.com/","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026601038","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Fri, 05 Jan 2024 11:33:46 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null},{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NTcyNTA5","image_cover_hd_url":"https://i.pinimg.com/474x/f9/47/80/f9478032dc3dbbba1465db2e040efaf3.jpg","pin_count":101,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396352317654","crop":[9,0],"size":[119,119],"scale":1.9831932773109244,"image_url":"https://i.pinimg.com/236x/f9/47/80/f9478032dc3dbbba1465db2e040efaf3.jpg","custom_cover":true,"timestamp":1685421079,"image_size":[236,null],"image_signature":"f9478032dc3dbbba1465db2e040efaf3"},"follower_count":27,"name":"iTechMagazine","section_count":0,"type":"board","url":"/sobitech/itechmagazine/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Mon, 20 Jan 2025 03:21:11 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/custom_covers/200x150/346425465026572509_1685421079.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/a3/38/3f/a3383f46cba870a9c2d5600d5f3d59d5.jpg","width":170,"height":113,"dominant_color":"#16181B"},{"url":"https://i.pinimg.com/170x/6a/f8/41/6af84165a274517ab7e199b787294a1d.jpg","width":170,"height":102,"dominant_color":"#E1D1C1"},{"url":"https://i.pinimg.com/170x/70/fc/90/70fc90c874ae51198c3c32a1a16e37cf.jpg","width":170,"height":103,"dominant_color":"#817431"},{"url":"https://i.pinimg.com/170x/70/f4/03/70f403b3a0dfcacf2510163335ae00a6.jpg","width":170,"height":103,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/170x/5a/68/48/5a6848ce0d2d263e00f4196442ed5e26.jpg","width":170,"height":109,"dominant_color":"#DCE2EC"},{"url":"https://i.pinimg.com/170x/9e/c2/cc/9ec2cc394891b5d8b14f414c4ee79f56.jpg","width":170,"height":97,"dominant_color":"#F7F7F7"},{"url":"https://i.pinimg.com/170x/ac/4d/08/ac4d08edb0e1c3604195f150376ebb14.jpg","width":170,"height":90,"dominant_color":"#B86059"},{"url":"https://i.pinimg.com/170x/18/f0/38/18f0383639d080b761350d3e9682ccfc.jpg","width":170,"height":97,"dominant_color":"#ABA9A9"},{"url":"https://i.pinimg.com/170x/35/ec/56/35ec5646423f0807dedac7af96ee5147.jpg","width":170,"height":86,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/170x/0f/5b/bf/0f5bbfa0edc37a6a8600b0cdf1aad911.jpg","width":170,"height":94,"dominant_color":"#6C7D89"}],"236x":[{"url":"https://i.pinimg.com/236x/a3/38/3f/a3383f46cba870a9c2d5600d5f3d59d5.jpg","width":236,"height":157,"dominant_color":"#16181B"},{"url":"https://i.pinimg.com/236x/6a/f8/41/6af84165a274517ab7e199b787294a1d.jpg","width":236,"height":142,"dominant_color":"#E1D1C1"},{"url":"https://i.pinimg.com/236x/70/fc/90/70fc90c874ae51198c3c32a1a16e37cf.jpg","width":236,"height":143,"dominant_color":"#817431"},{"url":"https://i.pinimg.com/236x/70/f4/03/70f403b3a0dfcacf2510163335ae00a6.jpg","width":236,"height":143,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/236x/5a/68/48/5a6848ce0d2d263e00f4196442ed5e26.jpg","width":236,"height":151,"dominant_color":"#DCE2EC"},{"url":"https://i.pinimg.com/236x/9e/c2/cc/9ec2cc394891b5d8b14f414c4ee79f56.jpg","width":236,"height":135,"dominant_color":"#F7F7F7"},{"url":"https://i.pinimg.com/236x/ac/4d/08/ac4d08edb0e1c3604195f150376ebb14.jpg","width":236,"height":125,"dominant_color":"#B86059"},{"url":"https://i.pinimg.com/236x/18/f0/38/18f0383639d080b761350d3e9682ccfc.jpg","width":236,"height":135,"dominant_color":"#ABA9A9"},{"url":"https://i.pinimg.com/236x/35/ec/56/35ec5646423f0807dedac7af96ee5147.jpg","width":236,"height":120,"dominant_color":"#CAE7F5"},{"url":"https://i.pinimg.com/236x/0f/5b/bf/0f5bbfa0edc37a6a8600b0cdf1aad911.jpg","width":236,"height":130,"dominant_color":"#6C7D89"}]},"collaborated_by_me":false,"has_custom_cover":true,"cover_images":{"200x150":{"url":"https://i.pinimg.com/custom_covers/200x150/346425465026572509_1685421079.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/custom_covers/222x/346425465026572509_1685421079.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"Please Visit Our Official Website for more informative tech, marketing, guestposts at https://www.itechmagazine.com/","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026572509","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Tue, 30 May 2023 04:27:35 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null},{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc4MjUz","image_cover_hd_url":"https://i.pinimg.com/474x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","pin_count":7,"should_show_more_ideas":false,"cover_pin":{"pin_id":"346425396346210105","image_signature":"735d35c3ecfb6b9511a86984a980bfba","timestamp":1625940439},"follower_count":27,"name":"sobitech","section_count":0,"type":"board","url":"/sobitech/sobitech/","collaborator_count":0,"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","board_order_modified_at":"Mon, 06 Feb 2023 15:33:51 +0000","is_temporarily_disabled":false,"is_collaborative":false,"owner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","domain_verified":true,"id":"346425533745111558","is_verified_merchant":false,"verified_identity":{},"is_partner":true,"ads_only_profile_site":null,"image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","is_ads_only_profile":false,"is_private_profile":false,"is_default_image":false,"type":"user","username":"sobitech","explicitly_followed_by_me":false,"full_name":"Sobi Tech"},"event_start_date":null,"followed_by_me":false,"image_cover_url":"https://i.pinimg.com/200x150/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","images":{"170x":[{"url":"https://i.pinimg.com/170x/a1/02/e8/a102e8119f4f8ea9f47793d53a3e3ec7.jpg","width":170,"height":94,"dominant_color":"#846660"},{"url":"https://i.pinimg.com/170x/cf/af/7f/cfaf7f603f87f94001e29faad64ac096.jpg","width":170,"height":102,"dominant_color":"#202427"},{"url":"https://i.pinimg.com/170x/34/75/29/347529695ab6f4a20749682198e9c70a.jpg","width":170,"height":112,"dominant_color":"#1376B0"},{"url":"https://i.pinimg.com/170x/de/60/8a/de608a45164f6e74f9cf64b95d32c43f.jpg","width":170,"height":115,"dominant_color":"#25231D"},{"url":"https://i.pinimg.com/170x/25/44/61/254461c82538e248c38065d28b1b289b.jpg","width":170,"height":102,"dominant_color":"#C8C8CA"},{"url":"https://i.pinimg.com/170x/93/cd/25/93cd252f57ff54bbd83d91ceef8f74d2.jpg","width":170,"height":113,"dominant_color":"#0A0C0C"},{"url":"https://i.pinimg.com/170x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":170,"height":113,"dominant_color":"#526680"}],"236x":[{"url":"https://i.pinimg.com/236x/a1/02/e8/a102e8119f4f8ea9f47793d53a3e3ec7.jpg","width":236,"height":130,"dominant_color":"#846660"},{"url":"https://i.pinimg.com/236x/cf/af/7f/cfaf7f603f87f94001e29faad64ac096.jpg","width":236,"height":142,"dominant_color":"#202427"},{"url":"https://i.pinimg.com/236x/34/75/29/347529695ab6f4a20749682198e9c70a.jpg","width":236,"height":156,"dominant_color":"#1376B0"},{"url":"https://i.pinimg.com/236x/de/60/8a/de608a45164f6e74f9cf64b95d32c43f.jpg","width":220,"height":150,"dominant_color":"#25231D"},{"url":"https://i.pinimg.com/236x/25/44/61/254461c82538e248c38065d28b1b289b.jpg","width":236,"height":142,"dominant_color":"#C8C8CA"},{"url":"https://i.pinimg.com/236x/93/cd/25/93cd252f57ff54bbd83d91ceef8f74d2.jpg","width":236,"height":157,"dominant_color":"#0A0C0C"},{"url":"https://i.pinimg.com/236x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":236,"height":157,"dominant_color":"#526680"}]},"collaborated_by_me":false,"has_custom_cover":false,"cover_images":{"200x150":{"url":"https://i.pinimg.com/200x150/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":200,"height":150},"222x":{"url":"https://i.pinimg.com/222x/73/5d/35/735d35c3ecfb6b9511a86984a980bfba.jpg","width":222,"height":null}},"collaborating_users":[],"is_ads_only":false,"collaborator_requests_enabled":false,"description":"","event_date":null,"should_show_board_collaborators":true,"viewer_collaborator_join_requested":false,"id":"346425465026478253","should_show_shop_feed":false,"place_saves_count":0,"privacy":"public","access":[],"created_at":"Sat, 10 Jul 2021 18:05:30 +0000","allow_homefeed_recommendations":true,"archived_by_me_at":null}],"fetching":false,"nextBookmark":"-end-"}},"UserPinsResource":{"[[\"add_vase\",true],[\"field_set_key\",\"mobile_grid_item\"],[\"is_own_profile_pins\",false],[\"username\",\"sobitech\"]]":{"auxData":{"x_pinterest_sli_endpoint_name":"v3_get_pins_handler"},"data":[{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM5MA==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":null,"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers, and even investors demand more accountability. Social media platforms have amplified awareness, and people are quick to share their experiences both good and bad. As a result, businesses are under increasing pressure …\nThe post How a Master’s in Public Health Can Help Ensure Workplace Safety appeared first on Eduqia - EduTech, Learnin... ","image_signature":"30808a2e8fd4c16623fc65e2a16466fa","sponsorship":null,"grid_title":"How a Master’s in Public Health Can Help Ensure Workplace Safety","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sun, 11 May 2025 03:19:54 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-a-masters-in-public-health-can-help-ensure-workplace-safety/","link":"https://www.eduqia.com/en/how-a-masters-in-public-health-can-help-ensure-workplace-safety/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358143390","story_pin_data_id":"5429439384361418606","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358143390/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#7c5c36","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers, and even investors demand more accountability. Social media platforms have amplified awareness, and people are quick to share their experiences both good and bad. As a result, businesses are under increasing pressure …\nThe post How a Master’s in Public Health Can Help Ensure Workplace Safety appeared first on Eduqia - EduTech, Learnin...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"0a886c764d588d1dc52afc9a0216c045","display_name":"How a Master’s in Public Health Can Help Ensure Workplace Safety","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-a-masters-in-public-health-can-help-ensure-workplace-safety/","display_description":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers,","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0Mjk0MzkzODQzNjE0MTg2MDY=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How a Master’s in Public Health Can Help Ensure Workplace Safety","pin_image_signature":"30808a2e8fd4c16623fc65e2a16466fa","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358143390"},"pages_preview":[{"blocks":[{"tracking_id":"5429439381930819997","image_signature":"30808a2e8fd4c16623fc65e2a16466fa","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429439384361418606","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429439381930819997","image_signature":"30808a2e8fd4c16623fc65e2a16466fa","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM4OQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":null,"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you’re asking a question about homework, requesting a deadline extension, or seeking help with a concept, the way you communicate can make a big difference in how your message is received and how your teacher responds. …\nThe post How to Write an Email to a Teacher: A Simple Guide for Students appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","sponsorship":null,"grid_title":"How to Write an Email to a Teacher: A Simple Guide for Students","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sun, 11 May 2025 03:19:53 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-to-write-an-email-to-a-teacher/","link":"https://www.eduqia.com/en/how-to-write-an-email-to-a-teacher/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358143389","story_pin_data_id":"5429439386898985487","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358143389/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#ffffff","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you’re asking a question about homework, requesting a deadline extension, or seeking help with a concept, the way you communicate can make a big difference in how your message is received and how your teacher responds. …\nThe post How to Write an Email to a Teacher: A Simple Guide for Students appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"fa3248759a48721b8f2d5b613dcc0ccc","display_name":"How to Write an Email to a Teacher: A Simple Guide for Students","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-to-write-an-email-to-a-teacher/","display_description":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you're asking a question about homework,","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0Mjk0MzkzODY4OTg5ODU0ODc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How to Write an Email to a Teacher: A Simple Guide for Students","pin_image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358143389"},"pages_preview":[{"blocks":[{"tracking_id":"5429439375823914701","image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429439386898985487","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429439375823914701","image_signature":"fb4d6c0025ffbad0484a9a44cb44e589","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEzODI2Ng==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":null,"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Student loans might not seem urgent while you’re still attending lectures and writing papers, but waiting until graduation to think about them can cost you. Interest keeps adding up while you’re busy with exams and projects. The good news? You don’t have to wait. Starting early even with small steps can ease your future loan …\nThe post Tips for Paying Off Student Debt While in School appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"6b7b921cbd342336cbd65b7b3e722612","sponsorship":null,"grid_title":"Tips for Paying Off Student Debt While in School","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sat, 10 May 2025 12:35:09 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/tips-for-paying-off-student-debt-while-in-school/","link":"https://www.eduqia.com/en/tips-for-paying-off-student-debt-while-in-school/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358138266","story_pin_data_id":"5429328061797555060","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358138266/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#bb9784","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Student loans might not seem urgent while you’re still attending lectures and writing papers, but waiting until graduation to think about them can cost you. Interest keeps adding up while you’re busy with exams and projects. The good news? You don’t have to wait. Starting early even with small steps can ease your future loan …\nThe post Tips for Paying Off Student Debt While in School appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"e959b0be2ab0d84da892a38a834951cf","display_name":"Tips for Paying Off Student Debt While in School","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/tips-for-paying-off-student-debt-while-in-school/","display_description":"Student loans might not seem urgent while you're still attending lectures and writing papers, but waiting until graduation to think about them can cost","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjkzMjgwNjE3OTc1NTUwNjA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Tips for Paying Off Student Debt While in School","pin_image_signature":"6b7b921cbd342336cbd65b7b3e722612","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358138266"},"pages_preview":[{"blocks":[{"tracking_id":"5429324276490616725","image_signature":"6b7b921cbd342336cbd65b7b3e722612","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429328061797555060","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429324276490616725","image_signature":"6b7b921cbd342336cbd65b7b3e722612","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":[],"shopping_klp_urls":null,"annotations_with_links":{},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate and support nursing students. Clinicals vanished, classes went virtual, and hands-on learning took a backseat. Now, with crisis mode behind us, nursing education is being reimagined. Flexibility, innovation, and …\nThe post The Future of Nursing Education in a Post-Pandemic World appeared first on Eduqia - EduTech, Learning Tips, Career,... ","image_signature":"c5e5926165b3ebd4c82653de086ef0b3","sponsorship":null,"grid_title":"The Future of Nursing Education in a Post-Pandemic World","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 09 May 2025 03:20:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/the-future-of-nursing-education-in-a-post-pandemic-world/","link":"https://www.eduqia.com/en/the-future-of-nursing-education-in-a-post-pandemic-world/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358129223","story_pin_data_id":"5429077014984319421","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358129223/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#b4736c","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate and support nursing students. Clinicals vanished, classes went virtual, and hands-on learning took a backseat. Now, with crisis mode behind us, nursing education is being reimagined. Flexibility, innovation, and …\nThe post The Future of Nursing Education in a Post-Pandemic World appeared first on Eduqia - EduTech, Learning Tips, Career,...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"8e4cedb395a0fede7d124286bc2453ab","display_name":"The Future of Nursing Education in a Post-Pandemic World","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/the-future-of-nursing-education-in-a-post-pandemic-world/","display_description":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjkwNzcwMTQ5ODQzMTk0MjE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"The Future of Nursing Education in a Post-Pandemic World","pin_image_signature":"c5e5926165b3ebd4c82653de086ef0b3","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358129223"},"pages_preview":[{"blocks":[{"tracking_id":"5429076987884924934","image_signature":"c5e5926165b3ebd4c82653de086ef0b3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429077014984319421","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429076987884924934","image_signature":"c5e5926165b3ebd4c82653de086ef0b3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":[],"shopping_klp_urls":null,"annotations_with_links":{},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it’s to stay current, explore new teaching methods, or grow into leadership roles, returning to school has become a common and necessary step for today’s teachers. The classroom is changing fast. From new …\nThe post Why More Teachers Are Choosing To Go Back to School? appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Educ... ","image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","sponsorship":null,"grid_title":"Why More Teachers Are Choosing To Go Back to School?","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 09 May 2025 03:20:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/why-more-teachers-are-choosing-to-go-back-to-school/","link":"https://www.eduqia.com/en/why-more-teachers-are-choosing-to-go-back-to-school/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358129222","story_pin_data_id":"5429077009764501484","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358129222/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#a8cfaa","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it’s to stay current, explore new teaching methods, or grow into leadership roles, returning to school has become a common and necessary step for today’s teachers. The classroom is changing fast. From new …\nThe post Why More Teachers Are Choosing To Go Back to School? appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Educ...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"5556bd92d04d400faff0a11012ba69f6","display_name":"Why More Teachers Are Choosing To Go Back to School?","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/why-more-teachers-are-choosing-to-go-back-to-school/","display_description":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it's to stay","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjkwNzcwMDk3NjQ1MDE0ODQ=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Why More Teachers Are Choosing To Go Back to School?","pin_image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358129222"},"pages_preview":[{"blocks":[{"tracking_id":"5429076985519333837","image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5429077009764501484","page_count":1,"pages":[{"blocks":[{"tracking_id":"5429076985519333837","image_signature":"8f0b7f2415436dae406e8aedd1b2ca54","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODA5Nzk1OQ==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":[],"shopping_klp_urls":null,"annotations_with_links":{},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"In today’s fast-paced world, managing weight and maintaining a healthy lifestyle has become more challenging than ever. From limited time for exercise to navigating confusing diet advice, many people are looking for smarter, more effective ways to achieve their health goals. Mochi Health, a telehealth platform that is transforming the way individuals access medical weight [...]\nThe post Mochi Health: A Smarter Way to Take Control of Your Weight appeared first on GlobalHealth Magazine. ","image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","sponsorship":null,"grid_title":"Mochi Health: A Smarter Way to Take Control of Your Weight","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Mon, 05 May 2025 03:21:22 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/mochi-health/","link":"https://www.globalhealthmag.com/en/mochi-health/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396358097959","story_pin_data_id":"5428352408015126236","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358097959/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg"}},"seo_title":"Pin on globalhealthmag","shopping_flags":[],"dominant_color":"#2e84b3","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s fast-paced world, managing weight and maintaining a healthy lifestyle has become more challenging than ever. From limited time for exercise to navigating confusing diet advice, many people are looking for smarter, more effective ways to achieve their health goals. Mochi Health, a telehealth platform that is transforming the way individuals access medical weight [...]\nThe post Mochi Health: A Smarter Way to Take Control of Your Weight appeared first on GlobalHealth Magazine.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"d303f596fdfc386cc093baaf4451c88d","display_name":"Mochi Health: A Smarter Way to Take Control of Your Weight","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/mochi-health/","display_description":"Mochi Health is a modern, physician-led telehealth service designed to provide affordable, science-based weight management support.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjgzNTI0MDgwMTUxMjYyMzY=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Mochi Health: A Smarter Way to Take Control of Your Weight","pin_image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358097959"},"pages_preview":[{"blocks":[{"tracking_id":"5428352373055600634","image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5428352408015126236","page_count":1,"pages":[{"blocks":[{"tracking_id":"5428352373055600634","image_signature":"37961ffe67c7e7cb1abfc645d229a6f0","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODA3NjM2Nw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Background Eraser","Visual Learning","Creative Classroom","Educational Materials","Image Editing","School Work","Things To Come","Education","Graphic Design"],"shopping_klp_urls":null,"annotations_with_links":{"Background Eraser":{"url":"/ideas/background-eraser/950585299276/","name":"Background Eraser"},"Visual Learning":{"url":"/ideas/visual-learning/920746990258/","name":"Visual Learning"},"Creative Classroom":{"url":"/ideas/creative-classroom/915777038658/","name":"Creative Classroom"},"Educational Materials":{"url":"/ideas/educational-materials/920049408742/","name":"Educational Materials"},"Image Editing":{"url":"/ideas/image-editing/932627762501/","name":"Image Editing"},"School Work":{"url":"/ideas/school-work/960315979525/","name":"School Work"},"Things To Come":{"url":"/ideas/things-to-come/926195051078/","name":"Things To Come"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"},"Graphic Design":{"url":"/ideas/graphic-design/903292283260/","name":"Graphic Design"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a hand holding a rubber stamp with the words creative classrooms on it and an online background eraser","image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","sponsorship":null,"grid_title":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 02 May 2025 03:19:33 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/creative-classrooms-how-an-online-background-eraser-is-revolutionizing-visual-learning/","link":"https://www.eduqia.com/en/creative-classrooms-how-an-online-background-eraser-is-revolutionizing-visual-learning/","is_eligible_for_related_products":false,"auto_alt_text":"a hand holding a rubber stamp with the words creative classrooms on it and an online background eraser","id":"346425396358076367","story_pin_data_id":"5427808599774651074","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358076367/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg"}},"seo_title":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning in 2025","shopping_flags":[],"dominant_color":"#b4e1f2","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"When it comes to quick, hassle-free image editing for schoolwork or educational materials, few tools are as practical and powerful as an online background eraser. This convenient solution allows teachers, students, and content creators to instantly remove image backgrounds no graphic design experience required. It’s a small innovation with a huge impact on how education …\nThe post Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning appeared first on E...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"733140fc1316e5762adb42881d4f7f21","display_name":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/creative-classrooms-how-an-online-background-eraser-is-revolutionizing-visual-learning/","display_description":"When it comes to quick, hassle-free image editing for schoolwork or educational materials, few tools are as practical and powerful as an online background","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0Mjc4MDg1OTk3NzQ2NTEwNzQ=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning","pin_image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358076367"},"pages_preview":[{"blocks":[{"tracking_id":"5427808590494752603","image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5427808599774651074","page_count":1,"pages":[{"blocks":[{"tracking_id":"5427808590494752603","image_signature":"ee4c6fb3322fd3ed34212ab8ca469e62","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODAzOTMzNA==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Web Games","Learning Tips","Taking A Break","Online Education","Take A Break","Easy Access","All In One","Period","Career"],"shopping_klp_urls":["/shopping/lined-summer-mini-skirt-for-vacation/899054609787/","/shopping/festive-meenakari-wedding-necklaces/899698040528/","/shopping/cottagecore-mini-party-dress/926499952841/"],"annotations_with_links":{"Web Games":{"url":"/ideas/web-games/915847013684/","name":"Web Games"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Taking A Break":{"url":"/ideas/taking-a-break/944133056431/","name":"Taking A Break"},"Online Education":{"url":"/ideas/online-education/920730465892/","name":"Online Education"},"Take A Break":{"url":"/ideas/take-a-break/919893525153/","name":"Take A Break"},"Easy Access":{"url":"/ideas/easy-access/911982587160/","name":"Easy Access"},"All In One":{"url":"/ideas/all-in-one/926175982054/","name":"All In One"},"Period":{"url":"/ideas/period/914300618698/","name":"Period"},"Career":{"url":"/ideas/career/941720221932/","name":"Career"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"an empty classroom with desks and chairs in front of a green sign that says classroom 60x","image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","sponsorship":null,"grid_title":"Classroom 60X – Your School Boredom, Solved","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sun, 27 Apr 2025 03:23:38 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/classroom-60x/","link":"https://www.eduqia.com/en/classroom-60x/","is_eligible_for_related_products":false,"auto_alt_text":"an empty classroom with desks and chairs in front of a green sign that says classroom 60x","id":"346425396358039334","story_pin_data_id":"5426903141534723760","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358039334/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/bf/b2/dc/bfb2dc70af6a4b7b5720963e1cae0d14.jpg"}},"seo_title":"Classroom 60X – Your School Boredom, Solved in 2025","shopping_flags":[],"dominant_color":"#748f82","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Classroom 60X the ultimate escape for students who want more from their downtime. Whether you’re stuck in a long study period, taking a break, or just need to decompress, Classroom 60X gives you fast, easy access to over 200 top web games, powerful unblocking tools, and a vibrant global chat all in one place. And …\nThe post Classroom 60X – Your School Boredom, Solved appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"d585b2fd1902305c8175ec9fa9778063","display_name":"Classroom 60X – Your School Boredom, Solved","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/classroom-60x/","display_description":"Classroom 60X the ultimate escape for students who want more from their downtime. Whether you're stuck in a long study period, taking a break, or just","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjY5MDMxNDE1MzQ3MjM3NjA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Classroom 60X – Your School Boredom, Solved","pin_image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358039334"},"pages_preview":[{"blocks":[{"tracking_id":"5426902589455261521","image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5426903141534723760","page_count":1,"pages":[{"blocks":[{"tracking_id":"5426902589455261521","image_signature":"bfb2dc70af6a4b7b5720963e1cae0d14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1ODAyNDk0MQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Curriculum Development","Instructional Design","Programming","Subjects","Leadership","Education","Key","Design"],"shopping_klp_urls":["/shopping/black-leather-hobo-bag-with-snap-closure/957238340421/","/shopping/lightweight-boater-hat-with-curved-brim-for-warm-weather/932437719967/","/shopping/fitted-evening-dress-with-strappy-back-for-prom/944413890771/"],"annotations_with_links":{"Curriculum Development":{"url":"/ideas/curriculum-development/960543803973/","name":"Curriculum Development"},"Instructional Design":{"url":"/ideas/instructional-design/960709600729/","name":"Instructional Design"},"Programming":{"url":"/ideas/programming/949133422105/","name":"Programming"},"Subjects":{"url":"/ideas/subjects/955838913612/","name":"Subjects"},"Leadership":{"url":"/ideas/leadership/923386297714/","name":"Leadership"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"},"Key":{"url":"/ideas/key/934041477774/","name":"Key"},"Design":{"url":"/ideas/design/902065567321/","name":"Design"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a sign that says master's degree next to an alarm clock and eyeglasses","image_signature":"386b66875190760f8644546c815fb6b5","sponsorship":null,"grid_title":"What to Expect from an Online Master’s in Education Program","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 25 Apr 2025 03:25:58 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/what-to-expect-from-an-online-masters-in-education-program/","link":"https://www.eduqia.com/en/what-to-expect-from-an-online-masters-in-education-program/","is_eligible_for_related_products":false,"auto_alt_text":"a sign that says master's degree next to an alarm clock and eyeglasses","id":"346425396358024941","story_pin_data_id":"5426541050420310478","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396358024941/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/38/6b/66/386b66875190760f8644546c815fb6b5.jpg"}},"seo_title":"What to Expect from an Online Master’s in Education Program in 2025","shopping_flags":[],"dominant_color":"#a7876d","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Key Takeaways Online Master’s in Education programs offer flexible schedules, making advanced studies accessible for working professionals. These programs typically cover various subjects, including instructional design, leadership, and curriculum development. Students can expect a blend of theoretical knowledge and practical applications to enhance their skills for the modern educational landscape. Introduction In today’s fast-evolving educational …\nThe post What to Expect from a...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"6b89dc096e1b6732e2cc5eb78d0c14a9","display_name":"What to Expect from an Online Master’s in Education Program","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/what-to-expect-from-an-online-masters-in-education-program/","display_description":"Key Takeaways Online Master's in Education programs offer flexible schedules, making advanced studies accessible for working professionals. These programs","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjY1NDEwNTA0MjAzMTA0Nzg=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"What to Expect from an Online Master’s in Education Program","pin_image_signature":"386b66875190760f8644546c815fb6b5","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396358024941"},"pages_preview":[{"blocks":[{"tracking_id":"5426540504319847939","image_signature":"386b66875190760f8644546c815fb6b5","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5426541050420310478","page_count":1,"pages":[{"blocks":[{"tracking_id":"5426540504319847939","image_signature":"386b66875190760f8644546c815fb6b5","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3ODcyNg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Dumpster Rental","Learning Tips","Online Education","How To Save Money","Ways To Save","Kansas City","Kansas","Saving Money","Save Money"],"shopping_klp_urls":["/shopping/athleisure-hooded-sweatshirt-with-zipper-closure/921320724931/","/shopping/luxury-mini-length-tweed-evening-dress/950608738404/","/shopping/playful-smocked-dress-for-spring-with-smocked-bodice/905673535971/","/shopping/diamond-white-akoya-pearl-ring/912569405096/","/shopping/cluster-halo-ring-with-gemstone-for-anniversary/918352721036/","/shopping/adjustable-open-crystal-ring/941075749312/","/shopping/blue-hand-dyed-beach-dress/946475078889/","/shopping/anniversary-diamond-jewelry-with-filigree-detail/921078594390/"],"annotations_with_links":{"Dumpster Rental":{"url":"/ideas/dumpster-rental/932602958819/","name":"Dumpster Rental"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Online Education":{"url":"/ideas/online-education/920730465892/","name":"Online Education"},"How To Save Money":{"url":"/ideas/how-to-save-money/930334291766/","name":"How To Save Money"},"Ways To Save":{"url":"/ideas/ways-to-save/896545922985/","name":"Ways To Save"},"Kansas City":{"url":"/ideas/kansas-city/955451451758/","name":"Kansas City"},"Kansas":{"url":"/ideas/kansas/944412319890/","name":"Kansas"},"Saving Money":{"url":"/ideas/saving-money/921467698366/","name":"Saving Money"},"Save Money":{"url":"/ideas/save-money/945423163395/","name":"Save Money"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Hiring a dumpster rentals service can be expensive. Depending on the size of your project, you may need to accommodate the volume of materials for pickup and offloading. However, there are ways to save on your dumpster rentals. You may already be cutting costs on other project areas to make ends meet. While this can …\nThe post How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"04355a10e4b88aa1b6e65c7562e53f40","sponsorship":null,"grid_title":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sat, 19 Apr 2025 03:24:07 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-to-save-money-on-kansas-city-dumpster-rentals-tips-and-tricks/","link":"https://www.eduqia.com/en/how-to-save-money-on-kansas-city-dumpster-rentals-tips-and-tricks/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396357978726","story_pin_data_id":"5425453655201464981","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357978726/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/04/35/5a/04355a10e4b88aa1b6e65c7562e53f40.jpg"}},"seo_title":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks in 2025 | Dumpster rental, Saving money, Kansas city","shopping_flags":[],"dominant_color":"#a09188","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Hiring a dumpster rentals service can be expensive. Depending on the size of your project, you may need to accommodate the volume of materials for pickup and offloading. However, there are ways to save on your dumpster rentals. You may already be cutting costs on other project areas to make ends meet. While this can …\nThe post How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"a50eebe06018a74414b39940a090193f","display_name":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-to-save-money-on-kansas-city-dumpster-rentals-tips-and-tricks/","display_description":"Hiring a dumpster rentals service can be expensive. Depending on the size of your project, you may need to accommodate the volume of materials for pickup","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjU0NTM2NTUyMDE0NjQ5ODE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How to Save Money on Kansas City Dumpster Rentals: Tips and Tricks","pin_image_signature":"04355a10e4b88aa1b6e65c7562e53f40","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357978726"},"pages_preview":[{"blocks":[{"tracking_id":"5425453015276512729","image_signature":"04355a10e4b88aa1b6e65c7562e53f40","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425453655201464981","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425453015276512729","image_signature":"04355a10e4b88aa1b6e65c7562e53f40","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3ODcyNQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":"/pin/online-services-visualization-diverse-modern-office-stock-footage-video-100-royaltyfree-3552321153--1079597341930643554/","canonical_pin":{"id":"1079597341930643554"},"visual_annotation":["Welcome To Classroom","Carnegie Mellon University","Space Classroom","Physics Experiments","Workplace Communication","Powerpoint Slides","Communications Plan","Research Question","Student Behavior"],"shopping_klp_urls":null,"annotations_with_links":{"Welcome To Classroom":{"url":"/ideas/welcome-to-classroom/924181830828/","name":"Welcome To Classroom"},"Carnegie Mellon University":{"url":"/ideas/carnegie-mellon-university/921890285771/","name":"Carnegie Mellon University"},"Space Classroom":{"url":"/ideas/space-classroom/929910963551/","name":"Space Classroom"},"Physics Experiments":{"url":"/ideas/physics-experiments/941759160975/","name":"Physics Experiments"},"Workplace Communication":{"url":"/ideas/workplace-communication/939997797737/","name":"Workplace Communication"},"Powerpoint Slides":{"url":"/ideas/powerpoint-slides/942931814965/","name":"Powerpoint Slides"},"Communications Plan":{"url":"/ideas/communications-plan/950667698335/","name":"Communications Plan"},"Research Question":{"url":"/ideas/research-question/942875502061/","name":"Research Question"},"Student Behavior":{"url":"/ideas/student-behavior/939702717132/","name":"Student Behavior"}},"seo_canonical_domain":"in.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"children sitting at desks using laptop computers with the words classroom 30x above them","image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","sponsorship":null,"grid_title":"Classroom 30X: The Future of Learning Has Arrived","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Sat, 19 Apr 2025 03:24:07 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/classroom-30x/","link":"https://www.eduqia.com/en/classroom-30x/","is_eligible_for_related_products":false,"auto_alt_text":"children sitting at desks using laptop computers with the words classroom 30x above them","id":"346425396357978725","story_pin_data_id":"5425453654597490814","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357978725/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/25/9d/55/259d557eb2bea3ff11f9a3fa8ed9fefc.jpg"}},"seo_title":"Classroom 30X: The Future of Learning Has Arrived in 2025 | Ipo news, Edutech, Teachers","shopping_flags":[],"dominant_color":"#a58b59","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Imagine stepping into a classroom where artificial intelligence guides your lessons, virtual reality lets you explore ancient civilizations firsthand, and biometric feedback helps tailor your learning experience. Welcome to Classroom 30X the next evolution in education. Gone are the days of chalkboards and static PowerPoint slides. Classroom 30X is not just an upgrade it’s a …\nThe post Classroom 30X: The Future of Learning Has Arrived appeared first on Eduqia - EduTech, Learning T...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"ba51c27da645c25c393586b6bacdcbc0","display_name":"Classroom 30X: The Future of Learning Has Arrived","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/classroom-30x/","display_description":"Imagine stepping into a classroom where artificial intelligence guides your lessons, virtual reality lets you explore ancient civilizations firsthand, and","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjU0NTM2NTQ1OTc0OTA4MTQ=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Classroom 30X: The Future of Learning Has Arrived","pin_image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357978725"},"pages_preview":[{"blocks":[{"tracking_id":"5425453015301665611","image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425453654597490814","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425453015301665611","image_signature":"259d557eb2bea3ff11f9a3fa8ed9fefc","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3MTcxNw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Decoding Words","Classroom Strategies","Positive Learning","Learning Strategies","Reading Fluency","Reading Program","Visual Aids","Speech Language Pathologists","Phonemic Awareness"],"shopping_klp_urls":["/shopping/elegant-adjustable-purple-headband/906509492900/","/shopping/large-capacity-black-leather-crossbody-backpack/925834179307/","/shopping/fall-logo-print-sporty-sweatshirt/911085828139/","/shopping/classic-double-breasted-three-piece-suit-for-work/900419034748/","/shopping/wedding-embroidered-fabric-for-navratri/934043203812/","/shopping/high-waist-bottoms-with-built-in-shorts-for-streetwear/941259605607/"],"annotations_with_links":{"Decoding Words":{"url":"/ideas/decoding-words/917325327469/","name":"Decoding Words"},"Classroom Strategies":{"url":"/ideas/classroom-strategies/951385521757/","name":"Classroom Strategies"},"Positive Learning":{"url":"/ideas/positive-learning/924251900389/","name":"Positive Learning"},"Learning Strategies":{"url":"/ideas/learning-strategies/915691294000/","name":"Learning Strategies"},"Reading Fluency":{"url":"/ideas/reading-fluency/935562642567/","name":"Reading Fluency"},"Reading Program":{"url":"/ideas/reading-program/946626175800/","name":"Reading Program"},"Visual Aids":{"url":"/ideas/visual-aids/899572621980/","name":"Visual Aids"},"Speech Language Pathologists":{"url":"/ideas/speech-language-pathologists/961137868986/","name":"Speech Language Pathologists"},"Phonemic Awareness":{"url":"/ideas/phonemic-awareness/936532464293/","name":"Phonemic Awareness"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"how can teachers help students with apd improve their reading fluency? - youtube","image_signature":"70253db4101eae50193c0a21bb1aa532","sponsorship":null,"grid_title":"How Can Teachers Help Students with APD Improve Their Reading Fluency?","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 18 Apr 2025 04:59:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-can-teachers-help-students-with-apd-improve-their-reading-fluency/","link":"https://www.eduqia.com/en/how-can-teachers-help-students-with-apd-improve-their-reading-fluency/","is_eligible_for_related_products":false,"auto_alt_text":"how can teachers help students with apd improve their reading fluency? - youtube","id":"346425396357971717","story_pin_data_id":"5425284398821989492","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357971717/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/70/25/3d/70253db4101eae50193c0a21bb1aa532.jpg"}},"seo_title":"How Can Teachers Help Students with APD Improve Their Reading Fluency? in 2025 | Reading fluency, Teacher help, Teachers","shopping_flags":[],"dominant_color":"#051c11","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Teachers can help by using techniques that break down complex tasks into manageable steps and offering consistent feedback. Recognizing the signs and symptoms of APD affecting reading, such as difficulty decoding words or following written instructions, allows educators to tailor their approach. Incorporating visual aids and interactive activities can provide students with multiple pathways to …\nThe post How Can Teachers Help Students with APD Improve Their Reading Fluency? appeared fir...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"7ae6aa6c02673d9564f460f9baf34197","display_name":"How Can Teachers Help Students with APD Improve Their Reading Fluency?","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-can-teachers-help-students-with-apd-improve-their-reading-fluency/","display_description":"Teachers can help by using techniques that break down complex tasks into manageable steps and offering consistent feedback. Recognizing the signs and","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjUyODQzOTg4MjE5ODk0OTI=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How Can Teachers Help Students with APD Improve Their Reading Fluency?","pin_image_signature":"70253db4101eae50193c0a21bb1aa532","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357971717"},"pages_preview":[{"blocks":[{"tracking_id":"5425280613594752754","image_signature":"70253db4101eae50193c0a21bb1aa532","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425284398821989492","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425280613594752754","image_signature":"70253db4101eae50193c0a21bb1aa532","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk3MTcxNg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Auditory Processing","Listening Skills","Effective Communication","Kids Learning","No Response","Communication","Benefits","Sound","Education"],"shopping_klp_urls":["/shopping/fitted-mustard-maxi-dress-with-floral-print/914388220901/","/shopping/spring-tropical-button-up-shirt/955562510248/","/shopping/brown-pointed-toe-flats-for-fall/895900491936/","/shopping/tailored-knee-length-dress-with-hidden-button-closure/940152965766/","/shopping/bollywood-organza-lawn-suit-with-intricate-embroidery/958828778078/"],"annotations_with_links":{"Auditory Processing":{"url":"/ideas/auditory-processing/915835566564/","name":"Auditory Processing"},"Listening Skills":{"url":"/ideas/listening-skills/952141664556/","name":"Listening Skills"},"Effective Communication":{"url":"/ideas/effective-communication/953103739749/","name":"Effective Communication"},"Kids Learning":{"url":"/ideas/kids-learning/955529741137/","name":"Kids Learning"},"No Response":{"url":"/ideas/no-response/898784001521/","name":"No Response"},"Communication":{"url":"/ideas/communication/934405291209/","name":"Communication"},"Benefits":{"url":"/ideas/benefits/902790319801/","name":"Benefits"},"Sound":{"url":"/ideas/sound/896364752120/","name":"Sound"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person's head with the words how do cell - and - response games help them","image_signature":"5b456a8464a38b990afa57bb1115170e","sponsorship":null,"grid_title":"How Do Call-and-Response Games Help Strengthen Auditory Memory?","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 18 Apr 2025 04:59:00 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-do-call-and-response-games-help-strengthen-auditory-memory/","link":"https://www.eduqia.com/en/how-do-call-and-response-games-help-strengthen-auditory-memory/","is_eligible_for_related_products":false,"auto_alt_text":"a person's head with the words how do cell - and - response games help them","id":"346425396357971716","story_pin_data_id":"5425284399639869465","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357971716/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/5b/45/6a/5b456a8464a38b990afa57bb1115170e.jpg"}},"seo_title":"How Do Call-and-Response Games Help Strengthen Auditory Memory? in 2025 | Call and response, Listening skills, Kids learning","shopping_flags":[],"dominant_color":"#60a8b8","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Call-and-response games are not only enjoyable but also offer significant benefits in enhancing auditory memory. By engaging in these interactive exercises, children learn to improve their listening skills, which are crucial for effective communication and comprehension. These games reinforce patterns of sound and speech, ultimately strengthening auditory processing abilities. When children participate in such activities, …\nThe post How Do Call-and-Response Games Help Strengthen Auditor...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"14948c5572ecd7e9cf53db0ab694c474","display_name":"How Do Call-and-Response Games Help Strengthen Auditory Memory?","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-do-call-and-response-games-help-strengthen-auditory-memory/","display_description":"Call-and-response games are not only enjoyable but also offer significant benefits in enhancing auditory memory. By engaging in these interactive","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjUyODQzOTk2Mzk4Njk0NjU=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How Do Call-and-Response Games Help Strengthen Auditory Memory?","pin_image_signature":"5b456a8464a38b990afa57bb1115170e","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357971716"},"pages_preview":[{"blocks":[{"tracking_id":"5425280615150829624","image_signature":"5b456a8464a38b990afa57bb1115170e","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425284399639869465","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425280615150829624","image_signature":"5b456a8464a38b990afa57bb1115170e","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk2NDY4Mw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Speaking Confidently","Learning A New Language","Improve Communication Skills","Learn Faster","Interactive Lessons","New Language","Effective Learning","Speaking Skills","Improve Communication"],"shopping_klp_urls":["/shopping/luxury-gold-plated-charm-necklace-with-detachable-pendant/932690065396/","/shopping/luxury-flap-bag-with-detachable-strap/949887855261/","/shopping/blue-maxi-length-gown-for-reception/919668449359/","/shopping/black-relaxed-fit-t-shirt-for-game-day/899008410095/","/shopping/fitted-footless-knee-high-socks/918226825780/"],"annotations_with_links":{"Speaking Confidently":{"url":"/ideas/speaking-confidently/918796218640/","name":"Speaking Confidently"},"Learning A New Language":{"url":"/shopping/learning-a-new-language/960650879469/","name":"Learning A New Language"},"Improve Communication Skills":{"url":"/ideas/improve-communication-skills/955280245951/","name":"Improve Communication Skills"},"Learn Faster":{"url":"/ideas/learn-faster/907575901517/","name":"Learn Faster"},"Interactive Lessons":{"url":"/ideas/interactive-lessons/924707607692/","name":"Interactive Lessons"},"New Language":{"url":"/ideas/new-language/957739673196/","name":"New Language"},"Effective Learning":{"url":"/ideas/effective-learning/941389333252/","name":"Effective Learning"},"Speaking Skills":{"url":"/ideas/speaking-skills/956731907083/","name":"Speaking Skills"},"Improve Communication":{"url":"/ideas/improve-communication/923198947745/","name":"Improve Communication"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person sitting in front of a laptop computer on top of a desk with sticky notes","image_signature":"fa43eb897b0742b7566551c051455c33","sponsorship":null,"grid_title":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Thu, 17 Apr 2025 03:20:02 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-do-native-malayalam-tutors-improve-your-speaking-confidence-key-benefits-explained/","link":"https://www.eduqia.com/en/how-do-native-malayalam-tutors-improve-your-speaking-confidence-key-benefits-explained/","is_eligible_for_related_products":false,"auto_alt_text":"a person sitting in front of a laptop computer on top of a desk with sticky notes","id":"346425396357964683","story_pin_data_id":"5425090752279534172","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357964683/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/fa/43/eb/fa43eb897b0742b7566551c051455c33.jpg"}},"seo_title":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained in 2025 | Tutor, Learn faster, Learn a new language","shopping_flags":[],"dominant_color":"#8b8459","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Learning a new language can be challenging but also rewarding, particularly when it comes to speaking confidently. Working with native Malayalam tutors offers a boost in speaking skills by providing personalized lessons tailored to your needs. These tutors focus on improving your confidence through structured learning and real-life practice. When you learn faster with a …\nThe post How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained appeared first on E...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"020f35058e7a8a38e707c98374a989de","display_name":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-do-native-malayalam-tutors-improve-your-speaking-confidence-key-benefits-explained/","display_description":"Learning a new language can be challenging but also rewarding, particularly when it comes to speaking confidently. Working with native Malayalam tutors","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjUwOTA3NTIyNzk1MzQxNzI=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How Do Native Malayalam Tutors Improve Your Speaking Confidence: Key Benefits Explained","pin_image_signature":"fa43eb897b0742b7566551c051455c33","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357964683"},"pages_preview":[{"blocks":[{"tracking_id":"5425090743947552457","image_signature":"fa43eb897b0742b7566551c051455c33","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5425090752279534172","page_count":1,"pages":[{"blocks":[{"tracking_id":"5425090743947552457","image_signature":"fa43eb897b0742b7566551c051455c33","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk0NzY4NQ==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Feel Stuck","Learning Tips","Feeling Stuck","Programming","University","Education","Feelings"],"shopping_klp_urls":["/shopping/affordable-tote-box-bag-for-vacation/933227969898/","/shopping/sports-chunky-sneakers-with-air-max-cushioning/931097455020/","/shopping/summer-gift-woven-clutch/915068961029/"],"annotations_with_links":{"Feel Stuck":{"url":"/ideas/feel-stuck/929840498186/","name":"Feel Stuck"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Feeling Stuck":{"url":"/ideas/feeling-stuck/911668266736/","name":"Feeling Stuck"},"Programming":{"url":"/ideas/programming/949133422105/","name":"Programming"},"University":{"url":"/ideas/university/954026472888/","name":"University"},"Education":{"url":"/ideas/education/922134410098/","name":"Education"},"Feelings":{"url":"/ideas/feelings/941868727046/","name":"Feelings"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"Choosing the right university program can feel overwhelming. With so many institutions, formats, and requirements to sift through, it’s easy to feel stuck before you even begin. You might have clear goals, but figuring out which university program aligns with those goals isn’t always straightforward. In some states, the decision can be even harder due …\nThe post How to Choose the Right University Program Without Getting Overwhelmed appeared first on Eduqia - EduTech, Learning Tips, Care... ","image_signature":"7e596a556ab4b0161172252598ba2e14","sponsorship":null,"grid_title":"How to Choose the Right University Program Without Getting Overwhelmed","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Tue, 15 Apr 2025 03:41:09 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/how-to-choose-the-right-university-program-without-getting-overwhelmed/","link":"https://www.eduqia.com/en/how-to-choose-the-right-university-program-without-getting-overwhelmed/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396357947685","story_pin_data_id":"5424731019452409210","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357947685/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/7e/59/6a/7e596a556ab4b0161172252598ba2e14.jpg"}},"seo_title":"Pin on Eduqia","shopping_flags":[],"dominant_color":"#b5af81","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Choosing the right university program can feel overwhelming. With so many institutions, formats, and requirements to sift through, it’s easy to feel stuck before you even begin. You might have clear goals, but figuring out which university program aligns with those goals isn’t always straightforward. In some states, the decision can be even harder due …\nThe post How to Choose the Right University Program Without Getting Overwhelmed appeared first on Eduqia - EduTech, Learning Tips, Care...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"dd85a4560bd81e4f01c405df366c47af","display_name":"How to Choose the Right University Program Without Getting Overwhelmed","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/how-to-choose-the-right-university-program-without-getting-overwhelmed/","display_description":"Choosing the right university program can feel overwhelming. With so many institutions, formats, and requirements to sift through, it’s easy to feel stuck","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjQ3MzEwMTk0NTI0MDkyMTA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"How to Choose the Right University Program Without Getting Overwhelmed","pin_image_signature":"7e596a556ab4b0161172252598ba2e14","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357947685"},"pages_preview":[{"blocks":[{"tracking_id":"5424728362952220870","image_signature":"7e596a556ab4b0161172252598ba2e14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5424731019452409210","page_count":1,"pages":[{"blocks":[{"tracking_id":"5424728362952220870","image_signature":"7e596a556ab4b0161172252598ba2e14","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzk0NzY4NA==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Heat Exhaustion","Anti Nausea","Loss Of Balance","Feeling Dizzy","Motion Sickness","Low Blood Pressure","Chronic Migraines","Learning Tips","Chest Pain"],"shopping_klp_urls":null,"annotations_with_links":{"Heat Exhaustion":{"url":"/ideas/heat-exhaustion/951762932398/","name":"Heat Exhaustion"},"Anti Nausea":{"url":"/ideas/anti-nausea/900324181667/","name":"Anti Nausea"},"Loss Of Balance":{"url":"/ideas/loss-of-balance/958478896473/","name":"Loss Of Balance"},"Feeling Dizzy":{"url":"/ideas/feeling-dizzy/939809758512/","name":"Feeling Dizzy"},"Motion Sickness":{"url":"/ideas/motion-sickness/921814808738/","name":"Motion Sickness"},"Low Blood Pressure":{"url":"/ideas/low-blood-pressure/911931969504/","name":"Low Blood Pressure"},"Chronic Migraines":{"url":"/ideas/chronic-migraines/929880744630/","name":"Chronic Migraines"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Chest Pain":{"url":"/ideas/chest-pain/900071953974/","name":"Chest Pain"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"It starts small. Maybe a little yawning. A subtle wave of discomfort. Then boom nausea, dizziness, maybe even a desperate scramble for a sick bag. If you’re one of the millions who suffer from motion sickness, you know it’s not just “a little car sickness.” It’s a full-on sensory rebellion. And if you’re trying to …\nThe post Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education. ","image_signature":"16cae264322af68d3c6dff75df20ff65","sponsorship":null,"grid_title":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Tue, 15 Apr 2025 03:41:08 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/addressing-motion-sickness-effective-anti-nausea-strategies-for-travelers/","link":"https://www.eduqia.com/en/addressing-motion-sickness-effective-anti-nausea-strategies-for-travelers/","is_eligible_for_related_products":false,"auto_alt_text":null,"id":"346425396357947684","story_pin_data_id":"5424731018290574678","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357947684/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/16/ca/e2/16cae264322af68d3c6dff75df20ff65.jpg"}},"seo_title":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers in 2025 | Anti nausea, Blood pressure medications, Reasons for dizziness","shopping_flags":[],"dominant_color":"#dddcdc","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"It starts small. Maybe a little yawning. A subtle wave of discomfort. Then boom nausea, dizziness, maybe even a desperate scramble for a sick bag. If you’re one of the millions who suffer from motion sickness, you know it’s not just “a little car sickness.” It’s a full-on sensory rebellion. And if you’re trying to …\nThe post Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"57e4fb54e601854d26d694f3023d4287","display_name":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/addressing-motion-sickness-effective-anti-nausea-strategies-for-travelers/","display_description":"It starts small. Maybe a little yawning. A subtle wave of discomfort. Then boom nausea, dizziness, maybe even a desperate scramble for a sick bag. If","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjQ3MzEwMTgyOTA1NzQ2Nzg=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Addressing Motion Sickness: Effective Anti Nausea Strategies for Travelers","pin_image_signature":"16cae264322af68d3c6dff75df20ff65","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357947684"},"pages_preview":[{"blocks":[{"tracking_id":"5424728358787265850","image_signature":"16cae264322af68d3c6dff75df20ff65","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5424731018290574678","page_count":1,"pages":[{"blocks":[{"tracking_id":"5424728358787265850","image_signature":"16cae264322af68d3c6dff75df20ff65","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1NzkxNzEzNg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Buyer Journey","Effective Marketing Strategies","Digital Marketing Trends","Customer Behaviour","Digital Tools","Digital Trends","Like Instagram","Content Strategy","Digital Transformation"],"shopping_klp_urls":null,"annotations_with_links":{"Buyer Journey":{"url":"/ideas/buyer-journey/919551432739/","name":"Buyer Journey"},"Effective Marketing Strategies":{"url":"/ideas/effective-marketing-strategies/897942210714/","name":"Effective Marketing Strategies"},"Digital Marketing Trends":{"url":"/ideas/digital-marketing-trends/930052718186/","name":"Digital Marketing Trends"},"Customer Behaviour":{"url":"/ideas/customer-behaviour/915107338127/","name":"Customer Behaviour"},"Digital Tools":{"url":"/ideas/digital-tools/906054833872/","name":"Digital Tools"},"Digital Trends":{"url":"/ideas/digital-trends/930942344119/","name":"Digital Trends"},"Like Instagram":{"url":"/ideas/like-instagram/932256977882/","name":"Like Instagram"},"Content Strategy":{"url":"/ideas/content-strategy/921948471097/","name":"Content Strategy"},"Digital Transformation":{"url":"/ideas/digital-transformation/920503689811/","name":"Digital Transformation"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person typing on a laptop with the words 205 trend's in front of them","image_signature":"b59c661b5175032acbdcc2c59fe46679","sponsorship":null,"grid_title":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 11 Apr 2025 03:21:01 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/digital-trends-in-indonesia-from-social-media-to-online-entertainment-platforms/","link":"https://www.eduqia.com/en/digital-trends-in-indonesia-from-social-media-to-online-entertainment-platforms/","is_eligible_for_related_products":false,"auto_alt_text":"a person typing on a laptop with the words 205 trend's in front of them","id":"346425396357917136","story_pin_data_id":"5424003713031266821","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357917136/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/b5/9c/66/b59c661b5175032acbdcc2c59fe46679.jpg"}},"seo_title":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms in 2025 | Digital marketing trends, Marketing trends, Digital marketing","shopping_flags":[],"dominant_color":"#071b25","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Indonesia has experienced a significant digital transformation in recent years. With increasing internet accessibility and smartphone usage, more people are integrating digital tools into their daily lives. These shifts have reshaped communication, commerce, education, and entertainment across the country. Social Media Remains a Major Influence Indonesia is home to one of the largest social media …\nThe post Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"73d19a262adcd4d3c6e753fa6453842a","display_name":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/digital-trends-in-indonesia-from-social-media-to-online-entertainment-platforms/","display_description":"Indonesia has experienced a significant digital transformation in recent years. With increasing internet accessibility and smartphone usage, more people","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjQwMDM3MTMwMzEyNjY4MjE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Digital Trends in Indonesia: From Social Media to Online Entertainment Platforms","pin_image_signature":"b59c661b5175032acbdcc2c59fe46679","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357917136"},"pages_preview":[{"blocks":[{"tracking_id":"5424003682419138097","image_signature":"b59c661b5175032acbdcc2c59fe46679","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5424003713031266821","page_count":1,"pages":[{"blocks":[{"tracking_id":"5424003682419138097","image_signature":"b59c661b5175032acbdcc2c59fe46679","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzg5MzIwMg==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Learning Outcomes","Learning Tips","Digital Literacy","School Leader","Flipped Classroom","Learning Methods","Collaborative Learning","Project Based Learning","Literacy Skills"],"shopping_klp_urls":["/shopping/silver-pearl-stretch-bracelet-gift/907523668459/","/shopping/festive-temple-jewelry-jhumkas/956335260764/","/shopping/classic-rectangular-amethyst-ring/948224296441/","/shopping/cheap-party-sandals-with-spikes/922570910688/","/shopping/summer-vacation-bags-with-top-handle/945567891203/","/shopping/summer-mini-dress-with-lace-trim-as-beach-cover-up/897168931518/","/shopping/luxury-top-handle-travel-bag-with-leather-trim/950071777000/"],"annotations_with_links":{"Learning Outcomes":{"url":"/ideas/learning-outcomes/921413438888/","name":"Learning Outcomes"},"Learning Tips":{"url":"/ideas/learning-tips/956820303434/","name":"Learning Tips"},"Digital Literacy":{"url":"/ideas/digital-literacy/900871391592/","name":"Digital Literacy"},"School Leader":{"url":"/ideas/school-leader/928891687843/","name":"School Leader"},"Flipped Classroom":{"url":"/ideas/flipped-classroom/957542656490/","name":"Flipped Classroom"},"Learning Methods":{"url":"/ideas/learning-methods/923532766037/","name":"Learning Methods"},"Collaborative Learning":{"url":"/ideas/collaborative-learning/951490675335/","name":"Collaborative Learning"},"Project Based Learning":{"url":"/ideas/project-based-learning/957536082262/","name":"Project Based Learning"},"Literacy Skills":{"url":"/ideas/literacy-skills/902334753581/","name":"Literacy Skills"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"there is a yellow sign that says classroom 10x next to some school supplies and pencils","image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","sponsorship":null,"grid_title":"Classroom 10X: The Future of Learning Starts Now","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Tue, 08 Apr 2025 03:25:09 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/classroom-10x/","link":"https://www.eduqia.com/en/classroom-10x/","is_eligible_for_related_products":false,"auto_alt_text":"there is a yellow sign that says classroom 10x next to some school supplies and pencils","id":"346425396357893202","story_pin_data_id":"5423460647369226202","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357893202/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/8b/57/7c/8b577c3f5dca45a5bac422a2353f4cd4.jpg"}},"seo_title":"Classroom 10X: The Future of Learning Starts Now in 2025 | Classroom, What is classroom, Online education","shopping_flags":[],"dominant_color":"#c1bf9d","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"Imagine walking into a classroom where every student is actively engaged, technology works seamlessly to support learning, and the teacher acts as a guide and innovator rather than a lecturer. This isn’t a far-off dream it’s the foundation of the Classroom 10X movement. What is Classroom 10X? Classroom 10X is a transformative approach to education …\nThe post Classroom 10X: The Future of Learning Starts Now appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education.","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"72d202bcd47c45c0a5339cc6135c30d1","display_name":"Classroom 10X: The Future of Learning Starts Now","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/classroom-10x/","display_description":"Imagine walking into a classroom where every student is actively engaged, technology works seamlessly to support learning, and the teacher acts as a guide","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjM0NjA2NDczNjkyMjYyMDI=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Classroom 10X: The Future of Learning Starts Now","pin_image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357893202"},"pages_preview":[{"blocks":[{"tracking_id":"5423459957773218066","image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5423460647369226202","page_count":1,"pages":[{"blocks":[{"tracking_id":"5423459957773218066","image_signature":"8b577c3f5dca45a5bac422a2353f4cd4","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1NzgzMTY3Nw==","domain":"eduqia.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Notes To Parents","Progress Monitoring","Struggling Students","12th Grade","Interactive Lessons","Learning Platform","Learning Materials","Multiplication For Kids","After School Program"],"shopping_klp_urls":["/shopping/retro-tops-with-button-closure-for-daywear/928186135839/","/shopping/antique-rectangular-necklace-for-gift/960702696089/","/shopping/flowy-casual-skirt-with-ruffle-hem/939489047211/","/shopping/business-monk-strap-shoes-with-moc-toe/955588976021/","/shopping/traditional-red-gemstone-jewelry-sets/916819677157/","/shopping/traditional-gota-work-bridal-necklace-for-puja/917979455024/"],"annotations_with_links":{"Notes To Parents":{"url":"/ideas/notes-to-parents/931753079496/","name":"Notes To Parents"},"Progress Monitoring":{"url":"/ideas/progress-monitoring/902420520206/","name":"Progress Monitoring"},"Struggling Students":{"url":"/ideas/struggling-students/950697381389/","name":"Struggling Students"},"12th Grade":{"url":"/ideas/12th-grade/953323782772/","name":"12th Grade"},"Interactive Lessons":{"url":"/ideas/interactive-lessons/924707607692/","name":"Interactive Lessons"},"Learning Platform":{"url":"/ideas/learning-platform/899834106028/","name":"Learning Platform"},"Learning Materials":{"url":"/ideas/learning-materials/934769733055/","name":"Learning Materials"},"Multiplication For Kids":{"url":"/ideas/multiplication-for-kids/916068495151/","name":"Multiplication For Kids"},"After School Program":{"url":"/ideas/after-school-program/902044325029/","name":"After School Program"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"two people sitting at a table with notebooks and papers in front of them that read time - learning","image_signature":"c2a411f88eca471b3048cc829e588d93","sponsorship":null,"grid_title":"Time4Learning: A Comprehensive Solution for Modern Education","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NDc3MDQz","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026477043_board_thumbnail_2025-05-09-03-20-30_21461_60.jpg","type":"board","name":"Eduqia","id":"346425465026477043","url":"/sobitech/eduqia/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Mon, 31 Mar 2025 03:19:50 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.eduqia.com/en/time4learning/","link":"https://www.eduqia.com/en/time4learning/","is_eligible_for_related_products":false,"auto_alt_text":"two people sitting at a table with notebooks and papers in front of them that read time - learning","id":"346425396357831677","story_pin_data_id":"5422010427024401767","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357831677/","product_pin_data":null,"images":{"170x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"},"236x":{"width":236,"height":142,"url":"https://i.pinimg.com/236x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"},"474x":{"width":474,"height":285,"url":"https://i.pinimg.com/474x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"},"736x":{"width":736,"height":443,"url":"https://i.pinimg.com/736x/c2/a4/11/c2a411f88eca471b3048cc829e588d93.jpg"}},"seo_title":"Time4Learning: A Comprehensive Solution for Modern Education in 2025 | Interactive lessons, Education, Auditory learning","shopping_flags":[],"dominant_color":"#ccbcbc","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"The educational landscape has evolved significantly over the years, with technology redefining how students access knowledge and interact with learning materials. Among the most notable advancements is Time4Learning, a robust. Web-based learning platform that offers a modern and effective approach to education. Designed for Pre-K through 12th-grade students, Time4Learning has become a trusted choice for …\nThe post Time4Learning: A Comprehensive Solution for Modern Education appeared fir...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"Eduqia - EduTech, Learning Tips, Career, Skills, Online Education","id":"009c93322ba5c3c697e213680077af6b","display_name":"Time4Learning: A Comprehensive Solution for Modern Education","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.eduqia.com/en/time4learning/","display_description":"The educational landscape has evolved significantly over the years, with technology redefining how students access knowledge and interact with learning","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjIwMTA0MjcwMjQ0MDE3Njc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Time4Learning: A Comprehensive Solution for Modern Education","pin_image_signature":"c2a411f88eca471b3048cc829e588d93","canvas_aspect_ratio":1.6595744680851063,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357831677"},"pages_preview":[{"blocks":[{"tracking_id":"5422010400518498597","image_signature":"c2a411f88eca471b3048cc829e588d93","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5422010427024401767","page_count":1,"pages":[{"blocks":[{"tracking_id":"5422010400518498597","image_signature":"c2a411f88eca471b3048cc829e588d93","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0Ng==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Healthy Cooking Oil","Healthy Cooking Oils","Baked Avocado","Cooking Oils","Rice Bran","Health Conscious","Healthy Oils","Rice Bran Oil","Daily Diet"],"shopping_klp_urls":["/shopping/winter-streetwear-hoodie-with-funnel-neck/948587810419/","/shopping/comfortable-fitted-yoga-pants-for-fall/909807479013/","/shopping/functional-high-top-sneakers-with-air-cushioning-for-sports/954162211263/"],"annotations_with_links":{"Healthy Cooking Oil":{"url":"/ideas/healthy-cooking-oil/907147583546/","name":"Healthy Cooking Oil"},"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Baked Avocado":{"url":"/ideas/baked-avocado/950772510224/","name":"Baked Avocado"},"Cooking Oils":{"url":"/ideas/cooking-oils/930206954763/","name":"Cooking Oils"},"Rice Bran":{"url":"/ideas/rice-bran/919247780796/","name":"Rice Bran"},"Health Conscious":{"url":"/ideas/health-conscious/926760722939/","name":"Health Conscious"},"Healthy Oils":{"url":"/ideas/healthy-oils/959226695728/","name":"Healthy Oils"},"Rice Bran Oil":{"url":"/ideas/rice-bran-oil/925260475640/","name":"Rice Bran Oil"},"Daily Diet":{"url":"/ideas/daily-diet/941179246863/","name":"Daily Diet"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"two vases filled with wheat sitting on top of a table","image_signature":"2be753e85829e090052eba108d2ce1e3","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:54 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"two vases filled with wheat sitting on top of a table","id":"346425396357750946","story_pin_data_id":"5420198747355278747","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750946/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"},"474x":{"width":474,"height":316,"url":"https://i.pinimg.com/474x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"},"736x":{"width":736,"height":490,"url":"https://i.pinimg.com/736x/2b/e7/53/2be753e85829e090052eba108d2ce1e3.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Healthy cooking oils, Healthy cooking, Rice bran oil","shopping_flags":[],"dominant_color":"#bfa863","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDczNTUyNzg3NDc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"2be753e85829e090052eba108d2ce1e3","canvas_aspect_ratio":1.4989939637826961,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750946"},"pages_preview":[{"blocks":[{"tracking_id":"5420198718146142812","image_signature":"2be753e85829e090052eba108d2ce1e3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198747355278747","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198718146142812","image_signature":"2be753e85829e090052eba108d2ce1e3","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0NQ==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":"/pin/rice-bran-oil-market-size-and-growth-emerging-trends-and-forecast-to-2028--1000432504701647323/","canonical_pin":{"id":"1000432504701647323"},"visual_annotation":["Healthy Cooking Oils","Carbon Steel Pan","Making Ghee","Baked Avocado","Best Butter","Cooking Oils","Rice Bran","Edible Oil","Fast Food Chains"],"shopping_klp_urls":null,"annotations_with_links":{"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Carbon Steel Pan":{"url":"/ideas/carbon-steel-pan/921039929526/","name":"Carbon Steel Pan"},"Making Ghee":{"url":"/ideas/making-ghee/934797534276/","name":"Making Ghee"},"Baked Avocado":{"url":"/ideas/baked-avocado/950772510224/","name":"Baked Avocado"},"Best Butter":{"url":"/ideas/best-butter/946647411975/","name":"Best Butter"},"Cooking Oils":{"url":"/ideas/cooking-oils/930206954763/","name":"Cooking Oils"},"Rice Bran":{"url":"/ideas/rice-bran/919247780796/","name":"Rice Bran"},"Edible Oil":{"url":"/ideas/edible-oil/952353836208/","name":"Edible Oil"},"Fast Food Chains":{"url":"/ideas/fast-food-chains/946298182751/","name":"Fast Food Chains"}},"seo_canonical_domain":"in.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a glass bottle filled with oil sitting on top of a piece of wood next to ears of wheat","image_signature":"fa19d3e6181cb9dc50439511e41e87c6","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:53 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"a glass bottle filled with oil sitting on top of a piece of wood next to ears of wheat","id":"346425396357750945","story_pin_data_id":"5420198748003287830","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750945/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"},"474x":{"width":474,"height":316,"url":"https://i.pinimg.com/474x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"},"736x":{"width":736,"height":490,"url":"https://i.pinimg.com/736x/fa/19/d3/fa19d3e6181cb9dc50439511e41e87c6.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Healthy cooking oils, Rice bran oil, Best oils","shopping_flags":[],"dominant_color":"#744d2b","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDgwMDMyODc4MzA=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"fa19d3e6181cb9dc50439511e41e87c6","canvas_aspect_ratio":1.4990925589836661,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750945"},"pages_preview":[{"blocks":[{"tracking_id":"5420198716701196965","image_signature":"fa19d3e6181cb9dc50439511e41e87c6","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198748003287830","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198716701196965","image_signature":"fa19d3e6181cb9dc50439511e41e87c6","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0Mw==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":null,"canonical_pin":null,"visual_annotation":["Healthy Cooking Oil","Healthy Cooking Oils","Baked Avocado","Cooking Oils","Rice Bran","Health Conscious","Healthy Oils","Rice Bran Oil","Daily Diet"],"shopping_klp_urls":["/shopping/luxury-cotton-anarkali-set-for-diwali/925989884155/","/shopping/spring-feminine-a-line-tea-length-dress/905815173216/","/shopping/faded-long-sleeve-relaxed-fit-sweatshirt/917949867526/","/shopping/winter-nylon-puffer-jacket-with-ribbed-cuffs/922458773537/","/shopping/macy's-cubic-zirconia-round-cut-earrings/934501100830/"],"annotations_with_links":{"Healthy Cooking Oil":{"url":"/ideas/healthy-cooking-oil/907147583546/","name":"Healthy Cooking Oil"},"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Baked Avocado":{"url":"/ideas/baked-avocado/950772510224/","name":"Baked Avocado"},"Cooking Oils":{"url":"/ideas/cooking-oils/930206954763/","name":"Cooking Oils"},"Rice Bran":{"url":"/ideas/rice-bran/919247780796/","name":"Rice Bran"},"Health Conscious":{"url":"/ideas/health-conscious/926760722939/","name":"Health Conscious"},"Healthy Oils":{"url":"/ideas/healthy-oils/959226695728/","name":"Healthy Oils"},"Rice Bran Oil":{"url":"/ideas/rice-bran-oil/925260475640/","name":"Rice Bran Oil"},"Daily Diet":{"url":"/ideas/daily-diet/941179246863/","name":"Daily Diet"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"a person cooking salmon in a frying pan","image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:52 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"a person cooking salmon in a frying pan","id":"346425396357750943","story_pin_data_id":"5420198747028109627","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750943/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"},"474x":{"width":474,"height":316,"url":"https://i.pinimg.com/474x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"},"736x":{"width":731,"height":488,"url":"https://i.pinimg.com/736x/5d/f4/f2/5df4f2bea1d930b490aa1cd5de8ba30f.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Healthy cooking oils, Healthy cooking, Cooking","shopping_flags":[],"dominant_color":"#656061","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDcwMjgxMDk2Mjc=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","canvas_aspect_ratio":1.4979508196721312,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750943"},"pages_preview":[{"blocks":[{"tracking_id":"5420198711175212647","image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198747028109627","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198711175212647","image_signature":"5df4f2bea1d930b490aa1cd5de8ba30f","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null},{"node_id":"UGluOjM0NjQyNTM5NjM1Nzc1MDk0Mg==","domain":"globalhealthmag.com","reaction_counts":{},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAlQsABwAAAApuZ2FwaS9wcm9kAA","campaign_id":null,"promoted_lead_form":null,"is_eligible_for_web_closeup":false,"pin_join":{"seo_canonical_url":"/pin/korean-fried-chicken-recipe--437623288812085598/","canonical_pin":{"id":"437623288812085598"},"visual_annotation":["Korean Fried Chicken Recipe","Wonton Dumplings","Garlic Fried Chicken","Korean Bbq Chicken","Fried Chicken Restaurant","Seonkyoung Longest","Healthy Cooking Oils","Chicken Recipes Video","Korean Chicken"],"shopping_klp_urls":null,"annotations_with_links":{"Korean Fried Chicken Recipe":{"url":"/ideas/korean-fried-chicken-recipe/934851960437/","name":"Korean Fried Chicken Recipe"},"Wonton Dumplings":{"url":"/ideas/wonton-dumplings/910428249597/","name":"Wonton Dumplings"},"Garlic Fried Chicken":{"url":"/ideas/garlic-fried-chicken/924283194809/","name":"Garlic Fried Chicken"},"Korean Bbq Chicken":{"url":"/ideas/korean-bbq-chicken/930233656565/","name":"Korean Bbq Chicken"},"Fried Chicken Restaurant":{"url":"/ideas/fried-chicken-restaurant/918547689660/","name":"Fried Chicken Restaurant"},"Seonkyoung Longest":{"url":"/ideas/seonkyoung-longest/926085398700/","name":"Seonkyoung Longest"},"Healthy Cooking Oils":{"url":"/ideas/healthy-cooking-oils/922323764390/","name":"Healthy Cooking Oils"},"Chicken Recipes Video":{"url":"/ideas/chicken-recipes-video/928584497711/","name":"Chicken Recipes Video"},"Korean Chicken":{"url":"/ideas/korean-chicken/948215713490/","name":"Korean Chicken"}},"seo_canonical_domain":"www.pinterest.com"},"alt_text":null,"recommendation_reason":null,"ad_match_reason":0,"image_crop":{"min_y":0,"max_y":1},"is_stale_product":false,"should_open_in_stream":false,"seo_alt_text":"two chopsticks sticking out of some food in a skillet on the stove","image_signature":"9fd8c575bef3704dd2facff2e7419c1d","sponsorship":null,"grid_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","videos":null,"board":{"node_id":"Qm9hcmQ6MzQ2NDI1NDY1MDI2NjAxMDM4","image_thumbnail_url":"https://i.pinimg.com/upload/346425465026601038_board_thumbnail_2025-05-05-03-21-42_55816_60.jpg","type":"board","name":"globalhealthmag","id":"346425465026601038","url":"/sobitech/globalhealthmag/","privacy":"public"},"pinner":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"insertion_id":null,"created_at":"Fri, 21 Mar 2025 03:21:51 +0000","is_downstream_promotion":false,"promoted_is_removable":false,"video_status_message":null,"type":"pin","tracked_link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","link":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","is_eligible_for_related_products":false,"auto_alt_text":"two chopsticks sticking out of some food in a skillet on the stove","id":"346425396357750942","story_pin_data_id":"5420198744146633581","promoter":null,"call_to_action_text":null,"seo_noindex_reason":null,"source_interest":null,"promoted_is_lead_ad":false,"attribution":null,"has_required_attribution_provider":false,"seo_url":"/pin/346425396357750942/","product_pin_data":null,"images":{"170x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"},"236x":{"width":236,"height":157,"url":"https://i.pinimg.com/236x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"},"474x":{"width":474,"height":315,"url":"https://i.pinimg.com/474x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"},"736x":{"width":736,"height":490,"url":"https://i.pinimg.com/736x/9f/d8/c5/9fd8c575bef3704dd2facff2e7419c1d.jpg"}},"seo_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco in 2025 | Korean fried chicken, Fried chicken, Recipes","shopping_flags":[],"dominant_color":"#a07443","embed":null,"native_creator":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","full_name":"Sobi Tech","type":"user","username":"sobitech","is_ads_only_profile":false,"id":"346425533745111558","image_small_url":"https://i.pinimg.com/30x30_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","ads_only_profile_site":null,"explicitly_followed_by_me":false},"description":"In today’s pursuit of a healthy lifestyle, Costco has become a haven for health-conscious consumers seeking quality food products. Recently, Ricevita Rice Bran Oil has quietly gained popularity on Costco’s shelves, becoming the new favorite for healthy cooking oils. This is not just a passing trend but possibly a significant step towards healthier cooking choices. [...]\nThe post Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco appeared first on GlobalHealt...","is_eligible_for_pdp":false,"digital_media_source_type":null,"product_metadata":null,"is_oos_product":false,"is_eligible_for_aggregated_comments":true,"rich_summary":{"type":"richpingriddata","site_name":"GlobalHealth Magazine","id":"2ec418497ae27aec405de19ed2edca61","display_name":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","actions":[],"favicon_images":{"orig":"https://s.pinimg.com/images/default_rich_pin_favicon.png"},"type_name":"article","url":"https://www.globalhealthmag.com/en/ricevita-rice-bran-oil-leading-a-new-healthy-cooking-oil-trend-at-costco/","display_description":"Ricevita Rice Bran Oil has quietly gained popularity on Costco's shelves, becoming the new favorite for healthy cooking oils.","products":[],"apple_touch_icon_images":null,"favicon_link":"https://s.pinimg.com/images/default_rich_pin_favicon.png","apple_touch_icon_link":null},"story_pin_data":{"node_id":"U3RvcnlQaW5EYXRhOjU0MjAxOTg3NDQxNDY2MzM1ODE=","type":"storypindata","metadata":{"template_type":null,"showreel_data":null,"pin_title":"Ricevita Rice Bran Oil: Leading a New Healthy Cooking Oil Trend at Costco","pin_image_signature":"9fd8c575bef3704dd2facff2e7419c1d","canvas_aspect_ratio":1.5009107468123861,"basics":null,"root_user_id":"346425533745111558","is_promotable":true,"is_editable":false,"is_compatible":false,"diy_data":null,"version":"0.16.0","compatible_version":"0.16.0","recipe_data":null,"root_pin_id":"346425396357750942"},"pages_preview":[{"blocks":[{"tracking_id":"5420198710462182774","image_signature":"9fd8c575bef3704dd2facff2e7419c1d","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"static_page_count":1,"has_product_pins":false,"has_affiliate_products":false,"id":"5420198744146633581","page_count":1,"pages":[{"blocks":[{"tracking_id":"5420198710462182774","image_signature":"9fd8c575bef3704dd2facff2e7419c1d","block_style":{"rotation":0,"corner_radius":0,"width":100,"height":100,"y_coord":0,"x_coord":0},"type":"story_pin_image_block","image":null,"text":"","block_type":2}]}],"total_video_duration":0,"is_deleted":false,"last_edited":null},"video_status":null}],"fetching":false,"nextBookmark":"P2MzNDY0MjUzOTYzNTc3NTA5NDIuMTc0MjUyNzMxMSwtMXwyM3wxNDk5NDMwMDM2NjA4NDMzKkdRTCp8NzVhNDJjMzVhOTYyZTY1YmU4NzA2ZDBjNjU3MTMzOWEwMDcxZDc3ZTcwZmVkY2Q3MWI1NjBiMmMwNzY3MjFiMHxORVd8"}}},"scheduledPins":[],"search":{"animated":false,"currentSearch":{"query":"","scope":"pins"},"queries":{},"productFilters":{},"recentSearches":[],"recentPersonalSearches":[],"recommendedSearches":[],"typeaheadCache":{},"pins":{},"visualSearches":{}},"session":{"browser":"Other","browserType":null,"browserVersion":"","canUseNativeApp":false,"debug":false,"facebookToken":"","inviteCode":"","isAuthenticated":false,"isDataSaver":false,"isMobile":false,"isPaidTraffic":false,"isSocialBot":false,"isTablet":false,"origin":"https://www.pinterest.com","requestIdentifier":"1499430036608433","userAgent":"FeedValidator/1.3","userAgentPlatform":"other","userId":"","stage":"prod","seoDebug":false},"settings":{},"stories":{"3965227509342453366":{"aux_fields":{},"expanded_viewport_objects":[],"button_text":null,"objects":[{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM5MA==","image_medium_url":"https://i.pinimg.com/200x/30/80/8a/30808a2e8fd4c16623fc65e2a16466fa.jpg","closeup_unified_description":"Workplace safety is no longer an afterthought. In today’s connected world, any lapse in safety can become a headline within minutes. Employees, consumers, and even investors demand more accountability. Social media platforms have amplified awareness, and people are quick to share their experiences both good and bad. As a result, businesses are under increasing pressure …\nThe post How a Master’s in Public Health Can Help Ensure Workplace Safety appeared first on Eduqia - EduTech, Learnin..."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODE0MzM4OQ==","image_medium_url":"https://i.pinimg.com/200x/fb/4d/6c/fb4d6c0025ffbad0484a9a44cb44e589.jpg","closeup_unified_description":"How to write a respectful and clear email to your teacher is a skill every student should master. Whether you’re asking a question about homework, requesting a deadline extension, or seeking help with a concept, the way you communicate can make a big difference in how your message is received and how your teacher responds. …\nThe post How to Write an Email to a Teacher: A Simple Guide for Students appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEzODI2Ng==","image_medium_url":"https://i.pinimg.com/200x/6b/7b/92/6b7b921cbd342336cbd65b7b3e722612.jpg","closeup_unified_description":"Student loans might not seem urgent while you’re still attending lectures and writing papers, but waiting until graduation to think about them can cost you. Interest keeps adding up while you’re busy with exams and projects. The good news? You don’t have to wait. Starting early even with small steps can ease your future loan …\nThe post Tips for Paying Off Student Debt While in School appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Education."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMw==","image_medium_url":"https://i.pinimg.com/200x/c5/e5/92/c5e5926165b3ebd4c82653de086ef0b3.jpg","closeup_unified_description":"How do we prepare future nurses when the system itself is still healing? The pandemic didn’t just overwhelm hospitals it revealed gaps in how we educate and support nursing students. Clinicals vanished, classes went virtual, and hands-on learning took a backseat. Now, with crisis mode behind us, nursing education is being reimagined. Flexibility, innovation, and …\nThe post The Future of Nursing Education in a Post-Pandemic World appeared first on Eduqia - EduTech, Learning Tips, Career,..."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODEyOTIyMg==","image_medium_url":"https://i.pinimg.com/200x/8f/0b/7f/8f0b7f2415436dae406e8aedd1b2ca54.jpg","closeup_unified_description":"Teaching doesn’t stop at the classroom door. More than ever, educators are making the decision to head back to school themselves. Whether it’s to stay current, explore new teaching methods, or grow into leadership roles, returning to school has become a common and necessary step for today’s teachers. The classroom is changing fast. From new …\nThe post Why More Teachers Are Choosing To Go Back to School? appeared first on Eduqia - EduTech, Learning Tips, Career, Skills, Online Educ..."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODA5Nzk1OQ==","image_medium_url":"https://i.pinimg.com/200x/37/96/1f/37961ffe67c7e7cb1abfc645d229a6f0.jpg","closeup_unified_description":"In today’s fast-paced world, managing weight and maintaining a healthy lifestyle has become more challenging than ever. From limited time for exercise to navigating confusing diet advice, many people are looking for smarter, more effective ways to achieve their health goals. Mochi Health, a telehealth platform that is transforming the way individuals access medical weight [...]\nThe post Mochi Health: A Smarter Way to Take Control of Your Weight appeared first on GlobalHealth Magazine."},{"node_id":"UGluOjM0NjQyNTM5NjM1ODA3NjM2Nw==","image_medium_url":"https://i.pinimg.com/200x/ee/4c/6f/ee4c6fb3322fd3ed34212ab8ca469e62.jpg","closeup_unified_description":"When it comes to quick, hassle-free image editing for schoolwork or educational materials, few tools are as practical and powerful as an online background eraser. This convenient solution allows teachers, students, and content creators to instantly remove image backgrounds no graphic design experience required. It’s a small innovation with a huge impact on how education …\nThe post Creative Classrooms: How an Online Background Eraser Is Revolutionizing Visual Learning appeared first on E..."}],"relationships":{},"custom_properties":{},"type":"story","description":null,"user":null,"experience_extra_context":{},"referring_source":null,"display_options":{"explore_article_display_options":null,"subtitle_text_color":null,"show_simplified_pin":false,"align_image_bottom":false,"shopping_grid_display":null,"display_view_state":null,"title_text_color":null,"pin_display_options":null,"item_column_span":1,"ideas_card_hide_when_offscreen":false,"num_columns_requested":1,"module_header_alignment":null,"tiles_grid_layout":null,"corner_radius":null,"use_plain_text_display_mode":false,"pin_image_ratio":null,"identifier_icon_name":null,"carousel_fade_ends":null,"show_bottom_divider":false,"hide_ui_in_stream":null,"image_only":null,"scale_up":null,"header_display":null,"stacked_card_cover_shade_colors":null,"show_top_divider":false,"board_view_type":null,"item_view_rep_style":null,"hide_education_in_stream":null,"show_content_follow_buttons":null,"allow_pin_height_trimming":null,"content_display":null,"footer_display":null,"show_product_indicator_overlay":null,"show_dismiss_button":null,"extra_spacing_after":0,"board_display_options":null,"action_button_location":null,"has_condensed_header":false,"header_hidden":false,"container_grid_span":null,"carousel_item_spacing":null,"header_font":null,"show_separator":false,"horizontal_full_bleed":false,"extra_spacing_before":0,"hide_search_guides_when_visible":false,"show_follow_buttons":null},"title":{"args_reformatted":[],"text":null,"args":[],"format":"All Pins"},"tracking_params":"CwABAAAAEDE0OTk0MzAwMzY2MDg0MzMGAAMAggA","closeup_id":null,"copy":{},"id":"3965227509342453366","dynamic_insertion_options":{},"experience":null,"bookmarks_for_objects":null,"content_ids":["346425396358143390","346425396358143389","346425396358138266","346425396358129223","346425396358129222","346425396358097959","346425396358076367"],"mapped_display_options":{},"shop_source":null,"action":{"url":"/users/346425533745111558/pins/"},"story_type":"all_pins","slot":0,"item_actions":[],"background_colour":null,"container_type":72,"subtitle":null}},"storyPinData":{},"todayarticles":{},"todayArticles":{},"topics":{},"triedits":{},"ui":{"mainComponent":{"current":null,"locationToErrorMap":{}},"nuxSelectedInterestImages":{"images":[]},"nuxSelectedPinImages":{"images":[]},"nuxProgress":{"step":"welcome"},"postRepinMoreIdeasUpsell":{"recentSaves":[],"recentUpsell":{}}},"users":{"":{"unauth_id":"48afb37876f74fa49d6b449f6ed9d36f","ip_country":"US","ip_region":"VA","id":""},"346425533745111558":{"node_id":"VXNlcjozNDY0MjU1MzM3NDUxMTE1NTg=","pin_count":429,"eligible_profile_tabs":[{"id":"17588866023805","type":"profiletab","tab_type":1,"name":"Created","is_default":false},{"id":"17589329972553","type":"profiletab","tab_type":0,"name":"Saved","is_default":true}],"seo_canonical_domain":"www.pinterest.com","first_name":"Sobi Tech","is_ads_only_profile":false,"type":"user","seo_description":"Sobi Tech | itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com","website_url":"http://www.eduqia.com","image_medium_url":"https://i.pinimg.com/75x75_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","last_pin_save_time":"Sun, 11 May 2025 03:19:54 +0000","partner":{"node_id":"UGFydG5lcjozNDY0MjU1MzM3NDUxMTE1NTg=","profile_place":null,"enable_profile_address":false},"created_at":"Mon, 03 Nov 2014 18:27:35 +0000","board_count":4,"is_verified_merchant":false,"is_private_profile":false,"instagram_data":null,"ads_only_profile_site":null,"impressum_url":null,"seo_noindex_reason":"is_filtered_profile_functional","profile_cover":{"source_id":null,"type":"profilecoversource","images":null,"video":null,"source":"all_user_pins"},"full_name":"Sobi Tech","following_count":8,"is_inspirational_merchant":false,"seo_title":"Sobi Tech (sobitech) - Profile | Pinterest","interest_following_count":8,"indexed":true,"domain_url":"www.eduqia.com","follower_count":27,"is_gco_account":false,"verified_identity":{},"is_partner":true,"id":"346425533745111558","username":"sobitech","about":"itechmagazine.com - eduqia.com - sobitech.com - GlobalHealthMag.com","is_primary_website_verified":true,"image_xlarge_url":"https://i.pinimg.com/280x280_RS/fa/56/6d/fa566d2ce3e4355811df57d58a89227b.jpg","domain_verified":true}},"verifiedMerchants":{"vmpBannerLastDismissedAt":{},"vmpWelcomeBannerDismissCount":{},"vmpCelebrationBannerDismissed":{}},"upsell":{"pinViewCount":0,"pinSaveCount":0,"navigationalModalViewed":false,"showBanner":false,"showSaveModal":false,"attributionLabel":"","pinId":"","showScrollDownUpsell":true,"clickCloseUp":false,"clickContextMenuSaveButton":false,"clickContextMenuDownloadButton":false,"clickFollowButton":false,"followIsIdeaPin":false,"clickCloseUpContextMenuSaveButton":false,"clickFollowingButton":false,"clickFollowersButton":false,"clickCommentComposerUpsell":false,"clickPinLinkUpsell":false,"clickPinLinkCount":0,"clickRelatedPinOpenLinkUpsell":false,"uniqueNavigationalPagesSeen":[],"navigationalPagesUpsellSeen":false,"navigationalContainerPage":""}},"isAppShell":false,"pwaContext":{"pwaType":"unknown","twaType":null},"traceLoggerData":{"trace_id":"71bddf32d002db44","annotations":[{"key":"SERVER_begin","timestamp":1747025440413}],"binary_annotations":[],"client_span_id":"3a44a1cc81a5ee3d","server_span_id":null,"path":"unknown"}}</script><template id="__PWS_INITIAL_PROPS_COMPLETE__"></template></div><script nonce="a0ca790e44b760063d68e9c20b13b9e0">$RC("B:3","S:3")</script><div hidden id="S:1"></div><script nonce="a0ca790e44b760063d68e9c20b13b9e0">$RC("B:1","S:1")</script></body></html><script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[69368,58308,46034,81176]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["locale-en_US-data-js"]}</script><script id="__LAZY_COMPONENT_REQUIRED_CHUNKS__" type="application/json">[4178,33113,76201,29944,65252,74720,15361,13205,87070,42650,73611,53889,69345]</script>