ÅÐÓÆ /
O
f ÿÿ %!PS-Adobe-3.1 EPSF-3.0
%ADO_DSC_Encoding: UTF8
%%Title: (Adobe Illustrator Artwork)
%%Creator: (Adobe Illustrator\(R\) 28.7)
%%For: (Kelsey Jones)
%%CreationDate: 11/20/24
%%BoundingBox: 0 0 720 720
%%HiResBoundingBox: 0 0 720 720
%%CropBox: 0 0 720 720
%%LanguageLevel: 2
%%DocumentData: Clean7Bit
%ADOBeginClientInjection: DocumentHeader "AI11EPS"
%%AI8_CreatorVersion: 28.7.1
%AI9_PrintingDataBegin
%ADO_BuildNumber: Adobe Illustrator(R) 28.7.1 x142 R agm 7.256 ct 9.256
%ADO_ContainsXMP: MainFirst
%ADOEndClientInjection: DocumentHeader "AI11EPS"
%%Pages: 1
%%DocumentNeededResources:
%%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0
%%+ procset Adobe_CoolType_Utility_T42 1.0 0
%%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0
%%+ procset Adobe_CoolType_Core 2.31 0
%%+ procset Adobe_AGM_Core 2.0 0
%%+ procset Adobe_AGM_Utils 1.0 0
%%DocumentFonts:
%%DocumentNeededFonts:
%%DocumentNeededFeatures:
%%DocumentSuppliedFeatures:
%%DocumentProcessColors: Cyan Magenta Yellow
%%DocumentCustomColors:
%%CMYKCustomColor:
%%RGBCustomColor:
%%EndComments
%%BeginDefaults
%%ViewingOrientation: 1 0 0 1
%%EndDefaults
%%BeginProlog
%%BeginResource: procset Adobe_AGM_Utils 1.0 0
%%Version: 1.0 0
%%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved.
systemdict/setpacking known
{currentpacking true setpacking}if
userdict/Adobe_AGM_Utils 75 dict dup begin put
/bdf
{bind def}bind def
/nd{null def}bdf
/xdf
{exch def}bdf
/ldf
{load def}bdf
/ddf
{put}bdf
/xddf
{3 -1 roll put}bdf
/xpt
{exch put}bdf
/ndf
{
exch dup where{
pop pop pop
}{
xdf
}ifelse
}def
/cdndf
{
exch dup currentdict exch known{
pop pop
}{
exch def
}ifelse
}def
/gx
{get exec}bdf
/ps_level
/languagelevel where{
pop systemdict/languagelevel gx
}{
1
}ifelse
def
/level2
ps_level 2 ge
def
/level3
ps_level 3 ge
def
/ps_version
{version cvr}stopped{-1}if
def
/set_gvm
{currentglobal exch setglobal}bdf
/reset_gvm
{setglobal}bdf
/makereadonlyarray
{
/packedarray where{pop packedarray
}{
array astore readonly}ifelse
}bdf
/map_reserved_ink_name
{
dup type/stringtype eq{
dup/Red eq{
pop(_Red_)
}{
dup/Green eq{
pop(_Green_)
}{
dup/Blue eq{
pop(_Blue_)
}{
dup()cvn eq{
pop(Process)
}if
}ifelse
}ifelse
}ifelse
}if
}bdf
/AGMUTIL_GSTATE 22 dict def
/get_gstate
{
AGMUTIL_GSTATE begin
/AGMUTIL_GSTATE_clr_spc currentcolorspace def
/AGMUTIL_GSTATE_clr_indx 0 def
/AGMUTIL_GSTATE_clr_comps 12 array def
mark currentcolor counttomark
{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put
/AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop
/AGMUTIL_GSTATE_fnt rootfont def
/AGMUTIL_GSTATE_lw currentlinewidth def
/AGMUTIL_GSTATE_lc currentlinecap def
/AGMUTIL_GSTATE_lj currentlinejoin def
/AGMUTIL_GSTATE_ml currentmiterlimit def
currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf
/AGMUTIL_GSTATE_sa currentstrokeadjust def
/AGMUTIL_GSTATE_clr_rnd currentcolorrendering def
/AGMUTIL_GSTATE_op currentoverprint def
/AGMUTIL_GSTATE_bg currentblackgeneration cvlit def
/AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def
currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf
cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf
/AGMUTIL_GSTATE_ht currenthalftone def
/AGMUTIL_GSTATE_flt currentflat def
end
}def
/set_gstate
{
AGMUTIL_GSTATE begin
AGMUTIL_GSTATE_clr_spc setcolorspace
AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get
/AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor
AGMUTIL_GSTATE_fnt setfont
AGMUTIL_GSTATE_lw setlinewidth
AGMUTIL_GSTATE_lc setlinecap
AGMUTIL_GSTATE_lj setlinejoin
AGMUTIL_GSTATE_ml setmiterlimit
AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash
AGMUTIL_GSTATE_sa setstrokeadjust
AGMUTIL_GSTATE_clr_rnd setcolorrendering
AGMUTIL_GSTATE_op setoverprint
AGMUTIL_GSTATE_bg cvx setblackgeneration
AGMUTIL_GSTATE_ucr cvx setundercolorremoval
AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx
AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer
AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or
{
currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne
{
mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark
}if
}{
AGMUTIL_GSTATE_ht sethalftone
}ifelse
AGMUTIL_GSTATE_flt setflat
end
}def
/get_gstate_and_matrix
{
AGMUTIL_GSTATE begin
/AGMUTIL_GSTATE_ctm matrix currentmatrix def
end
get_gstate
}def
/set_gstate_and_matrix
{
set_gstate
AGMUTIL_GSTATE begin
AGMUTIL_GSTATE_ctm setmatrix
end
}def
/AGMUTIL_str256 256 string def
/AGMUTIL_src256 256 string def
/AGMUTIL_dst64 64 string def
/AGMUTIL_srcLen nd
/AGMUTIL_ndx nd
/AGMUTIL_cpd nd
/capture_cpd{
//Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf
}def
/thold_halftone
{
level3
{sethalftone currenthalftone}
{
dup/HalftoneType get 3 eq
{
sethalftone currenthalftone
}{
begin
Width Height mul{
Thresholds read{pop}if
}repeat
end
currenthalftone
}ifelse
}ifelse
}def
/rdcmntline
{
currentfile AGMUTIL_str256 readline pop
(%)anchorsearch{pop}if
}bdf
/filter_cmyk
{
dup type/filetype ne{
exch()/SubFileDecode filter
}{
exch pop
}
ifelse
[
exch
{
AGMUTIL_src256 readstring pop
dup length/AGMUTIL_srcLen exch def
/AGMUTIL_ndx 0 def
AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{
1 index exch get
AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put
/AGMUTIL_ndx AGMUTIL_ndx 1 add def
}for
pop
AGMUTIL_dst64 0 AGMUTIL_ndx getinterval
}
bind
/exec cvx
]cvx
}bdf
/filter_indexed_devn
{
cvi Names length mul names_index add Lookup exch get
}bdf
/filter_devn
{
4 dict begin
/srcStr xdf
/dstStr xdf
dup type/filetype ne{
0()/SubFileDecode filter
}if
[
exch
[
/devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx
currentdict/srcStr get/readstring cvx/pop cvx
/dup cvx/length cvx 0/gt cvx[
Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx
names_index Names length currentdict/srcStr get length 1 sub{
1/index cvx/exch cvx/get cvx
currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx
Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx
}for
currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx
]cvx/if cvx
/end cvx
]cvx
bind
/exec cvx
]cvx
end
}bdf
/AGMUTIL_imagefile nd
/read_image_file
{
AGMUTIL_imagefile 0 setfileposition
10 dict begin
/imageDict xdf
/imbufLen Width BitsPerComponent mul 7 add 8 idiv def
/imbufIdx 0 def
/origDataSource imageDict/DataSource get def
/origMultipleDataSources imageDict/MultipleDataSources get def
/origDecode imageDict/Decode get def
/dstDataStr imageDict/Width get colorSpaceElemCnt mul string def
imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse
{
/imbufCnt imageDict/DataSource get length def
/imbufs imbufCnt array def
0 1 imbufCnt 1 sub{
/imbufIdx xdf
imbufs imbufIdx imbufLen string put
imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put
}for
DeviceN_PS2{
imageDict begin
/DataSource[DataSource/devn_sep_datasource cvx]cvx def
/MultipleDataSources false def
/Decode[0 1]def
end
}if
}{
/imbuf imbufLen string def
Indexed_DeviceN level3 not and DeviceN_NoneName or{
/srcDataStrs[imageDict begin
currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse
{
Width Decode length 2 div mul cvi string
}repeat
end]def
imageDict begin
/DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def
/Decode[0 1]def
end
}{
imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put
imageDict/Decode[0 1]put
}ifelse
}ifelse
imageDict exch
load exec
imageDict/DataSource origDataSource put
imageDict/MultipleDataSources origMultipleDataSources put
imageDict/Decode origDecode put
end
}bdf
/write_image_file
{
begin
{(AGMUTIL_imagefile)(w+)file}stopped{
false
}{
Adobe_AGM_Utils/AGMUTIL_imagefile xddf
2 dict begin
/imbufLen Width BitsPerComponent mul 7 add 8 idiv def
MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{
/imbuf imbufLen string def
}if
1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{
pop
MultipleDataSources{
0 1 DataSource length 1 sub{
DataSource type dup
/arraytype eq{
pop DataSource exch gx
}{
/filetype eq{
DataSource exch get imbuf readstring pop
}{
DataSource exch get
}ifelse
}ifelse
AGMUTIL_imagefile exch writestring
}for
}{
DataSource type dup
/arraytype eq{
pop DataSource exec
}{
/filetype eq{
DataSource imbuf readstring pop
}{
DataSource
}ifelse
}ifelse
AGMUTIL_imagefile exch writestring
}ifelse
}for
end
true
}ifelse
end
}bdf
/close_image_file
{
AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile
}def
statusdict/product known userdict/AGMP_current_show known not and{
/pstr statusdict/product get def
pstr(HP LaserJet 2200)eq
pstr(HP LaserJet 4000 Series)eq or
pstr(HP LaserJet 4050 Series )eq or
pstr(HP LaserJet 8000 Series)eq or
pstr(HP LaserJet 8100 Series)eq or
pstr(HP LaserJet 8150 Series)eq or
pstr(HP LaserJet 5000 Series)eq or
pstr(HP LaserJet 5100 Series)eq or
pstr(HP Color LaserJet 4500)eq or
pstr(HP Color LaserJet 4600)eq or
pstr(HP LaserJet 5Si)eq or
pstr(HP LaserJet 1200 Series)eq or
pstr(HP LaserJet 1300 Series)eq or
pstr(HP LaserJet 4100 Series)eq or
{
userdict/AGMP_current_show/show load put
userdict/show{
currentcolorspace 0 get
/Pattern eq
{false charpath f}
{AGMP_current_show}ifelse
}put
}if
currentdict/pstr undef
}if
/consumeimagedata
{
begin
AGMIMG_init_common
currentdict/MultipleDataSources known not
{/MultipleDataSources false def}if
MultipleDataSources
{
DataSource 0 get type
dup/filetype eq
{
1 dict begin
/flushbuffer Width cvi string def
1 1 Height cvi
{
pop
0 1 DataSource length 1 sub
{
DataSource exch get
flushbuffer readstring pop pop
}for
}for
end
}if
dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and
{
Width Height mul cvi
{
0 1 DataSource length 1 sub
{dup DataSource exch gx length exch 0 ne{pop}if}for
dup 0 eq
{pop exit}if
sub dup 0 le
{exit}if
}loop
pop
}if
}
{
/DataSource load type
dup/filetype eq
{
1 dict begin
/flushbuffer Width Decode length 2 idiv mul cvi string def
1 1 Height{pop DataSource flushbuffer readstring pop pop}for
end
}if
dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and
{
Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul
{
DataSource length dup 0 eq
{pop exit}if
sub dup 0 le
{exit}if
}loop
pop
}if
}ifelse
end
}bdf
/addprocs
{
2{/exec load}repeat
3 1 roll
[5 1 roll]bind cvx
}def
/modify_halftone_xfer
{
currenthalftone dup length dict copy begin
currentdict 2 index known{
1 index load dup length dict copy begin
currentdict/TransferFunction known{
/TransferFunction load
}{
currenttransfer
}ifelse
addprocs/TransferFunction xdf
currentdict end def
currentdict end sethalftone
}{
currentdict/TransferFunction known{
/TransferFunction load
}{
currenttransfer
}ifelse
addprocs/TransferFunction xdf
currentdict end sethalftone
pop
}ifelse
}def
/clonearray
{
dup xcheck exch
dup length array exch
Adobe_AGM_Core/AGMCORE_tmp -1 ddf
{
Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf
dup type/dicttype eq
{
Adobe_AGM_Core/AGMCORE_tmp get
exch
clonedict
Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf
}if
dup type/arraytype eq
{
Adobe_AGM_Core/AGMCORE_tmp get exch
clonearray
Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf
}if
exch dup
Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put
}forall
exch{cvx}if
}bdf
/clonedict
{
dup length dict
begin
{
dup type/dicttype eq
{clonedict}if
dup type/arraytype eq
{clonearray}if
def
}forall
currentdict
end
}bdf
/DeviceN_PS2
{
/currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and
}bdf
/Indexed_DeviceN
{
/indexed_colorspace_dict AGMCORE_gget dup null ne{
dup/CSDBase known{
/CSDBase get/CSD get_res/Names known
}{
pop false
}ifelse
}{
pop false
}ifelse
}bdf
/DeviceN_NoneName
{
/Names where{
pop
false Names
{
(None)eq or
}forall
}{
false
}ifelse
}bdf
/DeviceN_PS2_inRip_seps
{
/AGMCORE_in_rip_sep where
{
pop dup type dup/arraytype eq exch/packedarraytype eq or
{
dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and
{
/currentcolorspace exch AGMCORE_gput
false
}{
true
}ifelse
}{
true
}ifelse
}{
true
}ifelse
}bdf
/base_colorspace_type
{
dup type/arraytype eq{0 get}if
}bdf
/currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse
{
/pdfmark_5{cleartomark}bind def
}{
/pdfmark_5{pdfmark}bind def
}ifelse
/ReadBypdfmark_5
{
currentfile exch 0 exch/SubFileDecode filter
/currentdistillerparams where
{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse
{flushfile cleartomark}
{/PUT pdfmark}ifelse
}bdf
/ReadBypdfmark_5_string
{
2 dict begin
/makerString exch def string/tmpString exch def
{
currentfile tmpString readline not{pop exit}if
makerString anchorsearch
{
pop pop cleartomark exit
}{
3 copy/PUT pdfmark_5 pop 2 copy(\n)/PUT pdfmark_5
}ifelse
}loop
end
}bdf
/xpdfm
{
{
dup 0 get/Label eq
{
aload length[exch 1 add 1 roll/PAGELABEL
}{
aload pop
[{ThisPage}<<5 -2 roll>>/PUT
}ifelse
pdfmark_5
}forall
}bdf
/lmt{
dup 2 index le{exch}if pop dup 2 index ge{exch}if pop
}bdf
/int{
dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul exch pop add exch pop
}bdf
/ds{
Adobe_AGM_Utils begin
}bdf
/dt{
currentdict Adobe_AGM_Utils eq{
end
}if
}bdf
systemdict/setpacking known
{setpacking}if
%%EndResource
%%BeginResource: procset Adobe_AGM_Core 2.0 0
%%Version: 2.0 0
%%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved.
systemdict/setpacking known
{
currentpacking
true setpacking
}if
userdict/Adobe_AGM_Core 209 dict dup begin put
/Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def
/AGMCORE_str256 256 string def
/AGMCORE_save nd
/AGMCORE_graphicsave nd
/AGMCORE_c 0 def
/AGMCORE_m 0 def
/AGMCORE_y 0 def
/AGMCORE_k 0 def
/AGMCORE_cmykbuf 4 array def
/AGMCORE_screen[currentscreen]cvx def
/AGMCORE_tmp 0 def
/AGMCORE_&setgray nd
/AGMCORE_&setcolor nd
/AGMCORE_&setcolorspace nd
/AGMCORE_&setcmykcolor nd
/AGMCORE_cyan_plate nd
/AGMCORE_magenta_plate nd
/AGMCORE_yellow_plate nd
/AGMCORE_black_plate nd
/AGMCORE_plate_ndx nd
/AGMCORE_get_ink_data nd
/AGMCORE_is_cmyk_sep nd
/AGMCORE_host_sep nd
/AGMCORE_avoid_L2_sep_space nd
/AGMCORE_distilling nd
/AGMCORE_composite_job nd
/AGMCORE_producing_seps nd
/AGMCORE_ps_level -1 def
/AGMCORE_ps_version -1 def
/AGMCORE_environ_ok nd
/AGMCORE_CSD_cache 0 dict def
/AGMCORE_currentoverprint false def
/AGMCORE_deltaX nd
/AGMCORE_deltaY nd
/AGMCORE_name nd
/AGMCORE_sep_special nd
/AGMCORE_err_strings 4 dict def
/AGMCORE_cur_err nd
/AGMCORE_current_spot_alias false def
/AGMCORE_inverting false def
/AGMCORE_feature_dictCount nd
/AGMCORE_feature_opCount nd
/AGMCORE_feature_ctm nd
/AGMCORE_ConvertToProcess false def
/AGMCORE_Default_CTM matrix def
/AGMCORE_Default_PageSize nd
/AGMCORE_Default_flatness nd
/AGMCORE_currentbg nd
/AGMCORE_currentucr nd
/AGMCORE_pattern_paint_type 0 def
/knockout_unitsq nd
currentglobal true setglobal
[/CSA/Gradient/Procedure]
{
/Generic/Category findresource dup length dict copy/Category defineresource pop
}forall
setglobal
/AGMCORE_key_known
{
where{
/Adobe_AGM_Core_Id known
}{
false
}ifelse
}ndf
/flushinput
{
save
2 dict begin
/CompareBuffer 3 -1 roll def
/readbuffer 256 string def
mark
{
currentfile readbuffer{readline}stopped
{cleartomark mark}
{
not
{pop exit}
if
CompareBuffer eq
{exit}
if
}ifelse
}loop
cleartomark
end
restore
}bdf
/getspotfunction
{
AGMCORE_screen exch pop exch pop
dup type/dicttype eq{
dup/HalftoneType get 1 eq{
/SpotFunction get
}{
dup/HalftoneType get 2 eq{
/GraySpotFunction get
}{
pop
{
abs exch abs 2 copy add 1 gt{
1 sub dup mul exch 1 sub dup mul add 1 sub
}{
dup mul exch dup mul add 1 exch sub
}ifelse
}bind
}ifelse
}ifelse
}if
}def
/np
{newpath}bdf
/clp_npth
{clip np}def
/eoclp_npth
{eoclip np}def
/npth_clp
{np clip}def
/graphic_setup
{
/AGMCORE_graphicsave save store
concat
0 setgray
0 setlinecap
0 setlinejoin
1 setlinewidth
[]0 setdash
10 setmiterlimit
np
false setoverprint
false setstrokeadjust
//Adobe_AGM_Core/spot_alias gx
/Adobe_AGM_Image where{
pop
Adobe_AGM_Image/spot_alias 2 copy known{
gx
}{
pop pop
}ifelse
}if
/sep_colorspace_dict null AGMCORE_gput
100 dict begin
/dictstackcount countdictstack def
/showpage{}def
mark
}def
/graphic_cleanup
{
cleartomark
dictstackcount 1 countdictstack 1 sub{end}for
end
AGMCORE_graphicsave restore
}def
/compose_error_msg
{
grestoreall initgraphics
/Helvetica findfont 10 scalefont setfont
/AGMCORE_deltaY 100 def
/AGMCORE_deltaX 310 def
clippath pathbbox np pop pop 36 add exch 36 add exch moveto
0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto
0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath
0 AGMCORE_&setgray
gsave 1 AGMCORE_&setgray fill grestore
1 setlinewidth gsave stroke grestore
currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto
/AGMCORE_deltaY 12 def
/AGMCORE_tmp 0 def
AGMCORE_err_strings exch get
{
dup 32 eq
{
pop
AGMCORE_str256 0 AGMCORE_tmp getinterval
stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt
{
currentpoint AGMCORE_deltaY sub exch pop
clippath pathbbox pop pop pop 44 add exch moveto
}if
AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show
0 1 AGMCORE_str256 length 1 sub
{
AGMCORE_str256 exch 0 put
}for
/AGMCORE_tmp 0 def
}{
AGMCORE_str256 exch AGMCORE_tmp xpt
/AGMCORE_tmp AGMCORE_tmp 1 add def
}ifelse
}forall
}bdf
/AGMCORE_CMYKDeviceNColorspaces[
[/Separation/None/DeviceCMYK{0 0 0}]
[/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind]
[/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind]
[/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind]
[/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind]
[/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind]
[/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind]
[/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind]
[/Separation(Cyan)/DeviceCMYK{0 0 0}]
[/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind]
[/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind]
[/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind]
[/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}]
[/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind]
[/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}]
[/DeviceCMYK]
]def
/ds{
Adobe_AGM_Core begin
/currentdistillerparams where
{
pop currentdistillerparams/CoreDistVersion get 5000 lt
{<>setdistillerparams}if
}if
/AGMCORE_ps_version xdf
/AGMCORE_ps_level xdf
errordict/AGM_handleerror known not{
errordict/AGM_handleerror errordict/handleerror get put
errordict/handleerror{
Adobe_AGM_Core begin
$error/newerror get AGMCORE_cur_err null ne and{
$error/newerror false put
AGMCORE_cur_err compose_error_msg
}if
$error/newerror true put
end
errordict/AGM_handleerror get exec
}bind put
}if
/AGMCORE_environ_ok
ps_level AGMCORE_ps_level ge
ps_version AGMCORE_ps_version ge and
AGMCORE_ps_level -1 eq or
def
AGMCORE_environ_ok not
{/AGMCORE_cur_err/AGMCORE_bad_environ def}if
/AGMCORE_&setgray systemdict/setgray get def
level2{
/AGMCORE_&setcolor systemdict/setcolor get def
/AGMCORE_&setcolorspace systemdict/setcolorspace get def
}if
/AGMCORE_currentbg currentblackgeneration def
/AGMCORE_currentucr currentundercolorremoval def
/AGMCORE_Default_flatness currentflat def
/AGMCORE_distilling
/product where{
pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and
}{
false
}ifelse
def
/AGMCORE_GSTATE AGMCORE_key_known not{
/AGMCORE_GSTATE 21 dict def
/AGMCORE_tmpmatrix matrix def
/AGMCORE_gstack 64 array def
/AGMCORE_gstackptr 0 def
/AGMCORE_gstacksaveptr 0 def
/AGMCORE_gstackframekeys 14 def
/AGMCORE_&gsave/gsave ldf
/AGMCORE_&grestore/grestore ldf
/AGMCORE_&grestoreall/grestoreall ldf
/AGMCORE_&save/save ldf
/AGMCORE_&setoverprint/setoverprint ldf
/AGMCORE_gdictcopy{
begin
{def}forall
end
}def
/AGMCORE_gput{
AGMCORE_gstack AGMCORE_gstackptr get
3 1 roll
put
}def
/AGMCORE_gget{
AGMCORE_gstack AGMCORE_gstackptr get
exch
get
}def
/gsave{
AGMCORE_&gsave
AGMCORE_gstack AGMCORE_gstackptr get
AGMCORE_gstackptr 1 add
dup 64 ge{limitcheck}if
/AGMCORE_gstackptr exch store
AGMCORE_gstack AGMCORE_gstackptr get
AGMCORE_gdictcopy
}def
/grestore{
AGMCORE_&grestore
AGMCORE_gstackptr 1 sub
dup AGMCORE_gstacksaveptr lt{1 add}if
dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known
{/AGMCORE_currentoverprint get setoverprint}{pop}ifelse
/AGMCORE_gstackptr exch store
}def
/grestoreall{
AGMCORE_&grestoreall
/AGMCORE_gstackptr AGMCORE_gstacksaveptr store
}def
/save{
AGMCORE_&save
AGMCORE_gstack AGMCORE_gstackptr get
AGMCORE_gstackptr 1 add
dup 64 ge{limitcheck}if
/AGMCORE_gstackptr exch store
/AGMCORE_gstacksaveptr AGMCORE_gstackptr store
AGMCORE_gstack AGMCORE_gstackptr get
AGMCORE_gdictcopy
}def
/setoverprint{
dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint
}def
0 1 AGMCORE_gstack length 1 sub{
AGMCORE_gstack exch AGMCORE_gstackframekeys dict put
}for
}if
level3/AGMCORE_&sysshfill AGMCORE_key_known not and
{
/AGMCORE_&sysshfill systemdict/shfill get def
/AGMCORE_&sysmakepattern systemdict/makepattern get def
/AGMCORE_&usrmakepattern/makepattern load def
}if
/currentcmykcolor[0 0 0 0]AGMCORE_gput
/currentstrokeadjust false AGMCORE_gput
/currentcolorspace[/DeviceGray]AGMCORE_gput
/sep_tint 0 AGMCORE_gput
/devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput
/sep_colorspace_dict null AGMCORE_gput
/devicen_colorspace_dict null AGMCORE_gput
/indexed_colorspace_dict null AGMCORE_gput
/currentcolor_intent()AGMCORE_gput
/customcolor_tint 1 AGMCORE_gput
/absolute_colorimetric_crd null AGMCORE_gput
/relative_colorimetric_crd null AGMCORE_gput
/saturation_crd null AGMCORE_gput
/perceptual_crd null AGMCORE_gput
currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf
cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf
<<
/MaxPatternItem currentsystemparams/MaxPatternCache get
>>
setuserparams
end
}def
/ps
{
/setcmykcolor where{
pop
Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put
}if
Adobe_AGM_Core begin
/setcmykcolor
{
4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput
1 sub 4 1 roll
3{
3 index add neg dup 0 lt{
pop 0
}if
3 1 roll
}repeat
setrgbcolor pop
}ndf
/currentcmykcolor
{
/currentcmykcolor AGMCORE_gget aload pop
}ndf
/setoverprint
{pop}ndf
/currentoverprint
{false}ndf
/AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def
/AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def
/AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def
/AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def
/AGMCORE_plate_ndx
AGMCORE_cyan_plate{
0
}{
AGMCORE_magenta_plate{
1
}{
AGMCORE_yellow_plate{
2
}{
AGMCORE_black_plate{
3
}{
4
}ifelse
}ifelse
}ifelse
}ifelse
def
/AGMCORE_have_reported_unsupported_color_space false def
/AGMCORE_report_unsupported_color_space
{
AGMCORE_have_reported_unsupported_color_space false eq
{
(Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)==
Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf
}if
}def
/AGMCORE_composite_job
AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def
/AGMCORE_in_rip_sep
/AGMCORE_in_rip_sep where{
pop AGMCORE_in_rip_sep
}{
AGMCORE_distilling
{
false
}{
userdict/Adobe_AGM_OnHost_Seps known{
false
}{
level2{
currentpagedevice/Separations 2 copy known{
get
}{
pop pop false
}ifelse
}{
false
}ifelse
}ifelse
}ifelse
}ifelse
def
/AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def
/AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def
/AGM_preserve_spots
/AGM_preserve_spots where{
pop AGM_preserve_spots
}{
AGMCORE_distilling AGMCORE_producing_seps or
}ifelse
def
/AGM_is_distiller_preserving_spotimages
{
currentdistillerparams/PreserveOverprintSettings known
{
currentdistillerparams/PreserveOverprintSettings get
{
currentdistillerparams/ColorConversionStrategy known
{
currentdistillerparams/ColorConversionStrategy get
/sRGB ne
}{
true
}ifelse
}{
false
}ifelse
}{
false
}ifelse
}def
/convert_spot_to_process where{pop}{
/convert_spot_to_process
{
//Adobe_AGM_Core begin
dup map_alias{
/Name get exch pop
}if
dup dup(None)eq exch(All)eq or
{
pop false
}{
AGMCORE_host_sep
{
gsave
1 0 0 0 setcmykcolor currentgray 1 exch sub
0 1 0 0 setcmykcolor currentgray 1 exch sub
0 0 1 0 setcmykcolor currentgray 1 exch sub
0 0 0 1 setcmykcolor currentgray 1 exch sub
add add add 0 eq
{
pop false
}{
false setoverprint
current_spot_alias false set_spot_alias
1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor
set_spot_alias
currentgray 1 ne
}ifelse
grestore
}{
AGMCORE_distilling
{
pop AGM_is_distiller_preserving_spotimages not
}{
//Adobe_AGM_Core/AGMCORE_name xddf
false
//Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq
AGMUTIL_cpd/OverrideSeparations known and
{
AGMUTIL_cpd/OverrideSeparations get
{
/HqnSpots/ProcSet resourcestatus
{
pop pop pop true
}if
}if
}if
{
AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not
}{
gsave
[/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace
false
AGMUTIL_cpd/SeparationColorNames 2 copy known
{
get
{AGMCORE_name eq or}forall
not
}{
pop pop pop true
}ifelse
grestore
}ifelse
}ifelse
}ifelse
}ifelse
end
}def
}ifelse
/convert_to_process where{pop}{
/convert_to_process
{
dup length 0 eq
{
pop false
}{
AGMCORE_host_sep
{
dup true exch
{
dup(Cyan)eq exch
dup(Magenta)eq 3 -1 roll or exch
dup(Yellow)eq 3 -1 roll or exch
dup(Black)eq 3 -1 roll or
{pop}
{convert_spot_to_process and}ifelse
}
forall
{
true exch
{
dup(Cyan)eq exch
dup(Magenta)eq 3 -1 roll or exch
dup(Yellow)eq 3 -1 roll or exch
(Black)eq or and
}forall
not
}{pop false}ifelse
}{
false exch
{
/PhotoshopDuotoneList where{pop false}{true}ifelse
{
dup(Cyan)eq exch
dup(Magenta)eq 3 -1 roll or exch
dup(Yellow)eq 3 -1 roll or exch
dup(Black)eq 3 -1 roll or
{pop}
{convert_spot_to_process or}ifelse
}
{
convert_spot_to_process or
}
ifelse
}
forall
}ifelse
}ifelse
}def
}ifelse
/AGMCORE_avoid_L2_sep_space
version cvr 2012 lt
level2 and
AGMCORE_producing_seps not and
def
/AGMCORE_is_cmyk_sep
AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or
def
/AGM_avoid_0_cmyk where{
pop AGM_avoid_0_cmyk
}{
AGM_preserve_spots
userdict/Adobe_AGM_OnHost_Seps known
userdict/Adobe_AGM_InRip_Seps known or
not and
}ifelse
{
/setcmykcolor[
{
4 copy add add add 0 eq currentoverprint and{
pop 0.0005
}if
}/exec cvx
/AGMCORE_&setcmykcolor load dup type/operatortype ne{
/exec cvx
}if
]cvx def
}if
/AGMCORE_IsSeparationAProcessColor
{
dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or
}def
AGMCORE_host_sep{
/setcolortransfer
{
AGMCORE_cyan_plate{
pop pop pop
}{
AGMCORE_magenta_plate{
4 3 roll pop pop pop
}{
AGMCORE_yellow_plate{
4 2 roll pop pop pop
}{
4 1 roll pop pop pop
}ifelse
}ifelse
}ifelse
settransfer
}
def
/AGMCORE_get_ink_data
AGMCORE_cyan_plate{
{pop pop pop}
}{
AGMCORE_magenta_plate{
{4 3 roll pop pop pop}
}{
AGMCORE_yellow_plate{
{4 2 roll pop pop pop}
}{
{4 1 roll pop pop pop}
}ifelse
}ifelse
}ifelse
def
/AGMCORE_RemoveProcessColorNames
{
1 dict begin
/filtername
{
dup/Cyan eq 1 index(Cyan)eq or
{pop(_cyan_)}if
dup/Magenta eq 1 index(Magenta)eq or
{pop(_magenta_)}if
dup/Yellow eq 1 index(Yellow)eq or
{pop(_yellow_)}if
dup/Black eq 1 index(Black)eq or
{pop(_black_)}if
}def
dup type/arraytype eq
{[exch{filtername}forall]}
{filtername}ifelse
end
}def
level3{
/AGMCORE_IsCurrentColor
{
dup AGMCORE_IsSeparationAProcessColor
{
AGMCORE_plate_ndx 0 eq
{dup(Cyan)eq exch/Cyan eq or}if
AGMCORE_plate_ndx 1 eq
{dup(Magenta)eq exch/Magenta eq or}if
AGMCORE_plate_ndx 2 eq
{dup(Yellow)eq exch/Yellow eq or}if
AGMCORE_plate_ndx 3 eq
{dup(Black)eq exch/Black eq or}if
AGMCORE_plate_ndx 4 eq
{pop false}if
}{
gsave
false setoverprint
current_spot_alias false set_spot_alias
1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor
set_spot_alias
currentgray 1 ne
grestore
}ifelse
}def
/AGMCORE_filter_functiondatasource
{
5 dict begin
/data_in xdf
data_in type/stringtype eq
{
/ncomp xdf
/comp xdf
/string_out data_in length ncomp idiv string def
0 ncomp data_in length 1 sub
{
string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put
}for
string_out
}{
string/string_in xdf
/string_out 1 string def
/component xdf
[
data_in string_in/readstring cvx
[component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx
[/pop cvx()]cvx/ifelse cvx
]cvx/ReusableStreamDecode filter
}ifelse
end
}def
/AGMCORE_separateShadingFunction
{
2 dict begin
/paint? xdf
/channel xdf
dup type/dicttype eq
{
begin
FunctionType 0 eq
{
/DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def
currentdict/Decode known
{/Decode Decode channel 2 mul 2 getinterval def}if
paint? not
{/Decode[1 1]def}if
}if
FunctionType 2 eq
{
paint?
{
/C0[C0 channel get 1 exch sub]def
/C1[C1 channel get 1 exch sub]def
}{
/C0[1]def
/C1[1]def
}ifelse
}if
FunctionType 3 eq
{
/Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def
}if
currentdict/Range known
{/Range[0 1]def}if
currentdict
end}{
channel get 0 paint? AGMCORE_separateShadingFunction
}ifelse
end
}def
/AGMCORE_separateShading
{
3 -1 roll begin
currentdict/Function known
{
currentdict/Background known
{[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if
Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf
/ColorSpace[/DeviceGray]def
}{
ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq
{
/ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def
}{
ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put
}ifelse
ColorSpace 0 get/Separation eq
{
{
[1/exch cvx/sub cvx]cvx
}{
[/pop cvx 1]cvx
}ifelse
ColorSpace 3 3 -1 roll put
pop
}{
{
[exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx
}{
pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx
}ifelse
ColorSpace 3 3 -1 roll bind put
}ifelse
ColorSpace 2/DeviceGray put
}ifelse
end
}def
/AGMCORE_separateShadingDict
{
dup/ColorSpace get
dup type/arraytype ne
{[exch]}if
dup 0 get/DeviceCMYK eq
{
exch begin
currentdict
AGMCORE_cyan_plate
{0 true}if
AGMCORE_magenta_plate
{1 true}if
AGMCORE_yellow_plate
{2 true}if
AGMCORE_black_plate
{3 true}if
AGMCORE_plate_ndx 4 eq
{0 false}if
dup not currentoverprint and
{/AGMCORE_ignoreshade true def}if
AGMCORE_separateShading
currentdict
end exch
}if
dup 0 get/Separation eq
{
exch begin
ColorSpace 1 get dup/None ne exch/All ne and
{
ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and
{
ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq
{
/ColorSpace
[
/Separation
ColorSpace 1 get
/DeviceGray
[
ColorSpace 3 get/exec cvx
4 AGMCORE_plate_ndx sub -1/roll cvx
4 1/roll cvx
3[/pop cvx]cvx/repeat cvx
1/exch cvx/sub cvx
]cvx
]def
}{
AGMCORE_report_unsupported_color_space
AGMCORE_black_plate not
{
currentdict 0 false AGMCORE_separateShading
}if
}ifelse
}{
currentdict ColorSpace 1 get AGMCORE_IsCurrentColor
0 exch
dup not currentoverprint and
{/AGMCORE_ignoreshade true def}if
AGMCORE_separateShading
}ifelse
}if
currentdict
end exch
}if
dup 0 get/DeviceN eq
{
exch begin
ColorSpace 1 get convert_to_process
{
ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq
{
/ColorSpace
[
/DeviceN
ColorSpace 1 get
/DeviceGray
[
ColorSpace 3 get/exec cvx
4 AGMCORE_plate_ndx sub -1/roll cvx
4 1/roll cvx
3[/pop cvx]cvx/repeat cvx
1/exch cvx/sub cvx
]cvx
]def
}{
AGMCORE_report_unsupported_color_space
AGMCORE_black_plate not
{
currentdict 0 false AGMCORE_separateShading
/ColorSpace[/DeviceGray]def
}if
}ifelse
}{
currentdict
false -1 ColorSpace 1 get
{
AGMCORE_IsCurrentColor
{
1 add
exch pop true exch exit
}if
1 add
}forall
exch
dup not currentoverprint and
{/AGMCORE_ignoreshade true def}if
AGMCORE_separateShading
}ifelse
currentdict
end exch
}if
dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not
{
exch begin
ColorSpace dup type/arraytype eq
{0 get}if
/DeviceGray ne
{
AGMCORE_report_unsupported_color_space
AGMCORE_black_plate not
{
ColorSpace 0 get/CIEBasedA eq
{
/ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def
}if
ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or
{
/ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def
}if
ColorSpace 0 get/CIEBasedDEFG eq
{
/ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def
}if
currentdict 0 false AGMCORE_separateShading
}if
}if
currentdict
end exch
}if
pop
dup/AGMCORE_ignoreshade known
{
begin
/ColorSpace[/Separation(None)/DeviceGray{}]def
currentdict end
}if
}def
/shfill
{
AGMCORE_separateShadingDict
dup/AGMCORE_ignoreshade known
{pop}
{AGMCORE_&sysshfill}ifelse
}def
/makepattern
{
exch
dup/PatternType get 2 eq
{
clonedict
begin
/Shading Shading AGMCORE_separateShadingDict def
Shading/AGMCORE_ignoreshade known
currentdict end exch
{pop<>}if
exch AGMCORE_&sysmakepattern
}{
exch AGMCORE_&usrmakepattern
}ifelse
}def
}if
}if
AGMCORE_in_rip_sep{
/setcustomcolor
{
exch aload pop
dup 7 1 roll inRip_spot_has_ink not {
4{4 index mul 4 1 roll}
repeat
/DeviceCMYK setcolorspace
6 -2 roll pop pop
}{
//Adobe_AGM_Core begin
/AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf
end
[/Separation 4 -1 roll/DeviceCMYK
{dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul}
]
setcolorspace
}ifelse
setcolor
}ndf
/setseparationgray
{
[/Separation(All)/DeviceGray{}]setcolorspace_opt
1 exch sub setcolor
}ndf
}{
/setseparationgray
{
AGMCORE_&setgray
}ndf
}ifelse
/findcmykcustomcolor
{
5 makereadonlyarray
}ndf
/setcustomcolor
{
exch aload pop pop
4{4 index mul 4 1 roll}repeat
setcmykcolor pop
}ndf
/has_color
/colorimage where{
AGMCORE_producing_seps{
pop true
}{
systemdict eq
}ifelse
}{
false
}ifelse
def
/map_index
{
1 index mul exch getinterval{255 div}forall
}bdf
/map_indexed_devn
{
Lookup Names length 3 -1 roll cvi map_index
}bdf
/n_color_components
{
base_colorspace_type
dup/DeviceGray eq{
pop 1
}{
/DeviceCMYK eq{
4
}{
3
}ifelse
}ifelse
}bdf
level2{
/mo/moveto ldf
/li/lineto ldf
/cv/curveto ldf
/knockout_unitsq
{
1 setgray
0 0 1 1 rectfill
}def
level2/setcolorspace AGMCORE_key_known not and{
/AGMCORE_&&&setcolorspace/setcolorspace ldf
/AGMCORE_ReplaceMappedColor
{
dup type dup/arraytype eq exch/packedarraytype eq or
{
/AGMCORE_SpotAliasAry2 where{
begin
dup 0 get dup/Separation eq
{
pop
dup length array copy
dup dup 1 get
current_spot_alias
{
dup map_alias
{
false set_spot_alias
dup 1 exch setsepcolorspace
true set_spot_alias
begin
/sep_colorspace_dict currentdict AGMCORE_gput
pop pop pop
[
/Separation Name
CSA map_csa
MappedCSA
/sep_colorspace_proc load
]
dup Name
end
}if
}if
map_reserved_ink_name 1 xpt
}{
/DeviceN eq
{
dup length array copy
dup dup 1 get[
exch{
current_spot_alias{
dup map_alias{
/Name get exch pop
}if
}if
map_reserved_ink_name
}forall
]1 xpt
}if
}ifelse
end
}if
}if
}def
/setcolorspace
{
dup type dup/arraytype eq exch/packedarraytype eq or
{
dup 0 get/Indexed eq
{
AGMCORE_distilling
{
/PhotoshopDuotoneList where
{
pop false
}{
true
}ifelse
}{
true
}ifelse
{
aload pop 3 -1 roll
AGMCORE_ReplaceMappedColor
3 1 roll 4 array astore
}if
}{
AGMCORE_ReplaceMappedColor
}ifelse
}if
DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if
}def
}if
}{
/adj
{
currentstrokeadjust{
transform
0.25 sub round 0.25 add exch
0.25 sub round 0.25 add exch
itransform
}if
}def
/mo{
adj moveto
}def
/li{
adj lineto
}def
/cv{
6 2 roll adj
6 2 roll adj
6 2 roll adj curveto
}def
/knockout_unitsq
{
1 setgray
8 8 1[8 0 0 8 0 0]{}image
}def
/currentstrokeadjust{
/currentstrokeadjust AGMCORE_gget
}def
/setstrokeadjust{
/currentstrokeadjust exch AGMCORE_gput
}def
/setcolorspace
{
/currentcolorspace exch AGMCORE_gput
}def
/currentcolorspace
{
/currentcolorspace AGMCORE_gget
}def
/setcolor_devicecolor
{
base_colorspace_type
dup/DeviceGray eq{
pop setgray
}{
/DeviceCMYK eq{
setcmykcolor
}{
setrgbcolor
}ifelse
}ifelse
}def
/setcolor
{
currentcolorspace 0 get
dup/DeviceGray ne{
dup/DeviceCMYK ne{
dup/DeviceRGB ne{
dup/Separation eq{
pop
currentcolorspace 3 gx
currentcolorspace 2 get
}{
dup/Indexed eq{
pop
currentcolorspace 3 get dup type/stringtype eq{
currentcolorspace 1 get n_color_components
3 -1 roll map_index
}{
exec
}ifelse
currentcolorspace 1 get
}{
/AGMCORE_cur_err/AGMCORE_invalid_color_space def
AGMCORE_invalid_color_space
}ifelse
}ifelse
}if
}if
}if
setcolor_devicecolor
}def
}ifelse
/sop/setoverprint ldf
/lw/setlinewidth ldf
/lc/setlinecap ldf
/lj/setlinejoin ldf
/ml/setmiterlimit ldf
/dsh/setdash ldf
/sadj/setstrokeadjust ldf
/gry/setgray ldf
/rgb/setrgbcolor ldf
/cmyk[
/currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx
/setcmykcolor load dup type/operatortype ne{/exec cvx}if
]cvx bdf
level3 AGMCORE_host_sep not and{
/nzopmsc{
6 dict begin
/kk exch def
/yy exch def
/mm exch def
/cc exch def
/sum 0 def
cc 0 ne{/sum sum 2#1000 or def cc}if
mm 0 ne{/sum sum 2#0100 or def mm}if
yy 0 ne{/sum sum 2#0010 or def yy}if
kk 0 ne{/sum sum 2#0001 or def kk}if
AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace
sum 0 eq{0}if
end
setcolor
}bdf
}{
/nzopmsc/cmyk ldf
}ifelse
/sep/setsepcolor ldf
/devn/setdevicencolor ldf
/idx/setindexedcolor ldf
/colr/setcolor ldf
/csacrd/set_csa_crd ldf
/sepcs/setsepcolorspace ldf
/devncs/setdevicencolorspace ldf
/idxcs/setindexedcolorspace ldf
/cp/closepath ldf
/clp/clp_npth ldf
/eclp/eoclp_npth ldf
/f/fill ldf
/ef/eofill ldf
/@/stroke ldf
/nclp/npth_clp ldf
/gset/graphic_setup ldf
/gcln/graphic_cleanup ldf
/ct/concat ldf
/cf/currentfile ldf
/fl/filter ldf
/rs/readstring ldf
/AGMCORE_def_ht currenthalftone def
/clonedict Adobe_AGM_Utils begin/clonedict load end def
/clonearray Adobe_AGM_Utils begin/clonearray load end def
currentdict{
dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{
bind
}if
def
}forall
/getrampcolor
{
/indx exch def
0 1 NumComp 1 sub
{
dup
Samples exch get
dup type/stringtype eq{indx get}if
exch
Scaling exch get aload pop
3 1 roll
mul add
}for
ColorSpaceFamily/Separation eq
{sep}
{
ColorSpaceFamily/DeviceN eq
{devn}{setcolor}ifelse
}ifelse
}bdf
/sssetbackground{
aload pop
ColorSpaceFamily/Separation eq
{sep}
{
ColorSpaceFamily/DeviceN eq
{devn}{setcolor}ifelse
}ifelse
}bdf
/RadialShade
{
40 dict begin
/ColorSpaceFamily xdf
/background xdf
/ext1 xdf
/ext0 xdf
/BBox xdf
/r2 xdf
/c2y xdf
/c2x xdf
/r1 xdf
/c1y xdf
/c1x xdf
/rampdict xdf
/setinkoverprint where{pop/setinkoverprint{pop}def}if
gsave
BBox length 0 gt
{
np
BBox 0 get BBox 1 get moveto
BBox 2 get BBox 0 get sub 0 rlineto
0 BBox 3 get BBox 1 get sub rlineto
BBox 2 get BBox 0 get sub neg 0 rlineto
closepath
clip
np
}if
c1x c2x eq
{
c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse
}{
/slope c2y c1y sub c2x c1x sub div def
/theta slope 1 atan def
c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if
c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if
}ifelse
gsave
clippath
c1x c1y translate
theta rotate
-90 rotate
{pathbbox}stopped
{0 0 0 0}if
/yMax xdf
/xMax xdf
/yMin xdf
/xMin xdf
grestore
xMax xMin eq yMax yMin eq or
{
grestore
end
}{
/max{2 copy gt{pop}{exch pop}ifelse}bdf
/min{2 copy lt{pop}{exch pop}ifelse}bdf
rampdict begin
40 dict begin
background length 0 gt{background sssetbackground gsave clippath fill grestore}if
gsave
c1x c1y translate
theta rotate
-90 rotate
/c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def
/c1y 0 def
/c1x 0 def
/c2x 0 def
ext0
{
0 getrampcolor
c2y r2 add r1 sub 0.0001 lt
{
c1x c1y r1 360 0 arcn
pathbbox
/aymax exch def
/axmax exch def
/aymin exch def
/axmin exch def
/bxMin xMin axmin min def
/byMin yMin aymin min def
/bxMax xMax axmax max def
/byMax yMax aymax max def
bxMin byMin moveto
bxMax byMin lineto
bxMax byMax lineto
bxMin byMax lineto
bxMin byMin lineto
eofill
}{
c2y r1 add r2 le
{
c1x c1y r1 0 360 arc
fill
}
{
c2x c2y r2 0 360 arc fill
r1 r2 eq
{
/p1x r1 neg def
/p1y c1y def
/p2x r1 def
/p2y c1y def
p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto
fill
}{
/AA r2 r1 sub c2y div def
AA -1 eq
{/theta 89.99 def}
{/theta AA 1 AA dup mul sub sqrt div 1 atan def}
ifelse
/SS1 90 theta add dup sin exch cos div def
/p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def
/p1y p1x SS1 div neg def
/SS2 90 theta sub dup sin exch cos div def
/p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def
/p2y p2x SS2 div neg def
r1 r2 gt
{
/L1maxX p1x yMin p1y sub SS1 div add def
/L2maxX p2x yMin p2y sub SS2 div add def
}{
/L1maxX 0 def
/L2maxX 0 def
}ifelse
p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto
L1maxX L1maxX p1x sub SS1 mul p1y add lineto
fill
}ifelse
}ifelse
}ifelse
}if
c1x c2x sub dup mul
c1y c2y sub dup mul
add 0.5 exp
0 dtransform
dup mul exch dup mul add 0.5 exp 72 div
0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
1 index 1 index lt{exch}if pop
/hires xdf
hires mul
/numpix xdf
/numsteps NumSamples def
/rampIndxInc 1 def
/subsampling false def
numpix 0 ne
{
NumSamples numpix div 0.5 gt
{
/numsteps numpix 2 div round cvi dup 1 le{pop 2}if def
/rampIndxInc NumSamples 1 sub numsteps div def
/subsampling true def
}if
}if
/xInc c2x c1x sub numsteps div def
/yInc c2y c1y sub numsteps div def
/rInc r2 r1 sub numsteps div def
/cx c1x def
/cy c1y def
/radius r1 def
np
xInc 0 eq yInc 0 eq rInc 0 eq and and
{
0 getrampcolor
cx cy radius 0 360 arc
stroke
NumSamples 1 sub getrampcolor
cx cy radius 72 hires div add 0 360 arc
0 setlinewidth
stroke
}{
0
numsteps
{
dup
subsampling{round cvi}if
getrampcolor
cx cy radius 0 360 arc
/cx cx xInc add def
/cy cy yInc add def
/radius radius rInc add def
cx cy radius 360 0 arcn
eofill
rampIndxInc add
}repeat
pop
}ifelse
ext1
{
c2y r2 add r1 lt
{
c2x c2y r2 0 360 arc
fill
}{
c2y r1 add r2 sub 0.0001 le
{
c2x c2y r2 360 0 arcn
pathbbox
/aymax exch def
/axmax exch def
/aymin exch def
/axmin exch def
/bxMin xMin axmin min def
/byMin yMin aymin min def
/bxMax xMax axmax max def
/byMax yMax aymax max def
bxMin byMin moveto
bxMax byMin lineto
bxMax byMax lineto
bxMin byMax lineto
bxMin byMin lineto
eofill
}{
c2x c2y r2 0 360 arc fill
r1 r2 eq
{
/p1x r2 neg def
/p1y c2y def
/p2x r2 def
/p2y c2y def
p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto
fill
}{
/AA r2 r1 sub c2y div def
AA -1 eq
{/theta 89.99 def}
{/theta AA 1 AA dup mul sub sqrt div 1 atan def}
ifelse
/SS1 90 theta add dup sin exch cos div def
/p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def
/p1y c2y p1x SS1 div sub def
/SS2 90 theta sub dup sin exch cos div def
/p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def
/p2y c2y p2x SS2 div sub def
r1 r2 lt
{
/L1maxX p1x yMax p1y sub SS1 div add def
/L2maxX p2x yMax p2y sub SS2 div add def
}{
/L1maxX 0 def
/L2maxX 0 def
}ifelse
p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto
L1maxX L1maxX p1x sub SS1 mul p1y add lineto
fill
}ifelse
}ifelse
}ifelse
}if
grestore
grestore
end
end
end
}ifelse
}bdf
/GenStrips
{
40 dict begin
/ColorSpaceFamily xdf
/background xdf
/ext1 xdf
/ext0 xdf
/BBox xdf
/y2 xdf
/x2 xdf
/y1 xdf
/x1 xdf
/rampdict xdf
/setinkoverprint where{pop/setinkoverprint{pop}def}if
gsave
BBox length 0 gt
{
np
BBox 0 get BBox 1 get moveto
BBox 2 get BBox 0 get sub 0 rlineto
0 BBox 3 get BBox 1 get sub rlineto
BBox 2 get BBox 0 get sub neg 0 rlineto
closepath
clip
np
}if
x1 x2 eq
{
y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse
}{
/slope y2 y1 sub x2 x1 sub div def
/theta slope 1 atan def
x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if
x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if
}
ifelse
gsave
clippath
x1 y1 translate
theta rotate
{pathbbox}stopped
{0 0 0 0}if
/yMax exch def
/xMax exch def
/yMin exch def
/xMin exch def
grestore
xMax xMin eq yMax yMin eq or
{
grestore
end
}{
rampdict begin
20 dict begin
background length 0 gt{background sssetbackground gsave clippath fill grestore}if
gsave
x1 y1 translate
theta rotate
/xStart 0 def
/xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def
/ySpan yMax yMin sub def
/numsteps NumSamples def
/rampIndxInc 1 def
/subsampling false def
xStart 0 transform
xEnd 0 transform
3 -1 roll
sub dup mul
3 1 roll
sub dup mul
add 0.5 exp 72 div
0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
1 index 1 index lt{exch}if pop
mul
/numpix xdf
numpix 0 ne
{
NumSamples numpix div 0.5 gt
{
/numsteps numpix 2 div round cvi dup 1 le{pop 2}if def
/rampIndxInc NumSamples 1 sub numsteps div def
/subsampling true def
}if
}if
ext0
{
0 getrampcolor
xMin xStart lt
{
xMin yMin xMin neg ySpan rectfill
}if
}if
/xInc xEnd xStart sub numsteps div def
/x xStart def
0
numsteps
{
dup
subsampling{round cvi}if
getrampcolor
x yMin xInc ySpan rectfill
/x x xInc add def
rampIndxInc add
}repeat
pop
ext1{
xMax xEnd gt
{
xEnd yMin xMax xEnd sub ySpan rectfill
}if
}if
grestore
grestore
end
end
end
}ifelse
}bdf
}def
/pt
{
end
}def
/dt{
}def
/pgsv{
//Adobe_AGM_Core/AGMCORE_save save put
}def
/pgrs{
//Adobe_AGM_Core/AGMCORE_save get restore
}def
systemdict/findcolorrendering known{
/findcolorrendering systemdict/findcolorrendering get def
}if
systemdict/setcolorrendering known{
/setcolorrendering systemdict/setcolorrendering get def
}if
/test_cmyk_color_plate
{
gsave
setcmykcolor currentgray 1 ne
grestore
}def
/inRip_spot_has_ink
{
dup//Adobe_AGM_Core/AGMCORE_name xddf
convert_spot_to_process not
}def
/map255_to_range
{
1 index sub
3 -1 roll 255 div mul add
}def
/set_csa_crd
{
/sep_colorspace_dict null AGMCORE_gput
begin
CSA get_csa_by_name setcolorspace_opt
set_crd
end
}
def
/map_csa
{
currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse
{pop}{get_csa_by_name/MappedCSA xdf}ifelse
}def
/setsepcolor
{
/sep_colorspace_dict AGMCORE_gget begin
dup/sep_tint exch AGMCORE_gput
TintProc
end
}def
/setdevicencolor
{
/devicen_colorspace_dict AGMCORE_gget begin
Names length copy
Names length 1 sub -1 0
{
/devicen_tints AGMCORE_gget 3 1 roll xpt
}for
TintProc
end
}def
/sep_colorspace_proc
{
/AGMCORE_tmp exch store
/sep_colorspace_dict AGMCORE_gget begin
currentdict/Components known{
Components aload pop
TintMethod/Lab eq{
2{AGMCORE_tmp mul NComponents 1 roll}repeat
LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll
}{
TintMethod/Subtractive eq{
NComponents{
AGMCORE_tmp mul NComponents 1 roll
}repeat
}{
NComponents{
1 sub AGMCORE_tmp mul 1 add NComponents 1 roll
}repeat
}ifelse
}ifelse
}{
ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get
aload pop
}ifelse
end
}def
/sep_colorspace_gray_proc
{
/AGMCORE_tmp exch store
/sep_colorspace_dict AGMCORE_gget begin
GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get
end
}def
/sep_proc_name
{
dup 0 get
dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{
pop[/DeviceGray]
/sep_colorspace_gray_proc
}{
/sep_colorspace_proc
}ifelse
}def
/setsepcolorspace
{
current_spot_alias{
dup begin
Name map_alias{
exch pop
}if
end
}if
dup/sep_colorspace_dict exch AGMCORE_gput
begin
CSA map_csa
/AGMCORE_sep_special Name dup()eq exch(All)eq or store
AGMCORE_avoid_L2_sep_space{
[/Indexed MappedCSA sep_proc_name 255 exch
{255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx
]setcolorspace_opt
/TintProc{
255 mul round cvi setcolor
}bdf
}{
MappedCSA 0 get/DeviceCMYK eq
currentdict/Components known and
AGMCORE_sep_special not and{
/TintProc[
Components aload pop Name findcmykcustomcolor
/exch cvx/setcustomcolor cvx
]cvx bdf
}{
AGMCORE_host_sep Name(All)eq and{
/TintProc{
1 exch sub setseparationgray
}bdf
}{
AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and
AGMCORE_host_sep or
Name()eq and{
/TintProc[
MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{
cvx/setcmykcolor cvx
}{
cvx/setgray cvx
}ifelse
]cvx bdf
}{
AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{
/TintProc[
/dup cvx
MappedCSA sep_proc_name cvx exch
0 get/DeviceGray eq{
1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx
}if
/Name cvx/findcmykcustomcolor cvx/exch cvx
AGMCORE_host_sep{
AGMCORE_is_cmyk_sep
/Name cvx
/AGMCORE_IsSeparationAProcessColor load/exec cvx
/not cvx/and cvx
}{
Name inRip_spot_has_ink not
}ifelse
[
/pop cvx 1
]cvx/if cvx
/setcustomcolor cvx
]cvx bdf
}{
/TintProc{setcolor}bdf
[/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt
}ifelse
}ifelse
}ifelse
}ifelse
}ifelse
set_crd
setsepcolor
end
}def
/additive_blend
{
3 dict begin
/numarrays xdf
/numcolors xdf
0 1 numcolors 1 sub
{
/c1 xdf
1
0 1 numarrays 1 sub
{
1 exch add/index cvx
c1/get cvx/mul cvx
}for
numarrays 1 add 1/roll cvx
}for
numarrays[/pop cvx]cvx/repeat cvx
end
}def
/subtractive_blend
{
3 dict begin
/numarrays xdf
/numcolors xdf
0 1 numcolors 1 sub
{
/c1 xdf
1 1
0 1 numarrays 1 sub
{
1 3 3 -1 roll add/index cvx
c1/get cvx/sub cvx/mul cvx
}for
/sub cvx
numarrays 1 add 1/roll cvx
}for
numarrays[/pop cvx]cvx/repeat cvx
end
}def
/exec_tint_transform
{
/TintProc[
/TintTransform cvx/setcolor cvx
]cvx bdf
MappedCSA setcolorspace_opt
}bdf
/devn_makecustomcolor
{
2 dict begin
/names_index xdf
/Names xdf
1 1 1 1 Names names_index get findcmykcustomcolor
/devicen_tints AGMCORE_gget names_index get setcustomcolor
Names length{pop}repeat
end
}bdf
/setdevicencolorspace
{
dup/AliasedColorants known{false}{true}ifelse
current_spot_alias and{
7 dict begin
/names_index 0 def
dup/names_len exch/Names get length def
/new_names names_len array def
/new_LookupTables names_len array def
/alias_cnt 0 def
dup/Names get
{
dup map_alias{
exch pop
dup/ColorLookup known{
dup begin
new_LookupTables names_index ColorLookup put
end
}{
dup/Components known{
dup begin
new_LookupTables names_index Components put
end
}{
dup begin
new_LookupTables names_index[null null null null]put
end
}ifelse
}ifelse
new_names names_index 3 -1 roll/Name get put
/alias_cnt alias_cnt 1 add def
}{
/name xdf
new_names names_index name put
dup/LookupTables known{
dup begin
new_LookupTables names_index LookupTables names_index get put
end
}{
dup begin
new_LookupTables names_index[null null null null]put
end
}ifelse
}ifelse
/names_index names_index 1 add def
}forall
alias_cnt 0 gt{
/AliasedColorants true def
/lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def
0 1 names_len 1 sub{
/names_index xdf
new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{
/AliasedColorants false def
exit
}{
new_LookupTables names_index get 0 get null eq{
dup/Names get names_index get/name xdf
name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq
or or or not{
/AliasedColorants false def
exit
}if
}if
}ifelse
}for
lut_entry_len 1 eq{
/AliasedColorants false def
}if
AliasedColorants{
dup begin
/Names new_names def
/LookupTables new_LookupTables def
/AliasedColorants true def
/NComponents lut_entry_len def
/TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def
/MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def
currentdict/TTTablesIdx known not{
/TTTablesIdx -1 def
}if
end
}if
}if
end
}if
dup/devicen_colorspace_dict exch AGMCORE_gput
begin
currentdict/AliasedColorants known{
AliasedColorants
}{
false
}ifelse
dup not{
CSA map_csa
}if
/TintTransform load type/nulltype eq or{
/TintTransform[
0 1 Names length 1 sub
{
/TTTablesIdx TTTablesIdx 1 add def
dup LookupTables exch get dup 0 get null eq
{
1 index
Names exch get
dup(Cyan)eq
{
pop exch
LookupTables length exch sub
/index cvx
0 0 0
}
{
dup(Magenta)eq
{
pop exch
LookupTables length exch sub
/index cvx
0/exch cvx 0 0
}{
(Yellow)eq
{
exch
LookupTables length exch sub
/index cvx
0 0 3 -1/roll cvx 0
}{
exch
LookupTables length exch sub
/index cvx
0 0 0 4 -1/roll cvx
}ifelse
}ifelse
}ifelse
5 -1/roll cvx/astore cvx
}{
dup length 1 sub
LookupTables length 4 -1 roll sub 1 add
/index cvx/mul cvx/round cvx/cvi cvx/get cvx
}ifelse
Names length TTTablesIdx add 1 add 1/roll cvx
}for
Names length[/pop cvx]cvx/repeat cvx
NComponents Names length
TintMethod/Subtractive eq
{
subtractive_blend
}{
additive_blend
}ifelse
]cvx bdf
}if
AGMCORE_host_sep{
Names convert_to_process{
exec_tint_transform
}
{
currentdict/AliasedColorants known{
AliasedColorants not
}{
false
}ifelse
5 dict begin
/AvoidAliasedColorants xdf
/painted? false def
/names_index 0 def
/names_len Names length def
AvoidAliasedColorants{
/currentspotalias current_spot_alias def
false set_spot_alias
}if
Names{
AGMCORE_is_cmyk_sep{
dup(Cyan)eq AGMCORE_cyan_plate and exch
dup(Magenta)eq AGMCORE_magenta_plate and exch
dup(Yellow)eq AGMCORE_yellow_plate and exch
(Black)eq AGMCORE_black_plate and or or or{
/devicen_colorspace_dict AGMCORE_gget/TintProc[
Names names_index/devn_makecustomcolor cvx
]cvx ddf
/painted? true def
}if
painted?{exit}if
}{
0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{
/devicen_colorspace_dict AGMCORE_gget/TintProc[
Names names_index/devn_makecustomcolor cvx
]cvx ddf
/painted? true def
exit
}if
}ifelse
/names_index names_index 1 add def
}forall
AvoidAliasedColorants{
currentspotalias set_spot_alias
}if
painted?{
/devicen_colorspace_dict AGMCORE_gget/names_index names_index put
}{
/devicen_colorspace_dict AGMCORE_gget/TintProc[
names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx
0 0 0 0/setcmykcolor cvx
]cvx ddf
}ifelse
end
}ifelse
}
{
AGMCORE_in_rip_sep{
Names convert_to_process not
}{
level3
}ifelse
{
[/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt
/TintProc level3 not AGMCORE_in_rip_sep and{
[
Names/length cvx[/pop cvx]cvx/repeat cvx
]cvx bdf
}{
{setcolor}bdf
}ifelse
}{
exec_tint_transform
}ifelse
}ifelse
set_crd
/AliasedColorants false def
end
}def
/setindexedcolorspace
{
dup/indexed_colorspace_dict exch AGMCORE_gput
begin
currentdict/CSDBase known{
CSDBase/CSD get_res begin
currentdict/Names known{
currentdict devncs
}{
1 currentdict sepcs
}ifelse
AGMCORE_host_sep{
4 dict begin
/compCnt/Names where{pop Names length}{1}ifelse def
/NewLookup HiVal 1 add string def
0 1 HiVal{
/tableIndex xdf
Lookup dup type/stringtype eq{
compCnt tableIndex map_index
}{
exec
}ifelse
/Names where{
pop setdevicencolor
}{
setsepcolor
}ifelse
currentgray
tableIndex exch
255 mul cvi
NewLookup 3 1 roll put
}for
[/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt
end
}{
level3
{
currentdict/Names known{
[/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt
}{
[/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt
}ifelse
}{
[/Indexed MappedCSA HiVal
[
currentdict/Names known{
Lookup dup type/stringtype eq
{/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx}
{/exec cvx}ifelse
/TintTransform load/exec cvx
}{
Lookup dup type/stringtype eq
{/exch cvx/get cvx 255/div cvx}
{/exec cvx}ifelse
CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx
}ifelse
]cvx
]setcolorspace_opt
}ifelse
}ifelse
end
set_crd
}
{
CSA map_csa
AGMCORE_host_sep level2 not and{
0 0 0 0 setcmykcolor
}{
[/Indexed MappedCSA
level2 not has_color not and{
dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{
pop[/DeviceGray]
}if
HiVal GrayLookup
}{
HiVal
currentdict/RangeArray known{
{
/indexed_colorspace_dict AGMCORE_gget begin
Lookup exch
dup HiVal gt{
pop HiVal
}if
NComponents mul NComponents getinterval{}forall
NComponents 1 sub -1 0{
RangeArray exch 2 mul 2 getinterval aload pop map255_to_range
NComponents 1 roll
}for
end
}bind
}{
Lookup
}ifelse
}ifelse
]setcolorspace_opt
set_crd
}ifelse
}ifelse
end
}def
/setindexedcolor
{
AGMCORE_host_sep{
/indexed_colorspace_dict AGMCORE_gget
begin
currentdict/CSDBase known{
CSDBase/CSD get_res begin
currentdict/Names known{
map_indexed_devn
devn
}
{
Lookup 1 3 -1 roll map_index
sep
}ifelse
end
}{
Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll
map_index
MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse
}ifelse
end
}{
level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{
/indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin
map_indexed_devn
devn
end
}
{
setcolor
}ifelse
}ifelse
}def
/ignoreimagedata
{
currentoverprint not{
gsave
dup clonedict begin
1 setgray
/Decode[0 1]def
/DataSourcedef
/MultipleDataSources false def
/BitsPerComponent 8 def
currentdict end
systemdict/image gx
grestore
}if
consumeimagedata
}def
/add_res
{
dup/CSD eq{
pop
//Adobe_AGM_Core begin
/AGMCORE_CSD_cache load 3 1 roll put
end
}{
defineresource pop
}ifelse
}def
/del_res
{
{
aload pop exch
dup/CSD eq{
pop
{//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall
}{
exch
{1 index undefineresource}forall
pop
}ifelse
}forall
}def
/get_res
{
dup/CSD eq{
pop
dup type dup/nametype eq exch/stringtype eq or{
AGMCORE_CSD_cache exch get
}if
}{
findresource
}ifelse
}def
/get_csa_by_name
{
dup type dup/nametype eq exch/stringtype eq or{
/CSA get_res
}if
}def
/paintproc_buf_init
{
/count get 0 0 put
}def
/paintproc_buf_next
{
dup/count get dup 0 get
dup 3 1 roll
1 add 0 xpt
get
}def
/cachepaintproc_compress
{
5 dict begin
currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def
/ppdict 20 dict def
/string_size 16000 def
/readbuffer string_size string def
currentglobal true setglobal
ppdict 1 array dup 0 1 put/count xpt
setglobal
/LZWFilter
{
exch
dup length 0 eq{
pop
}{
ppdict dup length 1 sub 3 -1 roll put
}ifelse
{string_size}{0}ifelse string
}/LZWEncode filter def
{
ReadFilter readbuffer readstring
exch LZWFilter exch writestring
not{exit}if
}loop
LZWFilter closefile
ppdict
end
}def
/cachepaintproc
{
2 dict begin
currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def
/ppdict 20 dict def
currentglobal true setglobal
ppdict 1 array dup 0 1 put/count xpt
setglobal
{
ReadFilter 16000 string readstring exch
ppdict dup length 1 sub 3 -1 roll put
not{exit}if
}loop
ppdict dup dup length 1 sub()put
end
}def
/make_pattern
{
exch clonedict exch
dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform
exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub
exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub
matrix translate exch matrix concatmatrix
1 index begin
BBox 0 get XStep div cvi XStep mul/xshift exch neg def
BBox 1 get YStep div cvi YStep mul/yshift exch neg def
BBox 0 get xshift add
BBox 1 get yshift add
BBox 2 get xshift add
BBox 3 get yshift add
4 array astore
/BBox exch def
[xshift yshift/translate load null/exec load]dup
3/PaintProc load put cvx/PaintProc exch def
end
gsave 0 setgray
makepattern
grestore
}def
/set_pattern
{
dup/PatternType get 1 eq{
dup/PaintType get 1 eq{
currentoverprint sop[/DeviceGray]setcolorspace 0 setgray
}if
}if
setpattern
}def
/setcolorspace_opt
{
dup currentcolorspace eq{pop}{setcolorspace}ifelse
}def
/updatecolorrendering
{
currentcolorrendering/RenderingIntent known{
currentcolorrendering/RenderingIntent get
}
{
Intent/AbsoluteColorimetric eq
{
/absolute_colorimetric_crd AGMCORE_gget dup null eq
}
{
Intent/RelativeColorimetric eq
{
/relative_colorimetric_crd AGMCORE_gget dup null eq
}
{
Intent/Saturation eq
{
/saturation_crd AGMCORE_gget dup null eq
}
{
/perceptual_crd AGMCORE_gget dup null eq
}ifelse
}ifelse
}ifelse
{
pop null
}
{
/RenderingIntent known{null}{Intent}ifelse
}ifelse
}ifelse
Intent ne{
Intent/ColorRendering{findresource}stopped
{
pop pop systemdict/findcolorrendering known
{
Intent findcolorrendering
{
/ColorRendering findresource true exch
}
{
/ColorRendering findresource
product(Xerox Phaser 5400)ne
exch
}ifelse
dup Intent/AbsoluteColorimetric eq
{
/absolute_colorimetric_crd exch AGMCORE_gput
}
{
Intent/RelativeColorimetric eq
{
/relative_colorimetric_crd exch AGMCORE_gput
}
{
Intent/Saturation eq
{
/saturation_crd exch AGMCORE_gput
}
{
Intent/Perceptual eq
{
/perceptual_crd exch AGMCORE_gput
}
{
pop
}ifelse
}ifelse
}ifelse
}ifelse
1 index{exch}{pop}ifelse
}
{false}ifelse
}
{true}ifelse
{
dup begin
currentdict/TransformPQR known{
currentdict/TransformPQR get aload pop
3{{}eq 3 1 roll}repeat or or
}
{true}ifelse
currentdict/MatrixPQR known{
currentdict/MatrixPQR get aload pop
1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll
0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll
0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq
and and and and and and and and
}
{true}ifelse
end
or
{
clonedict begin
/TransformPQR[
{4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div
3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind
{4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div
3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind
{4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div
3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind
]def
/MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def
/RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def
currentdict end
}if
setcolorrendering_opt
}if
}if
}def
/set_crd
{
AGMCORE_host_sep not level2 and{
currentdict/ColorRendering known{
ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if
}{
currentdict/Intent known{
updatecolorrendering
}if
}ifelse
currentcolorspace dup type/arraytype eq
{0 get}if
/DeviceRGB eq
{
currentdict/UCR known
{/UCR}{/AGMCORE_currentucr}ifelse
load setundercolorremoval
currentdict/BG known
{/BG}{/AGMCORE_currentbg}ifelse
load setblackgeneration
}if
}if
}def
/set_ucrbg
{
dup null eq {pop /AGMCORE_currentbg load}{/Procedure get_res}ifelse
dup currentblackgeneration eq {pop}{setblackgeneration}ifelse
dup null eq {pop /AGMCORE_currentucr load}{/Procedure get_res}ifelse
dup currentundercolorremoval eq {pop}{setundercolorremoval}ifelse
}def
/setcolorrendering_opt
{
dup currentcolorrendering eq{
pop
}{
product(HP Color LaserJet 2605)anchorsearch{
pop pop pop
}{
pop
clonedict
begin
/Intent Intent def
currentdict
end
setcolorrendering
}ifelse
}ifelse
}def
/cpaint_gcomp
{
convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf
//Adobe_AGM_Core/AGMCORE_ConvertToProcess get not
{
(%end_cpaint_gcomp)flushinput
}if
}def
/cpaint_gsep
{
//Adobe_AGM_Core/AGMCORE_ConvertToProcess get
{
(%end_cpaint_gsep)flushinput
}if
}def
/cpaint_gend
{np}def
/T1_path
{
currentfile token pop currentfile token pop mo
{
currentfile token pop dup type/stringtype eq
{pop exit}if
0 exch rlineto
currentfile token pop dup type/stringtype eq
{pop exit}if
0 rlineto
}loop
}def
/T1_gsave
level3
{/clipsave}
{/gsave}ifelse
load def
/T1_grestore
level3
{/cliprestore}
{/grestore}ifelse
load def
/set_spot_alias_ary
{
dup inherit_aliases
//Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf
}def
/set_spot_normalization_ary
{
dup inherit_aliases
dup length
/AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if
array
//Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf
/AGMCORE_SpotAliasAry where{
pop
AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval
AGMCORE_SpotAliasAry length
}{0}ifelse
AGMCORE_SpotAliasAry2 3 1 roll exch putinterval
true set_spot_alias
}def
/inherit_aliases
{
{dup/Name get map_alias{/CSD put}{pop}ifelse}forall
}def
/set_spot_alias
{
/AGMCORE_SpotAliasAry2 where{
/AGMCORE_current_spot_alias 3 -1 roll put
}{
pop
}ifelse
}def
/current_spot_alias
{
/AGMCORE_SpotAliasAry2 where{
/AGMCORE_current_spot_alias get
}{
false
}ifelse
}def
/map_alias
{
/AGMCORE_SpotAliasAry2 where{
begin
/AGMCORE_name xdf
false
AGMCORE_SpotAliasAry2{
dup/Name get AGMCORE_name eq{
/CSD get/CSD get_res
exch pop true
exit
}{
pop
}ifelse
}forall
end
}{
pop false
}ifelse
}bdf
/spot_alias
{
true set_spot_alias
/AGMCORE_&setcustomcolor AGMCORE_key_known not{
//Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put
}if
/customcolor_tint 1 AGMCORE_gput
//Adobe_AGM_Core begin
/setcustomcolor
{
//Adobe_AGM_Core begin
dup/customcolor_tint exch AGMCORE_gput
1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not
current_spot_alias and{1 index 4 get map_alias}{false}ifelse
{
false set_spot_alias
/sep_colorspace_dict AGMCORE_gget null ne
{/sep_colorspace_dict AGMCORE_gget/ForeignContent known not}{false}ifelse
3 1 roll 2 index{
exch pop/sep_tint AGMCORE_gget exch
}if
mark 3 1 roll
setsepcolorspace
counttomark 0 ne{
setsepcolor
}if
pop
not{/sep_tint 1.0 AGMCORE_gput/sep_colorspace_dict AGMCORE_gget/ForeignContent true put}if
pop
true set_spot_alias
}{
AGMCORE_&setcustomcolor
}ifelse
end
}bdf
end
}def
/begin_feature
{
Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put
count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put
{Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if
}def
/end_feature
{
2 dict begin
/spd/setpagedevice load def
/setpagedevice{get_gstate spd set_gstate}def
stopped{$error/newerror false put}if
end
count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse
countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse
{Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if
}def
/set_negative
{
//Adobe_AGM_Core begin
/AGMCORE_inverting exch def
level2{
currentpagedevice/NegativePrint known AGMCORE_distilling not and{
currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{
true begin_feature true{
<>setpagedevice
}end_feature
}if
/AGMCORE_inverting false def
}if
}if
AGMCORE_inverting{
[{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer
AGMCORE_distilling{
erasepage
}{
gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse
/AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore
}ifelse
}if
end
}def
/lw_save_restore_override{
/md where{
pop
md begin
initializepage
/initializepage{}def
/pmSVsetup{}def
/endp{}def
/pse{}def
/psb{}def
/orig_showpage where
{pop}
{/orig_showpage/showpage load def}
ifelse
/showpage{orig_showpage gR}def
end
}if
}def
/pscript_showpage_override{
/NTPSOct95 where
{
begin
showpage
save
/showpage/restore load def
/restore{exch pop}def
end
}if
}def
/driver_media_override
{
/md where{
pop
md/initializepage known{
md/initializepage{}put
}if
md/rC known{
md/rC{4{pop}repeat}put
}if
}if
/mysetup where{
/mysetup[1 0 0 1 0 0]put
}if
Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put
level2
{Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if
}def
/capture_mysetup
{
/Pscript_Win_Data where{
pop
Pscript_Win_Data/mysetup known{
Adobe_AGM_Core/save_mysetup Pscript_Win_Data/mysetup get put
}if
}if
}def
/restore_mysetup
{
/Pscript_Win_Data where{
pop
Pscript_Win_Data/mysetup known{
Adobe_AGM_Core/save_mysetup known{
Pscript_Win_Data/mysetup Adobe_AGM_Core/save_mysetup get put
Adobe_AGM_Core/save_mysetup undef
}if
}if
}if
}def
/driver_check_media_override
{
/PrepsDict where
{pop}
{
Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne
Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq
{
Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and
Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and
}if
{
Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix
}if
}ifelse
}def
AGMCORE_err_strings begin
/AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def
/AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def
/AGMCORE_invalid_color_space(This job contains an invalid color space. )def
end
/set_def_ht
{AGMCORE_def_ht sethalftone}def
/set_def_flat
{AGMCORE_Default_flatness setflat}def
end
systemdict/setpacking known
{setpacking}if
%%EndResource
%%BeginResource: procset Adobe_CoolType_Core 2.31 0
%%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved.
%%Version: 2.31 0
10 dict begin
/Adobe_CoolType_Passthru currentdict def
/Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def
Adobe_CoolType_Core_Defined
{/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def}
if
userdict/Adobe_CoolType_Core 70 dict dup begin put
/Adobe_CoolType_Version 2.31 def
/Level2?
systemdict/languagelevel known dup
{pop systemdict/languagelevel get 2 ge}
if def
Level2? not
{
/currentglobal false def
/setglobal/pop load def
/gcheck{pop false}bind def
/currentpacking false def
/setpacking/pop load def
/SharedFontDirectory 0 dict def
}
if
currentpacking
true setpacking
currentglobal false setglobal
userdict/Adobe_CoolType_Data 2 copy known not
{2 copy 10 dict put}
if
get
begin
/@opStackCountByLevel 32 dict def
/@opStackLevel 0 def
/@dictStackCountByLevel 32 dict def
/@dictStackLevel 0 def
end
setglobal
currentglobal true setglobal
userdict/Adobe_CoolType_GVMFonts known not
{userdict/Adobe_CoolType_GVMFonts 10 dict put}
if
setglobal
currentglobal false setglobal
userdict/Adobe_CoolType_LVMFonts known not
{userdict/Adobe_CoolType_LVMFonts 10 dict put}
if
setglobal
/ct_VMDictPut
{
dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse
3 1 roll put
}bind def
/ct_VMDictUndef
{
dup Adobe_CoolType_GVMFonts exch known
{Adobe_CoolType_GVMFonts exch undef}
{
dup Adobe_CoolType_LVMFonts exch known
{Adobe_CoolType_LVMFonts exch undef}
{pop}
ifelse
}ifelse
}bind def
/ct_str1 1 string def
/ct_xshow
{
/_ct_na exch def
/_ct_i 0 def
currentpoint
/_ct_y exch def
/_ct_x exch def
{
pop pop
ct_str1 exch 0 exch put
ct_str1 show
{_ct_na _ct_i get}stopped
{pop pop}
{
_ct_x _ct_y moveto
0
rmoveto
}
ifelse
/_ct_i _ct_i 1 add def
currentpoint
/_ct_y exch def
/_ct_x exch def
}
exch
@cshow
}bind def
/ct_yshow
{
/_ct_na exch def
/_ct_i 0 def
currentpoint
/_ct_y exch def
/_ct_x exch def
{
pop pop
ct_str1 exch 0 exch put
ct_str1 show
{_ct_na _ct_i get}stopped
{pop pop}
{
_ct_x _ct_y moveto
0 exch
rmoveto
}
ifelse
/_ct_i _ct_i 1 add def
currentpoint
/_ct_y exch def
/_ct_x exch def
}
exch
@cshow
}bind def
/ct_xyshow
{
/_ct_na exch def
/_ct_i 0 def
currentpoint
/_ct_y exch def
/_ct_x exch def
{
pop pop
ct_str1 exch 0 exch put
ct_str1 show
{_ct_na _ct_i get}stopped
{pop pop}
{
{_ct_na _ct_i 1 add get}stopped
{pop pop pop}
{
_ct_x _ct_y moveto
rmoveto
}
ifelse
}
ifelse
/_ct_i _ct_i 2 add def
currentpoint
/_ct_y exch def
/_ct_x exch def
}
exch
@cshow
}bind def
/xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def
/ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def
/xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def
currentglobal true setglobal
/ct_T3Defs
{
/BuildChar
{
1 index/Encoding get exch get
1 index/BuildGlyph get exec
}bind def
/BuildGlyph
{
exch begin
GlyphProcs exch get exec
end
}bind def
}bind def
setglobal
/@_SaveStackLevels
{
Adobe_CoolType_Data
begin
/@vmState currentglobal def false setglobal
@opStackCountByLevel
@opStackLevel
2 copy known not
{
2 copy
3 dict dup/args
7 index
5 add array put
put get
}
{
get dup/args get dup length 3 index lt
{
dup length 5 add array exch
1 index exch 0 exch putinterval
1 index exch/args exch put
}
{pop}
ifelse
}
ifelse
begin
count 1 sub
1 index lt
{pop count}
if
dup/argCount exch def
dup 0 gt
{
args exch 0 exch getinterval
astore pop
}
{pop}
ifelse
count
/restCount exch def
end
/@opStackLevel @opStackLevel 1 add def
countdictstack 1 sub
@dictStackCountByLevel exch @dictStackLevel exch put
/@dictStackLevel @dictStackLevel 1 add def
@vmState setglobal
end
}bind def
/@_RestoreStackLevels
{
Adobe_CoolType_Data
begin
/@opStackLevel @opStackLevel 1 sub def
@opStackCountByLevel @opStackLevel get
begin
count restCount sub dup 0 gt
{{pop}repeat}
{pop}
ifelse
args 0 argCount getinterval{}forall
end
/@dictStackLevel @dictStackLevel 1 sub def
@dictStackCountByLevel @dictStackLevel get
end
countdictstack exch sub dup 0 gt
{{end}repeat}
{pop}
ifelse
}bind def
/@_PopStackLevels
{
Adobe_CoolType_Data
begin
/@opStackLevel @opStackLevel 1 sub def
/@dictStackLevel @dictStackLevel 1 sub def
end
}bind def
/@Raise
{
exch cvx exch errordict exch get exec
stop
}bind def
/@ReRaise
{
cvx $error/errorname get errordict exch get exec
stop
}bind def
/@Stopped
{
0 @#Stopped
}bind def
/@#Stopped
{
@_SaveStackLevels
stopped
{@_RestoreStackLevels true}
{@_PopStackLevels false}
ifelse
}bind def
/@Arg
{
Adobe_CoolType_Data
begin
@opStackCountByLevel @opStackLevel 1 sub get
begin
args exch
argCount 1 sub exch sub get
end
end
}bind def
currentglobal true setglobal
/CTHasResourceForAllBug
Level2?
{
1 dict dup
/@shouldNotDisappearDictValue true def
Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put
begin
count @_SaveStackLevels
{(*){pop stop}128 string/Category resourceforall}
stopped pop
@_RestoreStackLevels
currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll
{
/@shouldNotDisappearDictValue known
{
{
end
currentdict 1 index eq
{pop exit}
if
}
loop
}
if
}
{
pop
end
}
ifelse
}
{false}
ifelse
def
true setglobal
/CTHasResourceStatusBug
Level2?
{
mark
{/steveamerige/Category resourcestatus}
stopped
{cleartomark true}
{cleartomark currentglobal not}
ifelse
}
{false}
ifelse
def
setglobal
/CTResourceStatus
{
mark 3 1 roll
/Category findresource
begin
({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec
{cleartomark false}
{{3 2 roll pop true}{cleartomark false}ifelse}
ifelse
end
}bind def
/CTWorkAroundBugs
{
Level2?
{
/cid_PreLoad/ProcSet resourcestatus
{
pop pop
currentglobal
mark
{
(*)
{
dup/CMap CTHasResourceStatusBug
{CTResourceStatus}
{resourcestatus}
ifelse
{
pop dup 0 eq exch 1 eq or
{
dup/CMap findresource gcheck setglobal
/CMap undefineresource
}
{
pop CTHasResourceForAllBug
{exit}
{stop}
ifelse
}
ifelse
}
{pop}
ifelse
}
128 string/CMap resourceforall
}
stopped
{cleartomark}
stopped pop
setglobal
}
if
}
if
}bind def
/ds
{
Adobe_CoolType_Core
begin
CTWorkAroundBugs
/mo/moveto load def
/nf/newencodedfont load def
/msf{makefont setfont}bind def
/uf{dup undefinefont ct_VMDictUndef}bind def
/ur/undefineresource load def
/chp/charpath load def
/awsh/awidthshow load def
/wsh/widthshow load def
/ash/ashow load def
/@xshow/xshow load def
/@yshow/yshow load def
/@xyshow/xyshow load def
/@cshow/cshow load def
/sh/show load def
/rp/repeat load def
/.n/.notdef def
end
currentglobal false setglobal
userdict/Adobe_CoolType_Data 2 copy known not
{2 copy 10 dict put}
if
get
begin
/AddWidths? false def
/CC 0 def
/charcode 2 string def
/@opStackCountByLevel 32 dict def
/@opStackLevel 0 def
/@dictStackCountByLevel 32 dict def
/@dictStackLevel 0 def
/InVMFontsByCMap 10 dict def
/InVMDeepCopiedFonts 10 dict def
end
setglobal
}bind def
/dt
{
currentdict Adobe_CoolType_Core eq
{end}
if
}bind def
/ps
{
Adobe_CoolType_Core begin
Adobe_CoolType_GVMFonts begin
Adobe_CoolType_LVMFonts begin
SharedFontDirectory begin
}bind def
/pt
{
end
end
end
end
}bind def
/unload
{
systemdict/languagelevel known
{
systemdict/languagelevel get 2 ge
{
userdict/Adobe_CoolType_Core 2 copy known
{undef}
{pop pop}
ifelse
}
if
}
if
}bind def
/ndf
{
1 index where
{pop pop pop}
{dup xcheck{bind}if def}
ifelse
}def
/findfont systemdict
begin
userdict
begin
/globaldict where{/globaldict get begin}if
dup where pop exch get
/globaldict where{pop end}if
end
end
Adobe_CoolType_Core_Defined
{/systemfindfont exch def}
{
/findfont 1 index def
/systemfindfont exch def
}
ifelse
/undefinefont
{pop}ndf
/copyfont
{
currentglobal 3 1 roll
1 index gcheck setglobal
dup null eq{0}{dup length}ifelse
2 index length add 1 add dict
begin
exch
{
1 index/FID eq
{pop pop}
{def}
ifelse
}
forall
dup null eq
{pop}
{{def}forall}
ifelse
currentdict
end
exch setglobal
}bind def
/copyarray
{
currentglobal exch
dup gcheck setglobal
dup length array copy
exch setglobal
}bind def
/newencodedfont
{
currentglobal
{
SharedFontDirectory 3 index known
{SharedFontDirectory 3 index get/FontReferenced known}
{false}
ifelse
}
{
FontDirectory 3 index known
{FontDirectory 3 index get/FontReferenced known}
{
SharedFontDirectory 3 index known
{SharedFontDirectory 3 index get/FontReferenced known}
{false}
ifelse
}
ifelse
}
ifelse
dup
{
3 index findfont/FontReferenced get
2 index dup type/nametype eq
{findfont}
if ne
{pop false}
if
}
if
dup
{
1 index dup type/nametype eq
{findfont}
if
dup/CharStrings known
{
/CharStrings get length
4 index findfont/CharStrings get length
ne
{
pop false
}
if
}
{pop}
ifelse
}
if
{
pop
1 index findfont
/Encoding get exch
0 1 255
{2 copy get 3 index 3 1 roll put}
for
pop pop pop
}
{
currentglobal
4 1 roll
dup type/nametype eq
{findfont}
if
dup gcheck setglobal
dup dup maxlength 2 add dict
begin
exch
{
1 index/FID ne
2 index/Encoding ne and
{def}
{pop pop}
ifelse
}
forall
/FontReferenced exch def
/Encoding exch dup length array copy def
/FontName 1 index dup type/stringtype eq{cvn}if def dup
currentdict
end
definefont ct_VMDictPut
setglobal
}
ifelse
}bind def
/SetSubstituteStrategy
{
$SubstituteFont
begin
dup type/dicttype ne
{0 dict}
if
currentdict/$Strategies known
{
exch $Strategies exch
2 copy known
{
get
2 copy maxlength exch maxlength add dict
begin
{def}forall
{def}forall
currentdict
dup/$Init known
{dup/$Init get exec}
if
end
/$Strategy exch def
}
{pop pop pop}
ifelse
}
{pop pop}
ifelse
end
}bind def
/scff
{
$SubstituteFont
begin
dup type/stringtype eq
{dup length exch}
{null}
ifelse
/$sname exch def
/$slen exch def
/$inVMIndex
$sname null eq
{
1 index $str cvs
dup length $slen sub $slen getinterval cvn
}
{$sname}
ifelse def
end
{findfont}
@Stopped
{
dup length 8 add string exch
1 index 0(BadFont:)putinterval
1 index exch 8 exch dup length string cvs putinterval cvn
{findfont}
@Stopped
{pop/Courier findfont}
if
}
if
$SubstituteFont
begin
/$sname null def
/$slen 0 def
/$inVMIndex null def
end
}bind def
/isWidthsOnlyFont
{
dup/WidthsOnly known
{pop pop true}
{
dup/FDepVector known
{/FDepVector get{isWidthsOnlyFont dup{exit}if}forall}
{
dup/FDArray known
{/FDArray get{isWidthsOnlyFont dup{exit}if}forall}
{pop}
ifelse
}
ifelse
}
ifelse
}bind def
/ct_StyleDicts 4 dict dup begin
/Adobe-Japan1 4 dict dup begin
Level2?
{
/Serif
/HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus
{pop pop/HeiseiMin-W3}
{
/CIDFont/Category resourcestatus
{
pop pop
/HeiseiMin-W3/CIDFont resourcestatus
{pop pop/HeiseiMin-W3}
{/Ryumin-Light}
ifelse
}
{/Ryumin-Light}
ifelse
}
ifelse
def
/SansSerif
/HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus
{pop pop/HeiseiKakuGo-W5}
{
/CIDFont/Category resourcestatus
{
pop pop
/HeiseiKakuGo-W5/CIDFont resourcestatus
{pop pop/HeiseiKakuGo-W5}
{/GothicBBB-Medium}
ifelse
}
{/GothicBBB-Medium}
ifelse
}
ifelse
def
/HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus
{pop pop/HeiseiMaruGo-W4}
{
/CIDFont/Category resourcestatus
{
pop pop
/HeiseiMaruGo-W4/CIDFont resourcestatus
{pop pop/HeiseiMaruGo-W4}
{
/Jun101-Light-RKSJ-H/Font resourcestatus
{pop pop/Jun101-Light}
{SansSerif}
ifelse
}
ifelse
}
{
/Jun101-Light-RKSJ-H/Font resourcestatus
{pop pop/Jun101-Light}
{SansSerif}
ifelse
}
ifelse
}
ifelse
/RoundSansSerif exch def
/Default Serif def
}
{
/Serif/Ryumin-Light def
/SansSerif/GothicBBB-Medium def
{
(fonts/Jun101-Light-83pv-RKSJ-H)status
}stopped
{pop}{
{pop pop pop pop/Jun101-Light}
{SansSerif}
ifelse
/RoundSansSerif exch def
}ifelse
/Default Serif def
}
ifelse
end
def
/Adobe-Korea1 4 dict dup begin
/Serif/HYSMyeongJo-Medium def
/SansSerif/HYGoThic-Medium def
/RoundSansSerif SansSerif def
/Default Serif def
end
def
/Adobe-GB1 4 dict dup begin
/Serif/STSong-Light def
/SansSerif/STHeiti-Regular def
/RoundSansSerif SansSerif def
/Default Serif def
end
def
/Adobe-CNS1 4 dict dup begin
/Serif/MKai-Medium def
/SansSerif/MHei-Medium def
/RoundSansSerif SansSerif def
/Default Serif def
end
def
end
def
Level2?{currentglobal true setglobal}if
/ct_BoldRomanWidthProc
{
stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth
0 0
}bind def
/ct_Type0WidthProc
{
dup stringwidth 0 0 moveto
2 index true charpath pathbbox
0 -1
7 index 2 div .88
setcachedevice2
pop
0 0
}bind def
/ct_Type0WMode1WidthProc
{
dup stringwidth
pop 2 div neg -0.88
2 copy
moveto
0 -1
5 -1 roll true charpath pathbbox
setcachedevice
}bind def
/cHexEncoding
[/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12
/c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25
/c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38
/c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B
/c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E
/c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71
/c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84
/c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97
/c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA
/cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD
/cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0
/cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3
/cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6
/cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def
/ct_BoldBaseFont
11 dict begin
/FontType 3 def
/FontMatrix[1 0 0 1 0 0]def
/FontBBox[0 0 1 1]def
/Encoding cHexEncoding def
/_setwidthProc/ct_BoldRomanWidthProc load def
/_bcstr1 1 string def
/BuildChar
{
exch begin
_basefont setfont
_bcstr1 dup 0 4 -1 roll put
dup
_setwidthProc
3 copy
moveto
show
_basefonto setfont
moveto
show
end
}bind def
currentdict
end
def
systemdict/composefont known
{
/ct_DefineIdentity-H
{
/Identity-H/CMap resourcestatus
{
pop pop
}
{
/CIDInit/ProcSet findresource begin
12 dict begin
begincmap
/CIDSystemInfo 3 dict dup begin
/Registry(Adobe)def
/Ordering(Identity)def
/Supplement 0 def
end def
/CMapName/Identity-H def
/CMapVersion 1.000 def
/CMapType 1 def
1 begincodespacerange
<0000>
endcodespacerange
1 begincidrange
<0000>0
endcidrange
endcmap
CMapName currentdict/CMap defineresource pop
end
end
}
ifelse
}
def
/ct_BoldBaseCIDFont
11 dict begin
/CIDFontType 1 def
/CIDFontName/ct_BoldBaseCIDFont def
/FontMatrix[1 0 0 1 0 0]def
/FontBBox[0 0 1 1]def
/_setwidthProc/ct_Type0WidthProc load def
/_bcstr2 2 string def
/BuildGlyph
{
exch begin
_basefont setfont
_bcstr2 1 2 index 256 mod put
_bcstr2 0 3 -1 roll 256 idiv put
_bcstr2 dup _setwidthProc
3 copy
moveto
show
_basefonto setfont
moveto
show
end
}bind def
currentdict
end
def
}if
Level2?{setglobal}if
/ct_CopyFont{
{
1 index/FID ne 2 index/UniqueID ne and
{def}{pop pop}ifelse
}forall
}bind def
/ct_Type0CopyFont
{
exch
dup length dict
begin
ct_CopyFont
[
exch
FDepVector
{
dup/FontType get 0 eq
{
1 index ct_Type0CopyFont
/_ctType0 exch definefont
}
{
/_ctBaseFont exch
2 index exec
}
ifelse
exch
}
forall
pop
]
/FDepVector exch def
currentdict
end
}bind def
/ct_MakeBoldFont
{
dup/ct_SyntheticBold known
{
dup length 3 add dict begin
ct_CopyFont
/ct_StrokeWidth .03 0 FontMatrix idtransform pop def
/ct_SyntheticBold true def
currentdict
end
definefont
}
{
dup dup length 3 add dict
begin
ct_CopyFont
/PaintType 2 def
/StrokeWidth .03 0 FontMatrix idtransform pop def
/dummybold currentdict
end
definefont
dup/FontType get dup 9 ge exch 11 le and
{
ct_BoldBaseCIDFont
dup length 3 add dict copy begin
dup/CIDSystemInfo get/CIDSystemInfo exch def
ct_DefineIdentity-H
/_Type0Identity/Identity-H 3 -1 roll[exch]composefont
/_basefont exch def
/_Type0Identity/Identity-H 3 -1 roll[exch]composefont
/_basefonto exch def
currentdict
end
/CIDFont defineresource
}
{
ct_BoldBaseFont
dup length 3 add dict copy begin
/_basefont exch def
/_basefonto exch def
currentdict
end
definefont
}
ifelse
}
ifelse
}bind def
/ct_MakeBold{
1 index
1 index
findfont
currentglobal 5 1 roll
dup gcheck setglobal
dup
/FontType get 0 eq
{
dup/WMode known{dup/WMode get 1 eq}{false}ifelse
version length 4 ge
and
{version 0 4 getinterval cvi 2015 ge}
{true}
ifelse
{/ct_Type0WidthProc}
{/ct_Type0WMode1WidthProc}
ifelse
ct_BoldBaseFont/_setwidthProc 3 -1 roll load put
{ct_MakeBoldFont}ct_Type0CopyFont definefont
}
{
dup/_fauxfont known not 1 index/SubstMaster known not and
{
ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put
ct_MakeBoldFont
}
{
2 index 2 index eq
{exch pop }
{
dup length dict begin
ct_CopyFont
currentdict
end
definefont
}
ifelse
}
ifelse
}
ifelse
pop pop pop
setglobal
}bind def
/?str1 256 string def
/?set
{
$SubstituteFont
begin
/$substituteFound false def
/$fontname 1 index def
/$doSmartSub false def
end
dup
findfont
$SubstituteFont
begin
$substituteFound
{false}
{
dup/FontName known
{
dup/FontName get $fontname eq
1 index/DistillerFauxFont known not and
/currentdistillerparams where
{pop false 2 index isWidthsOnlyFont not and}
if
}
{false}
ifelse
}
ifelse
exch pop
/$doSmartSub true def
end
{
5 1 roll pop pop pop pop
findfont
}
{
1 index
findfont
dup/FontType get 3 eq
{
6 1 roll pop pop pop pop pop false
}
{pop true}
ifelse
{
$SubstituteFont
begin
pop pop
/$styleArray 1 index def
/$regOrdering 2 index def
pop pop
0 1 $styleArray length 1 sub
{
$styleArray exch get
ct_StyleDicts $regOrdering
2 copy known
{
get
exch 2 copy known not
{pop/Default}
if
get
dup type/nametype eq
{
?str1 cvs length dup 1 add exch
?str1 exch(-)putinterval
exch dup length exch ?str1 exch 3 index exch putinterval
add ?str1 exch 0 exch getinterval cvn
}
{
pop pop/Unknown
}
ifelse
}
{
pop pop pop pop/Unknown
}
ifelse
}
for
end
findfont
}if
}
ifelse
currentglobal false setglobal 3 1 roll
null copyfont definefont pop
setglobal
}bind def
setpacking
userdict/$SubstituteFont 25 dict put
1 dict
begin
/SubstituteFont
dup $error exch 2 copy known
{get}
{pop pop{pop/Courier}bind}
ifelse def
/currentdistillerparams where dup
{
pop pop
currentdistillerparams/CannotEmbedFontPolicy 2 copy known
{get/Error eq}
{pop pop false}
ifelse
}
if not
{
countdictstack array dictstack 0 get
begin
userdict
begin
$SubstituteFont
begin
/$str 128 string def
/$fontpat 128 string def
/$slen 0 def
/$sname null def
/$match false def
/$fontname null def
/$substituteFound false def
/$inVMIndex null def
/$doSmartSub true def
/$depth 0 def
/$fontname null def
/$italicangle 26.5 def
/$dstack null def
/$Strategies 10 dict dup
begin
/$Type3Underprint
{
currentglobal exch false setglobal
11 dict
begin
/UseFont exch
$WMode 0 ne
{
dup length dict copy
dup/WMode $WMode put
/UseFont exch definefont
}
if def
/FontName $fontname dup type/stringtype eq{cvn}if def
/FontType 3 def
/FontMatrix[.001 0 0 .001 0 0]def
/Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def
/FontBBox[0 0 0 0]def
/CCInfo 7 dict dup
begin
/cc null def
/x 0 def
/y 0 def
end def
/BuildChar
{
exch
begin
CCInfo
begin
1 string dup 0 3 index put exch pop
/cc exch def
UseFont 1000 scalefont setfont
cc stringwidth/y exch def/x exch def
x y setcharwidth
$SubstituteFont/$Strategy get/$Underprint get exec
0 0 moveto cc show
x y moveto
end
end
}bind def
currentdict
end
exch setglobal
}bind def
/$GetaTint
2 dict dup
begin
/$BuildFont
{
dup/WMode known
{dup/WMode get}
{0}
ifelse
/$WMode exch def
$fontname exch
dup/FontName known
{
dup/FontName get
dup type/stringtype eq{cvn}if
}
{/unnamedfont}
ifelse
exch
Adobe_CoolType_Data/InVMDeepCopiedFonts get
1 index/FontName get known
{
pop
Adobe_CoolType_Data/InVMDeepCopiedFonts get
1 index get
null copyfont
}
{$deepcopyfont}
ifelse
exch 1 index exch/FontBasedOn exch put
dup/FontName $fontname dup type/stringtype eq{cvn}if put
definefont
Adobe_CoolType_Data/InVMDeepCopiedFonts get
begin
dup/FontBasedOn get 1 index def
end
}bind def
/$Underprint
{
gsave
x abs y abs gt
{/y 1000 def}
{/x -1000 def 500 120 translate}
ifelse
Level2?
{
[/Separation(All)/DeviceCMYK{0 0 0 1 pop}]
setcolorspace
}
{0 setgray}
ifelse
10 setlinewidth
x .8 mul
[7 3]
{
y mul 8 div 120 sub x 10 div exch moveto
0 y 4 div neg rlineto
dup 0 rlineto
0 y 4 div rlineto
closepath
gsave
Level2?
{.2 setcolor}
{.8 setgray}
ifelse
fill grestore
stroke
}
forall
pop
grestore
}bind def
end def
/$Oblique
1 dict dup
begin
/$BuildFont
{
currentglobal exch dup gcheck setglobal
null copyfont
begin
/FontBasedOn
currentdict/FontName known
{
FontName
dup type/stringtype eq{cvn}if
}
{/unnamedfont}
ifelse
def
/FontName $fontname dup type/stringtype eq{cvn}if def
/currentdistillerparams where
{pop}
{
/FontInfo currentdict/FontInfo known
{FontInfo null copyfont}
{2 dict}
ifelse
dup
begin
/ItalicAngle $italicangle def
/FontMatrix FontMatrix
[1 0 ItalicAngle dup sin exch cos div 1 0 0]
matrix concatmatrix readonly
end
4 2 roll def
def
}
ifelse
FontName currentdict
end
definefont
exch setglobal
}bind def
end def
/$None
1 dict dup
begin
/$BuildFont{}bind def
end def
end def
/$Oblique SetSubstituteStrategy
/$findfontByEnum
{
dup type/stringtype eq{cvn}if
dup/$fontname exch def
$sname null eq
{$str cvs dup length $slen sub $slen getinterval}
{pop $sname}
ifelse
$fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval
/$match false def
$SubstituteFont/$dstack countdictstack array dictstack put
mark
{
$fontpat 0 $slen 7 add getinterval
{/$match exch def exit}
$str filenameforall
}
stopped
{
cleardictstack
currentdict
true
$SubstituteFont/$dstack get
{
exch
{
1 index eq
{pop false}
{true}
ifelse
}
{begin false}
ifelse
}
forall
pop
}
if
cleartomark
/$slen 0 def
$match false ne
{$match(fonts/)anchorsearch pop pop cvn}
{/Courier}
ifelse
}bind def
/$ROS 1 dict dup
begin
/Adobe 4 dict dup
begin
/Japan1 [/Ryumin-Light/HeiseiMin-W3
/GothicBBB-Medium/HeiseiKakuGo-W5
/HeiseiMaruGo-W4/Jun101-Light]def
/Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def
/GB1 [/STSong-Light/STHeiti-Regular]def
/CNS1 [/MKai-Medium/MHei-Medium]def
end def
end def
/$cmapname null def
/$deepcopyfont
{
dup/FontType get 0 eq
{
1 dict dup/FontName/copied put copyfont
begin
/FDepVector FDepVector copyarray
0 1 2 index length 1 sub
{
2 copy get $deepcopyfont
dup/FontName/copied put
/copied exch definefont
3 copy put pop pop
}
for
def
currentdict
end
}
{$Strategies/$Type3Underprint get exec}
ifelse
}bind def
/$buildfontname
{
dup/CIDFont findresource/CIDSystemInfo get
begin
Registry length Ordering length Supplement 8 string cvs
3 copy length 2 add add add string
dup 5 1 roll dup 0 Registry putinterval
dup 4 index(-)putinterval
dup 4 index 1 add Ordering putinterval
4 2 roll add 1 add 2 copy(-)putinterval
end
1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch
anchorsearch
{pop pop 3 2 roll putinterval cvn/$cmapname exch def}
{pop pop pop pop pop}
ifelse
length
$str 1 index(-)putinterval 1 add
$str 1 index $cmapname $fontpat cvs putinterval
$cmapname length add
$str exch 0 exch getinterval cvn
}bind def
/$findfontByROS
{
/$fontname exch def
$ROS Registry 2 copy known
{
get Ordering 2 copy known
{get}
{pop pop[]}
ifelse
}
{pop pop[]}
ifelse
false exch
{
dup/CIDFont resourcestatus
{
pop pop
save
1 index/CIDFont findresource
dup/WidthsOnly known
{dup/WidthsOnly get}
{false}
ifelse
exch pop
exch restore
{pop}
{exch pop true exit}
ifelse
}
{pop}
ifelse
}
forall
{$str cvs $buildfontname}
{
false(*)
{
save exch
dup/CIDFont findresource
dup/WidthsOnly known
{dup/WidthsOnly get not}
{true}
ifelse
exch/CIDSystemInfo get
dup/Registry get Registry eq
exch/Ordering get Ordering eq and and
{exch restore exch pop true exit}
{pop restore}
ifelse
}
$str/CIDFont resourceforall
{$buildfontname}
{$fontname $findfontByEnum}
ifelse
}
ifelse
}bind def
end
end
currentdict/$error known currentdict/languagelevel known and dup
{pop $error/SubstituteFont known}
if
dup
{$error}
{Adobe_CoolType_Core}
ifelse
begin
{
/SubstituteFont
/CMap/Category resourcestatus
{
pop pop
{
$SubstituteFont
begin
/$substituteFound true def
dup length $slen gt
$sname null ne or
$slen 0 gt and
{
$sname null eq
{dup $str cvs dup length $slen sub $slen getinterval cvn}
{$sname}
ifelse
Adobe_CoolType_Data/InVMFontsByCMap get
1 index 2 copy known
{
get
false exch
{
pop
currentglobal
{
GlobalFontDirectory 1 index known
{exch pop true exit}
{pop}
ifelse
}
{
FontDirectory 1 index known
{exch pop true exit}
{
GlobalFontDirectory 1 index known
{exch pop true exit}
{pop}
ifelse
}
ifelse
}
ifelse
}
forall
}
{pop pop false}
ifelse
{
exch pop exch pop
}
{
dup/CMap resourcestatus
{
pop pop
dup/$cmapname exch def
/CMap findresource/CIDSystemInfo get{def}forall
$findfontByROS
}
{
128 string cvs
dup(-)search
{
3 1 roll search
{
3 1 roll pop
{dup cvi}
stopped
{pop pop pop pop pop $findfontByEnum}
{
4 2 roll pop pop
exch length
exch
2 index length
2 index
sub
exch 1 sub -1 0
{
$str cvs dup length
4 index
0
4 index
4 3 roll add
getinterval
exch 1 index exch 3 index exch
putinterval
dup/CMap resourcestatus
{
pop pop
4 1 roll pop pop pop
dup/$cmapname exch def
/CMap findresource/CIDSystemInfo get{def}forall
$findfontByROS
true exit
}
{pop}
ifelse
}
for
dup type/booleantype eq
{pop}
{pop pop pop $findfontByEnum}
ifelse
}
ifelse
}
{pop pop pop $findfontByEnum}
ifelse
}
{pop pop $findfontByEnum}
ifelse
}
ifelse
}
ifelse
}
{//SubstituteFont exec}
ifelse
/$slen 0 def
end
}
}
{
{
$SubstituteFont
begin
/$substituteFound true def
dup length $slen gt
$sname null ne or
$slen 0 gt and
{$findfontByEnum}
{//SubstituteFont exec}
ifelse
end
}
}
ifelse
bind readonly def
Adobe_CoolType_Core/scfindfont/systemfindfont load put
}
{
/scfindfont
{
$SubstituteFont
begin
dup systemfindfont
dup/FontName known
{dup/FontName get dup 3 index ne}
{/noname true}
ifelse
dup
{
/$origfontnamefound 2 index def
/$origfontname 4 index def/$substituteFound true def
}
if
exch pop
{
$slen 0 gt
$sname null ne
3 index length $slen gt or and
{
pop dup $findfontByEnum findfont
dup maxlength 1 add dict
begin
{1 index/FID eq{pop pop}{def}ifelse}
forall
currentdict
end
definefont
dup/FontName known{dup/FontName get}{null}ifelse
$origfontnamefound ne
{
$origfontname $str cvs print
( substitution revised, using )print
dup/FontName known
{dup/FontName get}{(unspecified font)}
ifelse
$str cvs print(.\n)print
}
if
}
{exch pop}
ifelse
}
{exch pop}
ifelse
end
}bind def
}
ifelse
end
end
Adobe_CoolType_Core_Defined not
{
Adobe_CoolType_Core/findfont
{
$SubstituteFont
begin
$depth 0 eq
{
/$fontname 1 index dup type/stringtype ne{$str cvs}if def
/$substituteFound false def
}
if
/$depth $depth 1 add def
end
scfindfont
$SubstituteFont
begin
/$depth $depth 1 sub def
$substituteFound $depth 0 eq and
{
$inVMIndex null ne
{dup $inVMIndex $AddInVMFont}
if
$doSmartSub
{
currentdict/$Strategy known
{$Strategy/$BuildFont get exec}
if
}
if
}
if
end
}bind put
}
if
}
if
end
/$AddInVMFont
{
exch/FontName 2 copy known
{
get
1 dict dup begin exch 1 index gcheck def end exch
Adobe_CoolType_Data/InVMFontsByCMap get exch
$DictAdd
}
{pop pop pop}
ifelse
}bind def
/$DictAdd
{
2 copy known not
{2 copy 4 index length dict put}
if
Level2? not
{
2 copy get dup maxlength exch length 4 index length add lt
2 copy get dup length 4 index length add exch maxlength 1 index lt
{
2 mul dict
begin
2 copy get{forall}def
2 copy currentdict put
end
}
{pop}
ifelse
}
if
get
begin
{def}
forall
end
}bind def
end
end
%%EndResource
currentglobal true setglobal
%%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0
%%Copyright: Copyright 1987-2006 Adobe Systems Incorporated.
%%Version: 1.23 0
systemdict/languagelevel known dup
{currentglobal false setglobal}
{false}
ifelse
exch
userdict/Adobe_CoolType_Utility 2 copy known
{2 copy get dup maxlength 27 add dict copy}
{27 dict}
ifelse put
Adobe_CoolType_Utility
begin
/@eexecStartData
def
/@recognizeCIDFont null def
/ct_Level2? exch def
/ct_Clone? 1183615869 internaldict dup
/CCRun known not
exch/eCCRun known not
ct_Level2? and or def
ct_Level2?
{globaldict begin currentglobal true setglobal}
if
/ct_AddStdCIDMap
ct_Level2?
{{
mark
Adobe_CoolType_Utility/@recognizeCIDFont currentdict put
{
((Hex)57 StartData
0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0
7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60
d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8
cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec
}
stopped
{
cleartomark
Adobe_CoolType_Utility/@recognizeCIDFont get
countdictstack dup array dictstack
exch 1 sub -1 0
{
2 copy get 3 index eq
{1 index length exch sub 1 sub{end}repeat exit}
{pop}
ifelse
}
for
pop pop
Adobe_CoolType_Utility/@eexecStartData get eexec
}
{cleartomark}
ifelse
}}
{{
Adobe_CoolType_Utility/@eexecStartData get eexec
}}
ifelse bind def
userdict/cid_extensions known
dup{cid_extensions/cid_UpdateDB known and}if
{
cid_extensions
begin
/cid_GetCIDSystemInfo
{
1 index type/stringtype eq
{exch cvn exch}
if
cid_extensions
begin
dup load 2 index known
{
2 copy
cid_GetStatusInfo
dup null ne
{
1 index load
3 index get
dup null eq
{pop pop cid_UpdateDB}
{
exch
1 index/Created get eq
{exch pop exch pop}
{pop cid_UpdateDB}
ifelse
}
ifelse
}
{pop cid_UpdateDB}
ifelse
}
{cid_UpdateDB}
ifelse
end
}bind def
end
}
if
ct_Level2?
{end setglobal}
if
/ct_UseNativeCapability? systemdict/composefont known def
/ct_MakeOCF 35 dict def
/ct_Vars 25 dict def
/ct_GlyphDirProcs 6 dict def
/ct_BuildCharDict 15 dict dup
begin
/charcode 2 string def
/dst_string 1500 string def
/nullstring()def
/usewidths? true def
end def
ct_Level2?{setglobal}{pop}ifelse
ct_GlyphDirProcs
begin
/GetGlyphDirectory
{
systemdict/languagelevel known
{pop/CIDFont findresource/GlyphDirectory get}
{
1 index/CIDFont findresource/GlyphDirectory
get dup type/dicttype eq
{
dup dup maxlength exch length sub 2 index lt
{
dup length 2 index add dict copy 2 index
/CIDFont findresource/GlyphDirectory 2 index put
}
if
}
if
exch pop exch pop
}
ifelse
+
}def
/+
{
systemdict/languagelevel known
{
currentglobal false setglobal
3 dict begin
/vm exch def
}
{1 dict begin}
ifelse
/$ exch def
systemdict/languagelevel known
{
vm setglobal
/gvm currentglobal def
$ gcheck setglobal
}
if
?{$ begin}if
}def
/?{$ type/dicttype eq}def
/|{
userdict/Adobe_CoolType_Data known
{
Adobe_CoolType_Data/AddWidths? known
{
currentdict Adobe_CoolType_Data
begin
begin
AddWidths?
{
Adobe_CoolType_Data/CC 3 index put
?{def}{$ 3 1 roll put}ifelse
CC charcode exch 1 index 0 2 index 256 idiv put
1 index exch 1 exch 256 mod put
stringwidth 2 array astore
currentfont/Widths get exch CC exch put
}
{?{def}{$ 3 1 roll put}ifelse}
ifelse
end
end
}
{?{def}{$ 3 1 roll put}ifelse} ifelse
}
{?{def}{$ 3 1 roll put}ifelse}
ifelse
}def
/!
{
?{end}if
systemdict/languagelevel known
{gvm setglobal}
if
end
}def
/:{string currentfile exch readstring pop}executeonly def
end
ct_MakeOCF
begin
/ct_cHexEncoding
[/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12
/c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25
/c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38
/c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B
/c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E
/c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71
/c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84
/c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97
/c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA
/cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD
/cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0
/cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3
/cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6
/cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def
/ct_CID_STR_SIZE 8000 def
/ct_mkocfStr100 100 string def
/ct_defaultFontMtx[.001 0 0 .001 0 0]def
/ct_1000Mtx[1000 0 0 1000 0 0]def
/ct_raise{exch cvx exch errordict exch get exec stop}bind def
/ct_reraise
{cvx $error/errorname get(Error: )print dup( )cvs print
errordict exch get exec stop
}bind def
/ct_cvnsi
{
1 index add 1 sub 1 exch 0 4 1 roll
{
2 index exch get
exch 8 bitshift
add
}
for
exch pop
}bind def
/ct_GetInterval
{
Adobe_CoolType_Utility/ct_BuildCharDict get
begin
/dst_index 0 def
dup dst_string length gt
{dup string/dst_string exch def}
if
1 index ct_CID_STR_SIZE idiv
/arrayIndex exch def
2 index arrayIndex get
2 index
arrayIndex ct_CID_STR_SIZE mul
sub
{
dup 3 index add 2 index length le
{
2 index getinterval
dst_string dst_index 2 index putinterval
length dst_index add/dst_index exch def
exit
}
{
1 index length 1 index sub
dup 4 1 roll
getinterval
dst_string dst_index 2 index putinterval
pop dup dst_index add/dst_index exch def
sub
/arrayIndex arrayIndex 1 add def
2 index dup length arrayIndex gt
{arrayIndex get}
{
pop
exit
}
ifelse
0
}
ifelse
}
loop
pop pop pop
dst_string 0 dst_index getinterval
end
}bind def
ct_Level2?
{
/ct_resourcestatus
currentglobal mark true setglobal
{/unknowninstancename/Category resourcestatus}
stopped
{cleartomark setglobal true}
{cleartomark currentglobal not exch setglobal}
ifelse
{
{
mark 3 1 roll/Category findresource
begin
ct_Vars/vm currentglobal put
({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec
{cleartomark false}
{{3 2 roll pop true}{cleartomark false}ifelse}
ifelse
ct_Vars/vm get setglobal
end
}
}
{{resourcestatus}}
ifelse bind def
/CIDFont/Category ct_resourcestatus
{pop pop}
{
currentglobal true setglobal
/Generic/Category findresource
dup length dict copy
dup/InstanceType/dicttype put
/CIDFont exch/Category defineresource pop
setglobal
}
ifelse
ct_UseNativeCapability?
{
/CIDInit/ProcSet findresource begin
12 dict begin
begincmap
/CIDSystemInfo 3 dict dup begin
/Registry(Adobe)def
/Ordering(Identity)def
/Supplement 0 def
end def
/CMapName/Identity-H def
/CMapVersion 1.000 def
/CMapType 1 def
1 begincodespacerange
<0000>
endcodespacerange
1 begincidrange
<0000>0
endcidrange
endcmap
CMapName currentdict/CMap defineresource pop
end
end
}
if
}
{
/ct_Category 2 dict begin
/CIDFont 10 dict def
/ProcSet 2 dict def
currentdict
end
def
/defineresource
{
ct_Category 1 index 2 copy known
{
get
dup dup maxlength exch length eq
{
dup length 10 add dict copy
ct_Category 2 index 2 index put
}
if
3 index 3 index put
pop exch pop
}
{pop pop/defineresource/undefined ct_raise}
ifelse
}bind def
/findresource
{
ct_Category 1 index 2 copy known
{
get
2 index 2 copy known
{get 3 1 roll pop pop}
{pop pop/findresource/undefinedresource ct_raise}
ifelse
}
{pop pop/findresource/undefined ct_raise}
ifelse
}bind def
/resourcestatus
{
ct_Category 1 index 2 copy known
{
get
2 index known
exch pop exch pop
{
0 -1 true
}
{
false
}
ifelse
}
{pop pop/findresource/undefined ct_raise}
ifelse
}bind def
/ct_resourcestatus/resourcestatus load def
}
ifelse
/ct_CIDInit 2 dict
begin
/ct_cidfont_stream_init
{
{
dup(Binary)eq
{
pop
null
currentfile
ct_Level2?
{
{cid_BYTE_COUNT()/SubFileDecode filter}
stopped
{pop pop pop}
if
}
if
/readstring load
exit
}
if
dup(Hex)eq
{
pop
currentfile
ct_Level2?
{
{null exch/ASCIIHexDecode filter/readstring}
stopped
{pop exch pop(>)exch/readhexstring}
if
}
{(>)exch/readhexstring}
ifelse
load
exit
}
if
/StartData/typecheck ct_raise
}
loop
cid_BYTE_COUNT ct_CID_STR_SIZE le
{
2 copy cid_BYTE_COUNT string exch exec
pop
1 array dup
3 -1 roll
0 exch put
}
{
cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi
dup array exch 2 sub 0 exch 1 exch
{
2 copy
5 index
ct_CID_STR_SIZE
string
6 index exec
pop
put
pop
}
for
2 index
cid_BYTE_COUNT ct_CID_STR_SIZE mod string
3 index exec
pop
1 index exch
1 index length 1 sub
exch put
}
ifelse
cid_CIDFONT exch/GlyphData exch put
2 index null eq
{
pop pop pop
}
{
pop/readstring load
1 string exch
{
3 copy exec
pop
dup length 0 eq
{
pop pop pop pop pop
true exit
}
if
4 index
eq
{
pop pop pop pop
false exit
}
if
}
loop
pop
}
ifelse
}bind def
/StartData
{
mark
{
currentdict
dup/FDArray get 0 get/FontMatrix get
0 get 0.001 eq
{
dup/CDevProc known not
{
/CDevProc 1183615869 internaldict/stdCDevProc 2 copy known
{get}
{
pop pop
{pop pop pop pop pop 0 -1000 7 index 2 div 880}
}
ifelse
def
}
if
}
{
/CDevProc
{
pop pop pop pop pop
0
1 cid_temp/cid_CIDFONT get
/FDArray get 0 get
/FontMatrix get 0 get div
7 index 2 div
1 index 0.88 mul
}def
}
ifelse
/cid_temp 15 dict def
cid_temp
begin
/cid_CIDFONT exch def
3 copy pop
dup/cid_BYTE_COUNT exch def 0 gt
{
ct_cidfont_stream_init
FDArray
{
/Private get
dup/SubrMapOffset known
{
begin
/Subrs SubrCount array def
Subrs
SubrMapOffset
SubrCount
SDBytes
ct_Level2?
{
currentdict dup/SubrMapOffset undef
dup/SubrCount undef
/SDBytes undef
}
if
end
/cid_SD_BYTES exch def
/cid_SUBR_COUNT exch def
/cid_SUBR_MAP_OFFSET exch def
/cid_SUBRS exch def
cid_SUBR_COUNT 0 gt
{
GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval
0 cid_SD_BYTES ct_cvnsi
0 1 cid_SUBR_COUNT 1 sub
{
exch 1 index
1 add
cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add
GlyphData exch cid_SD_BYTES ct_GetInterval
0 cid_SD_BYTES ct_cvnsi
cid_SUBRS 4 2 roll
GlyphData exch
4 index
1 index
sub
ct_GetInterval
dup length string copy put
}
for
pop
}
if
}
{pop}
ifelse
}
forall
}
if
cleartomark pop pop
end
CIDFontName currentdict/CIDFont defineresource pop
end end
}
stopped
{cleartomark/StartData ct_reraise}
if
}bind def
currentdict
end def
/ct_saveCIDInit
{
/CIDInit/ProcSet ct_resourcestatus
{true}
{/CIDInitC/ProcSet ct_resourcestatus}
ifelse
{
pop pop
/CIDInit/ProcSet findresource
ct_UseNativeCapability?
{pop null}
{/CIDInit ct_CIDInit/ProcSet defineresource pop}
ifelse
}
{/CIDInit ct_CIDInit/ProcSet defineresource pop null}
ifelse
ct_Vars exch/ct_oldCIDInit exch put
}bind def
/ct_restoreCIDInit
{
ct_Vars/ct_oldCIDInit get dup null ne
{/CIDInit exch/ProcSet defineresource pop}
{pop}
ifelse
}bind def
/ct_BuildCharSetUp
{
1 index
begin
CIDFont
begin
Adobe_CoolType_Utility/ct_BuildCharDict get
begin
/ct_dfCharCode exch def
/ct_dfDict exch def
CIDFirstByte ct_dfCharCode add
dup CIDCount ge
{pop 0}
if
/cid exch def
{
GlyphDirectory cid 2 copy known
{get}
{pop pop nullstring}
ifelse
dup length FDBytes sub 0 gt
{
dup
FDBytes 0 ne
{0 FDBytes ct_cvnsi}
{pop 0}
ifelse
/fdIndex exch def
dup length FDBytes sub FDBytes exch getinterval
/charstring exch def
exit
}
{
pop
cid 0 eq
{/charstring nullstring def exit}
if
/cid 0 def
}
ifelse
}
loop
}def
/ct_SetCacheDevice
{
0 0 moveto
dup stringwidth
3 -1 roll
true charpath
pathbbox
0 -1000
7 index 2 div 880
setcachedevice2
0 0 moveto
}def
/ct_CloneSetCacheProc
{
1 eq
{
stringwidth
pop -2 div -880
0 -1000 setcharwidth
moveto
}
{
usewidths?
{
currentfont/Widths get cid
2 copy known
{get exch pop aload pop}
{pop pop stringwidth}
ifelse
}
{stringwidth}
ifelse
setcharwidth
0 0 moveto
}
ifelse
}def
/ct_Type3ShowCharString
{
ct_FDDict fdIndex 2 copy known
{get}
{
currentglobal 3 1 roll
1 index gcheck setglobal
ct_Type1FontTemplate dup maxlength dict copy
begin
FDArray fdIndex get
dup/FontMatrix 2 copy known
{get}
{pop pop ct_defaultFontMtx}
ifelse
/FontMatrix exch dup length array copy def
/Private get
/Private exch def
/Widths rootfont/Widths get def
/CharStrings 1 dict dup/.notdef
dup length string copy put def
currentdict
end
/ct_Type1Font exch definefont
dup 5 1 roll put
setglobal
}
ifelse
dup/CharStrings get 1 index/Encoding get
ct_dfCharCode get charstring put
rootfont/WMode 2 copy known
{get}
{pop pop 0}
ifelse
exch
1000 scalefont setfont
ct_str1 0 ct_dfCharCode put
ct_str1 exch ct_dfSetCacheProc
ct_SyntheticBold
{
currentpoint
ct_str1 show
newpath
moveto
ct_str1 true charpath
ct_StrokeWidth setlinewidth
stroke
}
{ct_str1 show}
ifelse
}def
/ct_Type4ShowCharString
{
ct_dfDict ct_dfCharCode charstring
FDArray fdIndex get
dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not
{ct_1000Mtx matrix concatmatrix concat}
{pop}
ifelse
/Private get
Adobe_CoolType_Utility/ct_Level2? get not
{
ct_dfDict/Private
3 -1 roll
{put}
1183615869 internaldict/superexec get exec
}
if
1183615869 internaldict
Adobe_CoolType_Utility/ct_Level2? get
{1 index}
{3 index/Private get mark 6 1 roll}
ifelse
dup/RunInt known
{/RunInt get}
{pop/CCRun}
ifelse
get exec
Adobe_CoolType_Utility/ct_Level2? get not
{cleartomark}
if
}bind def
/ct_BuildCharIncremental
{
{
Adobe_CoolType_Utility/ct_MakeOCF get begin
ct_BuildCharSetUp
ct_ShowCharString
}
stopped
{stop}
if
end
end
end
end
}bind def
/BaseFontNameStr(BF00)def
/ct_Type1FontTemplate 14 dict
begin
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0]def
/FontBBox [-250 -250 1250 1250]def
/Encoding ct_cHexEncoding def
/PaintType 0 def
currentdict
end def
/BaseFontTemplate 11 dict
begin
/FontMatrix [0.001 0 0 0.001 0 0]def
/FontBBox [-250 -250 1250 1250]def
/Encoding ct_cHexEncoding def
/BuildChar/ct_BuildCharIncremental load def
ct_Clone?
{
/FontType 3 def
/ct_ShowCharString/ct_Type3ShowCharString load def
/ct_dfSetCacheProc/ct_CloneSetCacheProc load def
/ct_SyntheticBold false def
/ct_StrokeWidth 1 def
}
{
/FontType 4 def
/Private 1 dict dup/lenIV 4 put def
/CharStrings 1 dict dup/.notdefput def
/PaintType 0 def
/ct_ShowCharString/ct_Type4ShowCharString load def
}
ifelse
/ct_str1 1 string def
currentdict
end def
/BaseFontDictSize BaseFontTemplate length 5 add def
/ct_matrixeq
{
true 0 1 5
{
dup 4 index exch get exch 3 index exch get eq and
dup not
{exit}
if
}
for
exch pop exch pop
}bind def
/ct_makeocf
{
15 dict
begin
exch/WMode exch def
exch/FontName exch def
/FontType 0 def
/FMapType 2 def
dup/FontMatrix known
{dup/FontMatrix get/FontMatrix exch def}
{/FontMatrix matrix def}
ifelse
/bfCount 1 index/CIDCount get 256 idiv 1 add
dup 256 gt{pop 256}if def
/Encoding
256 array 0 1 bfCount 1 sub{2 copy dup put pop}for
bfCount 1 255{2 copy bfCount put pop}for
def
/FDepVector bfCount dup 256 lt{1 add}if array def
BaseFontTemplate BaseFontDictSize dict copy
begin
/CIDFont exch def
CIDFont/FontBBox known
{CIDFont/FontBBox get/FontBBox exch def}
if
CIDFont/CDevProc known
{CIDFont/CDevProc get/CDevProc exch def}
if
currentdict
end
BaseFontNameStr 3(0)putinterval
0 1 bfCount dup 256 eq{1 sub}if
{
FDepVector exch
2 index BaseFontDictSize dict copy
begin
dup/CIDFirstByte exch 256 mul def
FontType 3 eq
{/ct_FDDict 2 dict def}
if
currentdict
end
1 index 16
BaseFontNameStr 2 2 getinterval cvrs pop
BaseFontNameStr exch definefont
put
}
for
ct_Clone?
{/Widths 1 index/CIDFont get/GlyphDirectory get length dict def}
if
FontName
currentdict
end
definefont
ct_Clone?
{
gsave
dup 1000 scalefont setfont
ct_BuildCharDict
begin
/usewidths? false def
currentfont/Widths get
begin
exch/CIDFont get/GlyphDirectory get
{
pop
dup charcode exch 1 index 0 2 index 256 idiv put
1 index exch 1 exch 256 mod put
stringwidth 2 array astore def
}
forall
end
/usewidths? true def
end
grestore
}
{exch pop}
ifelse
}bind def
currentglobal true setglobal
/ct_ComposeFont
{
ct_UseNativeCapability?
{
2 index/CMap ct_resourcestatus
{pop pop exch pop}
{
/CIDInit/ProcSet findresource
begin
12 dict
begin
begincmap
/CMapName 3 index def
/CMapVersion 1.000 def
/CMapType 1 def
exch/WMode exch def
/CIDSystemInfo 3 dict dup
begin
/Registry(Adobe)def
/Ordering
CMapName ct_mkocfStr100 cvs
(Adobe-)search
{
pop pop
(-)search
{
dup length string copy
exch pop exch pop
}
{pop(Identity)}
ifelse
}
{pop (Identity)}
ifelse
def
/Supplement 0 def
end def
1 begincodespacerange
<0000>
endcodespacerange
1 begincidrange
<0000>0
endcidrange
endcmap
CMapName currentdict/CMap defineresource pop
end
end
}
ifelse
composefont
}
{
3 2 roll pop
0 get/CIDFont findresource
ct_makeocf
}
ifelse
}bind def
setglobal
/ct_MakeIdentity
{
ct_UseNativeCapability?
{
1 index/CMap ct_resourcestatus
{pop pop}
{
/CIDInit/ProcSet findresource begin
12 dict begin
begincmap
/CMapName 2 index def
/CMapVersion 1.000 def
/CMapType 1 def
/CIDSystemInfo 3 dict dup
begin
/Registry(Adobe)def
/Ordering
CMapName ct_mkocfStr100 cvs
(Adobe-)search
{
pop pop
(-)search
{dup length string copy exch pop exch pop}
{pop(Identity)}
ifelse
}
{pop(Identity)}
ifelse
def
/Supplement 0 def
end def
1 begincodespacerange
<0000>
endcodespacerange
1 begincidrange
<0000>0
endcidrange
endcmap
CMapName currentdict/CMap defineresource pop
end
end
}
ifelse
composefont
}
{
exch pop
0 get/CIDFont findresource
ct_makeocf
}
ifelse
}bind def
currentdict readonly pop
end
end
%%EndResource
setglobal
%%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0
%%Copyright: Copyright 1987-2004 Adobe Systems Incorporated.
%%Version: 1.0 0
userdict/ct_T42Dict 15 dict put
ct_T42Dict begin
/Is2015?
{
version
cvi
2015
ge
}bind def
/AllocGlyphStorage
{
Is2015?
{
pop
}
{
{string}forall
}ifelse
}bind def
/Type42DictBegin
{
25 dict begin
/FontName exch def
/CharStrings 256 dict
begin
/.notdef 0 def
currentdict
end def
/Encoding exch def
/PaintType 0 def
/FontType 42 def
/FontMatrix[1 0 0 1 0 0]def
4 array astore cvx/FontBBox exch def
/sfnts
}bind def
/Type42DictEnd
{
currentdict dup/FontName get exch definefont end
ct_T42Dict exch
dup/FontName get exch put
}bind def
/RD{string currentfile exch readstring pop}executeonly def
/PrepFor2015
{
Is2015?
{
/GlyphDirectory
16
dict def
sfnts 0 get
dup
2 index
(glyx)
putinterval
2 index
(locx)
putinterval
pop
pop
}
{
pop
pop
}ifelse
}bind def
/AddT42Char
{
Is2015?
{
/GlyphDirectory get
begin
def
end
pop
pop
}
{
/sfnts get
4 index
get
3 index
2 index
putinterval
pop
pop
pop
pop
}ifelse
}bind def
/T0AddT42Mtx2
{
/CIDFont findresource/Metrics2 get begin def end
}bind def
end
%%EndResource
currentglobal true setglobal
%%BeginFile: MMFauxFont.prc
%%Copyright: Copyright 1987-2001 Adobe Systems Incorporated.
%%All Rights Reserved.
userdict /ct_EuroDict 10 dict put
ct_EuroDict begin
/ct_CopyFont
{
{ 1 index /FID ne {def} {pop pop} ifelse} forall
} def
/ct_GetGlyphOutline
{
gsave
initmatrix newpath
exch findfont dup
length 1 add dict
begin
ct_CopyFont
/Encoding Encoding dup length array copy
dup
4 -1 roll
0 exch put
def
currentdict
end
/ct_EuroFont exch definefont
1000 scalefont setfont
0 0 moveto
[
<00> stringwidth
<00> false charpath
pathbbox
[
{/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall
grestore
counttomark 8 add
}
def
/ct_MakeGlyphProc
{
] cvx
/ct_PSBuildGlyph cvx
] cvx
} def
/ct_PSBuildGlyph
{
gsave
8 -1 roll pop
7 1 roll
6 -2 roll ct_FontMatrix transform 6 2 roll
4 -2 roll ct_FontMatrix transform 4 2 roll
ct_FontMatrix transform
currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse
dup 9 1 roll
{
currentdict /StrokeWidth 2 copy known
{
get 2 div
0 ct_FontMatrix dtransform pop
5 1 roll
4 -1 roll 4 index sub
4 1 roll
3 -1 roll 4 index sub
3 1 roll
exch 4 index add exch
4 index add
5 -1 roll pop
}
{
pop pop
}
ifelse
}
if
setcachedevice
ct_FontMatrix concat
ct_PSPathOps begin
exec
end
{
currentdict /StrokeWidth 2 copy known
{ get }
{ pop pop 0 }
ifelse
setlinewidth stroke
}
{
fill
}
ifelse
grestore
} def
/ct_PSPathOps 4 dict dup begin
/m {moveto} def
/l {lineto} def
/c {curveto} def
/cp {closepath} def
end
def
/ct_matrix1000 [1000 0 0 1000 0 0] def
/ct_AddGlyphProc
{
2 index findfont dup length 4 add dict
begin
ct_CopyFont
/CharStrings CharStrings dup length 1 add dict copy
begin
3 1 roll def
currentdict
end
def
/ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def
/ct_PSBuildGlyph /ct_PSBuildGlyph load def
/ct_PSPathOps /ct_PSPathOps load def
currentdict
end
definefont pop
}
def
systemdict /languagelevel known
{
/ct_AddGlyphToPrinterFont {
2 copy
ct_GetGlyphOutline 3 add -1 roll restore
ct_MakeGlyphProc
ct_AddGlyphProc
} def
}
{
/ct_AddGlyphToPrinterFont {
pop pop restore
Adobe_CTFauxDict /$$$FONTNAME get
/Euro
Adobe_CTFauxDict /$$$SUBSTITUTEBASE get
ct_EuroDict exch get
ct_AddGlyphProc
} def
} ifelse
/AdobeSansMM
{
556 0 24 -19 541 703
{
541 628 m
510 669 442 703 354 703 c
201 703 117 607 101 444 c
50 444 l
25 372 l
97 372 l
97 301 l
49 301 l
24 229 l
103 229 l
124 67 209 -19 350 -19 c
435 -19 501 25 509 32 c
509 131 l
492 105 417 60 343 60 c
267 60 204 127 197 229 c
406 229 l
430 301 l
191 301 l
191 372 l
455 372 l
479 444 l
194 444 l
201 531 245 624 348 624 c
433 624 484 583 509 534 c
cp
556 0 m
}
ct_PSBuildGlyph
} def
/AdobeSerifMM
{
500 0 10 -12 484 692
{
347 298 m
171 298 l
170 310 170 322 170 335 c
170 362 l
362 362 l
374 403 l
172 403 l
184 580 244 642 308 642 c
380 642 434 574 457 457 c
481 462 l
474 691 l
449 691 l
433 670 429 657 410 657 c
394 657 360 692 299 692 c
204 692 94 604 73 403 c
22 403 l
10 362 l
70 362 l
69 352 69 341 69 330 c
69 319 69 308 70 298 c
22 298 l
10 257 l
73 257 l
97 57 216 -12 295 -12 c
364 -12 427 25 484 123 c
458 142 l
425 101 384 37 316 37 c
256 37 189 84 173 257 c
335 257 l
cp
500 0 m
}
ct_PSBuildGlyph
} def
end
%%EndFile
setglobal
Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end
%%BeginResource: procset Adobe_AGM_Image 1.0 0
%%Version: 1.0 0
%%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved.
systemdict/setpacking known
{
currentpacking
true setpacking
}if
userdict/Adobe_AGM_Image 71 dict dup begin put
/Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def
/nd{
null def
}bind def
/AGMIMG_&image nd
/AGMIMG_&colorimage nd
/AGMIMG_&imagemask nd
/AGMIMG_mbuf()def
/AGMIMG_ybuf()def
/AGMIMG_kbuf()def
/AGMIMG_c 0 def
/AGMIMG_m 0 def
/AGMIMG_y 0 def
/AGMIMG_k 0 def
/AGMIMG_tmp nd
/AGMIMG_imagestring0 nd
/AGMIMG_imagestring1 nd
/AGMIMG_imagestring2 nd
/AGMIMG_imagestring3 nd
/AGMIMG_imagestring4 nd
/AGMIMG_imagestring5 nd
/AGMIMG_cnt nd
/AGMIMG_fsave nd
/AGMIMG_colorAry nd
/AGMIMG_override nd
/AGMIMG_name nd
/AGMIMG_maskSource nd
/AGMIMG_flushfilters nd
/invert_image_samples nd
/knockout_image_samples nd
/img nd
/sepimg nd
/devnimg nd
/idximg nd
/ds
{
Adobe_AGM_Core begin
Adobe_AGM_Image begin
/AGMIMG_&image systemdict/image get def
/AGMIMG_&imagemask systemdict/imagemask get def
/colorimage where{
pop
/AGMIMG_&colorimage/colorimage ldf
}if
end
end
}def
/ps
{
Adobe_AGM_Image begin
/AGMIMG_ccimage_exists{/customcolorimage where
{
pop
/Adobe_AGM_OnHost_Seps where
{
pop false
}{
/Adobe_AGM_InRip_Seps where
{
pop false
}{
true
}ifelse
}ifelse
}{
false
}ifelse
}bdf
level2{
/invert_image_samples
{
Adobe_AGM_Image/AGMIMG_tmp Decode length ddf
/Decode[Decode 1 get Decode 0 get]def
}def
/knockout_image_samples
{
Operator/imagemask ne{
/Decode[1 1]def
}if
}def
}{
/invert_image_samples
{
{1 exch sub}currenttransfer addprocs settransfer
}def
/knockout_image_samples
{
{pop 1}currenttransfer addprocs settransfer
}def
}ifelse
/img/imageormask ldf
/sepimg/sep_imageormask ldf
/devnimg/devn_imageormask ldf
/idximg/indexed_imageormask ldf
/_ctype 7 def
currentdict{
dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{
bind
}if
def
}forall
}def
/pt
{
end
}def
/dt
{
}def
/AGMIMG_flushfilters
{
dup type/arraytype ne
{1 array astore}if
dup 0 get currentfile ne
{dup 0 get flushfile}if
{
dup type/filetype eq
{
dup status 1 index currentfile ne and
{closefile}
{pop}
ifelse
}{pop}ifelse
}forall
}def
/AGMIMG_init_common
{
currentdict/T known{/ImageType/T ldf currentdict/T undef}if
currentdict/W known{/Width/W ldf currentdict/W undef}if
currentdict/H known{/Height/H ldf currentdict/H undef}if
currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if
currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if
currentdict/D known{/Decode/D ldf currentdict/D undef}if
currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if
currentdict/O known{
/Operator/O load 1 eq{
/imagemask
}{
/O load 2 eq{
/image
}{
/colorimage
}ifelse
}ifelse
def
currentdict/O undef
}if
currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if
currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if
currentdict/I known{/Interpolate/I ldf currentdict/I undef}if
currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if
/DataSource load xcheck not{
DataSource type/arraytype eq{
DataSource 0 get type/filetype eq{
/_Filters DataSource def
currentdict/MultipleDataSources known not{
/DataSource DataSource dup length 1 sub get def
}if
}if
}if
currentdict/MultipleDataSources known not{
/MultipleDataSources DataSource type/arraytype eq{
DataSource length 1 gt
}
{false}ifelse def
}if
}if
/NComponents Decode length 2 div def
currentdict/SkipImageProc known not{/SkipImageProc{false}def}if
}bdf
/imageormask_sys
{
begin
AGMIMG_init_common
save mark
level2{
currentdict
Operator/imagemask eq{
AGMIMG_&imagemask
}{
use_mask{
process_mask AGMIMG_&image
}{
AGMIMG_&image
}ifelse
}ifelse
}{
Width Height
Operator/imagemask eq{
Decode 0 get 1 eq Decode 1 get 0 eq and
ImageMatrix/DataSource load
AGMIMG_&imagemask
}{
BitsPerComponent ImageMatrix/DataSource load
AGMIMG_&image
}ifelse
}ifelse
currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
cleartomark restore
end
}def
/overprint_plate
{
currentoverprint{
0 get dup type/nametype eq{
dup/DeviceGray eq{
pop AGMCORE_black_plate not
}{
/DeviceCMYK eq{
AGMCORE_is_cmyk_sep not
}if
}ifelse
}{
false exch
{
AGMOHS_sepink eq or
}forall
not
}ifelse
}{
pop false
}ifelse
}def
/process_mask
{
level3{
dup begin
/ImageType 1 def
end
4 dict begin
/DataDict exch def
/ImageType 3 def
/InterleaveType 3 def
/MaskDict 9 dict begin
/ImageType 1 def
/Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def
/Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def
/ImageMatrix[Width 0 0 Height neg 0 Height]def
/NComponents 1 def
/BitsPerComponent 1 def
/Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def
/DataSource Adobe_AGM_Core/AGMIMG_maskSource get def
currentdict end def
currentdict end
}if
}def
/use_mask
{
dup/Mask known {dup/Mask get}{false}ifelse
}def
/imageormask
{
begin
AGMIMG_init_common
SkipImageProc{
currentdict consumeimagedata
}
{
save mark
level2 AGMCORE_host_sep not and{
currentdict
Operator/imagemask eq DeviceN_PS2 not and{
imagemask
}{
AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{
[/Separation/Black/DeviceGray{}]setcolorspace
/Decode[Decode 1 get Decode 0 get]def
}if
use_mask{
process_mask image
}{
DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and
{
Names convert_to_process not{
2 dict begin
/imageDict xdf
/names_index 0 def
gsave
imageDict write_image_file{
Names{
dup(None)ne{
[/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace
Operator imageDict read_image_file
names_index 0 eq{true setoverprint}if
/names_index names_index 1 add def
}{
pop
}ifelse
}forall
close_image_file
}if
grestore
end
}{
Operator/imagemask eq{
imagemask
}{
image
}ifelse
}ifelse
}{
Operator/imagemask eq{
imagemask
}{
image
}ifelse
}ifelse
}ifelse
}ifelse
}{
Width Height
Operator/imagemask eq{
Decode 0 get 1 eq Decode 1 get 0 eq and
ImageMatrix/DataSource load
/Adobe_AGM_OnHost_Seps where{
pop imagemask
}{
currentgray 1 ne{
currentdict imageormask_sys
}{
currentoverprint not{
1 AGMCORE_&setgray
currentdict imageormask_sys
}{
currentdict ignoreimagedata
}ifelse
}ifelse
}ifelse
}{
BitsPerComponent ImageMatrix
MultipleDataSources{
0 1 NComponents 1 sub{
DataSource exch get
}for
}{
/DataSource load
}ifelse
Operator/colorimage eq{
AGMCORE_host_sep{
MultipleDataSources level2 or NComponents 4 eq and{
AGMCORE_is_cmyk_sep{
MultipleDataSources{
/DataSource DataSource 0 get xcheck
{
[
DataSource 0 get/exec cvx
DataSource 1 get/exec cvx
DataSource 2 get/exec cvx
DataSource 3 get/exec cvx
/AGMCORE_get_ink_data cvx
]cvx
}{
DataSource aload pop AGMCORE_get_ink_data
}ifelse def
}{
/DataSource
Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul
/DataSource load
filter_cmyk 0()/SubFileDecode filter def
}ifelse
/Decode[Decode 0 get Decode 1 get]def
/MultipleDataSources false def
/NComponents 1 def
/Operator/image def
invert_image_samples
1 AGMCORE_&setgray
currentdict imageormask_sys
}{
currentoverprint not Operator/imagemask eq and{
1 AGMCORE_&setgray
currentdict imageormask_sys
}{
currentdict ignoreimagedata
}ifelse
}ifelse
}{
MultipleDataSources NComponents AGMIMG_&colorimage
}ifelse
}{
true NComponents colorimage
}ifelse
}{
Operator/image eq{
AGMCORE_host_sep{
/DoImage true def
currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse
{
AGMCORE_black_plate not Operator/imagemask ne and{
/DoImage false def
currentdict ignoreimagedata
}if
}if
1 AGMCORE_&setgray
DoImage
{currentdict imageormask_sys}if
}{
use_mask{
process_mask image
}{
image
}ifelse
}ifelse
}{
Operator/knockout eq{
pop pop pop pop pop
currentcolorspace overprint_plate not{
knockout_unitsq
}if
}if
}ifelse
}ifelse
}ifelse
}ifelse
cleartomark restore
}ifelse
currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
end
}def
/sep_imageormask
{
/sep_colorspace_dict AGMCORE_gget begin
CSA map_csa
begin
AGMIMG_init_common
SkipImageProc{
currentdict consumeimagedata
}{
save mark
AGMCORE_avoid_L2_sep_space{
/Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def
}if
AGMIMG_ccimage_exists
MappedCSA 0 get/DeviceCMYK eq and
currentdict/Components known and
Name()ne and
Name(All)ne and
Operator/image eq and
AGMCORE_producing_seps not and
level2 not and
{
Width Height BitsPerComponent ImageMatrix
[
/DataSource load/exec cvx
{
0 1 2 index length 1 sub{
1 index exch
2 copy get 255 xor put
}for
}/exec cvx
]cvx bind
MappedCSA 0 get/DeviceCMYK eq{
Components aload pop
}{
0 0 0 Components aload pop 1 exch sub
}ifelse
Name findcmykcustomcolor
customcolorimage
}{
AGMCORE_producing_seps not{
level2{
//Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{
[/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt
/sep_tint AGMCORE_gget setcolor
}if
currentdict imageormask
}{
currentdict
Operator/imagemask eq{
imageormask
}{
sep_imageormask_lev1
}ifelse
}ifelse
}{
AGMCORE_host_sep{
Operator/knockout eq{
currentdict/ImageMatrix get concat
knockout_unitsq
}{
currentgray 1 ne{
AGMCORE_is_cmyk_sep Name(All)ne and{
level2{
Name AGMCORE_IsSeparationAProcessColor
{
Operator/imagemask eq{
//Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{
/sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor
}if
}{
invert_image_samples
}ifelse
}{
//Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{
[/Separation Name[/DeviceGray]
{
sep_colorspace_proc AGMCORE_get_ink_data
1 exch sub
}bind
]AGMCORE_&setcolorspace
/sep_tint AGMCORE_gget AGMCORE_&setcolor
}if
}ifelse
currentdict imageormask_sys
}{
currentdict
Operator/imagemask eq{
imageormask_sys
}{
sep_image_lev1_sep
}ifelse
}ifelse
}{
Operator/imagemask ne{
invert_image_samples
}if
currentdict imageormask_sys
}ifelse
}{
currentoverprint not Name(All)eq or Operator/imagemask eq and{
currentdict imageormask_sys
}{
currentoverprint not
{
gsave
knockout_unitsq
grestore
}if
currentdict consumeimagedata
}ifelse
}ifelse
}ifelse
}{
//Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{
currentcolorspace 0 get/Separation ne{
[/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt
/sep_tint AGMCORE_gget setcolor
}if
}if
currentoverprint
MappedCSA 0 get/DeviceCMYK eq and
Name AGMCORE_IsSeparationAProcessColor not and
//Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse
Name(All)ne and{
imageormask_l2_overprint
}{
currentdict imageormask
}ifelse
}ifelse
}ifelse
}ifelse
cleartomark restore
}ifelse
currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
end
end
}def
/colorSpaceElemCnt
{
mark currentcolor counttomark dup 2 add 1 roll cleartomark
}bdf
/devn_sep_datasource
{
1 dict begin
/dataSource xdf
[
0 1 dataSource length 1 sub{
dup currentdict/dataSource get/exch cvx/get cvx/exec cvx
/exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx
}for
]cvx bind
end
}bdf
/devn_alt_datasource
{
11 dict begin
/convProc xdf
/origcolorSpaceElemCnt xdf
/origMultipleDataSources xdf
/origBitsPerComponent xdf
/origDecode xdf
/origDataSource xdf
/dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def
/DataSource origMultipleDataSources
{
[
BitsPerComponent 8 idiv origDecode length 2 idiv mul string
0 1 origDecode length 2 idiv 1 sub
{
dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch
origDataSource exch get 0()/SubFileDecode filter
BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx
}for
]bind cvx
}{origDataSource}ifelse 0()/SubFileDecode filter def
[
origcolorSpaceElemCnt string
0 2 origDecode length 2 sub
{
dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div
1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx
}for
/convProc load/exec cvx
origcolorSpaceElemCnt 1 sub -1 0
{
/dup cvx 2/add cvx/index cvx
3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx
}for
]bind cvx 0()/SubFileDecode filter
end
}bdf
/devn_imageormask
{
/devicen_colorspace_dict AGMCORE_gget begin
CSA map_csa
2 dict begin
dup
/srcDataStrs[3 -1 roll begin
AGMIMG_init_common
currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse
{
Width Decode length 2 div mul cvi
{
dup 65535 gt{1 add 2 div cvi}{exit}ifelse
}loop
string
}repeat
end]def
/dstDataStr srcDataStrs 0 get length string def
begin
AGMIMG_init_common
SkipImageProc{
currentdict consumeimagedata
}{
save mark
AGMCORE_producing_seps not{
level3 not{
Operator/imagemask ne{
/DataSource[[
DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse
colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get
devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def
/MultipleDataSources true def
/Decode colorSpaceElemCnt[exch{0 1}repeat]def
}if
}if
currentdict imageormask
}{
AGMCORE_host_sep{
Names convert_to_process{
CSA get_csa_by_name 0 get/DeviceCMYK eq{
/DataSource
Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul
DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse
4/devicen_colorspace_dict AGMCORE_gget/TintTransform get
devn_alt_datasource
filter_cmyk 0()/SubFileDecode filter def
/MultipleDataSources false def
/Decode[1 0]def
/DeviceGray setcolorspace
currentdict imageormask_sys
}{
AGMCORE_report_unsupported_color_space
AGMCORE_black_plate{
/DataSource
DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse
CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get
devn_alt_datasource
/MultipleDataSources false def
/Decode colorSpaceElemCnt[exch{0 1}repeat]def
currentdict imageormask_sys
}{
gsave
knockout_unitsq
grestore
currentdict consumeimagedata
}ifelse
}ifelse
}
{
/devicen_colorspace_dict AGMCORE_gget/names_index known{
Operator/imagemask ne{
MultipleDataSources{
/DataSource[DataSource devn_sep_datasource/exec cvx]cvx def
/MultipleDataSources false def
}{
/DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def
}ifelse
invert_image_samples
}if
currentdict imageormask_sys
}{
currentoverprint not Operator/imagemask eq and{
currentdict imageormask_sys
}{
currentoverprint not
{
gsave
knockout_unitsq
grestore
}if
currentdict consumeimagedata
}ifelse
}ifelse
}ifelse
}{
currentdict imageormask
}ifelse
}ifelse
cleartomark restore
}ifelse
currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
end
end
end
}def
/imageormask_l2_overprint
{
currentdict
currentcmykcolor add add add 0 eq{
currentdict consumeimagedata
}{
level3{
currentcmykcolor
/AGMIMG_k xdf
/AGMIMG_y xdf
/AGMIMG_m xdf
/AGMIMG_c xdf
Operator/imagemask eq{
[/DeviceN[
AGMIMG_c 0 ne{/Cyan}if
AGMIMG_m 0 ne{/Magenta}if
AGMIMG_y 0 ne{/Yellow}if
AGMIMG_k 0 ne{/Black}if
]/DeviceCMYK{}]setcolorspace
AGMIMG_c 0 ne{AGMIMG_c}if
AGMIMG_m 0 ne{AGMIMG_m}if
AGMIMG_y 0 ne{AGMIMG_y}if
AGMIMG_k 0 ne{AGMIMG_k}if
setcolor
}{
/Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def
[/Indexed
[
/DeviceN[
AGMIMG_c 0 ne{/Cyan}if
AGMIMG_m 0 ne{/Magenta}if
AGMIMG_y 0 ne{/Yellow}if
AGMIMG_k 0 ne{/Black}if
]
/DeviceCMYK{
AGMIMG_k 0 eq{0}if
AGMIMG_y 0 eq{0 exch}if
AGMIMG_m 0 eq{0 3 1 roll}if
AGMIMG_c 0 eq{0 4 1 roll}if
}
]
255
{
255 div
mark exch
dup dup dup
AGMIMG_k 0 ne{
/sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop
counttomark 1 roll
}{
pop
}ifelse
AGMIMG_y 0 ne{
/sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop
counttomark 1 roll
}{
pop
}ifelse
AGMIMG_m 0 ne{
/sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop
counttomark 1 roll
}{
pop
}ifelse
AGMIMG_c 0 ne{
/sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop
counttomark 1 roll
}{
pop
}ifelse
counttomark 1 add -1 roll pop
}
]setcolorspace
}ifelse
imageormask_sys
}{
write_image_file{
currentcmykcolor
0 ne{
[/Separation/Black/DeviceGray{}]setcolorspace
gsave
/Black
[{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx]
cvx modify_halftone_xfer
Operator currentdict read_image_file
grestore
}if
0 ne{
[/Separation/Yellow/DeviceGray{}]setcolorspace
gsave
/Yellow
[{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx]
cvx modify_halftone_xfer
Operator currentdict read_image_file
grestore
}if
0 ne{
[/Separation/Magenta/DeviceGray{}]setcolorspace
gsave
/Magenta
[{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx]
cvx modify_halftone_xfer
Operator currentdict read_image_file
grestore
}if
0 ne{
[/Separation/Cyan/DeviceGray{}]setcolorspace
gsave
/Cyan
[{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx]
cvx modify_halftone_xfer
Operator currentdict read_image_file
grestore
}if
close_image_file
}{
imageormask
}ifelse
}ifelse
}ifelse
}def
/indexed_imageormask
{
begin
AGMIMG_init_common
save mark
currentdict
AGMCORE_host_sep{
Operator/knockout eq{
/indexed_colorspace_dict AGMCORE_gget dup/CSA known{
/CSA get get_csa_by_name
}{
/Names get
}ifelse
overprint_plate not{
knockout_unitsq
}if
}{
Indexed_DeviceN{
/devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{
indexed_image_lev2_sep
}{
currentoverprint not{
knockout_unitsq
}if
currentdict consumeimagedata
}ifelse
}{
AGMCORE_is_cmyk_sep{
Operator/imagemask eq{
imageormask_sys
}{
level2{
indexed_image_lev2_sep
}{
indexed_image_lev1_sep
}ifelse
}ifelse
}{
currentoverprint not{
knockout_unitsq
}if
currentdict consumeimagedata
}ifelse
}ifelse
}ifelse
}{
level2{
Indexed_DeviceN{
/indexed_colorspace_dict AGMCORE_gget begin
}{
/indexed_colorspace_dict AGMCORE_gget dup null ne
{
begin
currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse
get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and
AGMCORE_in_rip_sep and{
[/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup]
setcolorspace
}if
end
}
{pop}ifelse
}ifelse
imageormask
Indexed_DeviceN{
end
}if
}{
Operator/imagemask eq{
imageormask
}{
indexed_imageormask_lev1
}ifelse
}ifelse
}ifelse
cleartomark restore
currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
end
}def
/indexed_image_lev2_sep
{
/indexed_colorspace_dict AGMCORE_gget begin
begin
Indexed_DeviceN not{
currentcolorspace
dup 1/DeviceGray put
dup 3
currentcolorspace 2 get 1 add string
0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub
{
dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put
}for
put setcolorspace
}if
currentdict
Operator/imagemask eq{
AGMIMG_&imagemask
}{
use_mask{
process_mask AGMIMG_&image
}{
AGMIMG_&image
}ifelse
}ifelse
end end
}def
/OPIimage
{
dup type/dicttype ne{
10 dict begin
/DataSource xdf
/ImageMatrix xdf
/BitsPerComponent xdf
/Height xdf
/Width xdf
/ImageType 1 def
/Decode[0 1 def]
currentdict
end
}if
dup begin
/NComponents 1 cdndf
/MultipleDataSources false cdndf
/SkipImageProc{false}cdndf
/Decode[
0
currentcolorspace 0 get/Indexed eq{
2 BitsPerComponent exp 1 sub
}{
1
}ifelse
]cdndf
/Operator/image cdndf
end
/sep_colorspace_dict AGMCORE_gget null eq{
imageormask
}{
gsave
dup begin invert_image_samples end
sep_imageormask
grestore
}ifelse
}def
/cachemask_level2
{
3 dict begin
/LZWEncode filter/WriteFilter xdf
/readBuffer 256 string def
/ReadFilter
currentfile
0(%EndMask)/SubFileDecode filter
/ASCII85Decode filter
/RunLengthDecode filter
def
{
ReadFilter readBuffer readstring exch
WriteFilter exch writestring
not{exit}if
}loop
WriteFilter closefile
end
}def
/spot_alias
{
/mapto_sep_imageormask
{
dup type/dicttype ne{
12 dict begin
/ImageType 1 def
/DataSource xdf
/ImageMatrix xdf
/BitsPerComponent xdf
/Height xdf
/Width xdf
/MultipleDataSources false def
}{
begin
}ifelse
/Decode[/customcolor_tint AGMCORE_gget 0]def
/Operator/image def
/SkipImageProc{false}def
currentdict
end
sep_imageormask
}bdf
/customcolorimage
{
Adobe_AGM_Image/AGMIMG_colorAry xddf
/customcolor_tint AGMCORE_gget
<<
/Name AGMIMG_colorAry 4 get
/CSA[/DeviceCMYK]
/TintMethod/Subtractive
/TintProc null
/MappedCSA null
/NComponents 4
/Components[AGMIMG_colorAry aload pop pop]
>>
setsepcolorspace
mapto_sep_imageormask
}ndf
Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put
/customcolorimage
{
Adobe_AGM_Image/AGMIMG_override false put
current_spot_alias{dup 4 get map_alias}{false}ifelse
{
false set_spot_alias
/customcolor_tint AGMCORE_gget exch setsepcolorspace
pop
mapto_sep_imageormask
true set_spot_alias
}{
//Adobe_AGM_Image/AGMIMG_&customcolorimage get exec
}ifelse
}bdf
}def
/snap_to_device
{
6 dict begin
matrix currentmatrix
dup 0 get 0 eq 1 index 3 get 0 eq and
1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop
{
1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def
0 0 transform
AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch
AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch
itransform/AGMIMG_llY exch def/AGMIMG_llX exch def
1 1 transform
AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch
AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch
itransform/AGMIMG_urY exch def/AGMIMG_urX exch def
[AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat
}{
}ifelse
end
}def
level2 not{
/colorbuf
{
0 1 2 index length 1 sub{
dup 2 index exch get
255 exch sub
2 index
3 1 roll
put
}for
}def
/tint_image_to_color
{
begin
Width Height BitsPerComponent ImageMatrix
/DataSource load
end
Adobe_AGM_Image begin
/AGMIMG_mbuf 0 string def
/AGMIMG_ybuf 0 string def
/AGMIMG_kbuf 0 string def
{
colorbuf dup length AGMIMG_mbuf length ne
{
dup length dup dup
/AGMIMG_mbuf exch string def
/AGMIMG_ybuf exch string def
/AGMIMG_kbuf exch string def
}if
dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop
}
addprocs
{AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage
end
}def
/sep_imageormask_lev1
{
begin
MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{
{
255 mul round cvi GrayLookup exch get
}currenttransfer addprocs settransfer
currentdict imageormask
}{
/sep_colorspace_dict AGMCORE_gget/Components known{
MappedCSA 0 get/DeviceCMYK eq{
Components aload pop
}{
0 0 0 Components aload pop 1 exch sub
}ifelse
Adobe_AGM_Image/AGMIMG_k xddf
Adobe_AGM_Image/AGMIMG_y xddf
Adobe_AGM_Image/AGMIMG_m xddf
Adobe_AGM_Image/AGMIMG_c xddf
AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{
{AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer
currentdict imageormask
}{
currentcolortransfer
{AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll
{AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll
{AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll
{AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll
setcolortransfer
currentdict tint_image_to_color
}ifelse
}{
MappedCSA 0 get/DeviceGray eq{
{255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer
currentdict imageormask
}{
MappedCSA 0 get/DeviceCMYK eq{
currentcolortransfer
{255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll
{255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll
{255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll
{255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll
setcolortransfer
currentdict tint_image_to_color
}{
currentcolortransfer
{pop 1}exch addprocs 4 1 roll
{255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll
{255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll
{255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll
setcolortransfer
currentdict tint_image_to_color
}ifelse
}ifelse
}ifelse
}ifelse
end
}def
/sep_image_lev1_sep
{
begin
/sep_colorspace_dict AGMCORE_gget/Components known{
Components aload pop
Adobe_AGM_Image/AGMIMG_k xddf
Adobe_AGM_Image/AGMIMG_y xddf
Adobe_AGM_Image/AGMIMG_m xddf
Adobe_AGM_Image/AGMIMG_c xddf
{AGMIMG_c mul 1 exch sub}
{AGMIMG_m mul 1 exch sub}
{AGMIMG_y mul 1 exch sub}
{AGMIMG_k mul 1 exch sub}
}{
{255 mul round cvi ColorLookup exch get 0 get 1 exch sub}
{255 mul round cvi ColorLookup exch get 1 get 1 exch sub}
{255 mul round cvi ColorLookup exch get 2 get 1 exch sub}
{255 mul round cvi ColorLookup exch get 3 get 1 exch sub}
}ifelse
AGMCORE_get_ink_data currenttransfer addprocs settransfer
currentdict imageormask_sys
end
}def
/indexed_imageormask_lev1
{
/indexed_colorspace_dict AGMCORE_gget begin
begin
currentdict
MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{
{HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer
imageormask
}{
MappedCSA 0 get/DeviceGray eq{
{HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer
imageormask
}{
MappedCSA 0 get/DeviceCMYK eq{
currentcolortransfer
{4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
{4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
{4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
{4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
setcolortransfer
tint_image_to_color
}{
currentcolortransfer
{pop 1}exch addprocs 4 1 roll
{3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll
{3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll
{3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll
setcolortransfer
tint_image_to_color
}ifelse
}ifelse
}ifelse
end end
}def
/indexed_image_lev1_sep
{
/indexed_colorspace_dict AGMCORE_gget begin
begin
{4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}
{4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}
{4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}
{4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}
AGMCORE_get_ink_data currenttransfer addprocs settransfer
currentdict imageormask_sys
end end
}def
}if
end
systemdict/setpacking known
{setpacking}if
%%EndResource
currentdict Adobe_AGM_Utils eq {end} if
%%EndProlog
%%BeginSetup
Adobe_AGM_Utils begin
2 2010 Adobe_AGM_Core/ds gx
Adobe_CoolType_Core/ds get exec
Adobe_AGM_Image/ds gx
currentdict Adobe_AGM_Utils eq {end} if
%%EndSetup
%%Page: 12 1
%%EndPageComments
%%BeginPageSetup
%ADOBeginClientInjection: PageSetup Start "AI11EPS"
%AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0
%ADOEndClientInjection: PageSetup Start "AI11EPS"
Adobe_AGM_Utils begin
Adobe_AGM_Core/ps gx
Adobe_AGM_Utils/capture_cpd gx
Adobe_CoolType_Core/ps get exec
Adobe_AGM_Image/ps gx
%ADOBeginClientInjection: PageSetup End "AI11EPS"
/currentdistillerparams where
{pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse
{ userdict /AI11_PDFMark5 /cleartomark load put
userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put}
{ userdict /AI11_PDFMark5 /pdfmark load put
userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse
[/NamespacePush AI11_PDFMark5
[/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5
[{ai_metadata_stream_123}
currentfile 0 (% &&end XMP packet marker&&)
/SubFileDecode filter AI11_ReadMetadata_PDFMark5
application/postscript
~ai-373d6493-8301-4218-a367-78c739a6a333_
2024-11-20T13:38:17-05:00
2024-11-20T13:38:17-05:00
2024-11-20T13:38:17-05:00
Adobe Illustrator 28.7 (Macintosh)
256
84
JPEG
/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAVAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6vq+t6B5m1f0tD853ljc
XYRUgtkueCejFLJK9C0SqrJxrToV9zQuBOcZy9MyL96UPr+m3zPHF5+vrYQx26LxtbpnkFrZn1Zx
xkY8ZSzSPyUGq79A2LX4gP8AGfkegeu6Tq+navYRahp04uLObl6coBAPBirbMAdmU9sDsYTEhY5I
zFk7FWI+cfKmtaneDUbTzLeaNaW8AEtrarI4YxmRmkoki1YhwKBT077UnGQHR2Wj1cIR4ZY4zJPM
/DyYHql9oOualfy23nu8Fjfpc89NFvfNBFEsLSSEqZUqqRoTQChPbjVcsAI6O2xY8mKMQcMeKNeq
42Tdd3f+L3QOg6pFb6jZve/mHe3L/HNcwQR3dxbqtu4ZkZ3ZWo6KTyEVKA1NKciR5N2fETE8OCI7
r4Qd/wBvn+zqnk3yzq+gwSx3utPrIndpWmnST1alY0QB2mlHFVQ9t69dsplIF5/W6qGUgxhwV3cu
vkGSZFwXYq8h88+bbK91aeGHWL/T0iMmnz2iRwtEzRsY5JKSXMIIb1xQ02417Zs9PhIjyB6/jZ1G
pziUqEiOn43Hel2n69cwwzznzNqjtZQNNLHdxEEwyn6sxj43MiGWNpQwD/tqOnxZOWMHbhjv/b3N
cMpG/HLYdfl38/0pNe+ZGaVL+38yawHBKRRPE6gIwNfTdrqb4eSIG5VPf4iKZdHF0MY/j4NMs3UT
l+PiXsP5eeYrbWPLtuonkmvLNEhu2n2ld+APqULMxViTRj1oc1epxGMvIu30mYTgO8MnzHcp2KsY
8w+cdR0nVVsYfLepanG8aSLe2iK8NXkEfBjWqla8jUfZ39snGAI5oJUbrz9PC8Cx+W9YuBMkTl4r
YlUMgJYMSR/d0oafRtQkjH5hbb1Dz7PbS0tvLmr38RhWYTQWxCktUcKOUPKop+P2d8RDzC2yLS7y
W90+C6ltpLOSZeTWs1BJGf5WoSK5AikorArsVecfmP8AmJr+heZdP0HRltI3ubKa+mubu3u7yixO
qBFhsyrrWpPJtsux4wRZYksbh/Mz80jHL9YfSLaeGVoZIW0fW2KuF5ICVc0Lhk26/Fk/Dh5/MIss
ef8A5yW1a2vIB+kNE1eL61HDPaWljqdrO0LMFaSOS5f01IrsGGT/ACw8/sRxvozMNsdirsVYxe+e
I7XzXDoJspGErRR/WKkEtKGPJU4kMi8RybmO+22WCHpttGInqOV8/f8Aq+5G3fmM2/mSDRjArCeN
JFl9Sj1cyggRcdwoh5E8unbGOO4k24s8lECrtC6h50tbPXU0oxxkmeK2kdplR1eYRlSIiCWU+sAD
XrXtvg4DVplOjVILUJ/IGlXUUSadpjXD+pFDFEtqkxnj4x+iofgoJVyCWcU6d8iGs+GDVRS3TdS8
pm2mv/8ADmlfoiBnS9vLA29x9WRkKu9ynpRUTgSGMZccdz8NaS4b5FMBjPIBnWn6dpthAYtPtYbW
B29QpbokaMxAHKiAAkgDfINsYgchSJxZOxVbLFFLE8UqLJFIpWSNgGVlYUIIOxBGKQSDYYrrWk6B
YXNla6b5b0y6v9RkeMLMkVtGqLC7SM7pDO+6gqAENa70GTiSeZbzrM38+X+mKlY6Jo95rb2WseWd
Ntry1RL63ltStxG/qtLG3PlBbHkGqaFWFSG+0MJO2xTHW5gCOOXzLLoYYYIY4YY1ihiUJFEgCqqq
KKqqNgAOgytx5SJNnmvxQ7FUJfxaUfSm1BIDxdI4ZJwho8kicFUt3aRUoB1YDvTJAkcmJiDzCR+X
fNl3qOmrqt7a+hYXKpLbtEC/pxyKHQStXkzlWXlwj4qdqt1yw4egO7SdQBdg0Ov43RLa1BZ6nAja
d9VTUTI9zdMY0YGKEuskoWtV4RFSWaq/CKEV4gwNc7plDICeVE7p5FLHLEksTB45FDI6moKkVBB9
8qbl2KuxV4R+fFtqP+J7W71eG/n8px2nGL6i6rGl2RIF9T1Q0SsX4Biyk8Ps8jVczdMRwkCuJrkD
xAi/x+OuzA9Qu/Mt5o+j2t5Pc3rJYXV1b2buU9C2AZo5uTujMQObAdDGqqux4rkCMQSR3sRORFX9
Q6c/0HrW3PluiPNGvyavb6S8F9c6rLp2jR/XTI5T0JRJ/erzkPqsPhUtxbl1qabMIVdirLESN2Dy
FfizX3976S8l363/AJR0e7EzXBks4fUnevJ5FQK7NUtvzB/aPzOa3IKkQ3g2nOQS7FXj35jeRvJd
35wFzd2qz6rewCSS4vLy/VVUMVSOJbeVOIqpPHp8shk1WSJEY07DR6TFOJlPi59K/Swm98jeVIxd
mHTtNeSIn1ozf6tyb4QeRJuVUD4uNWYb5bj1GU9Q58Oz9ISL8Tf3ILTfLXkmx1DTdTbRNIn9S4iK
RifVHkYtIAaLPM0TMtanlUfqzIEshHNvn2TpKIHiCQB3JjT6kzFeZdirsVeM+c/zI8r6F50niufM
F0bmxKi79DT1uI7NZHLCOS4FHVWDKpC1++uZEMcjHk5UdViEaOME99o7WPzg8i6f5jCyarJOyLA0
mpxWPq2ttFd0lhSW4BDBZEYfZrt71yccdx5fa6sxld8X2ILzB+YXly2853GkTeYLiK4S7FrPeJps
clrbTzk+jDJcE1DoNgaU+Hfo2VDFIi2Uoyv6vsTP84vJl3rEdhewur6iZ2tbdaCONkkBeKJ2ZiA5
ZSqsSAWam1RlcWrVaczFjmnPkXyDfeWdCW0Wa3kur5w+r+rG0ilKU9KPi6fZXkPi6k17ULbZpsHh
x8ynfkK5a48naS7cyI4BAkzh1MyQExJcAOFbjOqCRajowwzG5cgck+yCXYq7FXiX5g+a7Rvz00Ly
3JcyWcU2mTWkl3GSOM963qRA06ryt4+/7XbMmEP3ZLLFm8PIJVdJ/o1nrNj+aelW/wBckv7dtDle
/vDzdHc3TlR6hEi7M21Sh9z9kQJHB8WepyieS4jhHc9OylqdirsVeU/85Kz6tZ/l1FqemO8Vxpmp
2d36ydY/TZgjn5SsnXL9NXFRYT5I/wDKT8xbLzP5VttQjEKXXDjqemWxBe2mj/d80gFX9GUKGFPs
++9JZce9NQlw79D9jDf+cgfzQuNB0STStNniOu60slveLG6yNY2SijIwUnjLN6nU+9OgOWYcYJ8h
9pRG/qPM/YPxzetfl7bXdt5C8t214pW7h0uyjnRgQyutugYNWu4OxzFyH1H3uQOSf5BLsVY3548t
2Gt2dot3pB1o21wjx2huntUXkeLytxZVfgtfhYHuB1ycJmPI02Y4QkakeEfNJ9X8r6R5nEdxr3ky
cXlqscVuFuoI/g8OdvcpVYmZiOQ26qKmmTjkMeRbJ6fGJAjID8JD9CFfyL5e1i8sINT8iva21vbp
Cl0l1CnpEFiyOtvOrOo7P8THkdhvhGaQ5FZ6bEInhmCe6pCx8vs+16DaWltZ2sVraxrDbQIscMSC
iqiiiqB4AZSTbjhVwK7FXl/nrzBHon5ladLc0S1u9NNs1xzEbQF5ZAZlYqwBUHwwcNm3Hy6rw5CJ
+kt2X5heUriTU6atHFFCVt0mui6ySpFbPH9aKov+kl3cL6TU2Xl1oMujiKY6yB68ki1zXPL915R8
uWsepw3Ulpc6dJLGOZdkt04y8oiAtvxr+zXlmbhwy4jt0P482E+0xH1A7l7VFLFLGssTrJG45I6k
MpB7gjrmuIpyQQdwuwJdir54/M78sPOf+Mr+x8lz3Q0/z0yP5kRrVDZwLGSeb3bVIqS7cFAbtU8g
MzMeWPD6v4eTXKJvZhXnX8tvOtr5lvdNtNC1K8W2OnWugyWlqr6ZdW1mvBX1FwODScQtS/Q8gaLT
LIZI1dsSCifOHlD8zL78wNTupPLt7Lq1xq1tcWSW1uG0KWCAMqPcyfZL04/E5ru1aE4ITiI8+nxS
QbfSXnCK21PS5dNg1O2s9SguLS6hMzKwWa0nS9iWVAytxf6vv341IzDhsbpsKRyeWvNnmLWrW+1W
+jtNDNlJb3lrpOo3ZjuzIaxuFEcAi4hmqyuWYECuwyXEANuaKtnFra29paw2ttGIre3RYoYl2VUQ
BVUewAyolkq4q7FXYq8Q/Nj8mtH87+cbHXrTzHb2D0jg1SFpFLmKOTgHgIO0lTwo21fuOViymMap
rlGy9W8r+UfLvlqxW10W1EMfBEaYs0ksgSpXnI5Zm+0T177ZjymZc2YFJzkUuxV2KoDX4tFl0W+j
1wQnR2hf6/8AWSBD6NKuXJ2AA74Y3e3NBeUeV/In5L6b5msLzQfNLiZHkaw0qLUYWiJMAkcIeP1g
gRSBj+96dcyJTyEbj7GA4b5ojQfyd/KCPWbW5fV21+6ST1LK0vL23mT1F+KojhWIy0/y+WCWWdcq
SAHr2Y7N2KuxVLvMTa2uhXzaEsb6wsLmxSbZGlAqqknYV6b7eOSjV78kG62YLot5+fP6Thj1iy0w
WQa4W4ngoRQQxegyKZg9DKJNjQ0602y6QxVtbAcSd6DefmlJq9umt2WnQ6Uef1mSDn6v2CY+FZ5B
9unLb+ohIQra7SOLqzDKmbsVdirGfzCutM07QJNVvdAHmE2zxolksMc0n71wlVDq383YZPHHiNXT
XkjEjcW8+07zv5Mvb1rVPy5ZWFvNcKxsINzDK8Qj3jAq/Co36Zf4Uh/E1CMP5o+TI/Kt/wCUtb1b
9HL5IOmutsbl57qwhjiWjhPT5cft71p1pgmZxF8X2pGHGf4R8g9At7a3toUgtokggjFEijUIijrs
q0AzHJJNlvjEAUNgqYEuxVIfOOo+abDT7aXy1p8WpXsl3FFPBMxQLbvUPICCo+E0rU7Cp3ICmcBE
ndjInoxDQfOX5x3lldPfeT4re8jhhe1gMoiWSV5JFkBd5GACoqtvv94y2UMY5FiJS7mT+VtX88X1
7NH5g0CPSbRYVeGZLqO4LSk0aMqhNKDeuVzjEcjbKJPUJX5m/JbyL5j1S61PUIJxd3rK9y0UxQMU
ga3Hw0IHwPvTckDwyUM8oigg4wWn/JP8vZbaygubB7gWFulnA8krFvRRWUK1OINeZ7Y+PJfDDMNI
0qy0jTLbTLFDHZ2kYigQksQq9NzucqkbNlkBSLwJdirsVecSfkD+X5vfrkSXcEhpyWKeimlyLkCj
K1AGAUAbBQAN98v/ADMqa/CCYXf5NeQru8mvJ7SUzzsXlKzyoCx78VKgHv8APAM8gnwwzfKWbsVd
iqH1HTrLUrC50++hWeyu43huIW6PHICrKab7g4QaNhSGL2H5R/l5Yahb39npIiurVi9uwnuSqExL
DshkKU9NAtKUyw5pEVbAQCYaf5A8nadfx39lpcUN5ES0cwLlgTsTux3PfInJIirSIhkGQZOxV2Ku
xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVTe5t0Yq8qKw6hmAI+/FBkHG5th1lQdD9odxUfeM
V4gqYpdirsVQt1qul2kgiuryC3lYBlSWREYg1oQGIP7Jw0WyGGchcQT8FC68yeX7T1hcajbI9uCZ
o/VQyLx6jgCWr7UrjwlnDS5ZVUTv5LovMOgTSCOHUrWSQkAIk8bMSTQbBvE48JQdNkAsxl8irWWp
affK7WVzHcpG3F2iYOoJAalVqOhxIY5MUofUCETga3YqoXOoWNtUTzpGwUuUZhy4gEkhep2U5KMC
eQa55Yx5lbDqemzuqQ3cMrvXiqSKxNBU0APtiYSHMLHNA8iD8VM65owYL9egqx47SKaGhO9Dt075
LwpdxY/mcf8AOHzRUU0M0YkhdZI2rxdCGU0NDQjIEEc22MgRYX4EuxV2KuxV2KuxV2KuxV2KuxV2
KuxV2KuxV2KuxV2KpQ0n1uUC4051DU5OeXRVJHQDxyLRfEdwoAeoTz0xyKDjVpAKIlAOm57Ysef8
Kc2s7TQh3jaJqkFGBBFPmBkg3xNhVxZOxVJde8s6FqJe+vrEXd1DEVjHOVahOTBKRnxY/sk5ISIc
vT6rJD0xlwgny/SxG3ig1bWfUvvKN1azXLSLdXby3X2WjbaqqgHKnDwpt0yfIc3ZSJx46jliQOQq
Pf8AgpZp1paWIhuW8pXSvbhWElzJN6kk7XEaRBSFjjUjkdvT32+kk+bkZZynY8WO/dWwo33n7Xo+
h6Fo+mQKdMgktopQZPSZ5usgWpaOVjRqIOoqPvyokl0Wo1GTIfWbPw+8Jpgcd2KsK8w2uuXF60sm
jxXMY5JFIGlLGNC7LURSilV9uppmfhlACuKvx7nT6qGWUrMAfn59xW6foOrQTGb9DxQSxRs9vJFM
28vQIwaVhwYVDDw74zyxIri+z9iMWmyRN8ABHKj1+fJQXQ9UliuoP0HFEVaN0HqvQsp2HJpaMODs
PhO2S8WIIPF+PkwGmmQR4YHLqf19zJvK9tf2emR2d5b+iYi3AqysOJIb4iGO5Zm6Cm2YueUZSsF2
OjhOEBGQqk4yhy3Yqg9R1jStNVG1C7itRKeMfqsF5H2rkowlLkGJmAQCdysutf0O0hhnub+CKG4F
YJGkUK423U13G/UYRjkdgEmQAst3uu6LY+l9cvoLf1xyhMkiqGXryFT098RjkeQRxxurRqsrqHQh
lYAqwNQQehByDJvFXYqxXzJrKR6tFaLeNFFHEzSrHL6R9QkcQzBX7dszMGL03Tq9XqKyCPFQrvrd
LV1SEBw2rSsysRyF04FCNiP3VTSv4dMs8M/zfs/a44zD+ef9N+xAL5mvGuIltJrv1vVXiskwlUit
OJUKK1yzwBW9fJoGslY4TK777el5q3o3Yq7FVBmvfUIVEMfIAEk14/DU0/4LCzAjTVyL4ywfVjGI
g3+kc61K7fZp364Y1vbRPisVVdVWRZS6FGCqD8YpWo8MizNoW71SG1mRJQ4DVrsCKV2bY4CWEsgB
3VLG/hvFdowy8DQ8vf5YgphMSROFm7FXYq7FVk00UMbSyuEjXdnY0AxTGJJoOimhmTnE6yJuAykE
be4xUxI5r8UOxV2KuxVLXu9Tae5NvHG8Nq4jMBqJZDwVyQxIVdn2BG/iMtEY0L6uOZzs0BQ6dSqW
1zei8S2uvSLyRNLxiDDhxZV4kknlXl1oOnTBKIqwmE5cVSrleyOytvdirsVef/mLaT2WqWnmCL6v
cN6X1FLG5QyF3csVMaAHkfir1HTvXM3TSsGO/e4mohuJbd29/j7O9ieuaZdaNaaTY3dLSf6hcFrk
q0gYzO7C16FQV5AcuxbwzJhMSJI7/wAFxZQ4REHnw9fPzv3+Q591N8xuVt9OE9q2llNKSCJpwZTc
BSKIvZSOTGuxHf8AZxx8zvfq+SJ0Ryqo9e78UTt8e/r3l5Sugaahha3K20K+g9eSAIAFNd6j3zWZ
PqPvdnA+kfp5phkGbsVYN5wubmfzPa6RB9YCtam5b6pIkLVLspZ2ei8VCdzmPlMjIAE15Ox0csUI
EyETK/4hbGLzSPMJa7WGfWopYT+4ZbqAh1aL1B6Y9VPWaiu1Ebp75bjiepLsMeswAg8GL/S/s2Se
W88zabaaRqpvNZH1qe0Ws17HLCDMwYepErM4WSP7IcfPwzKjityzqsE+KBjiqjyjR+Be8ZQ8m7FX
Yqk9x5R8vXF013JaD6yzczKHcHkGLBqBqV5GvTJcRcqOsyxjwg7IhtA0tpWm9JlmZuZkWSQHlyLV
+1T7RrkhmlVOuOmgTdb+8oh9Os3JZo6k1JPJu/XvlVNhgFl9psN3HxJKyAko+5pXtQ9sSFnjElWz
tIrWARR/NmPUnxxATGIApWwsnYq7FXYqp3FvFcQPBMvKOQcWX2OIZRkYmwssrKCytktoARGlaVNT
UmpJwk2nJkMzZV8DB2KuxV2KoS4tp1m+tWhHrU4yxOaJIo6VIB4sOzU/snGQqi1Tgb4o8/vbsbNo
TJNO/qXc9DNIOgA+yieCrXb7++M5XsOS48dWTvIorINrsVdiqlcxzyIFhm9FwwJfiHqoO60PjhDK
JAO4tRjg1MIVkuo3bajeiQRTr/uym+OzIyh3H5/saht9TWZGlu45IwAGjEPGpFfiB5mhP3Y2EylA
jYfb+xGYGp2KuxV5l+YI8w2HnnTdX0/TrnUNPeyNpqEdtbm6DReo7PGVGw5Bx1/HpjW7iZ8k4yFA
kIGy84a2G1H635Q1mKKUiKxt7W2kVPqkcLRR27EqDFQyM/OL4q7dBl8YDvCBqpb3GXyQOoXmp3vl
/RdOg8s6xFLpc1nOqSwSekhtRQhWA5ycv+LOnbMzHGIkSZR3tpy6vJW0ZX12ex2d0t1ax3CxyRCR
eXpzI0ci+zI1CDmtkKNOwhLiFq2Bk7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq//9k=
xmp.iid:d5642734-8f06-4975-a8b4-9ed5840805d8
xmp.did:d5642734-8f06-4975-a8b4-9ed5840805d8
uuid:5D20892493BFDB11914A8590D31508C8
proof:pdf
uuid:c0309833-8857-a349-a232-23833544d973
xmp.did:6a7a83b2-ec39-4fbe-82da-7f80c3896f0e
uuid:5D20892493BFDB11914A8590D31508C8
proof:pdf
saved
xmp.iid:6a7a83b2-ec39-4fbe-82da-7f80c3896f0e
2024-11-20T13:35:40-05:00
Adobe Illustrator 28.7 (Macintosh)
/
saved
xmp.iid:d5642734-8f06-4975-a8b4-9ed5840805d8
2024-11-20T13:38:17-05:00
Adobe Illustrator 28.7 (Macintosh)
/
Print
AIRobin
False
False
1
10.000000
10.000000
Inches
Urbana-Bold
Urbana
Bold
Open Type
Version 1.000;PS 1.0;hotconv 1.0.72;makeotf.lib2.5.5900
False
.1325.otf
Cyan
Magenta
Yellow
Black
Default Swatch Group
0
White
RGB
PROCESS
255
255
255
Black
RGB
PROCESS
35
31
32
CMYK Red
RGB
PROCESS
237
28
36
CMYK Yellow
RGB
PROCESS
255
242
0
CMYK Green
RGB
PROCESS
0
166
81
CMYK Cyan
RGB
PROCESS
0
174
239
CMYK Blue
RGB
PROCESS
46
49
146
CMYK Magenta
RGB
PROCESS
236
0
140
C=15 M=100 Y=90 K=10
RGB
PROCESS
190
30
45
C=0 M=90 Y=85 K=0
RGB
PROCESS
239
65
54
C=0 M=80 Y=95 K=0
RGB
PROCESS
241
90
41
C=0 M=50 Y=100 K=0
RGB
PROCESS
247
148
29
C=0 M=35 Y=85 K=0
RGB
PROCESS
251
176
64
C=5 M=0 Y=90 K=0
RGB
PROCESS
249
237
50
C=20 M=0 Y=100 K=0
RGB
PROCESS
215
223
35
C=50 M=0 Y=100 K=0
RGB
PROCESS
141
198
63
C=75 M=0 Y=100 K=0
RGB
PROCESS
57
181
74
C=85 M=10 Y=100 K=10
RGB
PROCESS
0
148
68
C=90 M=30 Y=95 K=30
RGB
PROCESS
0
104
56
C=75 M=0 Y=75 K=0
RGB
PROCESS
43
182
115
C=80 M=10 Y=45 K=0
RGB
PROCESS
0
167
157
C=70 M=15 Y=0 K=0
RGB
PROCESS
39
170
225
C=85 M=50 Y=0 K=0
RGB
PROCESS
28
117
188
C=100 M=95 Y=5 K=0
RGB
PROCESS
43
57
144
C=100 M=100 Y=25 K=25
RGB
PROCESS
38
34
98
C=75 M=100 Y=0 K=0
RGB
PROCESS
102
45
145
C=50 M=100 Y=0 K=0
RGB
PROCESS
146
39
143
C=35 M=100 Y=35 K=10
RGB
PROCESS
158
31
99
C=10 M=100 Y=50 K=0
RGB
PROCESS
218
28
92
C=0 M=95 Y=20 K=0
RGB
PROCESS
238
42
123
C=25 M=25 Y=40 K=0
RGB
PROCESS
194
181
155
C=40 M=45 Y=50 K=5
RGB
PROCESS
155
133
121
C=50 M=50 Y=60 K=25
RGB
PROCESS
114
102
88
C=55 M=60 Y=65 K=40
RGB
PROCESS
89
74
66
C=25 M=40 Y=65 K=0
RGB
PROCESS
196
154
108
C=30 M=50 Y=75 K=10
RGB
PROCESS
169
124
80
C=35 M=60 Y=80 K=25
RGB
PROCESS
139
94
60
C=40 M=65 Y=90 K=35
RGB
PROCESS
117
76
41
C=40 M=70 Y=100 K=50
RGB
PROCESS
96
57
19
C=50 M=70 Y=80 K=70
RGB
PROCESS
60
36
21
R=0 G=26 B=78
PROCESS
100.000000
RGB
0
26
78
R=19 G=127 B=106 2
PROCESS
100.000000
RGB
18
127
106
R=244 G=84 B=172
PROCESS
100.000000
RGB
233
88
160
C=12 M=100 Y=17 K=0
PROCESS
100.000000
RGB
213
19
122
R=79 G=197 B=222 2
PROCESS
100.000000
RGB
79
197
221
C=85 M=39 Y=16 K=0
PROCESS
100.000000
RGB
3
130
176
C=100 M=93 Y=34 K=43
PROCESS
100.000000
RGB
22
30
75
C=86 M=29 Y=66 K=11
PROCESS
100.000000
RGB
14
127
106
C=60 M=0 Y=11 K=0
PROCESS
100.000000
RGB
79
198
222
R=186 G=226 B=206
PROCESS
100.000000
RGB
186
226
206
R=246 G=159 B=205
PROCESS
100.000000
RGB
246
159
205
R=79 G=197 B=222
PROCESS
100.000000
RGB
79
197
222
C=0 M=67 Y=51 K=0
PROCESS
100.000000
RGB
243
118
109
Grays
1
C=0 M=0 Y=0 K=100
RGB
PROCESS
35
31
32
C=0 M=0 Y=0 K=90
RGB
PROCESS
65
64
66
C=0 M=0 Y=0 K=80
RGB
PROCESS
88
89
91
C=0 M=0 Y=0 K=70
RGB
PROCESS
109
110
113
C=0 M=0 Y=0 K=60
RGB
PROCESS
128
130
133
C=0 M=0 Y=0 K=50
RGB
PROCESS
147
149
152
C=0 M=0 Y=0 K=40
RGB
PROCESS
167
169
172
C=0 M=0 Y=0 K=30
RGB
PROCESS
188
190
192
C=0 M=0 Y=0 K=20
RGB
PROCESS
209
211
212
C=0 M=0 Y=0 K=10
RGB
PROCESS
230
231
232
C=0 M=0 Y=0 K=5
RGB
PROCESS
241
242
242
Brights
1
C=0 M=100 Y=100 K=0
RGB
PROCESS
237
28
36
C=0 M=75 Y=100 K=0
RGB
PROCESS
242
101
34
C=0 M=10 Y=95 K=0
RGB
PROCESS
255
222
23
C=85 M=10 Y=100 K=0
RGB
PROCESS
0
161
75
C=100 M=90 Y=0 K=0
RGB
PROCESS
33
64
154
C=60 M=90 Y=0 K=0
RGB
PROCESS
127
63
152
Adobe PDF library 17.00
% &&end XMP packet marker&&
[{ai_metadata_stream_123}
<>
/PUT AI11_PDFMark5
[/Document
1 dict begin /Metadata {ai_metadata_stream_123} def
currentdict end /BDC AI11_PDFMark5
%ADOEndClientInjection: PageSetup End "AI11EPS"
%%EndPageSetup
1 -1 scale 0 -720 translate
pgsv
[1 0 0 1 0 0 ]ct
gsave
np
gsave
0 0 mo
0 720 li
720 720 li
720 0 li
cp
clp
179.754 240.882 mo
179.754 264.904 li
171.748 264.904 li
171.748 240.882 li
165.17 240.882 li
165.17 234.101 li
186.333 234.101 li
186.333 240.882 li
179.754 240.882 li
cp
false sop
/0
[/DeviceCMYK] /CSA add_res
.0235294 .803525 0 0 cmyk
f
208.433 240.882 mo
198.913 240.882 li
198.913 246.029 li
207.904 246.029 li
207.904 252.812 li
198.913 252.812 li
198.913 258.122 li
208.433 258.122 li
208.433 264.904 li
190.907 264.904 li
190.907 234.101 li
208.433 234.101 li
208.433 240.882 li
cp
f
224.04 248.481 mo
214.439 234.101 li
224.326 234.101 li
228.495 242.067 li
233.64 234.101 li
243.527 234.101 li
233.355 248.481 li
244.835 264.904 li
235.069 264.904 li
228.9 254.854 li
221.67 264.904 li
211.988 264.904 li
224.04 248.481 li
cp
f
260.767 240.882 mo
260.767 264.904 li
252.761 264.904 li
252.761 240.882 li
246.183 240.882 li
246.183 234.101 li
267.345 234.101 li
267.345 240.882 li
260.767 240.882 li
cp
f
273.147 257.101 mo
280.092 257.101 li
272.576 270.623 li
267.835 270.623 li
273.147 257.101 li
cp
f
323.559 244.396 mo
321.706 242.136 319.417 241.005 316.695 241.005 cv
315.495 241.005 314.387 241.223 313.364 241.659 cv
312.344 242.094 311.464 242.686 310.731 243.435 cv
309.994 244.186 309.415 245.078 308.994 246.112 cv
308.569 247.147 308.361 248.262 308.361 249.461 cv
308.361 250.687 308.569 251.818 308.994 252.852 cv
309.415 253.887 310.001 254.786 310.75 255.549 cv
311.499 256.311 312.375 256.911 313.383 257.346 cv
314.391 257.782 315.483 258 316.652 258 cv
319.212 258 321.513 256.911 323.559 254.732 cv
323.559 264.209 li
322.74 264.495 li
321.513 264.931 320.37 265.252 319.309 265.456 cv
318.247 265.661 317.197 265.761 316.162 265.761 cv
314.039 265.761 312.001 265.36 310.055 264.557 cv
308.106 263.754 306.392 262.623 304.906 261.166 cv
303.423 259.71 302.23 257.979 301.331 255.977 cv
300.436 253.976 299.984 251.791 299.984 249.421 cv
299.984 247.05 300.428 244.879 301.312 242.904 cv
302.196 240.93 303.381 239.227 304.867 237.797 cv
306.35 236.369 308.075 235.251 310.036 234.448 cv
311.997 233.645 314.051 233.242 316.205 233.242 cv
317.429 233.242 318.633 233.371 319.818 233.63 cv
321.003 233.891 322.25 234.292 323.559 234.836 cv
323.559 244.396 li
cp
.602319 .0030518 .111025 0 cmyk
f
347.13 253.466 mo
343.536 243.211 li
339.938 253.466 li
347.13 253.466 li
cp
349.253 259.552 mo
337.815 259.552 li
335.977 264.904 li
327.438 264.904 li
339.162 234.101 li
347.906 234.101 li
359.633 264.904 li
351.094 264.904 li
349.253 259.552 li
cp
f
372.171 234.101 mo
372.171 258.122 li
381.772 258.122 li
381.772 264.904 li
364.165 264.904 li
364.165 234.101 li
372.171 234.101 li
cp
f
394.928 234.101 mo
394.928 258.122 li
404.529 258.122 li
404.529 264.904 li
386.922 264.904 li
386.922 234.101 li
394.928 234.101 li
cp
f
411.269 257.101 mo
418.213 257.101 li
410.697 270.623 li
405.957 270.623 li
411.269 257.101 li
cp
f
461.685 244.396 mo
459.832 242.136 457.542 241.005 454.821 241.005 cv
453.62 241.005 452.512 241.223 451.489 241.659 cv
450.47 242.094 449.59 242.686 448.856 243.435 cv
448.119 244.186 447.54 245.078 447.12 246.112 cv
446.695 247.147 446.486 248.262 446.486 249.461 cv
446.486 250.687 446.695 251.818 447.12 252.852 cv
447.54 253.887 448.127 254.786 448.876 255.549 cv
449.625 256.311 450.501 256.911 451.509 257.346 cv
452.516 257.782 453.609 258 454.778 258 cv
457.338 258 459.639 256.911 461.685 254.732 cv
461.685 264.209 li
460.866 264.495 li
459.639 264.931 458.496 265.252 457.434 265.456 cv
456.373 265.661 455.323 265.761 454.288 265.761 cv
452.165 265.761 450.126 265.36 448.181 264.557 cv
446.231 263.754 444.518 262.623 443.031 261.166 cv
441.549 259.71 440.356 257.979 439.457 255.977 cv
438.561 253.976 438.109 251.791 438.109 249.421 cv
438.109 247.05 438.553 244.879 439.438 242.904 cv
440.321 240.93 441.506 239.227 442.993 237.797 cv
444.475 236.369 446.201 235.251 448.162 234.448 cv
450.123 233.645 452.176 233.242 454.331 233.242 cv
455.554 233.242 456.759 233.371 457.944 233.63 cv
459.129 233.891 460.376 234.292 461.685 234.836 cv
461.685 244.396 li
cp
.267979 0 .230014 0 cmyk
f
477.083 245.989 mo
488.645 245.989 li
488.645 234.101 li
496.655 234.101 li
496.655 264.904 li
488.645 264.904 li
488.645 252.198 li
477.083 252.198 li
477.083 264.904 li
469.077 264.904 li
469.077 234.101 li
477.083 234.101 li
477.083 245.989 li
cp
f
520.878 253.466 mo
517.285 243.211 li
513.687 253.466 li
520.878 253.466 li
cp
523.001 259.552 mo
511.563 259.552 li
509.726 264.904 li
501.187 264.904 li
512.911 234.101 li
521.654 234.101 li
533.382 264.904 li
524.843 264.904 li
523.001 259.552 li
cp
f
548.252 240.882 mo
548.252 264.904 li
540.246 264.904 li
540.246 240.882 li
533.667 240.882 li
533.667 234.101 li
554.83 234.101 li
554.83 240.882 li
548.252 240.882 li
cp
f
258.457 351.272 mo
258.457 347.674 257.764 344.316 256.381 341.2 cv
254.994 338.086 253.126 335.354 250.773 332.998 cv
248.42 330.645 245.685 328.777 242.573 327.391 cv
239.457 326.01 236.099 325.314 232.501 325.314 cv
228.9 325.314 225.545 326.01 222.43 327.391 cv
219.314 328.777 216.579 330.645 214.226 332.998 cv
211.869 335.354 210.001 338.086 208.618 341.2 cv
207.235 344.316 206.542 347.674 206.542 351.272 cv
206.542 354.873 207.235 358.23 208.618 361.344 cv
210.001 364.459 211.869 367.194 214.226 369.547 cv
216.579 371.902 219.314 373.771 222.43 375.153 cv
225.545 376.54 228.9 377.229 232.501 377.229 cv
236.099 377.229 239.457 376.54 242.573 375.153 cv
245.685 373.771 248.42 371.902 250.773 369.547 cv
253.126 367.194 254.994 364.459 256.381 361.344 cv
257.764 358.23 258.457 354.873 258.457 351.272 cv
cp
191.175 454.065 mo
235.617 402.98 li
234.785 402.98 li
230.907 405.336 227.726 406.753 225.234 407.236 cv
222.742 407.724 220.523 407.964 218.586 407.964 cv
210.971 407.964 203.946 406.51 197.51 403.602 cv
191.071 400.696 185.532 396.718 180.895 391.663 cv
176.258 386.611 172.622 380.692 169.995 373.907 cv
167.365 367.127 166.047 359.857 166.047 352.104 cv
166.047 343.796 167.569 336.079 170.619 328.948 cv
173.662 321.819 178.056 315.589 183.803 310.259 cv
189.545 304.93 196.505 300.742 204.674 297.695 cv
212.839 294.652 222.044 293.127 232.293 293.127 cv
242.677 293.127 251.948 294.652 260.121 297.695 cv
268.286 300.742 275.242 304.896 280.988 310.155 cv
286.735 315.418 291.129 321.544 294.176 328.532 cv
297.218 335.525 298.744 342.966 298.744 350.858 cv
298.744 359.718 296.771 369.307 292.828 379.619 cv
288.88 389.933 282.821 400.073 274.656 410.04 cv
238.313 454.065 li
191.175 454.065 li
cp
0 0 0 0 cmyk
f
346.09 337.358 mo
346.09 342.207 347.75 346.325 351.074 349.714 cv
354.395 353.109 358.477 354.802 363.326 354.802 cv
365.818 354.802 368.102 354.318 370.178 353.35 cv
372.254 352.381 374.053 351.1 375.578 349.508 cv
377.099 347.917 378.309 346.08 379.209 344.004 cv
380.111 341.928 380.562 339.783 380.562 337.566 cv
380.562 332.862 378.901 328.812 375.578 325.418 cv
372.254 322.027 368.171 320.331 363.326 320.331 cv
358.477 320.331 354.395 321.993 351.074 325.314 cv
347.75 328.636 346.09 332.654 346.09 337.358 cv
cp
344.635 406.718 mo
344.635 409.349 345.12 411.841 346.09 414.194 cv
347.057 416.549 348.375 418.591 350.034 420.32 cv
351.694 422.053 353.67 423.434 355.954 424.474 cv
358.238 425.512 360.695 426.03 363.326 426.03 cv
365.818 426.03 368.206 425.512 370.49 424.474 cv
372.774 423.434 374.78 422.053 376.51 420.32 cv
378.243 418.591 379.591 416.582 380.562 414.298 cv
381.528 412.014 382.014 409.557 382.014 406.926 cv
382.014 401.665 380.176 397.201 376.51 393.531 cv
372.843 389.864 368.445 388.029 363.326 388.029 cv
358.061 388.029 353.632 389.864 350.034 393.531 cv
346.433 397.201 344.635 401.598 344.635 406.718 cv
cp
334.459 371.415 mo
318.125 364.635 309.956 353.142 309.956 336.944 cv
309.956 330.298 311.269 324.311 313.903 318.981 cv
316.53 313.652 320.162 309.05 324.803 305.171 cv
329.44 301.296 335.048 298.319 341.623 296.241 cv
348.197 294.165 355.434 293.127 363.326 293.127 cv
371.218 293.127 378.447 294.165 385.025 296.241 cv
391.6 298.319 397.208 301.296 401.845 305.171 cv
406.482 309.05 410.118 313.652 412.749 318.981 cv
415.375 324.311 416.693 330.298 416.693 336.944 cv
416.693 341.096 416.281 344.803 415.449 348.054 cv
414.617 351.308 413.195 354.284 411.193 356.984 cv
409.182 359.682 406.552 362.21 403.301 364.563 cv
400.046 366.919 395.995 369.203 391.153 371.415 cv
412.471 379.721 423.132 393.151 423.132 411.702 cv
423.132 418.348 421.642 424.509 418.668 430.184 cv
415.688 435.863 411.536 440.775 406.209 444.927 cv
400.875 449.081 394.577 452.336 387.31 454.689 cv
380.042 457.04 372.046 458.219 363.326 458.219 cv
354.879 458.219 347.022 457.077 339.755 454.791 cv
332.487 452.507 326.155 449.289 320.755 445.135 cv
315.355 440.981 311.13 436.071 308.087 430.392 cv
305.041 424.716 303.52 418.487 303.52 411.702 cv
303.52 392.737 313.83 379.307 334.459 371.415 cv
cp
f
476.919 337.358 mo
476.919 342.207 478.579 346.325 481.903 349.714 cv
485.223 353.109 489.306 354.802 494.154 354.802 cv
496.646 354.802 498.93 354.318 501.006 353.35 cv
503.083 352.381 504.881 351.1 506.406 349.508 cv
507.928 347.917 509.137 346.08 510.038 344.004 cv
510.939 341.928 511.39 339.783 511.39 337.566 cv
511.39 332.862 509.73 328.812 506.406 325.418 cv
503.083 322.027 499 320.331 494.154 320.331 cv
489.306 320.331 485.223 321.993 481.903 325.314 cv
478.579 328.636 476.919 332.654 476.919 337.358 cv
cp
475.463 406.718 mo
475.463 409.349 475.948 411.841 476.919 414.194 cv
477.886 416.549 479.203 418.591 480.863 420.32 cv
482.523 422.053 484.499 423.434 486.783 424.474 cv
489.066 425.512 491.524 426.03 494.154 426.03 cv
496.646 426.03 499.034 425.512 501.318 424.474 cv
503.602 423.434 505.609 422.053 507.338 420.32 cv
509.071 418.591 510.419 416.582 511.39 414.298 cv
512.357 412.014 512.842 409.557 512.842 406.926 cv
512.842 401.665 511.005 397.201 507.338 393.531 cv
503.671 389.864 499.273 388.029 494.154 388.029 cv
488.89 388.029 484.46 389.864 480.863 393.531 cv
477.262 397.201 475.463 401.598 475.463 406.718 cv
cp
465.287 371.415 mo
448.953 364.635 440.784 353.142 440.784 336.944 cv
440.784 330.298 442.097 324.311 444.732 318.981 cv
447.358 313.652 450.991 309.05 455.631 305.171 cv
460.269 301.296 465.876 298.319 472.451 296.241 cv
479.026 294.165 486.263 293.127 494.154 293.127 cv
502.046 293.127 509.275 294.165 515.854 296.241 cv
522.429 298.319 528.036 301.296 532.673 305.171 cv
537.311 309.05 540.947 313.652 543.577 318.981 cv
546.204 324.311 547.521 330.298 547.521 336.944 cv
547.521 341.096 547.109 344.803 546.277 348.054 cv
545.445 351.308 544.024 354.284 542.021 356.984 cv
540.011 359.682 537.38 362.21 534.129 364.563 cv
530.875 366.919 526.823 369.203 521.982 371.415 cv
543.3 379.721 553.961 393.151 553.961 411.702 cv
553.961 418.348 552.47 424.509 549.497 430.184 cv
546.516 435.863 542.364 440.775 537.037 444.927 cv
531.703 449.081 525.406 452.336 518.138 454.689 cv
510.87 457.04 502.875 458.219 494.154 458.219 cv
485.708 458.219 477.851 457.077 470.583 454.791 cv
463.315 452.507 456.983 449.289 451.583 445.135 cv
446.184 440.981 441.958 436.071 438.916 430.392 cv
435.87 424.716 434.348 418.487 434.348 411.702 cv
434.348 392.737 444.659 379.307 465.287 371.415 cv
cp
f
259.659 551.528 mo
259.659 550.419 259.445 549.385 259.02 548.425 cv
258.592 547.465 258.017 546.623 257.292 545.897 cv
256.565 545.173 255.724 544.597 254.764 544.169 cv
253.804 543.744 252.77 543.529 251.661 543.529 cv
250.551 543.529 249.517 543.744 248.557 544.169 cv
247.597 544.597 246.754 545.173 246.029 545.897 cv
245.303 546.623 244.728 547.465 244.302 548.425 cv
243.875 549.385 243.662 550.419 243.662 551.528 cv
243.662 552.638 243.875 553.672 244.302 554.632 cv
244.728 555.592 245.303 556.434 246.029 557.159 cv
246.754 557.886 247.597 558.461 248.557 558.887 cv
249.517 559.314 250.551 559.527 251.661 559.527 cv
252.77 559.527 253.804 559.314 254.764 558.887 cv
255.724 558.461 256.565 557.886 257.292 557.159 cv
258.017 556.434 258.592 555.592 259.02 554.632 cv
259.445 553.672 259.659 552.638 259.659 551.528 cv
cp
238.927 583.202 mo
252.62 567.462 li
252.364 567.462 li
251.17 568.188 250.189 568.624 249.421 568.773 cv
248.653 568.923 247.97 568.997 247.373 568.997 cv
245.027 568.997 242.862 568.549 240.878 567.653 cv
238.895 566.757 237.188 565.531 235.759 563.974 cv
234.33 562.417 233.21 560.594 232.4 558.503 cv
231.589 556.414 231.184 554.174 231.184 551.784 cv
231.184 549.225 231.653 546.848 232.592 544.65 cv
233.53 542.453 234.885 540.533 236.655 538.891 cv
238.425 537.249 240.569 535.958 243.086 535.019 cv
245.603 534.082 248.439 533.612 251.596 533.612 cv
254.796 533.612 257.654 534.082 260.171 535.019 cv
262.688 535.958 264.831 537.238 266.602 538.858 cv
268.372 540.481 269.727 542.369 270.665 544.521 cv
271.603 546.676 272.073 548.969 272.073 551.401 cv
272.073 554.131 271.465 557.085 270.249 560.263 cv
269.033 563.441 267.167 566.565 264.65 569.637 cv
253.452 583.202 li
238.927 583.202 li
cp
f
289.22 547.241 mo
289.22 548.735 289.733 550.004 290.756 551.048 cv
291.781 552.094 293.039 552.616 294.532 552.616 cv
295.3 552.616 296.004 552.467 296.644 552.168 cv
297.284 551.871 297.837 551.475 298.307 550.984 cv
298.776 550.495 299.148 549.929 299.427 549.289 cv
299.704 548.649 299.843 547.988 299.843 547.305 cv
299.843 545.856 299.332 544.608 298.307 543.562 cv
297.284 542.517 296.025 541.994 294.532 541.994 cv
293.039 541.994 291.781 542.506 290.756 543.529 cv
289.733 544.554 289.22 545.791 289.22 547.241 cv
cp
288.772 568.614 mo
288.772 569.424 288.922 570.192 289.22 570.917 cv
289.519 571.643 289.925 572.271 290.437 572.804 cv
290.948 573.338 291.556 573.764 292.261 574.084 cv
292.964 574.404 293.722 574.563 294.532 574.563 cv
295.3 574.563 296.035 574.404 296.74 574.084 cv
297.444 573.764 298.062 573.338 298.595 572.804 cv
299.128 572.271 299.544 571.653 299.843 570.949 cv
300.141 570.244 300.291 569.489 300.291 568.677 cv
300.291 567.057 299.725 565.681 298.595 564.55 cv
297.464 563.42 296.109 562.854 294.532 562.854 cv
292.91 562.854 291.545 563.42 290.437 564.55 cv
289.327 565.681 288.772 567.036 288.772 568.614 cv
cp
285.637 557.735 mo
280.604 555.645 278.087 552.105 278.087 547.113 cv
278.087 545.065 278.491 543.22 279.303 541.578 cv
280.113 539.937 281.232 538.518 282.663 537.323 cv
284.091 536.129 285.819 535.211 287.845 534.571 cv
289.871 533.931 292.1 533.612 294.532 533.612 cv
296.963 533.612 299.192 533.931 301.219 534.571 cv
303.245 535.211 304.973 536.129 306.402 537.323 cv
307.83 538.518 308.951 539.937 309.761 541.578 cv
310.571 543.22 310.977 545.065 310.977 547.113 cv
310.977 548.393 310.849 549.535 310.593 550.536 cv
310.337 551.54 309.899 552.456 309.282 553.289 cv
308.663 554.12 307.851 554.899 306.85 555.623 cv
305.846 556.35 304.599 557.054 303.107 557.735 cv
309.675 560.294 312.961 564.433 312.961 570.15 cv
312.961 572.196 312.501 574.094 311.585 575.843 cv
310.667 577.593 309.387 579.107 307.746 580.386 cv
306.104 581.666 304.163 582.67 301.923 583.394 cv
299.683 584.119 297.219 584.482 294.532 584.482 cv
291.93 584.482 289.509 584.13 287.269 583.427 cv
285.029 582.722 283.078 581.73 281.414 580.451 cv
279.75 579.171 278.449 577.657 277.511 575.907 cv
276.572 574.158 276.104 572.239 276.104 570.15 cv
276.104 564.305 279.281 560.167 285.637 557.735 cv
cp
f
332.093 547.241 mo
332.093 548.735 332.604 550.004 333.628 551.048 cv
334.652 552.094 335.91 552.616 337.403 552.616 cv
338.171 552.616 338.875 552.467 339.515 552.168 cv
340.155 551.871 340.708 551.475 341.178 550.984 cv
341.647 550.495 342.021 549.929 342.299 549.289 cv
342.575 548.649 342.714 547.988 342.714 547.305 cv
342.714 545.856 342.203 544.608 341.178 543.562 cv
340.155 542.517 338.896 541.994 337.403 541.994 cv
335.91 541.994 334.652 542.506 333.628 543.529 cv
332.604 544.554 332.093 545.791 332.093 547.241 cv
cp
331.645 568.614 mo
331.645 569.424 331.793 570.192 332.093 570.917 cv
332.39 571.643 332.796 572.271 333.308 572.804 cv
333.819 573.338 334.428 573.764 335.132 574.084 cv
335.836 574.404 336.593 574.563 337.403 574.563 cv
338.171 574.563 338.907 574.404 339.611 574.084 cv
340.315 573.764 340.933 573.338 341.466 572.804 cv
342 572.271 342.416 571.653 342.714 570.949 cv
343.013 570.244 343.162 569.489 343.162 568.677 cv
343.162 567.057 342.596 565.681 341.466 564.55 cv
340.335 563.42 338.981 562.854 337.403 562.854 cv
335.781 562.854 334.417 563.42 333.308 564.55 cv
332.198 565.681 331.645 567.036 331.645 568.614 cv
cp
328.509 557.735 mo
323.475 555.645 320.958 552.105 320.958 547.113 cv
320.958 545.065 321.364 543.22 322.174 541.578 cv
322.984 539.937 324.103 538.518 325.534 537.323 cv
326.962 536.129 328.69 535.211 330.717 534.571 cv
332.742 533.931 334.972 533.612 337.403 533.612 cv
339.834 533.612 342.063 533.931 344.09 534.571 cv
346.116 535.211 347.844 536.129 349.273 537.323 cv
350.703 538.518 351.822 539.937 352.633 541.578 cv
353.442 543.22 353.848 545.065 353.848 547.113 cv
353.848 548.393 353.721 549.535 353.464 550.536 cv
353.208 551.54 352.771 552.456 352.153 553.289 cv
351.534 554.12 350.723 554.899 349.721 555.623 cv
348.719 556.35 347.471 557.054 345.978 557.735 cv
352.546 560.294 355.832 564.433 355.832 570.15 cv
355.832 572.196 355.373 574.094 354.456 575.843 cv
353.538 577.593 352.259 579.107 350.617 580.386 cv
348.975 581.666 347.034 582.67 344.794 583.394 cv
342.554 584.119 340.09 584.482 337.403 584.482 cv
334.801 584.482 332.38 584.13 330.14 583.427 cv
327.9 582.722 325.949 581.73 324.286 580.451 cv
322.622 579.171 321.321 577.657 320.382 575.907 cv
319.443 574.158 318.975 572.239 318.975 570.15 cv
318.975 564.305 322.152 560.167 328.509 557.735 cv
cp
f
385.975 551.047 mo
386.089 552.333 386.675 553.355 388.038 553.355 cv
389.342 553.355 389.986 552.636 389.986 551.255 cv
389.986 549.949 389.437 549.249 387.716 548.417 cv
385.673 547.452 384.783 546.544 384.783 544.69 cv
384.783 542.856 385.957 541.457 388.095 541.457 cv
390.648 541.457 391.328 543.271 391.367 544.804 cv
389.815 544.804 li
389.74 544.161 389.55 542.761 388.038 542.761 cv
386.864 542.761 386.372 543.556 386.372 544.54 cv
386.372 545.712 386.884 546.279 388.473 547.018 cv
390.723 548.095 391.593 549.154 391.593 551.122 cv
391.593 553.146 390.421 554.659 388 554.659 cv
385.352 554.659 384.5 552.938 384.406 551.047 cv
385.975 551.047 li
cp
f
394.922 541.627 mo
394.922 550.612 li
394.922 551.954 395.299 553.316 396.945 553.316 cv
398.572 553.316 398.969 552.181 398.969 550.612 cv
398.969 541.627 li
400.54 541.627 li
400.54 550.63 li
400.54 552.956 399.688 554.679 396.908 554.679 cv
394.202 554.679 393.333 553.071 393.333 550.687 cv
393.333 541.627 li
394.922 541.627 li
cp
f
404.491 541.627 mo
404.491 554.47 li
402.922 554.47 li
402.922 541.627 li
404.491 541.627 li
cp
f
413.835 550.877 mo
413.778 551.614 413.475 554.659 410.278 554.659 cv
406.816 554.659 406.515 551.122 406.515 547.982 cv
406.515 544.161 407.555 541.437 410.43 541.437 cv
413.57 541.437 413.778 544.35 413.797 545.182 cv
412.228 545.182 li
412.189 544.747 412.132 542.837 410.392 542.837 cv
408.482 542.837 408.16 545.409 408.16 547.982 cv
408.16 550.65 408.462 553.298 410.316 553.298 cv
411.962 553.298 412.189 551.5 412.246 550.877 cv
413.835 550.877 li
cp
f
417.106 541.627 mo
417.106 554.47 li
415.537 554.47 li
415.537 541.627 li
417.106 541.627 li
cp
f
421.21 553.146 mo
422.306 553.146 li
424.557 553.146 425.276 551.368 425.276 547.774 cv
425.276 544.445 424.463 542.988 422.326 542.988 cv
421.21 542.988 li
421.21 553.146 li
cp
419.621 541.627 mo
422.571 541.627 li
425.598 541.627 426.903 543.707 426.903 547.737 cv
426.903 552.087 425.692 554.47 422.364 554.47 cv
419.621 554.47 li
419.621 541.627 li
cp
f
434.733 548.399 mo
430.477 548.399 li
430.477 553.089 li
435.207 553.089 li
434.998 554.47 li
428.926 554.47 li
428.926 541.627 li
434.941 541.627 li
434.941 543.026 li
430.477 543.026 li
430.477 546.998 li
434.733 546.998 li
434.733 548.399 li
cp
f
442.221 544.388 mo
442.221 545.22 442.429 545.826 443.186 546.79 cv
444.359 545.921 444.643 545.277 444.643 544.275 cv
444.643 543.404 444.359 542.724 443.432 542.724 cv
442.657 542.724 442.221 543.386 442.221 544.388 cv
cp
445.058 551.557 mo
442.657 548.549 li
441.748 549.324 441.464 550.006 441.464 551.047 cv
441.464 552.409 442.051 553.26 443.054 553.26 cv
443.886 553.26 444.416 552.768 445.058 551.557 cv
cp
448.974 546.696 mo
446.723 551.198 li
449.372 554.47 li
447.404 554.47 li
445.947 552.654 li
445.191 553.922 444.416 554.622 442.92 554.622 cv
440.916 554.622 439.914 553.221 439.914 551.179 cv
439.914 549.666 440.48 548.72 441.938 547.623 cv
441.181 546.601 440.727 545.75 440.727 544.445 cv
440.727 543.007 441.54 541.475 443.451 541.475 cv
445.209 541.475 446.099 542.686 446.099 544.198 cv
446.099 545.864 445.38 546.658 443.904 547.717 cv
445.796 550.063 li
447.404 546.696 li
448.974 546.696 li
cp
f
461.381 550.877 mo
461.324 551.614 461.021 554.659 457.824 554.659 cv
454.362 554.659 454.061 551.122 454.061 547.982 cv
454.061 544.161 455.101 541.437 457.976 541.437 cv
461.116 541.437 461.324 544.35 461.343 545.182 cv
459.773 545.182 li
459.735 544.747 459.678 542.837 457.938 542.837 cv
456.028 542.837 455.706 545.409 455.706 547.982 cv
455.706 550.65 456.008 553.298 457.862 553.298 cv
459.508 553.298 459.735 551.5 459.792 550.877 cv
461.381 550.877 li
cp
f
464.652 547.32 mo
466.184 547.32 li
467.716 547.32 468.284 546.488 468.284 545.031 cv
468.284 543.783 467.716 542.951 466.335 542.951 cv
464.652 542.951 li
464.652 547.32 li
cp
464.652 548.644 mo
464.652 554.47 li
463.082 554.47 li
463.082 541.627 li
466.544 541.627 li
468.719 541.627 469.891 542.856 469.891 544.974 cv
469.891 546.885 468.946 547.698 468.19 547.963 cv
469.343 548.399 469.721 549.419 469.721 551.235 cv
469.721 551.746 li
469.721 552.995 469.778 553.77 469.911 554.47 cv
468.34 554.47 li
468.17 553.884 468.152 552.768 468.152 551.709 cv
468.152 551.274 li
468.152 549.458 467.773 548.644 466.089 548.644 cv
464.652 548.644 li
cp
f
473.465 541.627 mo
473.465 554.47 li
471.896 554.47 li
471.896 541.627 li
473.465 541.627 li
cp
f
476.774 551.047 mo
476.888 552.333 477.475 553.355 478.837 553.355 cv
480.141 553.355 480.785 552.636 480.785 551.255 cv
480.785 549.949 480.236 549.249 478.515 548.417 cv
476.472 547.452 475.582 546.544 475.582 544.69 cv
475.582 542.856 476.756 541.457 478.894 541.457 cv
481.447 541.457 482.127 543.271 482.166 544.804 cv
480.614 544.804 li
480.539 544.161 480.35 542.761 478.837 542.761 cv
477.663 542.761 477.171 543.556 477.171 544.54 cv
477.171 545.712 477.683 546.279 479.271 547.018 cv
481.522 548.095 482.392 549.154 482.392 551.122 cv
482.392 553.146 481.22 554.659 478.798 554.659 cv
476.15 554.659 475.298 552.938 475.205 551.047 cv
476.774 551.047 li
cp
f
485.758 541.627 mo
485.758 554.47 li
484.188 554.47 li
484.188 541.627 li
485.758 541.627 li
cp
f
489.068 551.047 mo
489.182 552.333 489.769 553.355 491.13 553.355 cv
492.435 553.355 493.079 552.636 493.079 551.255 cv
493.079 549.949 492.53 549.249 490.809 548.417 cv
488.766 547.452 487.876 546.544 487.876 544.69 cv
487.876 542.856 489.05 541.457 491.188 541.457 cv
493.741 541.457 494.421 543.271 494.459 544.804 cv
492.908 544.804 li
492.833 544.161 492.643 542.761 491.13 542.761 cv
489.957 542.761 489.465 543.556 489.465 544.54 cv
489.465 545.712 489.977 546.279 491.564 547.018 cv
493.816 548.095 494.686 549.154 494.686 551.122 cv
494.686 553.146 493.514 554.659 491.092 554.659 cv
488.444 554.659 487.592 552.938 487.499 551.047 cv
489.068 551.047 li
cp
f
388.672 559.937 mo
388.672 574.158 li
393.951 574.158 li
393.951 577.029 li
385.341 577.029 li
385.341 559.937 li
388.672 559.937 li
cp
f
402.149 559.937 mo
402.149 577.029 li
398.818 577.029 li
398.818 559.937 li
402.149 559.937 li
cp
f
417.675 562.807 mo
411.936 562.807 li
411.936 566.625 li
417.317 566.625 li
417.317 569.496 li
411.936 569.496 li
411.936 577.029 li
408.604 577.029 li
408.604 559.937 li
417.675 559.937 li
417.675 562.807 li
cp
f
432.587 562.807 mo
426.437 562.807 li
426.437 566.625 li
432.33 566.625 li
432.33 569.496 li
426.437 569.496 li
426.437 574.158 li
432.587 574.158 li
432.587 577.029 li
423.106 577.029 li
423.106 559.937 li
432.587 559.937 li
432.587 562.807 li
cp
f
441.708 559.937 mo
441.708 574.158 li
446.986 574.158 li
446.986 577.029 li
438.376 577.029 li
438.376 559.937 li
441.708 559.937 li
cp
f
455.184 559.937 mo
455.184 577.029 li
451.853 577.029 li
451.853 559.937 li
455.184 559.937 li
cp
f
461.64 577.029 mo
461.64 559.937 li
463.946 559.937 li
474.35 571.34 li
474.35 559.937 li
477.682 559.937 li
477.682 577.029 li
475.375 577.029 li
464.971 565.6 li
464.971 577.029 li
461.64 577.029 li
cp
f
493.617 562.807 mo
487.466 562.807 li
487.466 566.625 li
493.36 566.625 li
493.36 569.496 li
487.466 569.496 li
487.466 574.158 li
493.617 574.158 li
493.617 577.029 li
484.135 577.029 li
484.135 559.937 li
493.617 559.937 li
493.617 562.807 li
cp
f
369.152 583.154 mo
367.798 583.154 li
367.798 535.6 li
369.152 535.6 li
369.152 583.154 li
cp
f
373.63 144.273 mo
373.164 144.284 372.788 143.936 372.707 143.476 cv
372.342 141.415 370.409 140.311 368.418 139.943 cv
364.986 139.31 344.355 139.956 342.173 139.943 cv
339.99 139.931 337.959 140.786 337.824 144.292 cv
337.689 147.798 337.064 162.573 337.239 171.071 cv
337.414 179.568 337.824 193.447 337.824 195.065 cv
337.824 199.749 339.737 200.924 342.173 201.029 cv
344.608 201.133 352.392 201.613 355.802 201.613 cv
359.211 201.614 365.828 201.188 368.418 201.029 cv
371.008 200.87 372.727 198.615 372.767 196.68 cv
372.795 195.326 373.006 187.65 373.175 179.076 cv
373.185 178.58 373.589 178.186 374.085 178.186 cv
376.361 178.186 li
376.864 178.186 377.273 178.592 377.272 179.095 cv
377.26 184.23 376.796 193.539 376.656 198.052 cv
376.506 202.854 373.24 205.458 369.041 205.667 cv
364.841 205.876 345.912 205.667 341.551 205.667 cv
335.982 205.667 333.936 204.755 333.936 192.831 cv
333.936 189.766 334.283 167.191 334.201 162.588 cv
334.12 157.985 333.939 148.66 333.936 143.182 cv
333.934 137.704 336.412 135.312 341.551 135.567 cv
346.691 135.821 351.753 135.406 356.46 135.548 cv
361.167 135.691 363.873 135.585 369.041 135.567 cv
373.871 135.55 376.254 138.686 376.611 143.234 cv
376.652 143.759 376.247 144.215 375.72 144.227 cv
373.63 144.273 li
cp
f
361.263 195.808 mo
358.015 195.991 354.213 195.494 348.92 195.927 cv
346.564 196.12 347.165 198.283 350.928 198.025 cv
354.473 197.782 357.5 197.941 360.159 197.869 cv
363.044 197.791 364.511 195.626 361.263 195.808 cv
cp
f
373.13 147.721 mo
369.488 147.807 361.045 147.89 359.439 147.916 cv
356.659 147.96 355.579 149.747 355.588 152.455 cv
355.593 153.599 355.501 160.867 355.219 167.446 cv
354.936 174.025 355.43 179.317 355.664 180.654 cv
355.805 180.493 355.945 180.329 356.079 180.175 cv
358.201 177.713 361.408 173.993 364.707 173.993 cv
368.677 173.993 374.501 173.897 376.939 173.853 cv
378.913 173.818 384.019 173.85 386.375 173.916 cv
387.844 173.957 389.113 173.993 389.917 173.993 cv
392.48 173.993 393.95 173.029 394.486 170.639 cv
395.022 168.249 394.474 166.581 394.485 164.869 cv
394.519 160.246 393.832 154.618 393.728 152.531 cv
393.728 152.531 li
393.671 151.392 393.18 148.734 389.853 148.629 cv
388.635 148.592 387.223 148.52 385.765 148.445 cv
383.437 148.327 377.437 147.618 373.13 147.721 cv
cp
355.323 184.39 mo
355.13 184.39 354.931 184.349 354.719 184.265 cv
353.032 183.596 352.707 181.498 353.255 170.911 cv
353.255 170.911 353.306 167.095 353.265 165.242 cv
353.229 163.651 353.196 162.148 353.241 160.648 cv
353.307 158.479 352.738 153.62 352.734 152.464 cv
352.718 148.158 355.022 145.845 359.394 145.775 cv
360.997 145.75 364.503 145.667 368.136 145.581 cv
372.451 145.478 376.913 145.372 378.637 145.353 cv
380.697 145.324 383.346 145.464 385.91 145.595 cv
387.348 145.668 388.741 145.738 389.942 145.776 cv
393.78 145.897 396.385 148.492 396.579 152.388 cv
396.579 152.388 li
396.687 154.557 396.639 161.315 396.603 166.249 cv
396.591 167.952 396.581 169.367 396.581 170.164 cv
396.581 174.349 394.09 176.848 389.917 176.848 cv
389.073 176.848 387.786 176.811 386.295 176.77 cv
383.971 176.704 380.337 176.142 378.431 176.179 cv
375.987 176.221 368.7 176.848 364.707 176.848 cv
362.716 176.848 359.805 180.224 358.241 182.039 cv
356.967 183.517 356.214 184.39 355.323 184.39 cv
cp
.602319 .0030518 .111025 0 cmyk
f
361.911 156.133 mo
365.328 155.941 387.139 156.048 389.624 156.133 cv
392.109 156.218 388.485 153.146 384.55 153.663 cv
380.616 154.181 366.053 154.422 363.257 154.304 cv
360.461 154.185 358.494 156.325 361.911 156.133 cv
cp
f
387.813 160.097 mo
384.396 160.289 362.585 160.182 360.1 160.097 cv
357.615 160.012 361.239 163.085 365.174 162.567 cv
369.108 162.049 383.671 161.808 386.467 161.926 cv
389.262 162.045 391.23 159.905 387.813 160.097 cv
cp
f
363.602 167.677 mo
366.397 167.558 380.139 167.662 384.073 168.179 cv
388.008 168.697 388.664 166.176 386.186 165.973 cv
380.618 165.516 365.672 166.039 362.255 165.847 cv
358.838 165.655 360.806 167.795 363.602 167.677 cv
cp
f
204.94 139.943 mo
202.757 139.931 200.726 140.786 200.591 144.292 cv
200.456 147.798 199.832 162.573 200.006 171.071 cv
200.181 179.568 200.591 193.447 200.591 195.065 cv
200.591 199.749 202.504 200.924 204.94 201.029 cv
207.376 201.133 215.159 201.613 218.569 201.613 cv
221.979 201.614 228.595 201.188 231.185 201.029 cv
233.776 200.87 235.494 198.615 235.534 196.68 cv
235.575 194.745 235.988 175.25 236.119 167.221 cv
236.25 159.191 235.478 146.882 235.534 144.292 cv
235.591 141.702 233.425 140.357 231.185 139.943 cv
227.753 139.31 207.123 139.956 204.94 139.943 cv
cp
231.808 205.667 mo
227.608 205.876 208.679 205.667 204.319 205.667 cv
198.749 205.667 196.703 204.755 196.703 192.831 cv
196.703 189.766 197.05 167.191 196.969 162.588 cv
196.887 157.985 196.706 148.66 196.703 143.182 cv
196.701 137.704 199.179 135.312 204.319 135.567 cv
209.458 135.821 214.521 135.406 219.227 135.548 cv
223.934 135.691 226.64 135.585 231.808 135.567 cv
236.975 135.548 239.343 138.115 239.423 143.182 cv
239.503 148.249 239.983 177.172 240.035 181.761 cv
240.088 186.35 239.573 193.25 239.423 198.052 cv
239.273 202.854 236.007 205.458 231.808 205.667 cv
cp
0 0 0 0 cmyk
f
224.03 195.808 mo
220.782 195.991 216.98 195.494 211.688 195.927 cv
209.332 196.12 209.932 198.283 213.695 198.025 cv
217.24 197.782 220.267 197.941 222.926 197.869 cv
225.811 197.791 227.278 195.626 224.03 195.808 cv
cp
f
221.66 179.774 mo
215.964 176.367 211.201 171.604 207.794 165.908 cv
207.248 164.996 207.021 163.925 207.152 162.869 cv
207.283 161.812 207.763 160.829 208.515 160.077 cv
209.82 158.773 li
209.821 158.773 li
210.409 158.183 211.228 157.883 212.058 157.951 cv
212.888 158.019 213.647 158.449 214.132 159.126 cv
216.557 162.513 li
217.361 163.637 217.156 165.191 216.086 166.066 cv
215.21 166.782 215.028 168.051 215.667 168.985 cv
216.902 170.668 219.449 173.725 221.502 171.482 cv
222.377 170.412 223.932 170.207 225.055 171.011 cv
228.442 173.436 li
229.119 173.921 229.549 174.68 229.617 175.51 cv
229.685 176.341 229.385 177.159 228.795 177.748 cv
227.491 179.053 li
226.739 179.805 225.756 180.285 224.699 180.416 cv
223.643 180.547 222.573 180.32 221.66 179.774 cv
221.66 179.774 li
cp
.0114748 .46714 0 0 cmyk
f
262.036 169.095 mo
262.036 179.941 256.21 186.01 251.852 188.865 cv
250.755 189.584 249.312 189.358 248.935 188.206 cv
248.545 187.015 250.155 185.991 251.051 185.401 cv
253.779 183.603 258.746 178.388 258.746 169.095 cv
258.746 159.801 254.159 154.832 251.448 152.999 cv
249.894 151.948 248.316 150.534 248.82 149.55 cv
249.324 148.565 250.399 148.348 251.529 149.003 cv
256.001 151.595 262.036 158.245 262.036 169.095 cv
cp
f
252.673 169.64 mo
252.673 174.801 250.431 178.718 246.961 181.492 cv
244.754 183.256 244.025 182.563 243.338 181.895 cv
242.635 181.209 243.862 180.019 244.995 178.92 cv
246.955 177.019 249.586 173.612 249.586 169.64 cv
249.586 165.967 248.195 162.375 245.742 160.602 cv
244.527 159.725 243.99 158.877 244.528 158.27 cv
245.067 157.662 245.91 157.072 247.669 158.379 cv
251.057 160.898 252.673 164.48 252.673 169.64 cv
cp
f
173.7 168.953 mo
173.7 158.106 179.525 152.038 183.883 149.183 cv
184.98 148.464 186.424 148.689 186.801 149.841 cv
187.19 151.033 185.58 152.056 184.684 152.647 cv
181.956 154.445 176.989 159.66 176.989 168.953 cv
176.989 178.246 181.576 183.215 184.287 185.049 cv
185.841 186.1 187.419 187.513 186.915 188.498 cv
186.411 189.483 185.336 189.7 184.206 189.045 cv
179.734 186.452 173.7 179.802 173.7 168.953 cv
cp
f
183.062 168.407 mo
183.062 163.247 185.304 159.33 188.774 156.556 cv
190.982 154.792 191.71 155.484 192.397 156.153 cv
193.101 156.838 191.874 158.028 190.74 159.127 cv
188.78 161.028 186.149 164.436 186.149 168.407 cv
186.149 172.08 187.541 175.673 189.993 177.445 cv
191.208 178.323 191.746 179.171 191.207 179.778 cv
190.668 180.386 189.825 180.976 188.066 179.668 cv
184.678 177.149 183.062 173.568 183.062 168.407 cv
cp
f
525.763 170.396 mo
526.403 170.309 526.969 170.808 526.964 171.453 cv
526.934 175.34 526.998 177.52 527.011 181.432 cv
527.03 186.647 524.44 189.036 519.327 189.117 cv
514.214 189.198 492.265 189.682 487.634 189.735 cv
483.003 189.788 476.04 189.268 471.194 189.117 cv
466.349 188.966 463.72 185.67 463.51 181.432 cv
463.299 177.195 463.51 155.003 463.51 150.602 cv
463.51 144.982 464.431 142.917 476.463 142.917 cv
478.084 142.917 478.892 143.013 485.884 143.093 cv
486.506 143.1 486.988 143.64 486.924 144.26 cv
486.827 145.209 li
486.772 145.739 486.335 146.145 485.803 146.158 cv
477.803 146.356 475.045 146.612 473.751 146.612 cv
468.968 146.612 467.769 148.566 467.662 151.053 cv
467.555 153.54 467.065 161.488 467.064 164.97 cv
467.064 168.452 467.5 178.336 467.662 180.981 cv
467.824 183.626 470.127 185.38 472.103 185.421 cv
474.078 185.463 489.837 185.884 498.037 186.019 cv
506.236 186.153 515.677 185.364 518.322 185.421 cv
520.967 185.479 522.341 183.267 522.763 180.981 cv
523.029 179.537 523.074 177.133 523.036 171.7 cv
523.032 171.167 523.423 170.714 523.951 170.642 cv
525.763 170.396 li
cp
0 0 0 0 cmyk
f
461.274 193.575 mo
462.986 192 465.245 191.161 467.57 191.239 cv
472.206 191.396 453.68 201.552 464.683 201.587 cv
474.021 201.616 515.38 200.982 530.149 200.721 cv
535.59 200.625 521.415 191.17 524.062 191.13 cv
525.989 191.101 527.869 191.702 529.424 192.839 cv
540.132 200.67 li
541.547 201.705 540.827 203.947 539.073 203.958 cv
530.625 204.011 517.021 204.152 493.234 204.496 cv
471.44 204.811 459.809 204.487 454.279 204.215 cv
452.666 204.136 451.948 202.152 453.137 201.058 cv
461.274 193.575 li
cp
f
509.7 138.946 mo
506.177 139.03 498.01 139.11 496.457 139.135 cv
493.767 139.178 492.722 140.906 492.731 143.526 cv
492.735 144.633 492.647 151.664 492.374 158.028 cv
492.1 164.392 492.578 169.511 492.804 170.804 cv
492.94 170.649 493.077 170.49 493.206 170.341 cv
495.258 167.959 498.36 164.36 501.551 164.36 cv
505.393 164.36 511.026 164.267 513.385 164.225 cv
515.294 164.191 520.233 164.222 522.512 164.286 cv
523.933 164.326 525.161 164.36 525.938 164.36 cv
528.417 164.36 529.84 163.428 530.358 161.116 cv
530.877 158.804 530.346 157.191 530.357 155.535 cv
530.39 151.063 529.726 145.618 529.625 143.599 cv
529.625 143.599 li
529.57 142.498 529.095 139.927 525.876 139.826 cv
524.699 139.789 523.332 139.72 521.922 139.648 cv
519.67 139.533 513.865 138.847 509.7 138.946 cv
cp
492.475 174.417 mo
492.289 174.417 492.096 174.378 491.891 174.297 cv
490.258 173.65 489.944 171.62 490.474 161.38 cv
490.474 161.38 490.523 157.688 490.484 155.895 cv
490.449 154.356 490.417 152.903 490.461 151.452 cv
490.524 149.353 489.974 144.653 489.97 143.535 cv
489.955 139.37 492.183 137.132 496.413 137.065 cv
497.962 137.04 501.354 136.96 504.869 136.877 cv
509.042 136.777 513.359 136.675 515.027 136.656 cv
517.019 136.628 519.582 136.764 522.063 136.89 cv
523.453 136.961 524.8 137.029 525.963 137.065 cv
529.675 137.182 532.195 139.693 532.383 143.462 cv
532.383 143.462 li
532.487 145.56 532.44 152.096 532.406 156.869 cv
532.395 158.517 532.385 159.885 532.385 160.657 cv
532.385 164.705 529.975 167.122 525.938 167.122 cv
525.122 167.122 523.876 167.087 522.435 167.046 cv
520.187 166.983 516.671 166.439 514.828 166.475 cv
512.464 166.516 505.415 167.122 501.551 167.122 cv
499.626 167.122 496.81 170.388 495.297 172.144 cv
494.065 173.573 493.337 174.417 492.475 174.417 cv
cp
.267979 0 .230014 0 cmyk
f
498.847 147.084 mo
502.152 146.898 523.251 147.001 525.655 147.084 cv
528.059 147.166 524.553 144.194 520.747 144.695 cv
516.941 145.196 502.854 145.429 500.149 145.314 cv
497.445 145.2 495.542 147.27 498.847 147.084 cv
cp
f
523.903 150.918 mo
520.598 151.104 499.499 151.001 497.096 150.918 cv
494.692 150.836 498.197 153.808 502.003 153.308 cv
505.81 152.807 519.897 152.573 522.601 152.688 cv
525.305 152.803 527.208 150.733 523.903 150.918 cv
cp
f
500.482 158.25 mo
503.187 158.136 516.479 158.236 520.286 158.737 cv
524.091 159.238 524.726 156.799 522.329 156.602 cv
516.943 156.161 502.485 156.666 499.18 156.481 cv
495.875 156.295 497.778 158.365 500.482 158.25 cv
cp
f
%ADOBeginClientInjection: EndPageContent "AI11EPS"
userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse
%ADOEndClientInjection: EndPageContent "AI11EPS"
grestore
grestore
pgrs
%%PageTrailer
%ADOBeginClientInjection: PageTrailer Start "AI11EPS"
[/EMC AI11_PDFMark5
[/NamespacePop AI11_PDFMark5
%ADOEndClientInjection: PageTrailer Start "AI11EPS"
[
[/CSA [/0 ]]
] del_res
Adobe_AGM_Image/pt gx
Adobe_CoolType_Core/pt get exec
Adobe_AGM_Core/pt gx
currentdict Adobe_AGM_Utils eq {end} if
%%Trailer
Adobe_AGM_Image/dt get exec
Adobe_CoolType_Core/dt get exec
Adobe_AGM_Core/dt get exec
%%EOF
%AI9_PrintingDataEnd
userdict /AI9_read_buffer 256 string put
userdict begin
/ai9_skip_data
{
mark
{
currentfile AI9_read_buffer { readline } stopped
{
}
{
not
{
exit
} if
(%AI9_PrivateDataEnd) eq
{
exit
} if
} ifelse
} loop
cleartomark
} def
end
userdict /ai9_skip_data get exec
%AI9_PrivateDataBegin
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Adobe Illustrator(R) 24.0
%%AI8_CreatorVersion: 28.7.1
%%For: (Kelsey Jones) ()
%%Title: (988-24_T-Shirt_FINAL-12.eps)
%%CreationDate: 11/20/24 1:38 PM
%%Canvassize: 16383
%AI5_FileFormat 14.0
%AI24_DataStream
%.((`,!*JqOpWhGda0gfMMbj'"HEo>oa`$44S5&6Dkr1[ci"?K6$=sNSRC5VTB01H-=Li^H
%V65k3YU>)*I7"6+A$#R^^=JFk#%R`/uVS^`CL\26*@;`.:u#C86'*1VP\+qJOUFqi-+&bcm'7M22V*Ws0322C3,S&@dJ7VI0H(uZ/fn\&_6es8'gn(#M-@(?)"?&/K:dAj[eO'O4'Ofs'e.Zs%E%rjCa>kp`pVG$`)n<!;\Wh5@O+HQ
%D"?XXOOQp_%;0/f/:5ZZ,WFts-X)s-@l\A.On#n?L&s8a:aqD+pXMK'U7"]%1UJYnA6^63'QTVfB/HL9HJaJg,>NU2j76=^@?-NhhnC8l9+W>FF.^>+41!m4cJ#
%'4ZM7$!FM^AgF)nMR(Ug`Co$=9.p)&=HFh3'ZEBG.nX4W_mn^X:NJ[AJIWin>o`a^uNidaBU]0uXbmlqg>B4#8BCCh/E,8u\VJ3pO,LQ'I&GAQ@id;L#J+`/"r]CN\@nZ;"BH64,#,pZqN75-NlDa,q`N
%^>)PT%NfiGE4pOOh*agK)c)rM4uC*`OFp&M_;OW\pQdZ
%AQ]dHOMV>l"Y*EDMCT6K;(.9q8/-j];'_%$p!P"K/l.Z*5K:X.*Vb=\Z6'h%Q,77G-^_a:-XQ;\:(j7`-7md,=C
%M^aD5D,&8'ZV$Hno6DUE8Lh9H,"\o5VPgAlWiO`=&QNpML!k9_D/XE8Fa(U@,+G[>b:8g\/;f-dVD&9`'L3C=AImn4VJ:]*aFPn:
%80Wg+;@"G'@l]\S3K@S[4n?,#%Q]n+:QGA1kOEc.:KOX'aF88QDt1!OaQU\f5QQh]%PnS?Z,IDhd.utnmdTf>p3t%*Q^i*>.?;bW
%G_h`c\9L+I_#tKX:k=kV9$9lO9[1g8?]6'tU+CE/.E7VnVP;3c\er!9Ef2NWeDc/tKsE+aOsl-,AJJ3C604>/XH5ckOsinb+N]a^
%U.H]!=Ajth8ef?u-qJq,">C0j,UF="8kF;MQq.D^d#]t-&ATIk7"[l0+@%Ib@Sf;ufb>"8^qclK@:3K!C^<`R11cD!&dSRAF2mGf
%j+W6s[+[ss9=<*$$o5mXWq8q`pZ5]l)&FtL+JoPb6NRguuU+p'R:"N8.X6A'pl+;!RJci>RM&hG@dBV5D/!MVp!":5[^
%@`"g*"\)r%!Q)YS%88T9L(Qo-pXL-U>]O#JV+"P5_)s!+@ZGL3(uG:9V(`&(L_h8=*$Zoqq&Khi4Lj3#]QYDh3===Q(Rh%nX9UO22TXT2[Gi/Rq6"0k5__ab`88,fUfB/bm,/Rdj_I:8h
%_SX6D$4nC,-7h]L:k?K8"Vs'_G\D&`OD(#c:dMsMf7q4QU1#2W@=\K6`<-Am*$?4PJ8eU][,ne@UYut_h3UL&e,Eq.VN5+GgJ,V!F]DV_*T=J
%$P3m_%iQ]E/3$J!Y]uOkJ.R8;7%aPiBE/2M//T'tYUmh8//Sp@)CSR@d(k=Q@`!^`6O"YK%j48"81Z)=4CeH/K*;Vm(+^:7&f$]:
%#n&3_Jcu:4$QL9OA,q47`I\:B1dHRn//X;$Kr"gjZ*8K"0S.(B"U>AJ*$-.:',E,?-6a]d*Zc:N6s),c*$c^L/=;6DG\D?[&0^%!
%6Gp]n%kJJ=4:hMo,/Rc?_P0@%+r1q'$ODNC$4eOA8:VfpZ*8atJ8gUSYQ08C6j3l)&.9%KJ8gT8Tu+\M6N\#@*[ijQ@6#)S=?r70
%J2doVOD'`[JC#DnYqVlS%IiQk8dq!Q%04+gGEOGfTjfL^".uM[0\/R*ZrfTg>D]_SX7NiLrRB(*Fe@-6=]d/4>#-G`Z$$:fs*8
%=?K\f/0lDj+=p&7,"-*p:gq2=:nb`m6psF2`.A$Ki8EOt==b5H`Iio"Kb#^U/i':]oZ#G54/8Wuj/ng?&Y`Lf%LBnG$'G_>o'frR<1G3'/W%bKT+@="6KS0FE0JFnK5V+0OLe&XR/.<@4
%'eJ8S/KeIMLrI;#_h4]/Mba5MDUY17V%=Ul%)AO7%F!c6&.T9l,T#g,PoBCJkm)E2C;(C;qd1$sT[@6H=6k9@*Jfc&IoHh*[3!`*\ajT+OL/i2`rK0((_Z*E!d'ZL2HBQSum0dQs0e"0R#rTe*aC)'cLph)Ym]Q7:hYK!&7Z#?iY70GX)C$WP5=olh^89;R0/cd>guhFuh+\.cMdT
%3A?!*[=\]0Oib4Z-F0YPfqj,iR^MD\0j+tp@*$.d+u%lZU$gV_lOK=i+dOTlhH?/1/eY/.G)u]fl(A+?j^8*9(U$Aarp8s'B0D\(Me"UmCnJ>'&5.jIs?gYPBb*WGCI
%gRK?id-`Vn8=@MHB(1`q3)oYh&M4AC?.=Ml;J55%Nh!!TqTl"cV9R!Xt23,S:m,dPITQ+l3]se6PJ;%s.-"fsA<$DO#K3A8D=_
%J:SjE3CnZT3iISVFKba4%[%)+R3g"^1N/tHLWjUIJ%C$Y4ClN,OFRZh+CW($+>X%P#S7IZ'8m25&K2ok^n;A]$k+r.,!lBc#V[)!
%#6UaHAcdfX"sd/U!/(T4$4'"eJcim,iF0TV$5GgNLd2k85W!":+p)?X$53s_$4]13GX.2m+s%d@'eg(1&;pf'$SW,$+@s]Z'I4kD
%+qb4s((VT7*&%DuOAOn%KL0,;!/CY1?sqctJZ7-TB645S7qX1D5Qh]#_>s^+Ka<>4K:.P,A]7T_c+N(2G_a_eFL+[(5GRNq`TO8I
%dq5du:D_?%n7VI_FEgOGn_2Jr^3$>r:QaA3:82WgddbYZ.dE9,n"s=#5Pm7+L3NDuRnJ1\O3uWX;idf8kpi"U[#":22Kmn,4\'2Z
%md<3gjWV"QbIVh7odB!cD#)>Nb^88?N!H6Hro\9dfr?gj'&q4YRS?JWq\bjj
%P$5"Ea.%Gpc$7D7h41]!,H4LWsK46:J8Zt4I!_K/]]&Wb)['q3UXX?4hXd4/)[H7g*";56.`c$.U<;c^n?
%KVWC*Shf#Hq]aTo/$h]O;B(sRJRJQ]"/>q;'[I2[[!?P+p18rg-3<^BoC,=pkA'VWTq1.XpC=?#D-#oS>BY?smA-0JG0pTE#-4"pTeb_na'4!!OJ^
%_S??!!Y!b,^tHRlWGBBWDfT&P?lE)AV\E=+WW'oc^D'*j"tI(c^p0%oTX#=X)I7V
%2Qa^&2a#(j"%a3473bsXN%^IO(GlhYC`K;j2Y:)R;%uJ<]#Ke!;(P84WLS!BMm4B2;@B3AL+0:(A^T[%&Igh5+0jl\2@[#K(+VqL
%.252h$LM0M+hB^]-'m.i;uJZ*l:[@`X5Cge>1l^7/46+RH,^@?0kd9"VAL+PN9,f;%TE+WOXQTb$KEi*$p:7$8i1p9YoQY[&[>%`'#i$"E6c'W#-9XDtj()JOp-NBTL^G\-aql0[JY^&,"l?L@$Cl;f()[rel/0i*!,g)`$5ZE\),(=uTJ8a36BVWr!hho.XAGYMo641qQia^H$dXKj+-
%->k+I$H)$O?b)kl0?M3_:A4u3A5m#cq6CinZ*]>,lU[enS1L7)@43QJL2l:Oh90uCHmhd]1VH[l3WDID_aRO'3iRl!m+g?47/PF?0YV%eiN+Ngu@MH^d]$4X,;IbqtLGBM+"C_+d.l*8)u]fY%*oC[pB-uH_'<8AiG\m-etq:I0bSDq=0QWmK^'&tYY`AgQI
%,7f(`e#45]k,*]f[\PACa=A_lL=fp+)APf2l7`YNfk+GV@5G3p'Qkf.?676eflFXqOJtBR/l@t`a@UJt2P_k:4!SXrY1\u%lmV/hD(g%r5,Yl;p/[:r*odqD+""s<
%LM?)c,Z,>0>]p?]GS.nscldj)X-E'L=:N4`k-HW@0uq>I41@cMn]%jlE%nPYL.Q8
%?8M=K6jTm*<+a:!uf:YWiVRjTbp=`4P9gr&qt>OUVk,\
%(b*(skD\)i0dn/Y`6,r;>*d`@0l8s^m[@=D>.:lg6pe8n1;"&O%)X3_m#9H-@66jN#I8T<;^f!e)J\Vu"!JU%MS`2f)TcIL2;.%_
%Bp+@eER]OV$5mDfgpk9n.:OjeTh(]r.YhK<_A&pc=&rqNMG/buM0)c&)Fo[Y=Hqj(E\*'@LE8tkEl=8<0JOeQcq'6['W.7k.)icf
%W7;St=;b-VMio4&C*%%2aen$#h"b2Sl-gh$60@/Mg;6P#>W(7plS^V]9Q\!+e3c\_PKn(GF=-+[1q*7cTcGmQdU*f?
%'4REt/$D/`SUE?HH!0PV10Jqe>pD\39fh$HN=)pE>rGt$R[G0PPK&?^/9QZ%l\n5#IBk8+QVYN@iGT1E&j*8Ib/hL\,Ipo2i^?qF
%7'S-O8dn<+$^)V>JgAC2@781W-k>?8NoNsK)HRo9,KC5p(k`_\at@gT,alZ77j>B/;&H^,87F!=L1.1OIiO>48Wjp&j]RKk<)H$q
%/L=uWf]=54.MOc0m`l1$VJ'[EV+;"BW$DZq$aM&>PJ(rY`^2<<&-EYjL_tqUlS(JL&Aj$JV[k
%1Q2E%O;kf):Ge:*H=C=BSJbG(YX1p!.$e^$#U,\50GINK6W4XiOm&&s0bQkgo9SH_#+`UH2&$u9mX3+*+bOP%nm1'EbhR;oa
%:+O7M7Le[j[e3J=-qWlhd7^i>Btrf3r#oQoQE#/>RV66!RR\1HVr:c1
%#Q"4%'ha.W5l`2sNm4n7`?'nG=VQ2[5aGrc_CjqHitSAh+(Z^P@2R,\egiG5r5?F[fhJHbK1AiT$4IsprNEa`dn))]`De&UH7jY_rKGb&sgq][A"g.eOOrbiE,Er'Q7T0
%2HA9UT6GVpNOO94U7IS$oA9#LC5;FL[O6!u9(D#Ko5p;G-D'WiUc,-WSN$2@1%TM);g.ZCrZO+\o7t?6Flh#?k@_uU4'Smd/"&9>
%qUWi3drm,%&IMR5/^\cIj8fnlN?Ac;&$On>eb-A%/^0e_fi.B5cV^['Ou8mBfXFk.#cXfBj[>&(`2Z-U!hTcK!RgU6!UGA?=h_
%aH"`Ho(^XSlEcZ40iJUcnI?.\:q^rd%?Js.AYjJ26T_FJ?17!fS>X4cL9CJ-hBkCN[^pAYO1#UGr,;-3>HK(='J+9
%Gs]s>1]?P.BA9DlnWpA+SiRgk9kSpUIa#MqW;/j)ZZW[PRAV;n2KQ%EbHL$RbtfDnSh)I/VG2oKAA<%sSh3m=Vf`g?o&Q?-['Yf2
%l`Rko69VI!m4ibNpf'^9HB=aP1LBrkQX%Zm2a3$Kl?*uh,bktX?H?F%jdIFBG,*L.A=d?S\rV<&ACS0#*FhP=Uoh6!tR\">B
%N##>,OmF^(:B'JFi(`4fV/)qM4?@b?=0u7[c[,6XP\lY*1Uh1BZo3CUf+]_ee&E]@Z''5'j\nXU_o/q@*mHUpHlj.K=\l5?pS;Tu
%4Cg9rg:FLDe'BV@+#W&T51ba/^65XYBnb-G.@qh:>F+^EqAeH3C!k>cU@&cMnS`LI;BnD'7IXn*`>\>*\RG6:iZ)\CKP[nOcjbXgaMiQCK$crbZc^&
%:[oE%&X0k&>YMHp6psI4j5H-K9EB;]g3]LNK\<41ggmNM"t6X*6b>[Qm/6O!b7"Xin>
%DNau1icC0@MO6u5\:f+i'$\qmLq\7;*]lJ8;q`D4ZUJ.^2d5>feL@891Jd1eQG+X#];/@pe[nB(cLdJYn%"7N-]R7UZ7al!OR\@2
%p)kLkTfS5Ii`2P9E3E"Td>H03OC;Fo.p'K1nF3IC__gZ94[7%ReggfP*m[YR$
%16%4#5.^Vh.U65k9>\rR3^08aP*V4RQD1GNM,)$bC[%h+Xs'rtG=qJT-f!H`V/b$u7i08Qf/E0KE=YhQ[uu2T0bk"C,jTC7ki[t.
%LO09N)!.IJf'Y-hd$`_Fs41>"m$K+S1CNIA*BJgqnn9hj7_d^+qltcCBeiTtQ,,Ll;BO6Pn'#Ju$]h%P/UcrHe#8BL;Ie%rhlbK7
%O*6_oXsH\]>!&c3ZZ9uN>j"VP^11fUDMNH&X4M#;qJE(;QF8l=\S:ad1K\:P%\5VDq)@a>3a<[rm&+biZ(S[Ob-sO-W@3;R/ZYB(:nHZ/+3KUK#9hf(JII1=odb>$O4uHL4c4TVgjS1MEm:gW_QU::1_fQDSr<
%cC-2gbgM\em/Lt*mL,@VS]O"Bf9Y+!p#qgO);:BQpLG2jO.Q0Lercj*ll"!A4^JYiWQ"JO4RFklg[3Roq0lR_ZL[),m0_%^ceMOh
%B)4VZA&Z%5(+C;3)U.eU1d4$FLNb5-)38O1/e.YPTs;8mg+G"L[5<'Q;eU&_=(de2FI^AJUV!?S47CLh8_%&&mN%k"1e(^4Qtn`Y
%9DY>>Ajs2;BUe1N`bH46H)4.?P_A\[dZI^C%eJQe"k[^DUW=$C6,JGZ80*>X.?"RWcK1+S%:'.
%Xe"TU4*?/\SOP.&jI4V!X?0KT[ps1d(%\k[eoR.s9'P[\oSpRZ4?KQ%WrC['WStD\CS`DJ9HU8kRV1f$C5_NR=Ja,44`k2:1-Kos
%4e&=IDRI)5cI69=I*G&(9YO2gn`X0sWP&ged1mFP()S-m$!kiVYU1#QaYFJ4.0f%m:X]!
%QC=+VY+6Lq%BA:TR5-DG>1:bUNOnc?)5TC%R>JsuSsii0<7BLI.5a%.I-nLo:=G_ZO4U3#YJimjVDk\;a_Wi`R,4B5UNpG*\pe9J
%c!A`%1e-)sg#;oIc0Nf)S7[7hfp5^#1X2P;Y$%77DJi`c4GRY=Zjtn;,2S'BAkdGdc"ke6c=s;`6d>:,bsOE^ja6Atl_(,[ZJ*aU
%'p"MPm9uG8VVYJ"gSD7VMXoCXBg2?YDKK4,^qbc!(akc'JPcFJ';0l<+9I`1JHEh"M['eeS:ZB%!"qhaLp-j\'HB[IL4OpG!=+I<
%L'9[r/0;"q@0&Yg/oA<^$+M6O*"F7XmW4CnXd:sX2D-,O7=Q_j:CQb?/$?C;7Nk^2"I(8[bWmRgtu*ms4bV=1dJ&e'>.;ICX]pF`g`oG%6f@:045na"'=7\fa!b1,(C3:k8jnH[H51N!nunk`^jod\X9[LK\h:j^VZf
%-tSt(iAm`'1+FU)HaS&MDngKME=)0*k37pVS]g\s;leJ5:SquU0$A^6f>FA^GZWrfM5F:fj$b17qK^?8eB%X@Y''5h7E;R,7iT5>
%r9Yb&f:fL9^R&S(CB>31s6oLF`CNML/NjXe'pY.DNP9ro_-b>`e6U6F$sodXPlF7EB/gahlTlPR$G@bm(=f^1$rjYRROFWh/osF7XK8:s-??,A7\ke[*$+i]2R8%HDaA'e#D;A
%?)ULUV:4JYFeTN*]t.=!2km(KZU6MEa*/<!>%oqcVjiIk\TMGl?Y=(7h:0n:nYF/KU;PTop("iL?sl+dnVh]m=!];eVf-7k/%Q3"
%lV'7.Wp8?P_Y\.>lSVYLiVcMomp:'r;;(9"mODK=j>s[9>u,R$b!],BZje[o07Sonb4-)'e9\uPX*m@l]ODn.c
%4cB$Hb#PBAq)c>%:PO)+-9A*Nb"TIuGdG7slK`r0C,K=Sp"d*,.-pIc$H^\;:8REDBjgjA;W(mSr>H=&/P]u>&XIA^h[2P*oJ[(BVu_^%?*
%WmOreSQ"i\=.8Yd4*JOte]OLiU/WYt_-M0cZTd/:4e;NdR`JA[D:a\kD.&lW\67_;gnh@j2DD\2BCon^#gaQb:Lgh
%T:N9(c[0i1d93R6h9q<`Ab=ZT1(RsL@;QloC#pKi9>&SW\T]If=(JZcQ;L6@=,;"n>O@9fZWE'==)6DH-/e
%[email protected];d0d")]NnQO>-%Pcdb1W-QT,g)/1)8N',D*dTKiO,ETrisqQlumA:+&6-bVGjn#'uIHd)Maoh0S.N9Tpof9pB9
%>*\_nPC?eaX2f;11u,-;WYOCMXkL:.o(capF#D:BCL!UQPD`*041e+.U.$>4-fpn\lKi&i\'M^TpNK,[7&jD`b9K0bH?dSkaS%%L
%pY@4q=F"iXASIUiF&R+Nea>"-N>`__O0NY2cG\2:m,*tD=e8U7H2`^sfr[&KQ$gVI(N'lRhDn3I1RE77G4&Par!k8pmZfsG*dD3K@U)OUB39uI7UIf.YE0r@G6BbG0WROqD4P3BsU^;%gh[qag<2g^%X_"]!#Ib69KSeKO7]d;bBhSUV-KLmWuLcWf3)i(&)\==JAC%Nbk#n-NSFL+om-s1*T(@h-XpE
%*jsE#hs7Q8Xo'*HjUL2]=XIH])ai$hP4_]0L.Zd)a?bt%.Cl[S9;"1k,34D't*[a:t!l?@#:VgE3'p:"SD
%[^T17Qs8-9)p\gfBqO]b4)!FBFm[seq)WY1h4:S::i.4Y7b@FmlK(Zq..?:'HFEP%<#;7b7!6!5]DbdlW-#mFY7F&ebU:qD:!Xnf
%Sgq(PIErRRRaN`c>f@dj=t6YNr/Y\,'"q=]pS=\>FIi&ijFanWZDPIi(?tKCO4krP5MN2k--Rpp]A'bYn0be1BIBEP/+^G9h1!U&j="JCTmM\ipm$)5k]UY&>^8nV4`mNdT$
%`!*+(\TnXX;aj\,crp"S#u1>F6&&HKW$*rQ:C;Ja"-m=0Y8a4%*=F01#nr7I#J^D6S9+S[A.gS%_feNa01X+mD./&/K1KB*jm5jV
%#aQ!n2s+2E2/[=8VSe@L'Q/npYVaX'gH>@Qj!1u(pt09tIE^kb3=?7KGO&&`,:96+m3WjObT^])!/jD`e_h%GP\+HD:9I^!*Kqr\
%E"o24M._OY]V'H??`#P+29*MqU_8BK^nMlk9SOfF_(bTq>6)NW51AGG/WANmp)PJEGqa,0aG.ZPB(E=:\J?m.T1f9T"WU("h-%
%3[p7(4`V9?T.)qJ@`c'h/O60i[3r44dmA2F?TAu"f!.u\nqed*02&[&\'%LOp;\/i,!TPb:qR*9on6idcQJkol;p"qPhDHSuSBRD!&!Gb#)d:\UrbWA6;Zo[cUrXPBI\R#"3%c
%Jno%.GD=]4G$Q5l+fFuoXldgWWDdYtlA89\T;(1\e=ni!ihnZ'FOiBFl_;.FC$Z(Q%&HDigd\*)j3HmG)@k'[:,GRX^<"[>$ZhsD
%c"E?KhIekuO/6JZ<-%t]p3F_JcIp[,(C+RSC#%Q'"3fa*V:dpCa0NpZ[c*L+R5>6-gLUBn?Dj+V7,Wo*),g@s,3>bVoUP7R\phbZ
%8u=PWrb;STY^O:aDpO%+!a^%$JDUNT"0\qOXYWF9X7gsm\>2;RJ".1C-qn$J4f)97NqbfT[4^h>*sOZr!cYXo\rsq7U9Y4n$D8cQ
%O:WaIQXj_/L_`qJIfsq-lBVU<4r-T/)rNqDh;p9s2bL*r#JFNLI?7<*EW5?_K_;q]XASl\Wh:2(FBWP^F7KaT5j#ntQ6.!Uq7Rfn
%ZU[mJ.B[rpqU&".V")o]B$%Krl8"](+-"LTcGNo2QS-!HR+$EViKoD0n(Qm)?,,eC"tV?p+(mt<6a0qJfp:0;22!p*#O3*gTGs`?
%r(f>HoE#guS^I1[UR=l2P64l!OseR#UC$6U3?%)#m(80)\g2kH25CQ7cG:%<]-**OLq%I!'l6G1"R#`g3FQY3/OGB:XrDm/!GF@FAdGGV5YN?
%KUC1gqgr9W7Lh,oAJHuK]$g?51dCDK`t3;;pl,HG;7"N7Yn^U6U.p]IOfJJ/0Ku.c8qraGLI;;P;\Om7a/R/=c7F
%h]ec4oZbKD[aTSH6*H'i]+Ae^F^cRLW9)820_oYu"9/qE/LL>U1EX;kr]hB;kA),ML>RpLL?"brp3P$[DYq`F>qNh4M^-lq"#'=I
%D9Si[NoFR+;"W;6ksqEX(A=
%O2=R^/q30/kg'#;),c*cY;)ham,8Q"AAkVqCnq_,#r!e3S2t$,H,"g@i3HTul'`dM2hnBcc/iOF^qslNQMPU_;-?S6Q)qfRK6,";
%ks/tXZsoq$7]q=OE'I0qKUm1`Q@:nS2bD*M`VUD>ts\I2p-"T-95e>3*QaXALUG2TQi5TH/P<>EPV
%[n1+aQ\a1dQ94^N1Mn/5NPGUAAJ_%&EOHO/;jUI4BY%4'BH\+,BR,]3*J*QBbTE5I*rt"XhOjR9os,q/:<;kUhm"[:MpO_^7kIBh9&A2&"
%nlhkrI723cI^rP9NS;[kRNQ=H+X5@@5(JYJ)BBHh!N_^#(L:pY6jBm.C(aecC_k+DLGD4D.4!MeDOGbnSE`]q/^K)SOJoh6Ddi8(5LEZ8+b%kAIZOfN0cUHSOBOM
%F9#5lQ*>Kc4NObuJp9bIP$\_oVm>GR:I"8mU0/G\j:QrQj_#(PD/hG?Cr7@rLT.@_CdS'WjIIuU"HbjM16TA%=YbYrogGi]>IQO)
%R"'W[KL+;;9*>3^OfsgY?DbeM=qC_Aq4f:f=hJ96*#\q3'##q4..V=/0QScZbO6Y]7R2Yi?'52D(^>Q:)^c6u`aXKWF[5%O/QN,_/<32u3bX@:8#,Ph%d#cuHHAZ1L%Si`;Vp=[K@=ah!rn]W'?n7LOU&cZ!Q:DWJ
%rhKqtbTZ8N^o?ci@(Y?Mj-s+Lill'-Y<&mf>RBe>A=LI;D7d<7qJrYL4?r19*nuo+6O41+7?@gNa8ju\\gtT>.PqUeap>r?g"s#A
%Dcr*86"Q6&&"h%Gj,[YHef"H_@tSW@o23q;N-0j1?bKa!`*)bWE36^)d587_m+jH2[5.cFGcXuGT"7u")]',;5UemTXm3:N&DCg*
%*`JC79'RZ@fOPHa=fJ`kaXL$YfL*IMD7,S=ff-tM;Sad12X2N`fV;fShcCJ*a\TF,8$rPCXT,6-D4e;>*sulT=tu_!WoL]%Zjj#V
%+T=GDCSh#MKnY8N[S/%ESh'&RF?C!WkPB^HTaZ;4!e>D)QSMP\aoa7=4O]iC20Rgh19NKbg=>"u$1&WV1Y
%@XR\#:D_\+SlbjTC@H(UVf7eSV0.X9J6]HMJ&g8L+D8"N5^=q9"+[d<0Xkl16C/BWE?FQ?2b!)+cu\7<>I/.mEB\1<=0!7"@V6`_
%h?*A;$`cbI@a`>/bW1DRkUL2S\bWgI0#L,'`Bc/OiZZ02rrbrkmS^00&;l"%GU!g1q*pL(sM]leR3
%`e3lbo!WB)UWWg:hAjsk9:.::S8U:R-G:ZAIEV/.k]Z$%VldZR.#CrAs0aQHbqf$[Yj`_'J\kV8U"GOkg)$h5)S#MrZ#45$Ws8!T
%(%_Q6DalO%?WFe68d=^+r#j]%>a@LXCuApk"oD7)!<:cc2k49u>P^JVu/+>cmr_>SYiKgM\$:Q4/m`quN-@bLmfct)Zn3[93O5Yr/%Lu_jbc7"R_#k^94(;!W)9e)fM[UDQ"SZ_r55RA3+d6Cie73>."7PU$?ZA
%N&]s]8.Z,GRDUZJP&W12jXEH-K@ZT)%a,h'UQ.>kBkY?VPha!?6V@H*%EtLKaUWY*Eh>hS+YIlHL1JPnC2cB/E!B1&rN30mN^J9B
%"9gtE9`*rDcQ8j64e/3h-dCUogp7VlR<65kmou>
&NBI&Ni&&&A_E&olS&abG&&&Mm&&r&c.80AKD&&&&&_O&ace&&&&q6fB&r0&&j&&N3r&QNdde4n&q8c&&&&pW&&Fa8i&&&Ys7Ka:5Jb8&MpIECq&KpfLh1B&mr&_W&RedS&l8-&&&&&ZC&ZraI&&&&cb&I9&&j&&Q&G&L&&Efct&&&U&g:sTa&hj_&&A&sYdDIDiK9Pd:K&X9&&EP2&&&&&NP&&kqU&rL&J&U6T&D8&&NT&&&cbO&&P&&RO6&&Lm&&&E&&U&&&c&&&&&da_&V&HRE2&&X&DjG2f9ZARi&PCU&D&&i98&P&PZ&S&P&PmKDe4&S7&&&C&&VRM&F&SOm&elm&&&W&nW&&&&o&&&&m&&GlQt-&Rg.:oV0fCD&O6G&&I1&VM&D&B&&idUS&J&kk&q&j&&&tWK3&MN-oWdVT39a_&&&&&&l3:_sYkd2&&ZRa&Y&&ZMK&PT8o3&&RnE&B&&XOQ&N&&OuTL&&&Y&a&M&uf6T2DBCSrHcIF&H8Ol.&&sCR&d1RSe&&B-X&&EAe&&Qb9&f&&edQ6&RFHo&&&j&X.&&tBgq&&&&b8X&&nK79L0&&NOA&lsU&rkC&p&&&&n5_&&qL&:t&&H&&m1k&bPMoB&N1&&rq&tmOVhhqWt&SpE8o&_4Ccau&&&o.&&&OStIq.&&&j&&&efDK2tW&G&&&dk&&&&&YQlF2QjJ3.&&sX&aAmsq3Pi&OQ&UG&L10&k6P_gaE&&Op&&&B5FZ&G&:&OjLuL&&&IFQDm9J&&&N&&q&&o&&&C&B&Pe&aXq&K&ufG&qbg&d&C&VJ&ePMZC1BO&&&pcl-k&BT3Sj&&&dKpl&&&eF-F&mTM7N&&Fm&&&aA1&&M<4y:>&O6IZH&jSa&Uj&u_D&su&&&&bUb8mPLHs&&&Y3T&D:&r&D8E&&T5B&&LR&nY8OF&&&iG4&&GD4&&&e&&&Oki2H&&adu_&&&&&Yr&4y:>
65kmou>