+
+
+ Congratulations on your custom logo!
+
+
+
+
+
+
+
+
+
+
+ Using your files
+
+
+ Here’s a quick breakdown of where and how to use your files:
+
+
+ Online
+
+
+ If you’re using your logo for any digital purpose — from PowerPoint presentations to social media profiles
+ — choose
+ PNG files.
+
+
+ Print
+
+
+ If you’re sending your logo to be printed on business cards, brochures, clothing, and more, provide the
+ printer with a PDF or EPS. If the print is more technical and requires edits from the
+ printer, send vector files (SVG or EPS).
+
+
+
+ Sending to a Designer
+
+
+ If you’re sending your logo to a designer to make changes, use SVG or EPS files unless
+ they request otherwise.
+
+
+
+ Sharing
+
+
+ When sharing a logo file, send a PDF or PNG, as they’re easy-to-read file formats.
+
+
+
+ Resizing
+
+
+ Don’t see all of the file sizes you need? Use this website to adjust the file sizes of your PNG logo.
+
+
+
+ Your Logo Font and Colors
+
+
+
+
Fonts
+
+ Avenir Heavy
+
+
+
+
Colors
+
+
+
+
+ Bright Gray 3
+ #3C4151
+
+
+
+
+ Selective Yellow 1
+ #FFBA00
+
+
+
+
+
+
+ Happy business-building!
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/plastichub-looka/logo/print/eps/Black logo - no background.eps b/assets/plastichub-looka/logo/print/eps/Black logo - no background.eps
new file mode 100644
index 000000000..cd188d8a3
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/eps/Black logo - no background.eps
@@ -0,0 +1,805 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 22.05.0 (http://poppler.freedesktop.org)
+%%Creator: Chromium
+%%LanguageLevel: 3
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 2372 634
+%%HiResBoundingBox: 0 0 2371.9199 633.12
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011, 2022 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ /setpagedevice where {
+ pop 2 dict begin
+ /Policies 1 dict dup begin /PageSize 6 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop
+ } ifelse
+} def
+/pdfSetupPaper {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfOPM false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfPatternCS false def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/opm { dup /pdfOPM exch def
+ /setoverprintmode where{pop setoverprintmode}{pop}ifelse } def
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16L3 {
+ 1 index /CIDFont resourcestatus {
+ pop pop 1 index /CIDFont findresource /CIDFontType known
+ } {
+ false
+ } ifelse
+ {
+ 0 eq { /Identity-H } { /Identity-V } ifelse
+ exch 1 array astore composefont pop
+ } {
+ pdfMakeFont16
+ } ifelse
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+ /pdfOPM where {
+ pop
+ pdfOPM /setoverprintmode where{pop setoverprintmode}{pop}ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+ pop
+ /xyshow2 {
+ dup length array
+ 0 2 2 index length 1 sub {
+ 2 index 1 index 2 copy get 3 1 roll 1 add get
+ pdfTextMat dtransform
+ 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+ } for
+ exch pop
+ xyshow
+ } def
+}{
+ /xyshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval show moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval show moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/cshow where {
+ pop
+ /xycp {
+ 0 3 2 roll
+ {
+ pop pop currentpoint 3 2 roll
+ 1 string dup 0 4 3 roll put false charpath moveto
+ 2 copy get 2 index 2 index 1 add get
+ pdfTextMat dtransform rmoveto
+ 2 add
+ } exch cshow
+ pop pop
+ } def
+}{
+ /xycp {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval false charpath moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval false charpath moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/Tj {
+ fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 4 2 roll
+ pdfTextRender 1 and 0 eq {
+ 2 copy xyshow2
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 3 index 3 index moveto
+ 2 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ xycp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 4 2 roll moveto xycp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ pop pop pop pop
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+ /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+ 2 copy exch length lt {
+ 2 copy get exch 1 add exch
+ } {
+ ()
+ } ifelse
+} def
+/skipEOD {
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfMask {
+ /ReusableStreamDecode filter
+ skipEOD
+ /maskStream exch def
+} def
+/pdfMaskEnd { maskStream closefile } def
+/pdfMaskInit {
+ /maskArray exch def
+ /maskIdx 0 def
+} def
+/pdfMaskSrc {
+ maskIdx maskArray length lt {
+ maskArray maskIdx get
+ /maskIdx maskIdx 1 add def
+ } {
+ ()
+ } ifelse
+} def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul
+ axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add
+ radialCol sc
+ encl {
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 360 0 arcn h f
+ } {
+ 2 copy
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arcn
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arcn h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arc
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arc h f
+ } ifelse
+ } ifelse
+} def
+end
+%%EndResource
+/CIDInit /ProcSet findresource begin
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-H def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-V def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ /WMode 1 def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+end
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 2371.9199 633.12 re
+W
+q
+[0.24 0 0 -0.24 0 633.12] cm
+q
+0 0 9883.333 2634.9304 re
+W*
+q
+[2.223526 0 0 2.223018 -1981.0341 -1821.9349] cm
+/DeviceRGB {} CS
+[0.9725 0.7098 0] SC
+/DeviceRGB {} cs
+[0.9725 0.7098 0] sc
+1313.30005 1890.9 m
+1169.90002 1831.7001 1073.30005 1691.4 1073.30005 1526.30005 c
+1073.30005 1451.5 1092 1379.80005 1129.40002 1320.6001 c
+1163.70007 1311.20007 1201.09998 1308.1001 1238.5 1308.1001 c
+1378.69995 1308.1001 1503.40002 1364.20007 1593.80005 1454.6001 c
+1678 1538.80005 1730.9 1647.80005 1740.3 1772.5001 c
+1715.4 1688.3002 1671.70007 1616.70007 1612.5 1557.50012 c
+1522.09998 1467.1001 1397.5 1411.00012 1257.19995 1411.00012 c
+1247.79993 1411.00012 1238.5 1411.00012 1229.19995 1411.00012 c
+1210.5 1464.00012 1201.19995 1520.1001 1201.19995 1576.20007 c
+1201.19995 1579.30005 l
+1201.09998 1697.7 1244.69995 1806.7 1313.30005 1890.9 c
+h
+f
+1472.19995 1127.30005 m
+1690.3999 1127.30005 1871.1 1304.90002 1871.1 1526.20007 c
+1871.1 1632.20007 1827.5 1728.8 1762 1800.4001 c
+1758.9 1660.2002 1699.7 1535.50012 1609.30005 1442.00012 c
+1512.70007 1348.50012 1381.80005 1289.30017 1238.40002 1289.30017 c
+1207.20007 1289.30017 1173 1292.40015 1144.90002 1298.7002 c
+1216.59998 1195.90002 1335.09998 1127.30005 1472.19995 1127.30005 c
+h
+1241.59998 1248.90002 m
+1275.09998 1251.70007 l
+1279 1252.00012 l
+1413 1261.40015 1540.80005 1317.40015 1637.40002 1414.1001 c
+1715.3 1492.00012 1765.2001 1588.6001 1790.1 1694.6001 c
+1815 1641.6001 1830.6 1585.50012 1830.6 1526.30005 c
+1830.6 1326.80005 1668.5 1167.90002 1472.19995 1167.90002 c
+1388.09998 1167.80005 1307 1195.90002 1241.59998 1248.90002 c
+h
+f
+Q
+q
+[76.117943 0 0 76.100548 2395.657 642.07141] cm
+6.9 5.84 m
+8.2733 5.84 9.3566 6.18 10.15 6.86 c
+10.943399 7.54 11.34 8.520001 11.34 9.8 c
+11.34 11.04 10.94666 12.01 10.16 12.71 c
+9.37334 13.41 8.286699 13.76 6.9 13.76 c
+3.74 13.76 l
+3.74 20 l
+1.819999 20 l
+1.819999 5.84 l
+6.9 5.84 l
+6.9 5.84 l
+h
+6.34 12.08 m
+7.34 12.08 8.0833 11.89664 8.57 11.52998 c
+9.0567 11.16332 9.299999 10.586659 9.299999 9.79998 c
+9.299999 8.27998 8.313339 7.51998 6.339999 7.51998 c
+3.739999 7.51998 l
+3.739999 12.079981 l
+6.339999 12.079981 l
+6.34 12.08 l
+h
+15.16 4.88 m
+15.16 20 l
+13.36 20 l
+13.36 4.88 l
+15.16 4.88 l
+h
+21.82 10.28 m
+23.02 10.28 23.969999 10.55328 24.67 11.099939 c
+25.370001 11.646599 25.74 12.406639 25.780001 13.379939 c
+25.780001 18.459938 l
+25.780001 18.939938 25.806662 19.453278 25.860001 19.999939 c
+24.26 19.999939 l
+24.219999 19.573278 24.200001 19.093279 24.200001 18.559938 c
+24.16 18.559938 l
+23.74666 19.173279 23.27 19.606638 22.73 19.859938 c
+22.189999 20.113237 21.559999 20.239937 20.84 20.239937 c
+19.866661 20.239937 19.0767 19.979937 18.470001 19.459936 c
+17.863302 18.939936 17.560001 18.253237 17.560001 17.399937 c
+17.560001 16.319937 18.013342 15.503237 18.920002 14.949937 c
+19.826662 14.396637 21.106602 14.119937 22.760002 14.119937 c
+24.100002 14.119937 l
+24.100002 13.779937 l
+24.100002 13.139936 23.890003 12.636637 23.470003 12.269937 c
+23.050003 11.903236 22.500004 11.719936 21.820004 11.719936 c
+21.313343 11.719936 20.870003 11.796597 20.490004 11.949936 c
+20.110004 12.103275 19.660004 12.386616 19.140003 12.799956 c
+18.060003 11.679956 l
+19.086704 10.773296 20.340004 10.306657 21.820004 10.279957 c
+21.82 10.28 l
+h
+19.360001 17.26 m
+19.360001 18.286701 20.04002 18.799999 21.400002 18.799999 c
+22.213341 18.799999 22.863302 18.55666 23.350002 18.07 c
+23.836702 17.58334 24.086662 16.879999 24.100002 15.96 c
+24.100002 15.440001 l
+23.080002 15.440001 l
+21.906702 15.440001 20.993402 15.59 20.340002 15.89 c
+19.686602 16.190001 19.360003 16.64666 19.360003 17.26 c
+19.360001 17.26 l
+h
+31.6 10.28 m
+32.32 10.28 32.963299 10.41338 33.529999 10.680039 c
+34.096699 10.946699 34.533298 11.33336 34.84 11.840039 c
+33.439999 12.90004 l
+32.906658 12.273379 32.259998 11.960039 31.499998 11.960039 c
+31.046658 11.960039 30.669998 12.06004 30.369999 12.260039 c
+30.07 12.460039 29.919998 12.713379 29.919998 13.02004 c
+29.919998 13.6867 30.539999 14.140039 31.779999 14.380039 c
+32.993298 14.606699 33.849998 14.94004 34.349998 15.380039 c
+34.849998 15.820039 35.099998 16.446739 35.099998 17.260038 c
+35.099998 18.180038 34.75 18.903339 34.049999 19.430038 c
+33.349998 19.956738 32.4133 20.226698 31.24 20.240038 c
+30.360001 20.240038 29.6367 20.103378 29.07 19.830038 c
+28.5033 19.556698 28.0133 19.133358 27.6 18.560038 c
+28.960001 17.440037 l
+29.68 18.186697 30.446701 18.560038 31.26 18.560038 c
+31.793341 18.560038 32.246681 18.453377 32.619999 18.240038 c
+32.993317 18.026699 33.18 17.733358 33.18 17.360018 c
+33.18 16.706678 32.580002 16.253319 31.380001 16.000017 c
+30.046701 15.733357 29.150002 15.376698 28.690001 14.930018 c
+28.23 14.483337 28 13.906717 28 13.200018 c
+28 12.320018 28.34 11.616718 29.02 11.090018 c
+29.700001 10.563318 30.560001 10.293358 31.6 10.280018 c
+31.6 10.28 l
+h
+39.779999 7.86 m
+39.77998 10.520001 l
+42.359978 10.520001 l
+42.359978 12.08 l
+39.779976 12.08 l
+39.779976 16.639999 l
+39.779976 17.25334 39.866634 17.7267 40.039974 18.059999 c
+40.213314 18.393299 40.579975 18.559999 41.139973 18.559999 c
+41.673313 18.559999 42.099972 18.46666 42.419971 18.279999 c
+42.419971 19.919998 l
+42.073311 20.106659 41.526653 20.213318 40.779972 20.239979 c
+40.059971 20.239979 39.503273 20.129978 39.10997 19.909979 c
+38.716667 19.68998 38.42997 19.38332 38.249969 18.989979 c
+38.069969 18.596638 37.979969 17.979979 37.979969 17.139978 c
+37.979969 12.079979 l
+35.899971 12.079979 l
+35.899971 10.51998 l
+37.979973 10.51998 l
+37.979973 7.85998 l
+39.779972 7.85998 l
+39.779999 7.86 l
+h
+45.740002 5.8 m
+46.100002 5.8 46.410023 5.93002 46.670021 6.19002 c
+46.930019 6.45002 47.06002 6.76002 47.06002 7.12002 c
+47.06002 7.49336 46.926682 7.8067 46.660019 8.06004 c
+46.393356 8.313379 46.0867 8.44004 45.74004 8.44004 c
+45.366699 8.44004 45.05336 8.313379 44.800018 8.06004 c
+44.546677 7.8067 44.420017 7.49336 44.420017 7.120019 c
+44.420017 6.746679 44.553356 6.43334 44.820019 6.179999 c
+45.086681 5.926659 45.393337 5.799999 45.739998 5.799999 c
+45.740002 5.8 l
+h
+46.639999 10.520001 m
+46.639999 20 l
+44.84 20 l
+44.84 10.520001 l
+46.639999 10.520001 l
+h
+54 10.3 m
+55.506699 10.3 56.720001 10.8 57.639999 11.8 c
+56.279999 13.04 l
+55.626659 12.33334 54.84 11.98 53.919998 11.98 c
+53.039997 11.98 52.326698 12.29334 51.779999 12.92 c
+51.233299 13.54666 50.959999 14.3533 50.959999 15.34 c
+50.959999 16.27334 51.246658 17.040001 51.82 17.639999 c
+52.393341 18.239998 53.126701 18.546659 54.02 18.559999 c
+54.96666 18.559999 55.733299 18.206659 56.32 17.5 c
+57.599998 18.780001 l
+56.746658 19.753342 55.5466 20.240002 54 20.240002 c
+52.5467 20.240002 51.3634 19.786661 50.450001 18.880001 c
+49.536602 17.973341 49.0667 16.780001 49.040001 15.300001 c
+49.053341 13.793301 49.523342 12.586601 50.450001 11.680001 c
+51.376659 10.773401 52.560001 10.313301 54 10.300001 c
+54 10.3 l
+h
+61.52 5.84 m
+61.52 11.72 l
+68.860001 11.72 l
+68.860001 5.84 l
+70.779999 5.84 l
+70.779999 20 l
+68.860001 20 l
+68.860001 13.520001 l
+61.52 13.520001 l
+61.52 20 l
+59.599998 20 l
+59.599998 5.84 l
+61.519997 5.84 l
+61.52 5.84 l
+h
+75.760002 10.520001 m
+75.760002 16.200001 l
+75.760002 16.946661 75.956665 17.526701 76.349998 17.940001 c
+76.743332 18.3533 77.266678 18.560001 77.919998 18.560001 c
+78.759995 18.560001 79.409996 18.28334 79.869995 17.730001 c
+80.329994 17.176662 80.559998 16.426701 80.559998 15.480001 c
+80.559998 10.520001 l
+82.360001 10.520001 l
+82.360001 20 l
+80.559998 20 l
+80.559998 18.540001 l
+80.519997 18.540001 l
+80.266655 19.073341 79.853317 19.490002 79.279999 19.790001 c
+78.70668 20.09 78.080002 20.240002 77.400002 20.240002 c
+76.346703 20.240002 75.510002 19.913342 74.889999 19.260002 c
+74.269997 18.606663 73.959999 17.753302 73.959999 16.700003 c
+73.959999 10.520002 l
+75.760002 10.520002 l
+75.760002 10.520001 l
+h
+86.879997 4.88 m
+86.88002 11.88 l
+86.920021 11.88 l
+87.240021 11.386661 87.703362 10.99666 88.31002 10.71 c
+88.916679 10.42334 89.553322 10.28 90.220024 10.28 c
+91.646721 10.28 92.806625 10.75 93.700027 11.69 c
+94.59343 12.629999 95.040024 13.82 95.040024 15.259999 c
+95.040024 16.686699 94.603363 17.8666 93.730026 18.799999 c
+92.856689 19.733398 91.693428 20.213299 90.240028 20.24 c
+89.586685 20.24 88.956726 20.1 88.350029 19.82 c
+87.743332 19.539999 87.266731 19.14666 86.920029 18.639999 c
+86.880028 18.639999 l
+86.880028 20 l
+85.080025 20 l
+85.080025 4.88 l
+86.880028 4.88 l
+86.879997 4.88 l
+h
+86.879997 15.26 m
+86.879997 16.24666 87.163376 17.036701 87.730034 17.630001 c
+88.296692 18.223301 89.053337 18.53334 90.000031 18.560001 c
+90.946693 18.560001 91.703331 18.253342 92.270027 17.640001 c
+92.836723 17.026661 93.120026 16.233301 93.120026 15.260001 c
+93.120026 14.286701 92.840027 13.496701 92.280029 12.890001 c
+91.720032 12.283301 90.953331 11.973341 89.980026 11.960001 c
+89.033363 11.960001 88.280029 12.270001 87.720024 12.890001 c
+87.160019 13.510001 86.880028 14.300001 86.880028 15.260001 c
+86.879997 15.26 l
+h
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF
diff --git a/assets/plastichub-looka/logo/print/eps/Color logo - no background.eps b/assets/plastichub-looka/logo/print/eps/Color logo - no background.eps
new file mode 100644
index 000000000..94a449f77
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/eps/Color logo - no background.eps
@@ -0,0 +1,809 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 22.05.0 (http://poppler.freedesktop.org)
+%%Creator: Chromium
+%%LanguageLevel: 3
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 2372 634
+%%HiResBoundingBox: 0 0 2371.9199 633.12
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011, 2022 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ /setpagedevice where {
+ pop 2 dict begin
+ /Policies 1 dict dup begin /PageSize 6 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop
+ } ifelse
+} def
+/pdfSetupPaper {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfOPM false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfPatternCS false def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/opm { dup /pdfOPM exch def
+ /setoverprintmode where{pop setoverprintmode}{pop}ifelse } def
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16L3 {
+ 1 index /CIDFont resourcestatus {
+ pop pop 1 index /CIDFont findresource /CIDFontType known
+ } {
+ false
+ } ifelse
+ {
+ 0 eq { /Identity-H } { /Identity-V } ifelse
+ exch 1 array astore composefont pop
+ } {
+ pdfMakeFont16
+ } ifelse
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+ /pdfOPM where {
+ pop
+ pdfOPM /setoverprintmode where{pop setoverprintmode}{pop}ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+ pop
+ /xyshow2 {
+ dup length array
+ 0 2 2 index length 1 sub {
+ 2 index 1 index 2 copy get 3 1 roll 1 add get
+ pdfTextMat dtransform
+ 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+ } for
+ exch pop
+ xyshow
+ } def
+}{
+ /xyshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval show moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval show moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/cshow where {
+ pop
+ /xycp {
+ 0 3 2 roll
+ {
+ pop pop currentpoint 3 2 roll
+ 1 string dup 0 4 3 roll put false charpath moveto
+ 2 copy get 2 index 2 index 1 add get
+ pdfTextMat dtransform rmoveto
+ 2 add
+ } exch cshow
+ pop pop
+ } def
+}{
+ /xycp {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval false charpath moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval false charpath moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/Tj {
+ fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 4 2 roll
+ pdfTextRender 1 and 0 eq {
+ 2 copy xyshow2
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 3 index 3 index moveto
+ 2 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ xycp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 4 2 roll moveto xycp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ pop pop pop pop
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+ /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+ 2 copy exch length lt {
+ 2 copy get exch 1 add exch
+ } {
+ ()
+ } ifelse
+} def
+/skipEOD {
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfMask {
+ /ReusableStreamDecode filter
+ skipEOD
+ /maskStream exch def
+} def
+/pdfMaskEnd { maskStream closefile } def
+/pdfMaskInit {
+ /maskArray exch def
+ /maskIdx 0 def
+} def
+/pdfMaskSrc {
+ maskIdx maskArray length lt {
+ maskArray maskIdx get
+ /maskIdx maskIdx 1 add def
+ } {
+ ()
+ } ifelse
+} def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul
+ axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add
+ radialCol sc
+ encl {
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 360 0 arcn h f
+ } {
+ 2 copy
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arcn
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arcn h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arc
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arc h f
+ } ifelse
+ } ifelse
+} def
+end
+%%EndResource
+/CIDInit /ProcSet findresource begin
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-H def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-V def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ /WMode 1 def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+end
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 2371.9199 633.12 re
+W
+q
+[0.24 0 0 -0.24 0 633.12] cm
+q
+0 0 9883.333 2634.9304 re
+W*
+q
+[2.223526 0 0 2.223018 -1981.0341 -1821.9349] cm
+/DeviceRGB {} CS
+[0.9725 0.7098 0] SC
+/DeviceRGB {} cs
+[0.9725 0.7098 0] sc
+1313.30005 1890.9 m
+1169.90002 1831.7001 1073.30005 1691.4 1073.30005 1526.30005 c
+1073.30005 1451.5 1092 1379.80005 1129.40002 1320.6001 c
+1163.70007 1311.20007 1201.09998 1308.1001 1238.5 1308.1001 c
+1378.69995 1308.1001 1503.40002 1364.20007 1593.80005 1454.6001 c
+1678 1538.80005 1730.9 1647.80005 1740.3 1772.5001 c
+1715.4 1688.3002 1671.70007 1616.70007 1612.5 1557.50012 c
+1522.09998 1467.1001 1397.5 1411.00012 1257.19995 1411.00012 c
+1247.79993 1411.00012 1238.5 1411.00012 1229.19995 1411.00012 c
+1210.5 1464.00012 1201.19995 1520.1001 1201.19995 1576.20007 c
+1201.19995 1579.30005 l
+1201.09998 1697.7 1244.69995 1806.7 1313.30005 1890.9 c
+h
+f
+1472.19995 1127.30005 m
+1690.3999 1127.30005 1871.1 1304.90002 1871.1 1526.20007 c
+1871.1 1632.20007 1827.5 1728.8 1762 1800.4001 c
+1758.9 1660.2002 1699.7 1535.50012 1609.30005 1442.00012 c
+1512.70007 1348.50012 1381.80005 1289.30017 1238.40002 1289.30017 c
+1207.20007 1289.30017 1173 1292.40015 1144.90002 1298.7002 c
+1216.59998 1195.90002 1335.09998 1127.30005 1472.19995 1127.30005 c
+h
+1241.59998 1248.90002 m
+1275.09998 1251.70007 l
+1279 1252.00012 l
+1413 1261.40015 1540.80005 1317.40015 1637.40002 1414.1001 c
+1715.3 1492.00012 1765.2001 1588.6001 1790.1 1694.6001 c
+1815 1641.6001 1830.6 1585.50012 1830.6 1526.30005 c
+1830.6 1326.80005 1668.5 1167.90002 1472.19995 1167.90002 c
+1388.09998 1167.80005 1307 1195.90002 1241.59998 1248.90002 c
+h
+f
+Q
+q
+[76.117943 0 0 76.100548 2395.657 642.07141] cm
+/DeviceRGB {} CS
+[0.2235 0.2431 0.2745] SC
+/DeviceRGB {} cs
+[0.2235 0.2431 0.2745] sc
+6.9 5.84 m
+8.2733 5.84 9.3566 6.18 10.15 6.86 c
+10.943399 7.54 11.34 8.520001 11.34 9.8 c
+11.34 11.04 10.94666 12.01 10.16 12.71 c
+9.37334 13.41 8.286699 13.76 6.9 13.76 c
+3.74 13.76 l
+3.74 20 l
+1.819999 20 l
+1.819999 5.84 l
+6.9 5.84 l
+6.9 5.84 l
+h
+6.34 12.08 m
+7.34 12.08 8.0833 11.89664 8.57 11.52998 c
+9.0567 11.16332 9.299999 10.586659 9.299999 9.79998 c
+9.299999 8.27998 8.313339 7.51998 6.339999 7.51998 c
+3.739999 7.51998 l
+3.739999 12.079981 l
+6.339999 12.079981 l
+6.34 12.08 l
+h
+15.16 4.88 m
+15.16 20 l
+13.36 20 l
+13.36 4.88 l
+15.16 4.88 l
+h
+21.82 10.28 m
+23.02 10.28 23.969999 10.55328 24.67 11.099939 c
+25.370001 11.646599 25.74 12.406639 25.780001 13.379939 c
+25.780001 18.459938 l
+25.780001 18.939938 25.806662 19.453278 25.860001 19.999939 c
+24.26 19.999939 l
+24.219999 19.573278 24.200001 19.093279 24.200001 18.559938 c
+24.16 18.559938 l
+23.74666 19.173279 23.27 19.606638 22.73 19.859938 c
+22.189999 20.113237 21.559999 20.239937 20.84 20.239937 c
+19.866661 20.239937 19.0767 19.979937 18.470001 19.459936 c
+17.863302 18.939936 17.560001 18.253237 17.560001 17.399937 c
+17.560001 16.319937 18.013342 15.503237 18.920002 14.949937 c
+19.826662 14.396637 21.106602 14.119937 22.760002 14.119937 c
+24.100002 14.119937 l
+24.100002 13.779937 l
+24.100002 13.139936 23.890003 12.636637 23.470003 12.269937 c
+23.050003 11.903236 22.500004 11.719936 21.820004 11.719936 c
+21.313343 11.719936 20.870003 11.796597 20.490004 11.949936 c
+20.110004 12.103275 19.660004 12.386616 19.140003 12.799956 c
+18.060003 11.679956 l
+19.086704 10.773296 20.340004 10.306657 21.820004 10.279957 c
+21.82 10.28 l
+h
+19.360001 17.26 m
+19.360001 18.286701 20.04002 18.799999 21.400002 18.799999 c
+22.213341 18.799999 22.863302 18.55666 23.350002 18.07 c
+23.836702 17.58334 24.086662 16.879999 24.100002 15.96 c
+24.100002 15.440001 l
+23.080002 15.440001 l
+21.906702 15.440001 20.993402 15.59 20.340002 15.89 c
+19.686602 16.190001 19.360003 16.64666 19.360003 17.26 c
+19.360001 17.26 l
+h
+31.6 10.28 m
+32.32 10.28 32.963299 10.41338 33.529999 10.680039 c
+34.096699 10.946699 34.533298 11.33336 34.84 11.840039 c
+33.439999 12.90004 l
+32.906658 12.273379 32.259998 11.960039 31.499998 11.960039 c
+31.046658 11.960039 30.669998 12.06004 30.369999 12.260039 c
+30.07 12.460039 29.919998 12.713379 29.919998 13.02004 c
+29.919998 13.6867 30.539999 14.140039 31.779999 14.380039 c
+32.993298 14.606699 33.849998 14.94004 34.349998 15.380039 c
+34.849998 15.820039 35.099998 16.446739 35.099998 17.260038 c
+35.099998 18.180038 34.75 18.903339 34.049999 19.430038 c
+33.349998 19.956738 32.4133 20.226698 31.24 20.240038 c
+30.360001 20.240038 29.6367 20.103378 29.07 19.830038 c
+28.5033 19.556698 28.0133 19.133358 27.6 18.560038 c
+28.960001 17.440037 l
+29.68 18.186697 30.446701 18.560038 31.26 18.560038 c
+31.793341 18.560038 32.246681 18.453377 32.619999 18.240038 c
+32.993317 18.026699 33.18 17.733358 33.18 17.360018 c
+33.18 16.706678 32.580002 16.253319 31.380001 16.000017 c
+30.046701 15.733357 29.150002 15.376698 28.690001 14.930018 c
+28.23 14.483337 28 13.906717 28 13.200018 c
+28 12.320018 28.34 11.616718 29.02 11.090018 c
+29.700001 10.563318 30.560001 10.293358 31.6 10.280018 c
+31.6 10.28 l
+h
+39.779999 7.86 m
+39.77998 10.520001 l
+42.359978 10.520001 l
+42.359978 12.08 l
+39.779976 12.08 l
+39.779976 16.639999 l
+39.779976 17.25334 39.866634 17.7267 40.039974 18.059999 c
+40.213314 18.393299 40.579975 18.559999 41.139973 18.559999 c
+41.673313 18.559999 42.099972 18.46666 42.419971 18.279999 c
+42.419971 19.919998 l
+42.073311 20.106659 41.526653 20.213318 40.779972 20.239979 c
+40.059971 20.239979 39.503273 20.129978 39.10997 19.909979 c
+38.716667 19.68998 38.42997 19.38332 38.249969 18.989979 c
+38.069969 18.596638 37.979969 17.979979 37.979969 17.139978 c
+37.979969 12.079979 l
+35.899971 12.079979 l
+35.899971 10.51998 l
+37.979973 10.51998 l
+37.979973 7.85998 l
+39.779972 7.85998 l
+39.779999 7.86 l
+h
+45.740002 5.8 m
+46.100002 5.8 46.410023 5.93002 46.670021 6.19002 c
+46.930019 6.45002 47.06002 6.76002 47.06002 7.12002 c
+47.06002 7.49336 46.926682 7.8067 46.660019 8.06004 c
+46.393356 8.313379 46.0867 8.44004 45.74004 8.44004 c
+45.366699 8.44004 45.05336 8.313379 44.800018 8.06004 c
+44.546677 7.8067 44.420017 7.49336 44.420017 7.120019 c
+44.420017 6.746679 44.553356 6.43334 44.820019 6.179999 c
+45.086681 5.926659 45.393337 5.799999 45.739998 5.799999 c
+45.740002 5.8 l
+h
+46.639999 10.520001 m
+46.639999 20 l
+44.84 20 l
+44.84 10.520001 l
+46.639999 10.520001 l
+h
+54 10.3 m
+55.506699 10.3 56.720001 10.8 57.639999 11.8 c
+56.279999 13.04 l
+55.626659 12.33334 54.84 11.98 53.919998 11.98 c
+53.039997 11.98 52.326698 12.29334 51.779999 12.92 c
+51.233299 13.54666 50.959999 14.3533 50.959999 15.34 c
+50.959999 16.27334 51.246658 17.040001 51.82 17.639999 c
+52.393341 18.239998 53.126701 18.546659 54.02 18.559999 c
+54.96666 18.559999 55.733299 18.206659 56.32 17.5 c
+57.599998 18.780001 l
+56.746658 19.753342 55.5466 20.240002 54 20.240002 c
+52.5467 20.240002 51.3634 19.786661 50.450001 18.880001 c
+49.536602 17.973341 49.0667 16.780001 49.040001 15.300001 c
+49.053341 13.793301 49.523342 12.586601 50.450001 11.680001 c
+51.376659 10.773401 52.560001 10.313301 54 10.300001 c
+54 10.3 l
+h
+61.52 5.84 m
+61.52 11.72 l
+68.860001 11.72 l
+68.860001 5.84 l
+70.779999 5.84 l
+70.779999 20 l
+68.860001 20 l
+68.860001 13.520001 l
+61.52 13.520001 l
+61.52 20 l
+59.599998 20 l
+59.599998 5.84 l
+61.519997 5.84 l
+61.52 5.84 l
+h
+75.760002 10.520001 m
+75.760002 16.200001 l
+75.760002 16.946661 75.956665 17.526701 76.349998 17.940001 c
+76.743332 18.3533 77.266678 18.560001 77.919998 18.560001 c
+78.759995 18.560001 79.409996 18.28334 79.869995 17.730001 c
+80.329994 17.176662 80.559998 16.426701 80.559998 15.480001 c
+80.559998 10.520001 l
+82.360001 10.520001 l
+82.360001 20 l
+80.559998 20 l
+80.559998 18.540001 l
+80.519997 18.540001 l
+80.266655 19.073341 79.853317 19.490002 79.279999 19.790001 c
+78.70668 20.09 78.080002 20.240002 77.400002 20.240002 c
+76.346703 20.240002 75.510002 19.913342 74.889999 19.260002 c
+74.269997 18.606663 73.959999 17.753302 73.959999 16.700003 c
+73.959999 10.520002 l
+75.760002 10.520002 l
+75.760002 10.520001 l
+h
+86.879997 4.88 m
+86.88002 11.88 l
+86.920021 11.88 l
+87.240021 11.386661 87.703362 10.99666 88.31002 10.71 c
+88.916679 10.42334 89.553322 10.28 90.220024 10.28 c
+91.646721 10.28 92.806625 10.75 93.700027 11.69 c
+94.59343 12.629999 95.040024 13.82 95.040024 15.259999 c
+95.040024 16.686699 94.603363 17.8666 93.730026 18.799999 c
+92.856689 19.733398 91.693428 20.213299 90.240028 20.24 c
+89.586685 20.24 88.956726 20.1 88.350029 19.82 c
+87.743332 19.539999 87.266731 19.14666 86.920029 18.639999 c
+86.880028 18.639999 l
+86.880028 20 l
+85.080025 20 l
+85.080025 4.88 l
+86.880028 4.88 l
+86.879997 4.88 l
+h
+86.879997 15.26 m
+86.879997 16.24666 87.163376 17.036701 87.730034 17.630001 c
+88.296692 18.223301 89.053337 18.53334 90.000031 18.560001 c
+90.946693 18.560001 91.703331 18.253342 92.270027 17.640001 c
+92.836723 17.026661 93.120026 16.233301 93.120026 15.260001 c
+93.120026 14.286701 92.840027 13.496701 92.280029 12.890001 c
+91.720032 12.283301 90.953331 11.973341 89.980026 11.960001 c
+89.033363 11.960001 88.280029 12.270001 87.720024 12.890001 c
+87.160019 13.510001 86.880028 14.300001 86.880028 15.260001 c
+86.879997 15.26 l
+h
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF
diff --git a/assets/plastichub-looka/logo/print/eps/Color logo with background.eps b/assets/plastichub-looka/logo/print/eps/Color logo with background.eps
new file mode 100644
index 000000000..f030b3c65
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/eps/Color logo with background.eps
@@ -0,0 +1,818 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 22.05.0 (http://poppler.freedesktop.org)
+%%Creator: Chromium
+%%LanguageLevel: 3
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 2372 634
+%%HiResBoundingBox: 0 0 2371.9199 633.12
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011, 2022 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ /setpagedevice where {
+ pop 2 dict begin
+ /Policies 1 dict dup begin /PageSize 6 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop
+ } ifelse
+} def
+/pdfSetupPaper {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfOPM false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfPatternCS false def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/opm { dup /pdfOPM exch def
+ /setoverprintmode where{pop setoverprintmode}{pop}ifelse } def
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16L3 {
+ 1 index /CIDFont resourcestatus {
+ pop pop 1 index /CIDFont findresource /CIDFontType known
+ } {
+ false
+ } ifelse
+ {
+ 0 eq { /Identity-H } { /Identity-V } ifelse
+ exch 1 array astore composefont pop
+ } {
+ pdfMakeFont16
+ } ifelse
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+ /pdfOPM where {
+ pop
+ pdfOPM /setoverprintmode where{pop setoverprintmode}{pop}ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+ pop
+ /xyshow2 {
+ dup length array
+ 0 2 2 index length 1 sub {
+ 2 index 1 index 2 copy get 3 1 roll 1 add get
+ pdfTextMat dtransform
+ 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+ } for
+ exch pop
+ xyshow
+ } def
+}{
+ /xyshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval show moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval show moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/cshow where {
+ pop
+ /xycp {
+ 0 3 2 roll
+ {
+ pop pop currentpoint 3 2 roll
+ 1 string dup 0 4 3 roll put false charpath moveto
+ 2 copy get 2 index 2 index 1 add get
+ pdfTextMat dtransform rmoveto
+ 2 add
+ } exch cshow
+ pop pop
+ } def
+}{
+ /xycp {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval false charpath moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval false charpath moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/Tj {
+ fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 4 2 roll
+ pdfTextRender 1 and 0 eq {
+ 2 copy xyshow2
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 3 index 3 index moveto
+ 2 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ xycp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 4 2 roll moveto xycp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ pop pop pop pop
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+ /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+ 2 copy exch length lt {
+ 2 copy get exch 1 add exch
+ } {
+ ()
+ } ifelse
+} def
+/skipEOD {
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfMask {
+ /ReusableStreamDecode filter
+ skipEOD
+ /maskStream exch def
+} def
+/pdfMaskEnd { maskStream closefile } def
+/pdfMaskInit {
+ /maskArray exch def
+ /maskIdx 0 def
+} def
+/pdfMaskSrc {
+ maskIdx maskArray length lt {
+ maskArray maskIdx get
+ /maskIdx maskIdx 1 add def
+ } {
+ ()
+ } ifelse
+} def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul
+ axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add
+ radialCol sc
+ encl {
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 360 0 arcn h f
+ } {
+ 2 copy
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arcn
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arcn h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arc
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arc h f
+ } ifelse
+ } ifelse
+} def
+end
+%%EndResource
+/CIDInit /ProcSet findresource begin
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-H def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-V def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ /WMode 1 def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+end
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 2371.9199 633.12 re
+W
+q
+[0.24 0 0 -0.24 0 633.12] cm
+q
+0 0 9883.333 2634.9304 re
+W*
+q
+[3.125494 0 0 3.12478 0.0072969 0] cm
+/DeviceRGB {} CS
+[1 1 1] SC
+/DeviceRGB {} cs
+[1 1 1] sc
+0 0 3162.1621 843.23718 re
+f
+Q
+q
+[2.223526 0 0 2.223018 -1981.0341 -1821.9349] cm
+/DeviceRGB {} CS
+[0.9725 0.7098 0] SC
+/DeviceRGB {} cs
+[0.9725 0.7098 0] sc
+1313.30005 1890.9 m
+1169.90002 1831.7001 1073.30005 1691.4 1073.30005 1526.30005 c
+1073.30005 1451.5 1092 1379.80005 1129.40002 1320.6001 c
+1163.70007 1311.20007 1201.09998 1308.1001 1238.5 1308.1001 c
+1378.69995 1308.1001 1503.40002 1364.20007 1593.80005 1454.6001 c
+1678 1538.80005 1730.9 1647.80005 1740.3 1772.5001 c
+1715.4 1688.3002 1671.70007 1616.70007 1612.5 1557.50012 c
+1522.09998 1467.1001 1397.5 1411.00012 1257.19995 1411.00012 c
+1247.79993 1411.00012 1238.5 1411.00012 1229.19995 1411.00012 c
+1210.5 1464.00012 1201.19995 1520.1001 1201.19995 1576.20007 c
+1201.19995 1579.30005 l
+1201.09998 1697.7 1244.69995 1806.7 1313.30005 1890.9 c
+h
+f
+1472.19995 1127.30005 m
+1690.3999 1127.30005 1871.1 1304.90002 1871.1 1526.20007 c
+1871.1 1632.20007 1827.5 1728.8 1762 1800.4001 c
+1758.9 1660.2002 1699.7 1535.50012 1609.30005 1442.00012 c
+1512.70007 1348.50012 1381.80005 1289.30017 1238.40002 1289.30017 c
+1207.20007 1289.30017 1173 1292.40015 1144.90002 1298.7002 c
+1216.59998 1195.90002 1335.09998 1127.30005 1472.19995 1127.30005 c
+h
+1241.59998 1248.90002 m
+1275.09998 1251.70007 l
+1279 1252.00012 l
+1413 1261.40015 1540.80005 1317.40015 1637.40002 1414.1001 c
+1715.3 1492.00012 1765.2001 1588.6001 1790.1 1694.6001 c
+1815 1641.6001 1830.6 1585.50012 1830.6 1526.30005 c
+1830.6 1326.80005 1668.5 1167.90002 1472.19995 1167.90002 c
+1388.09998 1167.80005 1307 1195.90002 1241.59998 1248.90002 c
+h
+f
+Q
+q
+[76.117943 0 0 76.100548 2395.657 642.07141] cm
+/DeviceRGB {} CS
+[0.2235 0.2431 0.2745] SC
+/DeviceRGB {} cs
+[0.2235 0.2431 0.2745] sc
+6.9 5.84 m
+8.2733 5.84 9.3566 6.18 10.15 6.86 c
+10.943399 7.54 11.34 8.520001 11.34 9.8 c
+11.34 11.04 10.94666 12.01 10.16 12.71 c
+9.37334 13.41 8.286699 13.76 6.9 13.76 c
+3.74 13.76 l
+3.74 20 l
+1.819999 20 l
+1.819999 5.84 l
+6.9 5.84 l
+6.9 5.84 l
+h
+6.34 12.08 m
+7.34 12.08 8.0833 11.89664 8.57 11.52998 c
+9.0567 11.16332 9.299999 10.586659 9.299999 9.79998 c
+9.299999 8.27998 8.313339 7.51998 6.339999 7.51998 c
+3.739999 7.51998 l
+3.739999 12.079981 l
+6.339999 12.079981 l
+6.34 12.08 l
+h
+15.16 4.88 m
+15.16 20 l
+13.36 20 l
+13.36 4.88 l
+15.16 4.88 l
+h
+21.82 10.28 m
+23.02 10.28 23.969999 10.55328 24.67 11.099939 c
+25.370001 11.646599 25.74 12.406639 25.780001 13.379939 c
+25.780001 18.459938 l
+25.780001 18.939938 25.806662 19.453278 25.860001 19.999939 c
+24.26 19.999939 l
+24.219999 19.573278 24.200001 19.093279 24.200001 18.559938 c
+24.16 18.559938 l
+23.74666 19.173279 23.27 19.606638 22.73 19.859938 c
+22.189999 20.113237 21.559999 20.239937 20.84 20.239937 c
+19.866661 20.239937 19.0767 19.979937 18.470001 19.459936 c
+17.863302 18.939936 17.560001 18.253237 17.560001 17.399937 c
+17.560001 16.319937 18.013342 15.503237 18.920002 14.949937 c
+19.826662 14.396637 21.106602 14.119937 22.760002 14.119937 c
+24.100002 14.119937 l
+24.100002 13.779937 l
+24.100002 13.139936 23.890003 12.636637 23.470003 12.269937 c
+23.050003 11.903236 22.500004 11.719936 21.820004 11.719936 c
+21.313343 11.719936 20.870003 11.796597 20.490004 11.949936 c
+20.110004 12.103275 19.660004 12.386616 19.140003 12.799956 c
+18.060003 11.679956 l
+19.086704 10.773296 20.340004 10.306657 21.820004 10.279957 c
+21.82 10.28 l
+h
+19.360001 17.26 m
+19.360001 18.286701 20.04002 18.799999 21.400002 18.799999 c
+22.213341 18.799999 22.863302 18.55666 23.350002 18.07 c
+23.836702 17.58334 24.086662 16.879999 24.100002 15.96 c
+24.100002 15.440001 l
+23.080002 15.440001 l
+21.906702 15.440001 20.993402 15.59 20.340002 15.89 c
+19.686602 16.190001 19.360003 16.64666 19.360003 17.26 c
+19.360001 17.26 l
+h
+31.6 10.28 m
+32.32 10.28 32.963299 10.41338 33.529999 10.680039 c
+34.096699 10.946699 34.533298 11.33336 34.84 11.840039 c
+33.439999 12.90004 l
+32.906658 12.273379 32.259998 11.960039 31.499998 11.960039 c
+31.046658 11.960039 30.669998 12.06004 30.369999 12.260039 c
+30.07 12.460039 29.919998 12.713379 29.919998 13.02004 c
+29.919998 13.6867 30.539999 14.140039 31.779999 14.380039 c
+32.993298 14.606699 33.849998 14.94004 34.349998 15.380039 c
+34.849998 15.820039 35.099998 16.446739 35.099998 17.260038 c
+35.099998 18.180038 34.75 18.903339 34.049999 19.430038 c
+33.349998 19.956738 32.4133 20.226698 31.24 20.240038 c
+30.360001 20.240038 29.6367 20.103378 29.07 19.830038 c
+28.5033 19.556698 28.0133 19.133358 27.6 18.560038 c
+28.960001 17.440037 l
+29.68 18.186697 30.446701 18.560038 31.26 18.560038 c
+31.793341 18.560038 32.246681 18.453377 32.619999 18.240038 c
+32.993317 18.026699 33.18 17.733358 33.18 17.360018 c
+33.18 16.706678 32.580002 16.253319 31.380001 16.000017 c
+30.046701 15.733357 29.150002 15.376698 28.690001 14.930018 c
+28.23 14.483337 28 13.906717 28 13.200018 c
+28 12.320018 28.34 11.616718 29.02 11.090018 c
+29.700001 10.563318 30.560001 10.293358 31.6 10.280018 c
+31.6 10.28 l
+h
+39.779999 7.86 m
+39.77998 10.520001 l
+42.359978 10.520001 l
+42.359978 12.08 l
+39.779976 12.08 l
+39.779976 16.639999 l
+39.779976 17.25334 39.866634 17.7267 40.039974 18.059999 c
+40.213314 18.393299 40.579975 18.559999 41.139973 18.559999 c
+41.673313 18.559999 42.099972 18.46666 42.419971 18.279999 c
+42.419971 19.919998 l
+42.073311 20.106659 41.526653 20.213318 40.779972 20.239979 c
+40.059971 20.239979 39.503273 20.129978 39.10997 19.909979 c
+38.716667 19.68998 38.42997 19.38332 38.249969 18.989979 c
+38.069969 18.596638 37.979969 17.979979 37.979969 17.139978 c
+37.979969 12.079979 l
+35.899971 12.079979 l
+35.899971 10.51998 l
+37.979973 10.51998 l
+37.979973 7.85998 l
+39.779972 7.85998 l
+39.779999 7.86 l
+h
+45.740002 5.8 m
+46.100002 5.8 46.410023 5.93002 46.670021 6.19002 c
+46.930019 6.45002 47.06002 6.76002 47.06002 7.12002 c
+47.06002 7.49336 46.926682 7.8067 46.660019 8.06004 c
+46.393356 8.313379 46.0867 8.44004 45.74004 8.44004 c
+45.366699 8.44004 45.05336 8.313379 44.800018 8.06004 c
+44.546677 7.8067 44.420017 7.49336 44.420017 7.120019 c
+44.420017 6.746679 44.553356 6.43334 44.820019 6.179999 c
+45.086681 5.926659 45.393337 5.799999 45.739998 5.799999 c
+45.740002 5.8 l
+h
+46.639999 10.520001 m
+46.639999 20 l
+44.84 20 l
+44.84 10.520001 l
+46.639999 10.520001 l
+h
+54 10.3 m
+55.506699 10.3 56.720001 10.8 57.639999 11.8 c
+56.279999 13.04 l
+55.626659 12.33334 54.84 11.98 53.919998 11.98 c
+53.039997 11.98 52.326698 12.29334 51.779999 12.92 c
+51.233299 13.54666 50.959999 14.3533 50.959999 15.34 c
+50.959999 16.27334 51.246658 17.040001 51.82 17.639999 c
+52.393341 18.239998 53.126701 18.546659 54.02 18.559999 c
+54.96666 18.559999 55.733299 18.206659 56.32 17.5 c
+57.599998 18.780001 l
+56.746658 19.753342 55.5466 20.240002 54 20.240002 c
+52.5467 20.240002 51.3634 19.786661 50.450001 18.880001 c
+49.536602 17.973341 49.0667 16.780001 49.040001 15.300001 c
+49.053341 13.793301 49.523342 12.586601 50.450001 11.680001 c
+51.376659 10.773401 52.560001 10.313301 54 10.300001 c
+54 10.3 l
+h
+61.52 5.84 m
+61.52 11.72 l
+68.860001 11.72 l
+68.860001 5.84 l
+70.779999 5.84 l
+70.779999 20 l
+68.860001 20 l
+68.860001 13.520001 l
+61.52 13.520001 l
+61.52 20 l
+59.599998 20 l
+59.599998 5.84 l
+61.519997 5.84 l
+61.52 5.84 l
+h
+75.760002 10.520001 m
+75.760002 16.200001 l
+75.760002 16.946661 75.956665 17.526701 76.349998 17.940001 c
+76.743332 18.3533 77.266678 18.560001 77.919998 18.560001 c
+78.759995 18.560001 79.409996 18.28334 79.869995 17.730001 c
+80.329994 17.176662 80.559998 16.426701 80.559998 15.480001 c
+80.559998 10.520001 l
+82.360001 10.520001 l
+82.360001 20 l
+80.559998 20 l
+80.559998 18.540001 l
+80.519997 18.540001 l
+80.266655 19.073341 79.853317 19.490002 79.279999 19.790001 c
+78.70668 20.09 78.080002 20.240002 77.400002 20.240002 c
+76.346703 20.240002 75.510002 19.913342 74.889999 19.260002 c
+74.269997 18.606663 73.959999 17.753302 73.959999 16.700003 c
+73.959999 10.520002 l
+75.760002 10.520002 l
+75.760002 10.520001 l
+h
+86.879997 4.88 m
+86.88002 11.88 l
+86.920021 11.88 l
+87.240021 11.386661 87.703362 10.99666 88.31002 10.71 c
+88.916679 10.42334 89.553322 10.28 90.220024 10.28 c
+91.646721 10.28 92.806625 10.75 93.700027 11.69 c
+94.59343 12.629999 95.040024 13.82 95.040024 15.259999 c
+95.040024 16.686699 94.603363 17.8666 93.730026 18.799999 c
+92.856689 19.733398 91.693428 20.213299 90.240028 20.24 c
+89.586685 20.24 88.956726 20.1 88.350029 19.82 c
+87.743332 19.539999 87.266731 19.14666 86.920029 18.639999 c
+86.880028 18.639999 l
+86.880028 20 l
+85.080025 20 l
+85.080025 4.88 l
+86.880028 4.88 l
+86.879997 4.88 l
+h
+86.879997 15.26 m
+86.879997 16.24666 87.163376 17.036701 87.730034 17.630001 c
+88.296692 18.223301 89.053337 18.53334 90.000031 18.560001 c
+90.946693 18.560001 91.703331 18.253342 92.270027 17.640001 c
+92.836723 17.026661 93.120026 16.233301 93.120026 15.260001 c
+93.120026 14.286701 92.840027 13.496701 92.280029 12.890001 c
+91.720032 12.283301 90.953331 11.973341 89.980026 11.960001 c
+89.033363 11.960001 88.280029 12.270001 87.720024 12.890001 c
+87.160019 13.510001 86.880028 14.300001 86.880028 15.260001 c
+86.879997 15.26 l
+h
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF
diff --git a/assets/plastichub-looka/logo/print/eps/White logo - no background.eps b/assets/plastichub-looka/logo/print/eps/White logo - no background.eps
new file mode 100644
index 000000000..fa5ec39b3
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/eps/White logo - no background.eps
@@ -0,0 +1,809 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 22.05.0 (http://poppler.freedesktop.org)
+%%Creator: Chromium
+%%LanguageLevel: 3
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 2372 634
+%%HiResBoundingBox: 0 0 2371.9199 633.12
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011, 2022 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ /setpagedevice where {
+ pop 2 dict begin
+ /Policies 1 dict dup begin /PageSize 6 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop
+ } ifelse
+} def
+/pdfSetupPaper {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfOPM false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfPatternCS false def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/opm { dup /pdfOPM exch def
+ /setoverprintmode where{pop setoverprintmode}{pop}ifelse } def
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16L3 {
+ 1 index /CIDFont resourcestatus {
+ pop pop 1 index /CIDFont findresource /CIDFontType known
+ } {
+ false
+ } ifelse
+ {
+ 0 eq { /Identity-H } { /Identity-V } ifelse
+ exch 1 array astore composefont pop
+ } {
+ pdfMakeFont16
+ } ifelse
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+ /pdfOPM where {
+ pop
+ pdfOPM /setoverprintmode where{pop setoverprintmode}{pop}ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+ pop
+ /xyshow2 {
+ dup length array
+ 0 2 2 index length 1 sub {
+ 2 index 1 index 2 copy get 3 1 roll 1 add get
+ pdfTextMat dtransform
+ 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+ } for
+ exch pop
+ xyshow
+ } def
+}{
+ /xyshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval show moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval show moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/cshow where {
+ pop
+ /xycp {
+ 0 3 2 roll
+ {
+ pop pop currentpoint 3 2 roll
+ 1 string dup 0 4 3 roll put false charpath moveto
+ 2 copy get 2 index 2 index 1 add get
+ pdfTextMat dtransform rmoveto
+ 2 add
+ } exch cshow
+ pop pop
+ } def
+}{
+ /xycp {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval false charpath moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval false charpath moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/Tj {
+ fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 4 2 roll
+ pdfTextRender 1 and 0 eq {
+ 2 copy xyshow2
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 3 index 3 index moveto
+ 2 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ xycp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 4 2 roll moveto xycp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ pop pop pop pop
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+ /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+ 2 copy exch length lt {
+ 2 copy get exch 1 add exch
+ } {
+ ()
+ } ifelse
+} def
+/skipEOD {
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfMask {
+ /ReusableStreamDecode filter
+ skipEOD
+ /maskStream exch def
+} def
+/pdfMaskEnd { maskStream closefile } def
+/pdfMaskInit {
+ /maskArray exch def
+ /maskIdx 0 def
+} def
+/pdfMaskSrc {
+ maskIdx maskArray length lt {
+ maskArray maskIdx get
+ /maskIdx maskIdx 1 add def
+ } {
+ ()
+ } ifelse
+} def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul
+ axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add
+ radialCol sc
+ encl {
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 360 0 arcn h f
+ } {
+ 2 copy
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arcn
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arcn h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arc
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arc h f
+ } ifelse
+ } ifelse
+} def
+end
+%%EndResource
+/CIDInit /ProcSet findresource begin
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-H def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+10 dict begin
+ begincmap
+ /CMapType 1 def
+ /CMapName /Identity-V def
+ /CIDSystemInfo 3 dict dup begin
+ /Registry (Adobe) def
+ /Ordering (Identity) def
+ /Supplement 0 def
+ end def
+ /WMode 1 def
+ 1 begincodespacerange
+ <0000>
+ endcodespacerange
+ 0 usefont
+ 1 begincidrange
+ <0000> 0
+ endcidrange
+ endcmap
+ currentdict CMapName exch /CMap defineresource pop
+end
+end
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 2371.9199 633.12 re
+W
+q
+[0.24 0 0 -0.24 0 633.12] cm
+q
+0 0 9883.333 2634.9304 re
+W*
+q
+[2.223526 0 0 2.223018 -1981.0341 -1821.9349] cm
+/DeviceRGB {} CS
+[0.9725 0.7098 0] SC
+/DeviceRGB {} cs
+[0.9725 0.7098 0] sc
+1313.30005 1890.9 m
+1169.90002 1831.7001 1073.30005 1691.4 1073.30005 1526.30005 c
+1073.30005 1451.5 1092 1379.80005 1129.40002 1320.6001 c
+1163.70007 1311.20007 1201.09998 1308.1001 1238.5 1308.1001 c
+1378.69995 1308.1001 1503.40002 1364.20007 1593.80005 1454.6001 c
+1678 1538.80005 1730.9 1647.80005 1740.3 1772.5001 c
+1715.4 1688.3002 1671.70007 1616.70007 1612.5 1557.50012 c
+1522.09998 1467.1001 1397.5 1411.00012 1257.19995 1411.00012 c
+1247.79993 1411.00012 1238.5 1411.00012 1229.19995 1411.00012 c
+1210.5 1464.00012 1201.19995 1520.1001 1201.19995 1576.20007 c
+1201.19995 1579.30005 l
+1201.09998 1697.7 1244.69995 1806.7 1313.30005 1890.9 c
+h
+f
+1472.19995 1127.30005 m
+1690.3999 1127.30005 1871.1 1304.90002 1871.1 1526.20007 c
+1871.1 1632.20007 1827.5 1728.8 1762 1800.4001 c
+1758.9 1660.2002 1699.7 1535.50012 1609.30005 1442.00012 c
+1512.70007 1348.50012 1381.80005 1289.30017 1238.40002 1289.30017 c
+1207.20007 1289.30017 1173 1292.40015 1144.90002 1298.7002 c
+1216.59998 1195.90002 1335.09998 1127.30005 1472.19995 1127.30005 c
+h
+1241.59998 1248.90002 m
+1275.09998 1251.70007 l
+1279 1252.00012 l
+1413 1261.40015 1540.80005 1317.40015 1637.40002 1414.1001 c
+1715.3 1492.00012 1765.2001 1588.6001 1790.1 1694.6001 c
+1815 1641.6001 1830.6 1585.50012 1830.6 1526.30005 c
+1830.6 1326.80005 1668.5 1167.90002 1472.19995 1167.90002 c
+1388.09998 1167.80005 1307 1195.90002 1241.59998 1248.90002 c
+h
+f
+Q
+q
+[76.117943 0 0 76.100548 2395.657 642.07141] cm
+/DeviceRGB {} CS
+[1 1 1] SC
+/DeviceRGB {} cs
+[1 1 1] sc
+6.9 5.84 m
+8.2733 5.84 9.3566 6.18 10.15 6.86 c
+10.943399 7.54 11.34 8.520001 11.34 9.8 c
+11.34 11.04 10.94666 12.01 10.16 12.71 c
+9.37334 13.41 8.286699 13.76 6.9 13.76 c
+3.74 13.76 l
+3.74 20 l
+1.819999 20 l
+1.819999 5.84 l
+6.9 5.84 l
+6.9 5.84 l
+h
+6.34 12.08 m
+7.34 12.08 8.0833 11.89664 8.57 11.52998 c
+9.0567 11.16332 9.299999 10.586659 9.299999 9.79998 c
+9.299999 8.27998 8.313339 7.51998 6.339999 7.51998 c
+3.739999 7.51998 l
+3.739999 12.079981 l
+6.339999 12.079981 l
+6.34 12.08 l
+h
+15.16 4.88 m
+15.16 20 l
+13.36 20 l
+13.36 4.88 l
+15.16 4.88 l
+h
+21.82 10.28 m
+23.02 10.28 23.969999 10.55328 24.67 11.099939 c
+25.370001 11.646599 25.74 12.406639 25.780001 13.379939 c
+25.780001 18.459938 l
+25.780001 18.939938 25.806662 19.453278 25.860001 19.999939 c
+24.26 19.999939 l
+24.219999 19.573278 24.200001 19.093279 24.200001 18.559938 c
+24.16 18.559938 l
+23.74666 19.173279 23.27 19.606638 22.73 19.859938 c
+22.189999 20.113237 21.559999 20.239937 20.84 20.239937 c
+19.866661 20.239937 19.0767 19.979937 18.470001 19.459936 c
+17.863302 18.939936 17.560001 18.253237 17.560001 17.399937 c
+17.560001 16.319937 18.013342 15.503237 18.920002 14.949937 c
+19.826662 14.396637 21.106602 14.119937 22.760002 14.119937 c
+24.100002 14.119937 l
+24.100002 13.779937 l
+24.100002 13.139936 23.890003 12.636637 23.470003 12.269937 c
+23.050003 11.903236 22.500004 11.719936 21.820004 11.719936 c
+21.313343 11.719936 20.870003 11.796597 20.490004 11.949936 c
+20.110004 12.103275 19.660004 12.386616 19.140003 12.799956 c
+18.060003 11.679956 l
+19.086704 10.773296 20.340004 10.306657 21.820004 10.279957 c
+21.82 10.28 l
+h
+19.360001 17.26 m
+19.360001 18.286701 20.04002 18.799999 21.400002 18.799999 c
+22.213341 18.799999 22.863302 18.55666 23.350002 18.07 c
+23.836702 17.58334 24.086662 16.879999 24.100002 15.96 c
+24.100002 15.440001 l
+23.080002 15.440001 l
+21.906702 15.440001 20.993402 15.59 20.340002 15.89 c
+19.686602 16.190001 19.360003 16.64666 19.360003 17.26 c
+19.360001 17.26 l
+h
+31.6 10.28 m
+32.32 10.28 32.963299 10.41338 33.529999 10.680039 c
+34.096699 10.946699 34.533298 11.33336 34.84 11.840039 c
+33.439999 12.90004 l
+32.906658 12.273379 32.259998 11.960039 31.499998 11.960039 c
+31.046658 11.960039 30.669998 12.06004 30.369999 12.260039 c
+30.07 12.460039 29.919998 12.713379 29.919998 13.02004 c
+29.919998 13.6867 30.539999 14.140039 31.779999 14.380039 c
+32.993298 14.606699 33.849998 14.94004 34.349998 15.380039 c
+34.849998 15.820039 35.099998 16.446739 35.099998 17.260038 c
+35.099998 18.180038 34.75 18.903339 34.049999 19.430038 c
+33.349998 19.956738 32.4133 20.226698 31.24 20.240038 c
+30.360001 20.240038 29.6367 20.103378 29.07 19.830038 c
+28.5033 19.556698 28.0133 19.133358 27.6 18.560038 c
+28.960001 17.440037 l
+29.68 18.186697 30.446701 18.560038 31.26 18.560038 c
+31.793341 18.560038 32.246681 18.453377 32.619999 18.240038 c
+32.993317 18.026699 33.18 17.733358 33.18 17.360018 c
+33.18 16.706678 32.580002 16.253319 31.380001 16.000017 c
+30.046701 15.733357 29.150002 15.376698 28.690001 14.930018 c
+28.23 14.483337 28 13.906717 28 13.200018 c
+28 12.320018 28.34 11.616718 29.02 11.090018 c
+29.700001 10.563318 30.560001 10.293358 31.6 10.280018 c
+31.6 10.28 l
+h
+39.779999 7.86 m
+39.77998 10.520001 l
+42.359978 10.520001 l
+42.359978 12.08 l
+39.779976 12.08 l
+39.779976 16.639999 l
+39.779976 17.25334 39.866634 17.7267 40.039974 18.059999 c
+40.213314 18.393299 40.579975 18.559999 41.139973 18.559999 c
+41.673313 18.559999 42.099972 18.46666 42.419971 18.279999 c
+42.419971 19.919998 l
+42.073311 20.106659 41.526653 20.213318 40.779972 20.239979 c
+40.059971 20.239979 39.503273 20.129978 39.10997 19.909979 c
+38.716667 19.68998 38.42997 19.38332 38.249969 18.989979 c
+38.069969 18.596638 37.979969 17.979979 37.979969 17.139978 c
+37.979969 12.079979 l
+35.899971 12.079979 l
+35.899971 10.51998 l
+37.979973 10.51998 l
+37.979973 7.85998 l
+39.779972 7.85998 l
+39.779999 7.86 l
+h
+45.740002 5.8 m
+46.100002 5.8 46.410023 5.93002 46.670021 6.19002 c
+46.930019 6.45002 47.06002 6.76002 47.06002 7.12002 c
+47.06002 7.49336 46.926682 7.8067 46.660019 8.06004 c
+46.393356 8.313379 46.0867 8.44004 45.74004 8.44004 c
+45.366699 8.44004 45.05336 8.313379 44.800018 8.06004 c
+44.546677 7.8067 44.420017 7.49336 44.420017 7.120019 c
+44.420017 6.746679 44.553356 6.43334 44.820019 6.179999 c
+45.086681 5.926659 45.393337 5.799999 45.739998 5.799999 c
+45.740002 5.8 l
+h
+46.639999 10.520001 m
+46.639999 20 l
+44.84 20 l
+44.84 10.520001 l
+46.639999 10.520001 l
+h
+54 10.3 m
+55.506699 10.3 56.720001 10.8 57.639999 11.8 c
+56.279999 13.04 l
+55.626659 12.33334 54.84 11.98 53.919998 11.98 c
+53.039997 11.98 52.326698 12.29334 51.779999 12.92 c
+51.233299 13.54666 50.959999 14.3533 50.959999 15.34 c
+50.959999 16.27334 51.246658 17.040001 51.82 17.639999 c
+52.393341 18.239998 53.126701 18.546659 54.02 18.559999 c
+54.96666 18.559999 55.733299 18.206659 56.32 17.5 c
+57.599998 18.780001 l
+56.746658 19.753342 55.5466 20.240002 54 20.240002 c
+52.5467 20.240002 51.3634 19.786661 50.450001 18.880001 c
+49.536602 17.973341 49.0667 16.780001 49.040001 15.300001 c
+49.053341 13.793301 49.523342 12.586601 50.450001 11.680001 c
+51.376659 10.773401 52.560001 10.313301 54 10.300001 c
+54 10.3 l
+h
+61.52 5.84 m
+61.52 11.72 l
+68.860001 11.72 l
+68.860001 5.84 l
+70.779999 5.84 l
+70.779999 20 l
+68.860001 20 l
+68.860001 13.520001 l
+61.52 13.520001 l
+61.52 20 l
+59.599998 20 l
+59.599998 5.84 l
+61.519997 5.84 l
+61.52 5.84 l
+h
+75.760002 10.520001 m
+75.760002 16.200001 l
+75.760002 16.946661 75.956665 17.526701 76.349998 17.940001 c
+76.743332 18.3533 77.266678 18.560001 77.919998 18.560001 c
+78.759995 18.560001 79.409996 18.28334 79.869995 17.730001 c
+80.329994 17.176662 80.559998 16.426701 80.559998 15.480001 c
+80.559998 10.520001 l
+82.360001 10.520001 l
+82.360001 20 l
+80.559998 20 l
+80.559998 18.540001 l
+80.519997 18.540001 l
+80.266655 19.073341 79.853317 19.490002 79.279999 19.790001 c
+78.70668 20.09 78.080002 20.240002 77.400002 20.240002 c
+76.346703 20.240002 75.510002 19.913342 74.889999 19.260002 c
+74.269997 18.606663 73.959999 17.753302 73.959999 16.700003 c
+73.959999 10.520002 l
+75.760002 10.520002 l
+75.760002 10.520001 l
+h
+86.879997 4.88 m
+86.88002 11.88 l
+86.920021 11.88 l
+87.240021 11.386661 87.703362 10.99666 88.31002 10.71 c
+88.916679 10.42334 89.553322 10.28 90.220024 10.28 c
+91.646721 10.28 92.806625 10.75 93.700027 11.69 c
+94.59343 12.629999 95.040024 13.82 95.040024 15.259999 c
+95.040024 16.686699 94.603363 17.8666 93.730026 18.799999 c
+92.856689 19.733398 91.693428 20.213299 90.240028 20.24 c
+89.586685 20.24 88.956726 20.1 88.350029 19.82 c
+87.743332 19.539999 87.266731 19.14666 86.920029 18.639999 c
+86.880028 18.639999 l
+86.880028 20 l
+85.080025 20 l
+85.080025 4.88 l
+86.880028 4.88 l
+86.879997 4.88 l
+h
+86.879997 15.26 m
+86.879997 16.24666 87.163376 17.036701 87.730034 17.630001 c
+88.296692 18.223301 89.053337 18.53334 90.000031 18.560001 c
+90.946693 18.560001 91.703331 18.253342 92.270027 17.640001 c
+92.836723 17.026661 93.120026 16.233301 93.120026 15.260001 c
+93.120026 14.286701 92.840027 13.496701 92.280029 12.890001 c
+91.720032 12.283301 90.953331 11.973341 89.980026 11.960001 c
+89.033363 11.960001 88.280029 12.270001 87.720024 12.890001 c
+87.160019 13.510001 86.880028 14.300001 86.880028 15.260001 c
+86.879997 15.26 l
+h
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF
diff --git a/assets/plastichub-looka/logo/print/pdf/Black logo - no background.pdf b/assets/plastichub-looka/logo/print/pdf/Black logo - no background.pdf
new file mode 100644
index 000000000..bd9e170ae
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/pdf/Black logo - no background.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7ce6440d1e1d4ec253d385500d25fc308717af0cb108af7744b4c4154a4988a2
+size 4189
diff --git a/assets/plastichub-looka/logo/print/pdf/Color logo - no background.pdf b/assets/plastichub-looka/logo/print/pdf/Color logo - no background.pdf
new file mode 100644
index 000000000..1ae9a8a97
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/pdf/Color logo - no background.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:531bded1378d3709531162d962fa5ee453ef957fb7965e490940d9666042f8b4
+size 4204
diff --git a/assets/plastichub-looka/logo/print/pdf/Color logo with background.pdf b/assets/plastichub-looka/logo/print/pdf/Color logo with background.pdf
new file mode 100644
index 000000000..b566f21cc
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/pdf/Color logo with background.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:da190b8437b5a01d733c265e9813611576b90ec5ecec0db19cba3ec0b22fc3f4
+size 4250
diff --git a/assets/plastichub-looka/logo/print/pdf/White logo - no background.pdf b/assets/plastichub-looka/logo/print/pdf/White logo - no background.pdf
new file mode 100644
index 000000000..2d2edb24a
--- /dev/null
+++ b/assets/plastichub-looka/logo/print/pdf/White logo - no background.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a27a2eb07e36caba6bcc2278d26e8d0ef413b3728dbaa2d5b0774acdd946cd6d
+size 4197
diff --git a/assets/plastichub-looka/logo/web/Favicons/Android.png b/assets/plastichub-looka/logo/web/Favicons/Android.png
new file mode 100644
index 000000000..a6f0c1493
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/Favicons/Android.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bdd07d3bbc7da0c0a69c1e51c3952752d9dde2566c5bfffdf493c4f98908f0f6
+size 10433
diff --git a/assets/plastichub-looka/logo/web/Favicons/browser.png b/assets/plastichub-looka/logo/web/Favicons/browser.png
new file mode 100644
index 000000000..6dbf4094a
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/Favicons/browser.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:13fa42f85bb08a91d2f894818c4cc819b384aeb542438331042a7158d37c5e19
+size 1302
diff --git a/assets/plastichub-looka/logo/web/Favicons/iPhone.png b/assets/plastichub-looka/logo/web/Favicons/iPhone.png
new file mode 100644
index 000000000..6e2520385
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/Favicons/iPhone.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:74254e9df5f7e715f08a1a7b6712f8867d053fdd590ce76f0ea49e2ee84fc9cc
+size 9366
diff --git a/assets/plastichub-looka/logo/web/png/Black logo - no background.png b/assets/plastichub-looka/logo/web/png/Black logo - no background.png
new file mode 100644
index 000000000..9b82a7234
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/png/Black logo - no background.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2ad6b216debc55ffe3b8b4bdb293d784efbf6475d84a2876c5105fc4d2064a4a
+size 73773
diff --git a/assets/plastichub-looka/logo/web/png/Color logo - no background.png b/assets/plastichub-looka/logo/web/png/Color logo - no background.png
new file mode 100644
index 000000000..77b8cc580
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/png/Color logo - no background.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:744cf714c6f2bb9b71c317fa65198f3708184757c7c3fe1e6be6e52fd634b077
+size 90927
diff --git a/assets/plastichub-looka/logo/web/png/White logo - no background.png b/assets/plastichub-looka/logo/web/png/White logo - no background.png
new file mode 100644
index 000000000..fd80f7eea
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/png/White logo - no background.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:00b4cdb988359f12235aeefe3b6f9549c52c77a35513ccbf57abe82be31699ec
+size 77151
diff --git a/assets/plastichub-looka/logo/web/png/logo_white.png b/assets/plastichub-looka/logo/web/png/logo_white.png
new file mode 100644
index 000000000..84323a12d
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/png/logo_white.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:990b816da11d8e6adba204331e81178559737a7d8f5728e0b12aa623691e785a
+size 93846
diff --git a/assets/plastichub-looka/logo/web/svg/Black logo - no background.svg b/assets/plastichub-looka/logo/web/svg/Black logo - no background.svg
new file mode 100644
index 000000000..bafa93051
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/svg/Black logo - no background.svg
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/assets/plastichub-looka/logo/web/svg/Color logo - no background.svg b/assets/plastichub-looka/logo/web/svg/Color logo - no background.svg
new file mode 100644
index 000000000..97421ce3b
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/svg/Color logo - no background.svg
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/assets/plastichub-looka/logo/web/svg/Color logo with background.svg b/assets/plastichub-looka/logo/web/svg/Color logo with background.svg
new file mode 100644
index 000000000..a902dee58
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/svg/Color logo with background.svg
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/assets/plastichub-looka/logo/web/svg/White logo - no background.svg b/assets/plastichub-looka/logo/web/svg/White logo - no background.svg
new file mode 100644
index 000000000..c4c84e431
--- /dev/null
+++ b/assets/plastichub-looka/logo/web/svg/White logo - no background.svg
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/assets/plastichub-looka/readme.md b/assets/plastichub-looka/readme.md
new file mode 100644
index 000000000..19ebd052b
--- /dev/null
+++ b/assets/plastichub-looka/readme.md
@@ -0,0 +1,6 @@
+business card : https://looka.com/brandkit/171340084/project/csc2px3bnq000206nkqg/0
+
+invoice : https://looka.com/brandkit/171340084/project/csc2smybnq000206nkvg/0
+
+https://looka.com/brandkit/171340084/project/csc2smybnq000206nkvg/0
+